| Package | com.yworks.graph.drawing.common |
| Class | public class VoidEdgeStyleRenderer |
| Inheritance | VoidEdgeStyleRenderer AbstractVoidStyleRenderer Object |
| Implements | IEdgeStyleRenderer |
Use the shared static
instance of this class instead of null
where null is not allowed. For example you cannot assign
null to the styleRenderer property of an
IEdgeStyle.
| Property | Defined By | ||
|---|---|---|---|
| instance : VoidEdgeStyleRenderer [static] [read-only]
The static shared instance. | VoidEdgeStyleRenderer | ||
| Method | Defined By | ||
|---|---|---|---|
![]() |
Returns BoundsProvider.EMPTY, which always returns empty bounds. | AbstractVoidStyleRenderer | |
![]() |
Returns com.yworks.support.Lookups#EMPTY. | AbstractVoidStyleRenderer | |
![]() |
Returns VoidDisplayObjectCreator.instance, which won't draw anything. | AbstractVoidStyleRenderer | |
![]() |
Returns HitTestables.getNever(). | AbstractVoidStyleRenderer | |
![]() |
Returns MarqueeTestable.never
| AbstractVoidStyleRenderer | |
Always returns VoidPathGeometry.instance. | VoidEdgeStyleRenderer | ||
| instance | property |
instance:VoidEdgeStyleRenderer [read-only] The static shared instance.
public static function get instance():VoidEdgeStyleRenderer| getPathGeometry | () | method |
public function getPathGeometry(edge:IEdge, style:IEdgeStyle):IPathGeometry
Always returns VoidPathGeometry.instance.
Parameters
edge:IEdge | |
style:IEdgeStyle |
IPathGeometry — VoidPathGeometry.instance
|
See also