com.yworks.yfiles.server.graphml.flexio.data
Class BevelNodeStyle

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle
All Implemented Interfaces:
INodeStyle, InsetsProvider, ISharedInstanceProvider

public class BevelNodeStyle
extends java.lang.Object
implements INodeStyle, InsetsProvider, ISharedInstanceProvider

yFiles FLEX client BevelNodeStyle data object.


Constructor Summary
BevelNodeStyle()
           
 
Method Summary
 java.awt.Color getColor()
          The base color to use.
 double getInsets()
          The insets to use for the bevel.
 Insets getProvidedInsets()
          Gets the insets provided by the implementor.
 double getRadius()
          The radius of the corner of the rounded rectangle.
 java.util.Collection getSharedInstances()
          Returns an Collection for objects that shall be shared.
 void setColor(java.awt.Color color)
          The base color to use.
 void setInsets(double insets)
          The insets to use for the bevel.
 void setRadius(double radius)
          The radius of the corner of the rounded rectangle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BevelNodeStyle

public BevelNodeStyle()
Method Detail

getRadius

public double getRadius()
The radius of the corner of the rounded rectangle.


setRadius

public void setRadius(double radius)
The radius of the corner of the rounded rectangle.


getInsets

public double getInsets()
The insets to use for the bevel.


setInsets

public void setInsets(double insets)
The insets to use for the bevel.


getColor

public java.awt.Color getColor()
The base color to use.


setColor

public void setColor(java.awt.Color color)
The base color to use.


getProvidedInsets

public Insets getProvidedInsets()
Gets the insets provided by the implementor.

The returned insets don't depend on the style's insets but its radius.

Specified by:
getProvidedInsets in interface InsetsProvider
Returns:
The insets provided by this instance.

getSharedInstances

public java.util.Collection getSharedInstances()
Description copied from interface: ISharedInstanceProvider
Returns an Collection for objects that shall be shared.

Specified by:
getSharedInstances in interface ISharedInstanceProvider
Returns:


Copyright © 2000-2013 yWorks GmbH. All rights reserved