public static class Jpeg2000ImageData.Parameters extends Object
| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBpcBoxData()
Retrieves the bits per component of the box data.
|
List<Jpeg2000ImageData.ColorSpecBox> |
getColorSpecBoxes()
Retrieves the color spec boxes of the object.
|
int |
getNumOfComps()
Retrieves number of components of the object.
|
boolean |
isJp2()
Retrieves whether the object is a Jp2.
|
boolean |
isJpxBaseline()
Retrieves whether jpx is baseline.
|
void |
setBpcBoxData(byte[] bpcBoxData)
Sets the bits per component of the box data.
|
void |
setColorSpecBoxes(List<Jpeg2000ImageData.ColorSpecBox> colorSpecBoxes)
Sets the color spec boxes of the object.
|
void |
setJp2(boolean jp2)
Sets whether the object is a jp2.
|
void |
setJpxBaseline(boolean jpxBaseline)
Sets whether jpx is baseline.
|
void |
setNumOfComps(int numOfComps)
Sets number of components of the object.
|
public int getNumOfComps()
public void setNumOfComps(int numOfComps)
numOfComps - number of componentspublic List<Jpeg2000ImageData.ColorSpecBox> getColorSpecBoxes()
public void setColorSpecBoxes(List<Jpeg2000ImageData.ColorSpecBox> colorSpecBoxes)
colorSpecBoxes - color spec boxespublic boolean isJp2()
public void setJp2(boolean jp2)
jp2 - true is it is a jp2, otherwise falsepublic boolean isJpxBaseline()
public void setJpxBaseline(boolean jpxBaseline)
jpxBaseline - true if jpx is baseline, false otherwisepublic byte[] getBpcBoxData()
public void setBpcBoxData(byte[] bpcBoxData)
bpcBoxData - bits per componentCopyright © 1998–2025 Apryse Group NV. All rights reserved.