|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.Style
com.mindfusion.diagramming.DiagramItemStyle
com.mindfusion.diagramming.DiagramNodeStyle
public class DiagramNodeStyle
Represents a reusable set of properties that define the appearance of diagram nodes.
Constructor Summary | |
---|---|
protected |
DiagramNodeStyle()
Initializes a new instance of the DiagramNodeStyle class. |
Method Summary | |
---|---|
java.util.List<NodeEffect> |
getEffects()
Gets a list of the effects applied to the node. |
Methods inherited from class com.mindfusion.diagramming.DiagramItemStyle |
---|
getBrush, getFontFamily, getFontSize, getFontStyle, getShadowBrush, getStroke, getStrokeThickness, getTextBrush, setBrush, setFontFamily, setFontSize, setFontStyle, setShadowBrush, setStroke, setStrokeThickness, setTextBrush |
Methods inherited from class com.mindfusion.diagramming.Style |
---|
addPropertyChangeListener, getValue, isPropertySet, loadFromXml, readExternal, registerProperty, registerType, removePropertyChangeListener, saveToXml, setValue, unsetValue, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DiagramNodeStyle()
DiagramNodeStyle
class.
Method Detail |
---|
public java.util.List<NodeEffect> getEffects()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |