Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadLeader



  • public class CadLeader
    extends CadBaseEntity

    Class describing Cad leader

    • Constructor Detail

      • CadLeader

        public CadLeader()

        Initializes a new instance of the CadLeader class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadBaseEntity
        Returns:
        The name of the type.
      • getLastLeaderVertex

        public final Cad3DPoint getLastLeaderVertex()

        Gets or sets the last leader vertex.

        Returns:
        The last leader vertex.
      • setLastLeaderVertex

        public final void setLastLeaderVertex(Cad3DPoint value)

        Gets or sets the last leader vertex.

        Parameters:
        value - The last leader vertex.
      • getHorizontalDirection

        public final Cad3DPoint getHorizontalDirection()

        Gets or sets the horizontal direction.

        Returns:
        The horizontal direction.
      • setHorizontalDirection

        public final void setHorizontalDirection(Cad3DPoint value)

        Gets or sets the horizontal direction.

        Parameters:
        value - The horizontal direction.
      • getLeaderColor

        public final Short getLeaderColor()

        Gets or sets the color of the leader.

        Returns:
        The color of the leader.
      • setLeaderColor

        public final void setLeaderColor(Short value)

        Gets or sets the color of the leader.

        Parameters:
        value - The color of the leader.
      • getStyleType

        public final String getStyleType()

        Gets or sets the style type.

      • setStyleType

        public final void setStyleType(String value)

        Gets or sets the style type.

      • getAssociatedAnnotation

        public final String getAssociatedAnnotation()

        Gets or sets reference to associated annotation object.

      • setAssociatedAnnotation

        public final void setAssociatedAnnotation(String value)

        Gets or sets reference to associated annotation object.

      • getNormalVector

        public final Cad3DPoint getNormalVector()

        Gets or sets normal vector

      • setNormalVector

        public final void setNormalVector(Cad3DPoint value)

        Gets or sets normal vector

      • getAnnotationPlacementPointOffset

        public final Cad3DPoint getAnnotationPlacementPointOffset()

        Gets or sets offset of last leader vertex from annotation placement point

      • setAnnotationPlacementPointOffset

        public final void setAnnotationPlacementPointOffset(Cad3DPoint value)

        Gets or sets offset of last leader vertex from annotation placement point

      • getArrowHeadFlag

        public final Short getArrowHeadFlag()

        Gets or sets the arrowhead flag.

      • setArrowHeadFlag

        public final void setArrowHeadFlag(Short value)

        Gets or sets the arrowhead flag.

      • getPathType

        public final short getPathType()

        Gets or sets the type of path.

      • setPathType

        public final void setPathType(short value)

        Gets or sets the type of path.

      • getCreationFlag

        public final short getCreationFlag()

        Gets or sets the type of path.

      • setCreationFlag

        public final void setCreationFlag(short value)

        Gets or sets the type of path.

      • getHookLineCreationFlag

        public final short getHookLineCreationFlag()

        Gets or sets the hook line creation flag.

      • setHookLineCreationFlag

        public final void setHookLineCreationFlag(short value)

        Gets or sets the hook line creation flag.

      • getHookLineFlag

        public final short getHookLineFlag()

        Gets or sets the hook line flag.

      • setHookLineFlag

        public final void setHookLineFlag(short value)

        Gets or sets the hook line flag.

      • getTextHeight

        public final double getTextHeight()

        Gets or sets the text height.

      • setTextHeight

        public final void setTextHeight(double value)

        Gets or sets the text height.

      • getTextWidth

        public final double getTextWidth()

        Gets or sets the scale x.

      • setTextWidth

        public final void setTextWidth(double value)

        Gets or sets the scale x.

      • getVerticesCount

        public final short getVerticesCount()

        Gets or sets the count of vertices.

      • setVerticesCount

        public final void setVerticesCount(short value)

        Gets or sets the count of vertices.

      • getCoordinates

        public final List<Cad3DPoint> getCoordinates()

        Gets or sets the coordinates.

        Returns:
        The coordinates.
      • setCoordinates

        public final void setCoordinates(List<Cad3DPoint> value)

        Gets or sets the coordinates.

        Parameters:
        value - The coordinates.
      • getAnnotType

        public final short getAnnotType()

        Gets or sets the annot type.

      • setAnnotType

        public final void setAnnotType(short value)

        Gets or sets the annot type.