Package | Description |
---|---|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
Modifier and Type | Method and Description |
---|---|
protected TemplateNodeStyle |
TemplateNodeStyleRenderer.getStyle()
Gets the currently configured style.
|
Modifier and Type | Method and Description |
---|---|
protected IContextLookup |
TemplateNodeStyleRenderer.getContextLookup(TemplateNodeStyle style)
Gets the context by delegating to
ContextLookup . |
protected InsetsD |
TemplateNodeStyleRenderer.getInsets(TemplateNodeStyle style)
Gets the insets by delegating to
Insets . |
protected SizeD |
TemplateNodeStyleRenderer.getMinimumSize(TemplateNodeStyle style)
Gets the minimum size by delegating to
MinimumSize . |
protected GeneralPath |
TemplateNodeStyleRenderer.getNormalizedOutline(TemplateNodeStyle style)
Gets the normalized outline by delegating to
NormalizedOutline . |
protected void |
NodeTemplate.initializeFrom(IRenderContext ctx,
INode node,
TemplateNodeStyle style)
Initializes all properties with the given
INode and style information. |
protected void |
TemplateNodeStyleRenderer.setStyle(TemplateNodeStyle value)
Sets the currently configured style.
|
protected void |
NodeTemplate.updateContent(TemplateNodeStyle style,
INode node)
Updates the content object the user has specified.
|
protected void |
NodeTemplate.updateFor(IRenderContext ctx,
INode node,
TemplateNodeStyle style)
Updates all properties with the given
INode and style information. |