Packages

 

com.aspose.cad.fileformats.cf2

Class CF2Image

    • Constructor Detail

      • CF2Image

        public CF2Image()

        Initializes a new instance of the CF2Image class

    • Method Detail

      • isCached

        public boolean isCached()

        Gets is image cached

        Specified by:
        isCached in class com.aspose.cad.DataStreamSupporter
      • getMaxPoint

        public final Cad3DPoint getMaxPoint()

        Gets the max point.

      • getMinPoint

        public final Cad3DPoint getMinPoint()

        Gets the min point.

      • getOrderSecton

        public final CF2Order getOrderSecton()

        Gets the order secton.

        Returns:
        The order section.
      • getAuxSecton

        public final CF2Aux getAuxSecton()

        Gets the aux secton.

        Returns:
        The aux section.
      • getMainSecton

        public final CF2Main getMainSecton()

        Gets the main secton.

        Returns:
        The main section.
      • getSubSectons

        public final List<CF2Sub> getSubSectons()

        Gets the sub sectons.

        Returns:
        The sub sections.
      • getLineTypeColors

        public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,com.aspose.foundation.drawing.DrColor> getLineTypeColors()

        Colors of the line types.

        Returns:
        The colors of the line types.
      • getOrderOutputDescribing

        public final CF2OrderOutputDescribing getOrderOutputDescribing()

        Description of the order section output

      • setOrderOutputDescribing

        public final void setOrderOutputDescribing(CF2OrderOutputDescribing value)

        Description of the order section output

      • getLinesOutputDescribing

        public final CF2LinesOutputDescribing getLinesOutputDescribing()

        Description of the line types output

      • setLinesOutputDescribing

        public final void setLinesOutputDescribing(CF2LinesOutputDescribing value)

        Description of the line types output

      • loadMessageFile

        public final void loadMessageFile(String filePath)

        Loads a message file from the specified path.

        Parameters:
        filePath - The file path of the message file.
      • loadMessageFile

        public final void loadMessageFile(InputStream stream)

        Loads a message file from the specified stream.

        Parameters:
        stream - The stream of the message file.
      • cacheData

        public void cacheData()

        Caches data

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

        public final void updateSize()

        Update size

      • getStrings

        public String[] getStrings()

        Gets all string values from image.

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