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.Typetype - of visibilitypublic java.lang.String draw()
StyleElementdraw in interface StyleElementpublic Visibility.Type getType()