public class U3dImage extends Image
U3D image
| Constructor and Description |
|---|
U3dImage() |
| 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. |
U3dAuthorLineSet |
getAuthorLineSet() |
U3dAuthorMesh |
getAuthorMesh() |
U3dBaseMesh |
getBaseMesh() |
int |
getDepth()
Gets the depth.
|
int |
getHeight()
Gets the image height.
|
int |
getWidth()
Gets the image width.
|
boolean |
isCached()
Determines whether image is cached
|
void |
updateImage(U3dBaseMesh baseMesh,
U3dAuthorMesh authorMesh,
U3dAuthorLineSet authorLineSet) |
canLoad, canLoad, canLoad, canLoad, canSave, getAnnotationService, getBounds, getContainer, getCustomProperties, getFileFormat, getFileFormat, getPalette, getSize, getStrings, getUnitlessDefaultUnitType, getUnitType, getWatermarkGuardService, load, load, load, load, load, save, save, save, setPalettegetDataStreamContainer, save, save, save, saveclose, dispose, getDisposedpublic int getWidth()
Gets the image width.
Value: The image width.getWidth in interface IObjectWithBoundsgetWidth in class Imagepublic int getHeight()
Gets the image height.
Value: The image height.getHeight in interface IObjectWithBoundsgetHeight in class Imagepublic boolean isCached()
Determines whether image is cached
isCached in class DataStreamSupporterpublic final U3dBaseMesh getBaseMesh()
public final U3dAuthorMesh getAuthorMesh()
public final U3dAuthorLineSet getAuthorLineSet()
public final void updateImage(U3dBaseMesh baseMesh, U3dAuthorMesh authorMesh, U3dAuthorLineSet authorLineSet)
public void cacheData()
DataStreamSupporter
Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer.
cacheData in class DataStreamSupporterCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.