Uses of Class
org.odftoolkit.odfdom.type.Color
-
Packages that use Color Package Description org.odftoolkit.odfdom.doc.table Provide convenient methods to manipulate table in ODF text and spreadsheet document.org.odftoolkit.odfdom.type -
-
Uses of Color in org.odftoolkit.odfdom.doc.table
Methods in org.odftoolkit.odfdom.doc.table that return Color Modifier and Type Method Description Color
OdfTableCell. getCellBackgroundColor()
Get the background color of this cell.Methods in org.odftoolkit.odfdom.doc.table with parameters of type Color Modifier and Type Method Description void
OdfTableCell. setCellBackgroundColor(Color cellBackgroundColor)
Set the background color of this cell. -
Uses of Color in org.odftoolkit.odfdom.type
Fields in org.odftoolkit.odfdom.type declared as Color Modifier and Type Field Description static Color
Color. AQUA
The color aqua in sRGB space.static Color
Color. BLACK
The color black in sRGB space.static Color
Color. BLUE
The color blue in sRGB space.static Color
Color. FUCHSIA
The color fuchsia in sRGB space.static Color
Color. GRAY
The color gray in sRGB space.static Color
Color. GREEN
The color green in sRGB space.static Color
Color. LIME
The color lime in sRGB space.static Color
Color. MAROON
The color maroon in sRGB space.static Color
Color. NAVY
The color navy in sRGB space.static Color
Color. OLIVE
The color olive in sRGB space.static Color
Color. ORANGE
The color orange in sRGB space.static Color
Color. PURPLE
The color purple in sRGB space.static Color
Color. RED
The color red in sRGB space.static Color
Color. SILVER
The color silver in sRGB space.static Color
Color. TEAL
The color teal in sRGB space.static Color
Color. WHITE
The color white in sRGB space.static Color
Color. YELLOW
The color yellow in sRGB space.Methods in org.odftoolkit.odfdom.type that return Color Modifier and Type Method Description static Color
Color. valueOf(String colorValue)
Returns a Color instance representing the specified String value.Methods in org.odftoolkit.odfdom.type with parameters of type Color Modifier and Type Method Description static Color
Color. mapColorToAWTColor(Color color)
Map a Color data type to
.java.awt.Color
-