Packagecom.yworks.graph.drawing.compat
Classpublic class JavaGroupNodeStyle
InheritanceJavaGroupNodeStyle Inheritance JavaShapeNodeStyle Inheritance AbstractJavaNodeStyle Inheritance Object

Compatiblity style implementation for yFiles Java GroupNodeRealizers.

Because the properties of this style exist only to keep state information for yFiles Java, a JavaShapeNodeStyleRenderer is used for rendering this style.



Public Properties
 PropertyDefined By
 InheriteddropShadowColor : SolidColor
Get or set this style's drop shadow color
JavaShapeNodeStyle
 InheriteddropShadowOffsetX : int
Get or set this style's horizontal drop shadow offset.
JavaShapeNodeStyle
 InheriteddropShadowOffsetY : int
Get or set this style's vertical drop shadow offset.
JavaShapeNodeStyle
 InheritedfillColor : SolidColor
The style's fill color
AbstractJavaNodeStyle
 InheritedfillColor2 : 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
 InheritedlineType : LineType
The style's line type.
AbstractJavaNodeStyle
 InheritedshapeNodeShape : uint
Get or set this style's shape.
JavaShapeNodeStyle
 InheritedstyleRenderer : IStyleRenderer
[read-only] Gets the renderer implementation that has been supplied to this instance upon creation.
AbstractJavaNodeStyle
 Inheritedtransparent : Boolean
Gets or sets the transparent property.
AbstractJavaNodeStyle
Public Methods
 MethodDefined By
  
JavaGroupNodeStyle(styleRenderer:JavaGroupNodeStyleRenderer = null, shapeNodeShape:int = -1)
Creates a new instance of this style.
JavaGroupNodeStyle
 Inherited
clone():Object
[override] Creates a clone of this instance.
JavaShapeNodeStyle
 Inherited
install(canvas:CanvasComponent, group:ICanvasObjectGroup, modelItem:IModelItem):Array
Prepares the rendering of an IModelItem in a CanvasComponent by adding ICanvasObject's to the provided canvas.
AbstractJavaNodeStyle
 Inherited
Queries whether or not the drop shadow is visible.
JavaShapeNodeStyle
Protected Methods
 MethodDefined By
 Inherited
[override] Callback that creates the cloned instance for the clone() method.
JavaShapeNodeStyle
Property Detail
innerGraphDisplayEnabledproperty
innerGraphDisplayEnabled:Boolean

This 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.


Implementation
    public function get innerGraphDisplayEnabled():Boolean
    public function set innerGraphDisplayEnabled(value:Boolean):void
isClosedproperty 
isClosed:Boolean

This 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.


Implementation
    public function get isClosed():Boolean
    public function set isClosed(value:Boolean):void
Constructor Detail
JavaGroupNodeStyle()Constructor
public function JavaGroupNodeStyle(styleRenderer:JavaGroupNodeStyleRenderer = null, shapeNodeShape:int = -1)

Creates a new instance of this style.

Parameters
styleRenderer:JavaGroupNodeStyleRenderer (default = null) — The style renderer that renders this style.
 
shapeNodeShape:int (default = -1) — The shape of this style.