Packagecom.yworks.graph.drawing
Interfacepublic interface IBevelNodeStyle extends INodeStyle, IVisualStyle, ICloneable
Implementors BevelNodeStyle

Interface used by BevelNodeStyleRenderer to query the properties from.

See also

BevelNodeStyleRenderer


Public Properties
 PropertyDefined By
  color : uint
[read-only] The base color to use.
IBevelNodeStyle
  inset : Number
[read-only] The insets to use for the bevel.
IBevelNodeStyle
  radius : Number
[read-only] The radius of the corner of the rounded rectangle.
IBevelNodeStyle
 InheritedstyleRenderer : IStyleRenderer
[read-only] Gets the renderer implementation that has been supplied to this instance upon creation.
IVisualStyle
Public Methods
 MethodDefined By
 Inherited
clone():Object
Creates a clone of this instance.
ICloneable
 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.
IVisualStyle
Property Detail
colorproperty
color:uint  [read-only]

The base color to use.


Implementation
    public function get color():uint
insetproperty 
inset:Number  [read-only]

The insets to use for the bevel.


Implementation
    public function get inset():Number
radiusproperty 
radius:Number  [read-only]

The radius of the corner of the rounded rectangle.


Implementation
    public function get radius():Number