Package | Description |
---|---|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
Modifier and Type | Class and Description |
---|---|
class |
ArcEdgeStyleRenderer
Default renderer implementation for
ArcEdgeStyle . |
class |
PathBasedEdgeStyleRenderer<TStyle extends IEdgeStyle>
An abstract base class for
IEdgeStyleRenderer implementations that are based on the calculation of a
GeneralPath . |
class |
PolylineEdgeStyleRenderer
An
IEdgeStyleRenderer that will render PolylineEdgeStyle instances. |
class |
VoidPathGeometry
A void implementation of the
IPathGeometry interface that does nothing and behaves like an empty path. |
Modifier and Type | Method and Description |
---|---|
IPathGeometry |
VoidEdgeStyleRenderer.getPathGeometry(IEdge edge,
IEdgeStyle style)
This method always returns the
VoidPathGeometry instance . |
IPathGeometry |
PathBasedEdgeStyleRenderer.getPathGeometry(IEdge edge,
IEdgeStyle style)
Gets an implementation of the
IPathGeometry interface that can handle the provided edge and its associated
style. |
IPathGeometry |
IEdgeStyleRenderer.getPathGeometry(IEdge edge,
IEdgeStyle style)
Gets an implementation of the
IPathGeometry interface that can handle the provided edge and its associated
style. |