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 . |
IDrawable[][] |
getDrawables()
Gets geometric representation of the document
|
int |
getHeight()
Gets Image height
|
String[] |
getStrings()
Gets all string values from image.
|
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, getBackgroundColor, getBounds, getContainer, getFileFormat, getFileFormat, getPalette, getSize, getUnitlessDefaultUnitType, getUnitType, hasBackgroundColor, load, load, load, load, save, save, save, setBackgroundColor, setBackgroundColor, setPalette
public IDrawable[][] getDrawables()
Gets geometric representation of the document
public int getHeight()
Gets Image height
getHeight
in interface IObjectWithBounds
getHeight
in class Image
public int getWidth()
Gets Image width
getWidth
in interface IObjectWithBounds
getWidth
in class Image
public 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.DataStreamSupporter
true
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.DataStreamSupporter
com.aspose.ms.System.NotImplementedException
public String[] getStrings()
Gets all string values from image.
getStrings
in class Image