public final class Float extends java.lang.Object implements StyleElement
Modifier and Type | Class and Description |
---|---|
static class |
Float.Type
Float type
|
Constructor and Description |
---|
Float()
Creates "float: none"
|
Float(Float.Type type)
Creates float with
Float.Type |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
draw()
All descendant have to implement how to draw it
|
public Float()
public Float(Float.Type type)
Float.Type
type
- of floatpublic java.lang.String draw()
StyleElement
draw
in interface StyleElement