|
|||||||||
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.DiagramStyle
public class DiagramStyle
Represents a reusable set of properties that define the appearance of diagrams.
Constructor Summary | |
---|---|
DiagramStyle()
Initializes a new instance of the DiagramStyle class. |
Method Summary | |
---|---|
Brush |
getBackBrush()
Gets the brush used for painting the diagram background. |
Brush |
getBrush()
Gets the brush used to fill the interior of items. |
java.lang.String |
getFontFamily()
Gets the font family of the item texts. |
float |
getFontSize()
Gets the font size of the item texts. |
int |
getFontStyle()
Gets the font style of the item texts. |
java.util.List<NodeEffect> |
getNodeEffects()
Gets a list with all effects applied to the nodes of this diagram. |
Brush |
getShadowBrush()
Gets the brush used to paint the shadow of the items. |
Brush |
getStroke()
Gets the brush used to paint the outline of the items. |
double |
getStrokeThickness()
Gets the thickness of the items' outline, expressed in the current units of measure. |
Brush |
getTextBrush()
Gets the brush used to paint texts inside the items. |
void |
setBackBrush(Brush value)
Sets the brush used for painting the diagram background. |
void |
setBrush(Brush value)
Sets the brush used to fill the interior of items. |
void |
setFontFamily(java.lang.String value)
Sets the font family of the item texts. |
void |
setFontSize(float value)
Sets the font size of the item texts. |
void |
setFontStyle(int value)
Gets the font style of the item texts. |
void |
setShadowBrush(Brush value)
Sets the brush used to paint the shadow of the items. |
void |
setStroke(Brush value)
Sets the brush used to paint the outline of the items. |
void |
setStrokeThickness(double value)
Sets the thickness of the items' outline, expressed in the current units of measure. |
void |
setTextBrush(Brush value)
Sets the brush used to paint texts inside the items. |
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 DiagramStyle()
DiagramStyle
class.
Method Detail |
---|
public Brush getBackBrush()
public void setBackBrush(Brush value)
public java.util.List<NodeEffect> getNodeEffects()
public java.lang.String getFontFamily()
public void setFontFamily(java.lang.String value)
public float getFontSize()
public void setFontSize(float value)
public int getFontStyle()
public void setFontStyle(int value)
public Brush getBrush()
public void setBrush(Brush value)
public Brush getStroke()
public void setStroke(Brush value)
public double getStrokeThickness()
public void setStrokeThickness(double value)
public Brush getShadowBrush()
public void setShadowBrush(Brush value)
public Brush getTextBrush()
public void setTextBrush(Brush value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |