Uses of Class
org.odftoolkit.odfdom.type.Color
Packages that use Color
Package
Description
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
-
Uses of Color in org.odftoolkit.odfdom.doc.table
Methods in org.odftoolkit.odfdom.doc.table that return ColorModifier and TypeMethodDescriptionOdfTableCell.getCellBackgroundColor()Get the background color of this cell.Methods in org.odftoolkit.odfdom.doc.table with parameters of type ColorModifier and TypeMethodDescriptionvoidOdfTableCell.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 ColorModifier and TypeFieldDescriptionstatic final ColorColor.AQUAThe color aqua in sRGB space.static final ColorColor.BLACKThe color black in sRGB space.static final ColorColor.BLUEThe color blue in sRGB space.static final ColorColor.FUCHSIAThe color fuchsia in sRGB space.static final ColorColor.GRAYThe color gray in sRGB space.static final ColorColor.GREENThe color green in sRGB space.static final ColorColor.LIMEThe color lime in sRGB space.static final ColorColor.MAROONThe color maroon in sRGB space.static final ColorColor.NAVYThe color navy in sRGB space.static final ColorColor.OLIVEThe color olive in sRGB space.static final ColorColor.ORANGEThe color orange in sRGB space.static final ColorColor.PURPLEThe color purple in sRGB space.static final ColorColor.REDThe color red in sRGB space.static final ColorColor.SILVERThe color silver in sRGB space.static final ColorColor.TEALThe color teal in sRGB space.static final ColorColor.WHITEThe color white in sRGB space.static final ColorColor.YELLOWThe color yellow in sRGB space.Methods in org.odftoolkit.odfdom.type that return ColorModifier and TypeMethodDescriptionstatic ColorReturns a Color instance representing the specified String value.Methods in org.odftoolkit.odfdom.type with parameters of type ColorModifier and TypeMethodDescriptionstatic ColorColor.mapColorToAWTColor(Color color) Map a Color data type to.java.awt.Color