Uses of Class
com.itextpdf.io.image.Jpeg2000ImageData.ColorSpecBox
-
Packages that use Jpeg2000ImageData.ColorSpecBox Package Description com.itextpdf.io.image -
-
Uses of Jpeg2000ImageData.ColorSpecBox in com.itextpdf.io.image
Fields in com.itextpdf.io.image with type parameters of type Jpeg2000ImageData.ColorSpecBox Modifier and Type Field Description private java.util.List<Jpeg2000ImageData.ColorSpecBox>
Jpeg2000ImageData.Parameters. colorSpecBoxes
Methods in com.itextpdf.io.image that return Jpeg2000ImageData.ColorSpecBox Modifier and Type Method Description private static Jpeg2000ImageData.ColorSpecBox
Jpeg2000ImageHelper. jp2_read_colr(Jpeg2000ImageHelper.Jpeg2000Box box, java.io.InputStream jpeg2000Stream)
Methods in com.itextpdf.io.image that return types with arguments of type Jpeg2000ImageData.ColorSpecBox Modifier and Type Method Description java.util.List<Jpeg2000ImageData.ColorSpecBox>
Jpeg2000ImageData.Parameters. getColorSpecBoxes()
Retrieves the color spec boxes of the object.Method parameters in com.itextpdf.io.image with type arguments of type Jpeg2000ImageData.ColorSpecBox Modifier and Type Method Description void
Jpeg2000ImageData.Parameters. setColorSpecBoxes(java.util.List<Jpeg2000ImageData.ColorSpecBox> colorSpecBoxes)
Sets the color spec boxes of the object.
-