public final class VoidEdgeStyle extends Object implements IEdgeStyle
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 IEdge
.
Modifier and Type | Field and Description |
---|---|
static VoidEdgeStyle |
INSTANCE
The
VoidEdgeStyle singleton. |
Modifier and Type | Method and Description |
---|---|
VoidEdgeStyle |
clone()
Returns
this . |
VoidEdgeStyleRenderer |
getRenderer()
Yields the
VoidEdgeStyleRenderer instance . |
public static final VoidEdgeStyle INSTANCE
VoidEdgeStyle
singleton.public final VoidEdgeStyle clone()
this
.clone
in interface ICloneable
clone
in class Object
this
Object.clone()
public final VoidEdgeStyleRenderer getRenderer()
VoidEdgeStyleRenderer instance
.getRenderer
in interface IEdgeStyle
IEdgeStyle.getRenderer()