public final class VoidStripeStyle extends Object implements IStripeStyle
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 IStripe.
| Modifier and Type | Field and Description |
|---|---|
static VoidStripeStyle |
INSTANCE
The
VoidStripeStyle singleton. |
| Modifier and Type | Method and Description |
|---|---|
VoidStripeStyle |
clone()
Returns
this. |
VoidStripeStyleRenderer |
getRenderer()
Yields the
VoidStripeStyleRenderer instance. |
public static final VoidStripeStyle INSTANCE
VoidStripeStyle singleton.public final VoidStripeStyle clone()
this.clone in interface ICloneableclone in class ObjectthisObject.clone()public final VoidStripeStyleRenderer getRenderer()
VoidStripeStyleRenderer instance.getRenderer in interface IStripeStyleIStripeStyle.getRenderer()