|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.contrib.view.SVTableUtils
public class SVTableUtils
SVTableCell Editor and Renderer helper functions.
Field Summary | |
---|---|
static java.awt.Color |
black
Description of the Field |
static javax.swing.border.Border |
noFocusBorder
Description of the Field |
static java.awt.Color |
white
Description of the Field |
Constructor Summary | |
---|---|
SVTableUtils()
|
Method Summary | |
---|---|
static java.awt.Color |
getAWTColor(HSSFColor clr)
Gets the aWTColor attribute of the SVTableUtils class |
static java.awt.Color |
getAWTColor(int index,
java.awt.Color deflt)
This method retrieves the AWT Color representation from the colour hash table |
static java.awt.Font |
makeFont(HSSFFont font)
Creates a new font for a specific cell style |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.awt.Color black
public static final java.awt.Color white
public static javax.swing.border.Border noFocusBorder
Constructor Detail |
---|
public SVTableUtils()
Method Detail |
---|
public static java.awt.Font makeFont(HSSFFont font)
public static final java.awt.Color getAWTColor(int index, java.awt.Color deflt)
index
- Description of the Parameterdeflt
- Description of the Parameter
public static final java.awt.Color getAWTColor(HSSFColor clr)
clr
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |