Packagecom.yworks.graph.drawing
Interfacepublic interface IShinyPlateNodeStyle extends INodeStyle, IVisualStyle, ICloneable
Implementors ShinyPlateNodeStyle

Interface used by ShinyPlateNodeStyleRenderer to query the properties from.

See also

ShinyPlateNodeStyle
ShinyPlateNodeStyleRenderer


Public Properties
 PropertyDefined By
  fill : IFill
[read-only] The base color to use.
IShinyPlateNodeStyle
  insets : Rectangle
[read-only] Provides the insets for the given item.
IShinyPlateNodeStyle
  radius : Number
[read-only] The radius of the rounded corners.
IShinyPlateNodeStyle
  stroke : IStroke
[read-only] The outline stroke to use.
IShinyPlateNodeStyle
 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
fillproperty
fill:IFill  [read-only]

The base color to use.


Implementation
    public function get fill():IFill
insetsproperty 
insets:Rectangle  [read-only]

Provides the insets for the given item.

The ShinyPlateNodeStyleRenderer will use these insets and return them via an INodeInsetsProvider if such an instance is queried through the context lookup.


Implementation
    public function get insets():Rectangle

See also

radiusproperty 
radius:Number  [read-only]

The radius of the rounded corners.


Implementation
    public function get radius():Number
strokeproperty 
stroke:IStroke  [read-only]

The outline stroke to use.


Implementation
    public function get stroke():IStroke