public class CadRasterImageData extends CadBaseObject
The Cad raster image data object.
| Constructor and Description |
|---|
CadRasterImageData()
Initializes a new instance of the
CadRasterImageData class. |
| Modifier and Type | Method and Description |
|---|---|
long |
getBitsPerSample()
Gets or sets bits per samples.
|
int |
getCompression()
Gets or sets compression.
|
String |
getFileName()
Gets or sets name of a file.
|
String |
getFileType()
Gets or sets type of a file.
|
byte[] |
getImageData()
Gets or sets image data.
|
double |
getImageSizeU()
Gets or sets image size U.
|
double |
getImageSizeV()
Gets or sets image size V.
|
int |
getPhotometricInterpretation()
Gets or sets Photometric Interpretation.
|
long |
getPlanarConfiguration()
Gets or sets Planar Configuration.
|
int |
getResolution()
Gets or sets resolution.
|
int |
getResolutionUnits()
Gets or sets resolution units.
|
double |
getXResolution()
Gets or sets XResolution.
|
void |
setBitsPerSample(long value)
Gets or sets bits per samples.
|
void |
setCompression(int value)
Gets or sets compression.
|
void |
setFileName(String value)
Gets or sets name of a file.
|
void |
setFileType(String value)
Gets or sets type of a file.
|
void |
setImageData(byte[] value)
Gets or sets image data.
|
void |
setImageSizeU(double value)
Gets or sets image size U.
|
void |
setImageSizeV(double value)
Gets or sets image size V.
|
void |
setPhotometricInterpretation(int value)
Gets or sets Photometric Interpretation.
|
void |
setPlanarConfiguration(long value)
Gets or sets Planar Configuration.
|
void |
setResolution(int value)
Gets or sets resolution.
|
void |
setResolutionUnits(int value)
Gets or sets resolution units.
|
void |
setXResolution(double value)
Gets or sets XResolution.
|
getChildObjects, getTypeName, setChildObjectsgetHardOwner, getNumreactors, getReactors, getSoftOwner, getStorageFlag, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwner, setStorageFlaggetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadRasterImageData()
Initializes a new instance of the CadRasterImageData class.
public final String getFileName()
Gets or sets name of a file.
public final void setFileName(String value)
Gets or sets name of a file.
public final String getFileType()
Gets or sets type of a file.
public final void setFileType(String value)
Gets or sets type of a file.
public final byte[] getImageData()
Gets or sets image data.
public final void setImageData(byte[] value)
Gets or sets image data.
public final int getResolutionUnits()
Gets or sets resolution units. 1 - inch 4 - millimeters 5 - centimeters
public final void setResolutionUnits(int value)
Gets or sets resolution units. 1 - inch 4 - millimeters 5 - centimeters
public final double getImageSizeU()
Gets or sets image size U.
public final void setImageSizeU(double value)
Gets or sets image size U.
public final double getImageSizeV()
Gets or sets image size V.
public final void setImageSizeV(double value)
Gets or sets image size V.
public final int getResolution()
Gets or sets resolution.
public final void setResolution(int value)
Gets or sets resolution.
public final int getCompression()
Gets or sets compression.
public final void setCompression(int value)
Gets or sets compression.
public final int getPhotometricInterpretation()
Gets or sets Photometric Interpretation.
public final void setPhotometricInterpretation(int value)
Gets or sets Photometric Interpretation.
public final long getBitsPerSample()
Gets or sets bits per samples.
public final void setBitsPerSample(long value)
Gets or sets bits per samples.
public final double getXResolution()
Gets or sets XResolution.
public final void setXResolution(double value)
Gets or sets XResolution.
public final long getPlanarConfiguration()
Gets or sets Planar Configuration.
public final void setPlanarConfiguration(long value)
Gets or sets Planar Configuration.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.