Packages

 

com.aspose.cad.fileformats.plt

Class PltImage

    • Method Detail

      • isCached

        public boolean isCached()

        Gets a value indicating whether object's data is cached currently and no data reading is required.

        Value: true if object's data is cached; otherwise, false.
        Specified by:
        isCached in class com.aspose.cad.DataStreamSupporter
      • 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.
      • 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.
      • getPages

        public final List<com.aspose.foundation.rendering.ApsPage> getPages()

        Gets pages

      • cacheData

        public void cacheData()

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

        Specified by:
        cacheData in class com.aspose.cad.DataStreamSupporter
      • getStrings

        public String[] getStrings()

        Gets all string values from image.

        Overrides:
        getStrings in class Image
        Returns:
        The array with string values.