public class CmxImageSpec extends Object implements ICmxObjectSpec
Represents info specified for raster images.
Constructor and Description |
---|
CmxImageSpec() |
Modifier and Type | Method and Description |
---|---|
RectangleF |
getBoundBox()
Gets the bound box.
|
RectangleF |
getCropBox()
Gets the crop box.
|
CmxRasterImage[] |
getImages()
Gets the images.
|
int |
getImageType()
Gets the type of the image.
|
Matrix |
getMatrix()
Gets the transformation matrix.
|
void |
setBoundBox(RectangleF value)
Sets the bound box.
|
void |
setCropBox(RectangleF value)
Sets the crop box.
|
void |
setImages(CmxRasterImage[] value)
Sets the images.
|
void |
setImageType(int value)
Sets the type of the image.
|
void |
setMatrix(Matrix value)
Sets the transformation matrix.
|
CmxRasterImage[] |
toArray() |
String |
toString()
Returns a
String that represents this instance. |
public final RectangleF getBoundBox()
Gets the bound box.
public final void setBoundBox(RectangleF value)
Sets the bound box.
value
- the bound box.public final RectangleF getCropBox()
Gets the crop box.
public final void setCropBox(RectangleF value)
Sets the crop box.
value
- the crop box.public final Matrix getMatrix()
Gets the transformation matrix.
public final void setMatrix(Matrix value)
Sets the transformation matrix.
value
- the transformation matrix.public final int getImageType()
Gets the type of the image.
public final void setImageType(int value)
Sets the type of the image.
value
- the type of the image.public final CmxRasterImage[] getImages()
Gets the images.
public final void setImages(CmxRasterImage[] value)
Sets the images.
value
- the images.public CmxRasterImage[] toArray()