Package | Description |
---|---|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
Modifier and Type | Class and Description |
---|---|
class |
BevelNodeStyleRenderer
A
INodeStyle renderer implementation that draws a rounded rectangle with a bevel
border in a 'shiny plate' fashion. |
class |
CollapsibleNodeStyleDecoratorRenderer
INodeStyleRenderer implementation that can be used in conjunction with CollapsibleNodeStyleDecorator
instances. |
class |
GeneralPathNodeStyleRenderer
An
INodeStyleRenderer implementation that can handle GeneralPathNodeStyle instances. |
class |
ImageNodeStyleRenderer
A style renderer implementation that can be used together with
ImageNodeStyle instances. |
class |
MemoryImageNodeStyleRenderer
A style renderer implementation that can be used together with
MemoryImageNodeStyle instances. |
class |
PanelNodeStyleRenderer
A
INodeStyle renderer implementation that draws a simple floating panel with a slight
gradient, a thin border and a simple drop shadow. |
class |
ShapeNodeStyleRenderer
Default renderer implementation that can be used for
ShapeNodeStyle instances. |
class |
ShinyPlateNodeStyleRenderer
A
INodeStyle renderer implementation that draws a simple floating shinyPlate with a
slight gradient, a thin border and a simple drop shadow. |
class |
TableNodeStyleRenderer
Default renderer implementation that can be used for
TableNodeStyle instances. |
class |
TemplateNodeStyleRenderer
An implementation of the
INodeStyleRenderer interface that can render TemplateNodeStyle instances. |
class |
VoidNodeStyleRenderer
A void implementation of a node style renderer that does nothing.
|
Modifier and Type | Method and Description |
---|---|
INodeStyleRenderer |
ShadowNodeStyleDecorator.getRenderer() |
INodeStyleRenderer |
MemoryImageNodeStyle.getRenderer() |
INodeStyleRenderer |
ImageNodeStyle.getRenderer() |
INodeStyleRenderer |
INodeStyle.getRenderer()
Gets the renderer implementation that can be queried for implementations that provide details about the visual
appearance and visual behavior for a given node and this style instance.
|
INodeStyleRenderer |
AbstractNodeStyle.getRenderer()
Gets the renderer implementation for this instance.
|
Constructor and Description |
---|
ImageNodeStyle(URL imageUrl,
INodeStyleRenderer styleRenderer)
Create a new instance of this style with a custom renderer instance
|
MemoryImageNodeStyle(Image imageSource,
INodeStyleRenderer renderer)
Creates a new instance using the specified image and a custom renderer instance.
|