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 Node s for the visualization of ILabel s
using TemplateLabelStyleRenderer . |
class |
TemplateNodeStyle
An
INodeStyle implementation that can render complex FXML controls for the visualization of INode s using
a TemplateNodeStyleRenderer . |
class |
TemplatePortStyle
An implementation of the
IPortStyle interface that can render complex Node s for the visualization of
IPort s by using TemplatePortStyleRenderer . |
class |
TemplateStripeStyle
An
IStripeStyle implementation that can render complex Node s for the visualization of IStripe s
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. |