Package | Description |
---|---|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLabelStyleRenderer
A simple
ILabelStyleRenderer implementation that can handle DefaultLabelStyle instances. |
class |
IconLabelStyleRenderer
An
ILabelStyleRenderer that can handle IconLabelStyle instances. |
class |
TemplateLabelStyleRenderer
An implementation of the
ILabelStyleRenderer interface that can render TemplateLabelStyle instances. |
class |
VoidLabelStyleRenderer
A void implementation of a label style renderer that does nothing.
|
Modifier and Type | Method and Description |
---|---|
ILabelStyleRenderer |
NodeStyleLabelStyleAdapter.getRenderer() |
ILabelStyleRenderer |
ILabelStyle.getRenderer()
Gets the renderer implementation that can be queried for implementations that provide details about the visual
appearance and visual behavior for a given label and this style instance.
|
ILabelStyleRenderer |
AbstractLabelStyle.getRenderer()
Gets the renderer implementation for this instance.
|