Generated by
JDiff

Class com.itextpdf.io.image.Jpeg2000ImageData.Parameters

Added Methods
byte[]  getBpcBoxData() Retrieves the bits per component of the box data.
List  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[]) Sets the bits per component of the box data.
void  setColorSpecBoxes( List) Sets the color spec boxes of the object.
void  setJp2( boolean) Sets whether the object is a jp2.
void  setJpxBaseline( boolean) Sets whether jpx is baseline.
void  setNumOfComps( int) Sets number of components of the object.
 

Removed Fields
byte[]  bpcBoxData  
List  colorSpecBoxes  
boolean  isJp2  
boolean  isJpxBaseline  
int  numOfComps