Package | Description |
---|---|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
Modifier and Type | Method and Description |
---|---|
protected TemplateLabelStyle |
TemplateLabelStyleRenderer.getStyle()
Gets the currently configured style.
|
Modifier and Type | Method and Description |
---|---|
protected GeneralPath |
TemplateLabelStyleRenderer.getNormalizedOutline(TemplateLabelStyle style)
Gets the normalized outline by delegating to
NormalizedOutline . |
protected void |
LabelTemplate.initializeFrom(IRenderContext ctx,
ILabel label,
TemplateLabelStyle style)
Initializes all properties with the given
ILabel and style information. |
protected boolean |
TemplateLabelStyleRenderer.isAutoFlippingEnabled(TemplateLabelStyle style)
Delegates to the
TemplateLabelStyle 's AutoFlippingEnabled
property. |
protected Object |
TemplateLabelStyleRenderer.lookupContext(TemplateLabelStyle style,
ILabel label,
Class type)
Delegates to the
TemplateLabelStyle 's
ContextLookup . |
protected void |
TemplateLabelStyleRenderer.setStyle(TemplateLabelStyle value)
Sets the currently configured style.
|
protected void |
LabelTemplate.updateContent(TemplateLabelStyle style,
ILabel label)
Updates the content object the user has specified.
|
protected void |
LabelTemplate.updateFor(IRenderContext ctx,
ILabel label,
TemplateLabelStyle style)
Updates all properties with the given
ILabel and style information. |