public final class Visibility extends java.lang.Object implements StyleElement
Modifier and Type | Class and Description |
---|---|
static class |
Visibility.Type
Type of visibility
|
Constructor and Description |
---|
Visibility()
Creates "visibility:initial".
|
Visibility(Visibility.Type type)
Creates visibility with given
Visibility.Type |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
draw()
All descendant have to implement how to draw it
|
Visibility.Type |
getType() |
public Visibility()
public Visibility(Visibility.Type type)
Visibility.Type
type
- of visibilitypublic java.lang.String draw()
StyleElement
draw
in interface StyleElement
public Visibility.Type getType()