public class ThreeDSImage extends Image
3DS image
Constructor and Description |
---|
ThreeDSImage() |
Modifier and Type | Method and Description |
---|---|
void |
cacheData() |
com.aspose.foundation.rendering.threed.ApsVector3F |
getAmbientLight() |
int |
getDepth()
Gets the depth.
|
int |
getHeight()
Gets the image height.
|
List<ThreeDSMaterial> |
getMaterials() |
List<ThreeDSMesh> |
getMeshes() |
int |
getWidth()
Gets the image width.
|
boolean |
hasMaterials() |
boolean |
hasMeshes() |
boolean |
isCached()
Determines whether image is cached
|
void |
setAmbientLight(com.aspose.foundation.rendering.threed.ApsVector3F value) |
canLoad, canLoad, canLoad, canLoad, canSave, getBackgroundColor, getBounds, getContainer, getFileFormat, getFileFormat, getPalette, getSize, getStrings, getUnitlessDefaultUnitType, getUnitType, hasBackgroundColor, load, load, load, load, save, save, save, setBackgroundColor, setBackgroundColor, setPalette
public int getWidth()
Gets the image width.
Value: The image width.getWidth
in interface IObjectWithBounds
getWidth
in class Image
public int getHeight()
Gets the image height.
Value: The image height.getHeight
in interface IObjectWithBounds
getHeight
in class Image
public final int getDepth()
Gets the depth.
Value: The depth.public boolean isCached()
Determines whether image is cached
isCached
in class com.aspose.cad.DataStreamSupporter
public final com.aspose.foundation.rendering.threed.ApsVector3F getAmbientLight()
public final void setAmbientLight(com.aspose.foundation.rendering.threed.ApsVector3F value)
public final boolean hasMaterials()
public final List<ThreeDSMaterial> getMaterials()
public final boolean hasMeshes()
public final List<ThreeDSMesh> getMeshes()
public void cacheData()
cacheData
in class com.aspose.cad.DataStreamSupporter