|
||||||||||
| 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(java.awt.Color pBackground)
Constructs a new instance of CellFormat. |
|
CellFormat(java.awt.Color pBackground,
java.awt.Color pForeground,
java.awt.Font pFont)
Constructs a new instance of CellFormat. |
|
CellFormat(java.awt.Color pBackground,
java.awt.Color pForeground,
java.awt.Font pFont,
javax.swing.Icon pImage)
Constructs a new instance of CellFormat. |
|
CellFormat(java.awt.Color pBackground,
java.awt.Color pForeground,
java.awt.Font pFont,
javax.swing.Icon pImage,
int pLeftIndent)
Constructs a new instance of CellFormat. |
|
CellFormat(java.awt.Color pBackground,
java.awt.Color pForeground,
java.awt.Font pFont,
javax.swing.Icon pImage,
Style pStyle,
int pLeftIndent)
Constructs a new instance of CellFormat. |
|
| Method Summary | |
|---|---|
java.awt.Color |
getBackground()
Gets the background. |
java.awt.Font |
getFont()
Gets the font. |
java.awt.Color |
getForeground()
Gets the foreground. |
javax.swing.Icon |
getImage()
Gets the image. |
int |
getLeftIndent()
Gets the left indent. |
Style |
getStyle()
Gets the style. |
| 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(java.awt.Color pBackground)
CellFormat.
pBackground - the background of the Cell.
public CellFormat(java.awt.Color pBackground,
java.awt.Color pForeground,
java.awt.Font pFont)
CellFormat.
pBackground - the background of the Cell.pForeground - the foreground of the Cell.pFont - the font of the Cell.
public CellFormat(java.awt.Color pBackground,
java.awt.Color pForeground,
java.awt.Font pFont,
javax.swing.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(java.awt.Color pBackground,
java.awt.Color pForeground,
java.awt.Font pFont,
javax.swing.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.
public CellFormat(java.awt.Color pBackground,
java.awt.Color pForeground,
java.awt.Font pFont,
javax.swing.Icon pImage,
Style pStyle,
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.pStyle - the style.pLeftIndent - the left indent.| Method Detail |
|---|
public java.awt.Color getBackground()
public java.awt.Color getForeground()
public java.awt.Font getFont()
public javax.swing.Icon getImage()
public Style getStyle()
public int getLeftIndent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||