Packages

 

com.aspose.cad.fileformats.cf2

Class CF2Main



  • public class CF2Main
    extends Object

    The Main section of the CFF2 format

    • Constructor Detail

      • CF2Main

        public CF2Main(String name)

        Initializes a new instance of the CF2Main class

        Parameters:
        name - The name of section.
    • Method Detail

      • getName

        public final String getName()

        The name of section.

      • setName

        public final void setName(String value)

        The name of section.

      • getSystemCoordinate

        public final int getSystemCoordinate()

        The type of coordinate system.

      • setSystemCoordinate

        public final void setSystemCoordinate(int value)

        The type of coordinate system.

      • getLeftLowerCorner

        public final com.aspose.cad.PointF getLeftLowerCorner()

        The coordinates of the lower left corner of the cutting

      • setLeftLowerCorner

        public final void setLeftLowerCorner(com.aspose.cad.PointF value)

        The coordinates of the lower left corner of the cutting

      • getUpperRightCorner

        public final com.aspose.cad.PointF getUpperRightCorner()

        The coordinates of the upper right corner of the cutting

      • setUpperRightCorner

        public final void setUpperRightCorner(com.aspose.cad.PointF value)

        The coordinates of the upper right corner of the cutting

      • getScale

        public final com.aspose.cad.PointF getScale()

        The scale

      • setScale

        public final void setScale(com.aspose.cad.PointF value)

        The scale