Package | Description |
---|---|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
Modifier and Type | Method and Description |
---|---|
IconLabelStyleRenderer |
MemoryIconLabelStyle.getRenderer() |
IconLabelStyleRenderer |
IconLabelStyle.getRenderer() |
Constructor and Description |
---|
IconLabelStyle(String iconUrl,
IconLabelStyleRenderer renderer)
Creates a new instance using the provided url and renderer.
|
MemoryIconLabelStyle(Image icon,
IconLabelStyleRenderer renderer)
Creates a new instance using the provided icon and renderer.
|