public final class Position extends java.lang.Object implements StyleElement
Modifier and Type | Class and Description |
---|---|
static class |
Position.Type
Type of box's position
|
Constructor and Description |
---|
Position()
Creates "position:static"
|
Position(Position.Type type)
Creates position type
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
draw()
All descendant have to implement how to draw it
|
Position.Type |
getType() |
public Position()
public Position(Position.Type type)
type
- of Position.Type
public Position.Type getType()
public java.lang.String draw()
StyleElement
draw
in interface StyleElement