| Package | com.yworks.graph.drawing.compat |
| Class | public class JavaGroupNodeStyle |
| Inheritance | JavaGroupNodeStyle JavaShapeNodeStyle AbstractJavaNodeStyle Object |
Because the properties of this style exist only to
keep state information for yFiles Java, a
JavaShapeNodeStyleRenderer is used for
rendering this style.
| Property | Defined By | ||
|---|---|---|---|
![]() | dropShadowColor : SolidColor
Get or set this style's drop shadow color
| JavaShapeNodeStyle | |
![]() | dropShadowOffsetX : int
Get or set this style's horizontal drop shadow offset. | JavaShapeNodeStyle | |
![]() | dropShadowOffsetY : int
Get or set this style's vertical drop shadow offset. | JavaShapeNodeStyle | |
![]() | fillColor : SolidColor
The style's fill color
| AbstractJavaNodeStyle | |
![]() | fillColor2 : SolidColor
The style's second gradient fill color
| AbstractJavaNodeStyle | |
| innerGraphDisplayEnabled : Boolean
This property exists only in order to keep the state
of the Java GroupNodeRealizer. | JavaGroupNodeStyle | ||
| isClosed : Boolean
This property exists only in order to keep the state
of the Java GroupNodeRealizer. | JavaGroupNodeStyle | ||
![]() | lineType : LineType
The style's line type. | AbstractJavaNodeStyle | |
![]() | shapeNodeShape : uint
Get or set this style's shape. | JavaShapeNodeStyle | |
![]() | styleRenderer : IStyleRenderer [read-only]
Gets the renderer implementation that has been supplied to
this instance upon creation. | AbstractJavaNodeStyle | |
![]() | transparent : Boolean
Gets or sets the transparent property. | AbstractJavaNodeStyle | |
| Method | Defined By | ||
|---|---|---|---|
JavaGroupNodeStyle(styleRenderer:JavaGroupNodeStyleRenderer = null, shapeNodeShape:int = -1)
Creates a new instance of this style. | JavaGroupNodeStyle | ||
![]() | clone():Object [override]
Creates a clone of this instance. | JavaShapeNodeStyle | |
![]() |
Prepares the rendering of an IModelItem in a CanvasComponent by
adding ICanvasObject's to the provided canvas. | AbstractJavaNodeStyle | |
![]() | isDropShadowVisible():Boolean
Queries whether or not the drop shadow is visible. | JavaShapeNodeStyle | |
| innerGraphDisplayEnabled | property |
innerGraphDisplayEnabled:BooleanThis property exists only in order to keep the state of the Java GroupNodeRealizer. Setting this property on a yFiles FLEX node doesn't have any effect.
public function get innerGraphDisplayEnabled():Boolean public function set innerGraphDisplayEnabled(value:Boolean):void| isClosed | property |
isClosed:BooleanThis property exists only in order to keep the state of the Java GroupNodeRealizer. A yFiles FLEX node using this style cannot be opened/closed using this property.
public function get isClosed():Boolean public function set isClosed(value:Boolean):void| JavaGroupNodeStyle | () | Constructor |
public function JavaGroupNodeStyle(styleRenderer:JavaGroupNodeStyleRenderer = null, shapeNodeShape:int = -1)Creates a new instance of this style.
ParametersstyleRenderer:JavaGroupNodeStyleRenderer (default = null) — The style renderer that renders this style.
| |
shapeNodeShape:int (default = -1) — The shape of this style.
|