com.mindfusion.diagramming
Class TreeViewNodeStyle

java.lang.Object
  extended by com.mindfusion.diagramming.Style
      extended by com.mindfusion.diagramming.DiagramItemStyle
          extended by com.mindfusion.diagramming.DiagramNodeStyle
              extended by com.mindfusion.diagramming.TreeViewNodeStyle
All Implemented Interfaces:
NotifyPropertyChanged, java.io.Externalizable, java.io.Serializable

public class TreeViewNodeStyle
extends DiagramNodeStyle

Represents a reusable set of properties that define the appearance of tree view nodes.

See Also:
Serialized Form

Constructor Summary
TreeViewNodeStyle()
          Initializes a new instance of the TreeViewNodeStyle class.
 
Method Summary
 
Methods inherited from class com.mindfusion.diagramming.DiagramNodeStyle
getEffects
 
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

TreeViewNodeStyle

public TreeViewNodeStyle()
Initializes a new instance of the TreeViewNodeStyle class.