Packages

 

com.aspose.cad.fileformats.fbx

Class FbxImage

    • Method Detail

      • getVersion

        public final int getVersion()

        Gets the image height.

      • getHeight

        public int getHeight()

        Gets the image height.

        Value: The image height.
        Specified by:
        getHeight in interface IObjectWithBounds
        Specified by:
        getHeight in class Image
        Returns:
        The image height.
      • getWidth

        public int getWidth()

        Gets the image width.

        Value: The image width.
        Specified by:
        getWidth in interface IObjectWithBounds
        Specified by:
        getWidth in class Image
        Returns:
        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.
        Specified by:
        isCached in class com.aspose.cad.DataStreamSupporter
      • cacheData

        public void cacheData()

        Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer(DataStreamSupporter.getDataStreamContainer()/DataStreamSupporter).

        Specified by:
        cacheData in class com.aspose.cad.DataStreamSupporter
        Throws:
        com.aspose.ms.System.NotImplementedException