Uses of Class
com.itextpdf.io.image.Jpeg2000ImageData.ColorSpecBox
Packages that use Jpeg2000ImageData.ColorSpecBox
-
Uses of Jpeg2000ImageData.ColorSpecBox in com.itextpdf.io.image
Fields in com.itextpdf.io.image with type parameters of type Jpeg2000ImageData.ColorSpecBoxModifier and TypeFieldDescriptionprivate List
<Jpeg2000ImageData.ColorSpecBox> Jpeg2000ImageData.Parameters.colorSpecBoxes
Methods in com.itextpdf.io.image that return Jpeg2000ImageData.ColorSpecBoxModifier and TypeMethodDescriptionprivate static Jpeg2000ImageData.ColorSpecBox
Jpeg2000ImageHelper.jp2_read_colr
(Jpeg2000ImageHelper.Jpeg2000Box box, InputStream jpeg2000Stream) Methods in com.itextpdf.io.image that return types with arguments of type Jpeg2000ImageData.ColorSpecBoxModifier and TypeMethodDescriptionJpeg2000ImageData.Parameters.getColorSpecBoxes()
Retrieves the color spec boxes of the object.Method parameters in com.itextpdf.io.image with type arguments of type Jpeg2000ImageData.ColorSpecBoxModifier and TypeMethodDescriptionvoid
Jpeg2000ImageData.Parameters.setColorSpecBoxes
(List<Jpeg2000ImageData.ColorSpecBox> colorSpecBoxes) Sets the color spec boxes of the object.