com.mindfusion.diagramming
Class DiagramLinkStyle

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

public class DiagramLinkStyle
extends DiagramItemStyle

Represents a reusable set of properties that define the appearance of diagram links.

See Also:
Serialized Form

Constructor Summary
DiagramLinkStyle()
          Initializes a new instance of the DiagramLinkStyle class.
 
Method Summary
 Brush getHeadStroke()
          Gets the brush used to paint the arrowhead outlines of this brush.
 double getHeadStrokeThickness()
          Gets the outline thickness of the arrowheads of this brush, expressed in the current units of measure.
 void setHeadStroke(Brush value)
          Sets the brush used to paint the arrowhead outlines of this brush.
 void setHeadStrokeThickness(double value)
          Sets the outline thickness of the arrowheads of this brush, expressed in the current units of measure.
 
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

DiagramLinkStyle

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

Method Detail

getHeadStroke

public Brush getHeadStroke()
Gets the brush used to paint the arrowhead outlines of this brush.


setHeadStroke

public void setHeadStroke(Brush value)
Sets the brush used to paint the arrowhead outlines of this brush.


getHeadStrokeThickness

public double getHeadStrokeThickness()
Gets the outline thickness of the arrowheads of this brush, expressed in the current units of measure.


setHeadStrokeThickness

public void setHeadStrokeThickness(double value)
Sets the outline thickness of the arrowheads of this brush, expressed in the current units of measure.