|
|||||||||
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.DiagramLinkStyle
public class DiagramLinkStyle
Represents a reusable set of properties that define the appearance of diagram links.
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 |
---|
public DiagramLinkStyle()
DiagramLinkStyle
class.
Method Detail |
---|
public Brush getHeadStroke()
public void setHeadStroke(Brush value)
public double getHeadStrokeThickness()
public void setHeadStrokeThickness(double value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |