Package | Description |
---|---|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateStripeStyleRenderer
An implementation of the
IStripeStyleRenderer interface that can render TemplateStripeStyle instances. |
class |
VoidStripeStyleRenderer
A void implementation of a stripe style renderer that does nothing.
|
Modifier and Type | Method and Description |
---|---|
IStripeStyleRenderer |
NodeStyleStripeStyleAdapter.getRenderer() |
IStripeStyleRenderer |
IStripeStyle.getRenderer()
Gets the renderer implementation that can be queried for implementations that provide details about the visual
appearance and visual behavior for a given stripe and this style instance.
|
IStripeStyleRenderer |
AbstractStripeStyle.getRenderer()
Gets the renderer implementation for this instance.
|