public final class VoidLabelStyle extends Object implements ILabelStyle
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 ILabel
.
Modifier and Type | Field and Description |
---|---|
static VoidLabelStyle |
INSTANCE
The singleton instance of this style.
|
Modifier and Type | Method and Description |
---|---|
VoidLabelStyle |
clone()
Returns
this . |
VoidLabelStyleRenderer |
getRenderer()
Yields the
VoidLabelStyleRenderer instance . |
public static final VoidLabelStyle INSTANCE
public final VoidLabelStyle clone()
this
.clone
in interface ICloneable
clone
in class Object
this
Object.clone()
public final VoidLabelStyleRenderer getRenderer()
VoidLabelStyleRenderer instance
.getRenderer
in interface ILabelStyle
ILabelStyle.getRenderer()