Uses of Class
org.jzy3d.io.xls.ByteColor
-
Packages that use ByteColor Package Description org.jzy3d.io.xls -
-
Uses of ByteColor in org.jzy3d.io.xls
Fields in org.jzy3d.io.xls declared as ByteColor Modifier and Type Field Description static ByteColor
ByteColor. BLACK
static ByteColor
ByteColor. BLUE
static ByteColor
ByteColor. GREEN
static ByteColor
ByteColor. ORANGE
static ByteColor
ByteColor. RED
static ByteColor
ByteColor. WHITE
Methods in org.jzy3d.io.xls with parameters of type ByteColor Modifier and Type Method Description org.apache.poi.hssf.util.HSSFColor
ExcelBuilder. getColor(ByteColor color)
org.apache.poi.hssf.util.HSSFColor
IExcelBuilder. getColor(ByteColor color)
org.apache.poi.ss.usermodel.CellStyle
ExcelBuilder. newColoredCellStyle(ByteColor color)
org.apache.poi.ss.usermodel.CellStyle
IExcelBuilder. newColoredCellStyle(ByteColor color)
-