FbxImage
Inheritance: java.lang.Object, Image
Fbx Image class
Methods
| Method | Description |
|---|---|
| getVersion() | Gets the image height. |
| getHeight() | Gets the image height. Value: The image height. |
| getWidth() | Gets the image width. Value: The image width. |
| isCached() | Gets a value indicating whether object’s data is cached currently and no data readig is required. Value: true if object’s data is cached; otherwise, false . |
| cacheData() | Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer ( DataStreamSupporter.getDataStreamContainer() / DataStreamSupporter ). |
getVersion()
public final int getVersion()
Gets the image height.
Returns: int
getHeight()
public int getHeight()
Gets the image height. Value: The image height.
Returns: int - The image height.
getWidth()
public int getWidth()
Gets the image width. Value: The image width.
Returns: int - The image width.
isCached()
public boolean isCached()
Gets a value indicating whether object’s data is cached currently and no data readig is required. Value: true if object’s data is cached; otherwise, false .
Returns: boolean
cacheData()
public void cacheData()
Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer ( DataStreamSupporter.getDataStreamContainer() / DataStreamSupporter ).
Throws:
com.aspose.ms.System.NotImplementedException- com.aspose.ms.System.NotImplementedException