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 ColorOdfTableCell. 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 OdfTableCellOdfTableCell. 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 ColorColor. AQUAThe color aqua in sRGB space.static ColorColor. BLACKThe color black in sRGB space.static ColorColor. BLUEThe color blue in sRGB space.static ColorColor. FUCHSIAThe color fuchsia in sRGB space.static ColorColor. GRAYThe color gray in sRGB space.static ColorColor. GREENThe color green in sRGB space.static ColorColor. LIMEThe color lime in sRGB space.static ColorColor. MAROONThe color maroon in sRGB space.static ColorColor. NAVYThe color navy in sRGB space.static ColorColor. OLIVEThe color olive in sRGB space.static ColorColor. ORANGEThe color orange in sRGB space.static ColorColor. PURPLEThe color purple in sRGB space.static ColorColor. REDThe color red in sRGB space.static ColorColor. SILVERThe color silver in sRGB space.static ColorColor. TEALThe color teal in sRGB space.static ColorColor. WHITEThe color white in sRGB space.static ColorColor. YELLOWThe color yellow in sRGB space.Methods in org.odftoolkit.odfdom.type that return Color Modifier and Type Method Description static ColorColor. 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 ColorColor. mapColorToAWTColor(Color color)Map a Color data type to.java.awt.Color
-