org.apache.poi.hssf.contrib.view
public class SVTableUtils extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
SVTableUtils() |
Modifier and Type | Method and Description |
---|---|
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
|
public static final java.awt.Color black
public static final java.awt.Color white
public static javax.swing.border.Border noFocusBorder
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 Parameterpublic static final java.awt.Color getAWTColor(HSSFColor clr)
clr
- Description of the ParameterCopyright 2014 The Apache Software Foundation or its licensors, as applicable.