public class IgesImage extends Image
IGES Image class
Image| Modifier and Type | Method and Description |
|---|---|
void |
cacheData()
Caches the data and ensures no additional data loading will be performed from the underlying
DataStreamSupporter.DataStreamContainer. |
int |
getHeight()
Gets Image height
|
int |
getWidth()
Gets Image width
|
boolean |
isCached()
Gets a value indicating whether object's data is cached currently and no data readig is required.
|
canLoad, canLoad, canLoad, canLoad, canSave, getAttributes, getAttributeValue, getBackgroundColor, getBounds, getContainer, getFileFormat, getFileFormat, getPalette, getSize, getUnitType, hasBackgroundColor, load, load, load, load, save, save, save, setBackgroundColor, setBackgroundColor, setPalettepublic int getHeight()
Gets Image height
getHeight in interface IObjectWithBoundsgetHeight in class Imagepublic int getWidth()
Gets Image width
getWidth in interface IObjectWithBoundsgetWidth in class Imagepublic boolean isCached()
Gets a value indicating whether object's data is cached currently and no data readig is required.
isCached in class com.aspose.cad.DataStreamSupportertrue if object's data is cached; otherwise, false.public void cacheData()
Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer.
cacheData in class com.aspose.cad.DataStreamSupportercom.aspose.ms.System.NotImplementedException