| Package | Description |
|---|---|
| com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateLabelStyle
An
ILabelStyle implementation that can render complex Nodes for the visualization of ILabels
using TemplateLabelStyleRenderer. |
class |
TemplateNodeStyle
An
INodeStyle implementation that can render complex FXML controls for the visualization of INodes using
a TemplateNodeStyleRenderer. |
class |
TemplatePortStyle
An implementation of the
IPortStyle interface that can render complex Nodes for the visualization of
IPorts by using TemplatePortStyleRenderer. |
class |
TemplateStripeStyle
An
IStripeStyle implementation that can render complex Nodes for the visualization of IStripes
using a TemplateStripeStyleRenderer. |
| Modifier and Type | Method and Description |
|---|---|
AbstractTemplateStyle<TModelItem> |
AbstractTemplateStyle.clone()
Performs a shallow clone of this instance, except for the value of
StyleTag which is cloned, too,
if it can be cloned. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGraphItemTemplate.updateState(IRenderContext ctx,
TModelItem item,
AbstractTemplateStyle<TModelItem> style)
Updates all properties according to the given
IModelItem and additional information. |