java.lang.Object
cn.toutatis.xvoid.axolotl.excel.writer.components.AxolotlColor
所有已实现的接口:
org.apache.poi.ss.usermodel.Color

public class AxolotlColor extends Object implements org.apache.poi.ss.usermodel.Color
工作簿颜色
作者:
Toutatis_Gc
  • 构造器详细资料

    • 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

      public static AxolotlColor create(int red, int green, int blue)
    • createXSSFColor

      public static org.apache.poi.xssf.usermodel.XSSFColor createXSSFColor(int red, int green, int blue)