| Package | com.yworks.graph.drawing |
| Interface | public interface IBevelNodeStyle extends INodeStyle, IVisualStyle, ICloneable |
| Implementors | BevelNodeStyle |
BevelNodeStyleRenderer
to query the properties from.
See also
| Property | Defined 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 | ||
![]() | styleRenderer : IStyleRenderer [read-only]
Gets the renderer implementation that has been supplied to
this instance upon creation. | IVisualStyle | |
| color | property |
color:uint [read-only] The base color to use.
public function get color():uint| inset | property |
inset:Number [read-only] The insets to use for the bevel.
public function get inset():Number| radius | property |
radius:Number [read-only] The radius of the corner of the rounded rectangle.
public function get radius():Number