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.
|
boolean |
isCmx3Image()
Gets a value indicating whether this instance is CMX3 image.
|
void |
setBoundBox(RectangleF value)
Sets the bound box.
|
void |
setCmx3Image(boolean value)
Sets a value indicating whether this instance is CMX3 image.
|
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 final boolean isCmx3Image()
Gets a value indicating whether this instance is CMX3 image.
Value:true
if this instance is CMX3 image; otherwise, false
.public final void setCmx3Image(boolean value)
Sets a value indicating whether this instance is CMX3 image.
Value:true
if this instance is CMX3 image; otherwise, false
.value
- a value indicating whether this instance is CMX3 image.public CmxRasterImage[] toArray()