public class IfcImage extends Image
Ifc 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 |
getDepth()
Gets the depth.
|
HashMap<Integer,IIfcEntity> |
getEntities()
Gets the entities.
|
IfcHeader |
getHeader()
Gets the header.
|
int |
getHeight()
Gets the image height.
|
com.aspose.ms.System.Collections.Generic.IGenericList<String> |
getLayers()
Gets list of layers in image
|
String[] |
getStrings()
Gets all string values from image.
|
int |
getWidth()
Gets the 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 final IfcHeader getHeader()
Gets the header.
Value: The header.public final HashMap<Integer,IIfcEntity> getEntities()
Gets the entities.
Value: The entities.public final com.aspose.ms.System.Collections.Generic.IGenericList<String> getLayers()
Gets list of layers in 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 int getWidth()
Gets the image width.
getWidth
in interface IObjectWithBounds
getWidth
in class Image
public int getHeight()
Gets the image height.
getHeight
in interface IObjectWithBounds
getHeight
in class Image
public final int getDepth()
Gets the depth.
public String[] getStrings()
Gets all string values from image.
getStrings
in class Image