|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.ui.swing.ext.format.CellFormat
public class CellFormat
The CellFormat
holds the format information for a cell.
Constructor Summary | |
---|---|
CellFormat()
Constructs a new instance of CellFormat . |
|
CellFormat(Color pBackground)
Constructs a new instance of CellFormat . |
|
CellFormat(Color pBackground,
Color pForeground,
Font pFont)
Constructs a new instance of CellFormat . |
|
CellFormat(Color pBackground,
Color pForeground,
Font pFont,
Icon pImage)
Constructs a new instance of CellFormat . |
|
CellFormat(Color pBackground,
Color pForeground,
Font pFont,
Icon pImage,
int pLeftIndent)
Constructs a new instance of CellFormat . |
Method Summary | |
---|---|
Color |
getBackground()
Gets the background. |
Font |
getFont()
Gets the font. |
Color |
getForeground()
Gets the foreground. |
Icon |
getImage()
Gets the image. |
int |
getLeftIndent()
Gets the left indent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CellFormat()
CellFormat
.
public CellFormat(Color pBackground)
CellFormat
.
pBackground
- the background of the Cell.public CellFormat(Color pBackground, Color pForeground, Font pFont)
CellFormat
.
pBackground
- the background of the Cell.pForeground
- the foreground of the Cell.pFont
- the font of the Cell.public CellFormat(Color pBackground, Color pForeground, Font pFont, Icon pImage)
CellFormat
.
pBackground
- the background of the Cell.pForeground
- the foreground of the Cell.pFont
- the font of the Cell.pImage
- the image of the Cell.public CellFormat(Color pBackground, Color pForeground, Font pFont, Icon pImage, int pLeftIndent)
CellFormat
.
pBackground
- the background of the Cell.pForeground
- the foreground of the Cell.pFont
- the font of the Cell.pImage
- the image of the Cell.pLeftIndent
- the left indent.Method Detail |
---|
public Color getBackground()
public Color getForeground()
public Font getFont()
public Icon getImage()
public int getLeftIndent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |