类 AxolotlColor
java.lang.Object
cn.toutatis.xvoid.axolotl.excel.writer.components.AxolotlColor
- 所有已实现的接口:
org.apache.poi.ss.usermodel.Color
工作簿颜色
- 作者:
- Toutatis_Gc
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static AxolotlColorcreate(int red, int green, int blue) static org.apache.poi.xssf.usermodel.XSSFColorcreateXSSFColor(int red, int green, int blue) intgetBlue()intgetGreen()intgetRed()org.apache.poi.xssf.usermodel.XSSFColor
-
构造器详细资料
-
AxolotlColor
public AxolotlColor(int red, int green, int blue)
-
-
方法详细资料
-
getRed
public int getRed() -
getGreen
public int getGreen() -
getBlue
public int getBlue() -
toXSSFColor
public org.apache.poi.xssf.usermodel.XSSFColor toXSSFColor() -
create
-
createXSSFColor
public static org.apache.poi.xssf.usermodel.XSSFColor createXSSFColor(int red, int green, int blue)
-