|
|||||||||
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
com.mindfusion.diagramming.TableNodeStyle
public class TableNodeStyle
Represents a reusable set of properties that define the appearance of table nodes.
Constructor Summary | |
---|---|
TableNodeStyle()
Initializes a new instance of the TableNodeStyle class. |
Method Summary | |
---|---|
Brush |
getCaptionBackBrush()
Gets the brush used to paint the caption area of this table. |
Brush |
getCellTextBrush()
Gets the brush used to paint texts inside table cells. |
void |
setCaptionBackBrush(Brush value)
Sets the brush used to paint the caption area of this table. |
void |
setCellTextBrush(Brush value)
Gets the brush used to paint texts inside table cells. |
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 |
---|
public TableNodeStyle()
TableNodeStyle
class.
Method Detail |
---|
public Brush getCellTextBrush()
public void setCellTextBrush(Brush value)
public Brush getCaptionBackBrush()
public void setCaptionBackBrush(Brush value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |