Enum Class的使用
cn.taketoday.core.ansi.AnsiColors.BitDepth
使用AnsiColors.BitDepth的程序包
-
cn.taketoday.core.ansi中AnsiColors.BitDepth的使用
修饰符和类型方法说明static AnsiColors.BitDepthAnsiColors.BitDepth.of(int bits) static AnsiColors.BitDepthReturns the enum constant of this class with the specified name.static AnsiColors.BitDepth[]AnsiColors.BitDepth.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明private Map<AnsiElement,AnsiColors.LabColor> AnsiColors.getLookup(AnsiColors.BitDepth bitDepth) 参数类型为AnsiColors.BitDepth的cn.taketoday.core.ansi中的构造器限定符构造器说明AnsiColors(AnsiColors.BitDepth bitDepth) Create a newAnsiColorsinstance with the specified bit depth.