public final class VoidNodeStyle extends Object implements INodeStyle
This class implements the singleton pattern. Use the shared static INSTANCE of this class instead of null
where null is not allowed. For example you cannot assign null to the Style
property of an INode.
| Modifier and Type | Field and Description |
|---|---|
static VoidNodeStyle |
INSTANCE
The
VoidNodeStyle singleton. |
| Modifier and Type | Method and Description |
|---|---|
VoidNodeStyle |
clone()
Returns
this. |
VoidNodeStyleRenderer |
getRenderer()
Yields the
VoidNodeStyleRenderer instance. |
public static final VoidNodeStyle INSTANCE
VoidNodeStyle singleton.public final VoidNodeStyle clone()
this.clone in interface ICloneableclone in class ObjectthisObject.clone()public final VoidNodeStyleRenderer getRenderer()
VoidNodeStyleRenderer instance.getRenderer in interface INodeStyleINodeStyle.getRenderer()