|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yworks.yfiles.server.graphml.flexio.data.PanelNodeStyle
A yFiles FLEX client panel node style data object.
Constructor Summary | |
PanelNodeStyle()
Creates a new instance using default insets (5,5,5,5), a black background and a gray label insets color. |
|
PanelNodeStyle(Insets insets,
java.awt.Color color,
java.awt.Color labelInsetsColor)
Creates a new instance using the given parameters. |
Method Summary | |
java.awt.Color |
getColor()
The background color. |
Insets |
getInsets()
The style's insets. |
java.awt.Color |
getLabelInsetsColor()
The color for the label insets. |
Insets |
getProvidedInsets()
Gets the insets provided by the implementor. |
java.util.Collection |
getSharedInstances()
Returns an Collection for objects that shall be shared. |
void |
setColor(java.awt.Color color)
The background color. |
void |
setInsets(Insets insets)
The style's insets. |
void |
setLabelInsetsColor(java.awt.Color labelInsetsColor)
The color for the label insets. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PanelNodeStyle(Insets insets, java.awt.Color color, java.awt.Color labelInsetsColor)
insets
- The style's insetscolor
- The background colorlabelInsetsColor
- The color of the label insets.public PanelNodeStyle()
Method Detail |
public Insets getInsets()
The default insets are (5,5,5,5).
public void setInsets(Insets insets)
The default insets are (5,5,5,5).
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
public java.awt.Color getLabelInsetsColor()
public void setLabelInsetsColor(java.awt.Color labelInsetsColor)
public Insets getProvidedInsets()
getProvidedInsets
in interface InsetsProvider
public java.util.Collection getSharedInstances()
ISharedInstanceProvider
Collection
for objects that shall be shared.
getSharedInstances
in interface ISharedInstanceProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |