Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadUnderlay

    • Constructor Detail

      • CadUnderlay

        public CadUnderlay()

        Initializes a new instance of the CadUnderlay class.

    • Method Detail

      • getAcDbUnderlayDefinitionObjectId

        public final String getAcDbUnderlayDefinitionObjectId()

        Gets or sets the ac database underlay definition object identifier.

        Returns:
        The ac database underlay definition object identifier.
      • setAcDbUnderlayDefinitionObjectId

        public final void setAcDbUnderlayDefinitionObjectId(String value)

        Gets or sets the ac database underlay definition object identifier.

        Parameters:
        value - The ac database underlay definition object identifier.
      • getContrast

        public final short getContrast()

        Gets or sets the contrast.

        Returns:
        The contrast.
      • setContrast

        public final void setContrast(short value)

        Gets or sets the contrast.

        Parameters:
        value - The contrast.
      • getFade

        public final short getFade()

        Gets or sets the fade.

        Returns:
        The fade.
      • setFade

        public final void setFade(short value)

        Gets or sets the fade.

        Parameters:
        value - The fade.
      • getPoints2d

        public final List<Cad2DPoint> getPoints2d()

        Gets or sets the points2d.

        Returns:
        The points2d.
      • setPoints2d

        public final void setPoints2d(List<Cad2DPoint> value)

        Gets or sets the points2d.

        Parameters:
        value - The points2d.
      • getInsertionPoint

        public final Cad3DPoint getInsertionPoint()

        Gets or sets the insertion point .

        Returns:
        The insertion point.
      • setInsertionPoint

        public final void setInsertionPoint(Cad3DPoint value)

        Gets or sets the insertion point .

        Parameters:
        value - The insertion point.
      • getRotationAngle

        public final double getRotationAngle()

        Gets or sets the rotation angle.

        Returns:
        The rotation angle.
      • setRotationAngle

        public final void setRotationAngle(double value)

        Gets or sets the rotation angle.

        Parameters:
        value - The rotation angle.
      • getUnderlayPath

        public final String getUnderlayPath()

        Gets or sets the underlay path.

        Returns:
        The underlay path.
      • setUnderlayPath

        public final void setUnderlayPath(String value)

        Gets or sets the underlay path.

        Parameters:
        value - The underlay path.
      • getUnderlayName

        public final String getUnderlayName()

        Gets or sets the name of the underlay.

        Returns:
        The name of the underlay.
      • setUnderlayName

        public final void setUnderlayName(String value)

        Gets or sets the name of the underlay.

        Parameters:
        value - The name of the underlay.
      • getScaleX

        public final double getScaleX()

        Gets or sets the scale x.

      • setScaleX

        public final void setScaleX(double value)

        Gets or sets the scale x.

      • getScaleY

        public final double getScaleY()

        Gets or sets the scale y.

      • setScaleY

        public final void setScaleY(double value)

        Gets or sets the scale y.

      • getScaleZ

        public final double getScaleZ()

        Gets or sets the scale z.

      • setScaleZ

        public final void setScaleZ(double value)

        Gets or sets the scale z.

      • getFlags

        public final int getFlags()

        Gets or sets the flags.

        Returns:
        The flags.
      • setFlags

        public final void setFlags(int value)

        Gets or sets the flags.

        Parameters:
        value - The flags.