public class TableNodeStyle extends DiagramNodeStyle
Constructor and Description |
---|
TableNodeStyle()
Initializes a new instance of the
TableNodeStyle class. |
Modifier and Type | Method and Description |
---|---|
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.
|
TableNodeStyleBuilder |
init()
Returns a TableNodeStyleBuilder object used to configure this TableNodeStyle instance.
|
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.
|
static TableNodeStyleBuilder |
with()
Returns a TableNodeStyleBuilder object used to configure and create new TableNodeStyle instances.
|
getEffects, loadFromJson, saveToJson
getBrush, getFontFamily, getFontSize, getFontStyle, getFontUnit, getShadowBrush, getStroke, getStrokeThickness, getTextBrush, setBrush, setFontFamily, setFontSize, setFontStyle, setFontUnit, setShadowBrush, setStroke, setStrokeThickness, setTextBrush
addPropertyChangeListener, getValue, isPropertySet, loadFromXml, readExternal, registerProperty, registerType, removePropertyChangeListener, saveToXml, setValue, unsetValue, writeExternal
public TableNodeStyle()
TableNodeStyle
class.public Brush getCellTextBrush()
public void setCellTextBrush(Brush value)
public Brush getCaptionBackBrush()
public void setCaptionBackBrush(Brush value)
public static TableNodeStyleBuilder with()
TableNodeStyleBuilder
instance.public TableNodeStyleBuilder init()
TableNodeStyleBuilder
instance.