public class TableFontStyle extends FontStyle
Constructor and Description |
---|
TableFontStyle(int rowUniqueID,
FieldType fieldType,
FontBase fontBase,
boolean italic,
boolean bold,
boolean underline,
boolean strikethrough,
Color color,
Color backgroundColor,
BackgroundPattern backgroundPattern,
boolean italicChanged,
boolean boldChanged,
boolean underlineChanged,
boolean strikethroughChanged,
boolean colorChanged,
boolean fontChanged,
boolean backgroundColorChanged,
boolean backgroundPatternChanged)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBackgroundColorChanged()
Retrieve the background color changed flag.
|
boolean |
getBackgroundPatternChanged()
Retrieve the background pattern changed flag.
|
boolean |
getBoldChanged()
Retrieve the bold changed flag.
|
boolean |
getColorChanged()
Retrieve the color changed flag.
|
FieldType |
getFieldType()
Retrieve the field type of the column to which this style applies.
|
boolean |
getFontChanged()
Retrieve the font changed flag.
|
boolean |
getItalicChanged()
Retrieve the italic change flag.
|
int |
getRowUniqueID()
Retrieves the unique ID of the entity shown on the row
affected by this style.
|
boolean |
getStrikethroughChanged()
Retrieve the strikethrough changed flag.
|
boolean |
getUnderlineChanged()
Retrieve the underline changed flag.
|
String |
toString() |
getBackgroundColor, getBackgroundPattern, getBold, getColor, getFontBase, getItalic, getStrikethrough, getUnderline
public TableFontStyle(int rowUniqueID, FieldType fieldType, FontBase fontBase, boolean italic, boolean bold, boolean underline, boolean strikethrough, Color color, Color backgroundColor, BackgroundPattern backgroundPattern, boolean italicChanged, boolean boldChanged, boolean underlineChanged, boolean strikethroughChanged, boolean colorChanged, boolean fontChanged, boolean backgroundColorChanged, boolean backgroundPatternChanged)
rowUniqueID
- unique ID of the entity shown on the rowfieldType
- field type of the table columnfontBase
- font baseitalic
- italic flagbold
- bold flagunderline
- underline flagstrikethrough
- strikethrough flagcolor
- colorbackgroundColor
- background colorbackgroundPattern
- background patternitalicChanged
- italic changed flagboldChanged
- bold changed flagunderlineChanged
- underline changed flagstrikethroughChanged
- strikethrough changed flagcolorChanged
- color changed flagfontChanged
- font changed flagbackgroundColorChanged
- background color changedbackgroundPatternChanged
- background pattern changedpublic int getRowUniqueID()
public FieldType getFieldType()
public boolean getBoldChanged()
public boolean getColorChanged()
public boolean getItalicChanged()
public boolean getUnderlineChanged()
public boolean getStrikethroughChanged()
public boolean getFontChanged()
public boolean getBackgroundColorChanged()
public boolean getBackgroundPatternChanged()
Copyright © 2000–2024 Packwood Software. All rights reserved.