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 |
VoidEdgeStyleRenderer
A void implementation of an edge style renderer that does nothing.
|
Modifier and Type | Method and Description |
---|---|
IEdgeStyleRenderer |
IEdgeStyle.getRenderer()
Gets the renderer implementation that can be queried for implementations that provide details about the visual
appearance and visual behavior for a given edge and this style instance.
|
IEdgeStyleRenderer |
AbstractEdgeStyle.getRenderer()
Gets the renderer implementation for this instance.
|