Uses of Enum Class
cloud.opencode.base.pdf.content.PdfColor.ColorModel
Packages that use PdfColor.ColorModel
-
Uses of PdfColor.ColorModel in cloud.opencode.base.pdf.content
Subclasses with type arguments of type PdfColor.ColorModel in cloud.opencode.base.pdf.contentMethods in cloud.opencode.base.pdf.content that return PdfColor.ColorModelModifier and TypeMethodDescriptionPdfColor.getModel()Gets color model 获取颜色模型PdfColor.model()Returns the value of themodelrecord component.static PdfColor.ColorModelReturns the enum constant of this class with the specified name.static PdfColor.ColorModel[]PdfColor.ColorModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.pdf.content with parameters of type PdfColor.ColorModelModifierConstructorDescriptionPdfColor(float red, float green, float blue, float alpha, PdfColor.ColorModel model) Creates an instance of aPdfColorrecord class.