Packages

 

com.aspose.cad.fileformats.cad.cadtables

Class CadLineTypeTableObject



  • public class CadLineTypeTableObject
    extends CadBaseOwned

    The Cad line type table object.

    • Constructor Detail

      • CadLineTypeTableObject

        public CadLineTypeTableObject()

        Initializes a new instance of the CadLineTypeTableObject class.

    • Method Detail

      • getOffsetYElementIndex

        public final List<Integer> getOffsetYElementIndex()

        Gets or sets the index of the offset y element.

        Returns:
        The index of the offset y element.
      • setOffsetYElementIndex

        public final void setOffsetYElementIndex(List<Integer> value)

        Gets or sets the index of the offset y element.

        Parameters:
        value - The index of the offset y element.
      • getOffsetXElementIndex

        public final List<Integer> getOffsetXElementIndex()

        Gets or sets the index of the offset x element.

        Returns:
        The index of the offset x element.
      • setOffsetXElementIndex

        public final void setOffsetXElementIndex(List<Integer> value)

        Gets or sets the index of the offset x element.

        Parameters:
        value - The index of the offset x element.
      • getScaleLinetypeElementIndex

        public final List<Integer> getScaleLinetypeElementIndex()

        Gets or sets the index of the scale linetype element.

        Returns:
        The index of the scale linetype element.
      • setScaleLinetypeElementIndex

        public final void setScaleLinetypeElementIndex(List<Integer> value)

        Gets or sets the index of the scale linetype element.

        Parameters:
        value - The index of the scale linetype element.
      • getAlignmentCode

        public final short getAlignmentCode()

        Gets or sets the alignment code.

      • setAlignmentCode

        public final void setAlignmentCode(short value)

        Gets or sets the alignment code.

      • getDashDotLength

        public final List<Double> getDashDotLength()

        Gets or sets the dash dot length.

      • setDashDotLength

        public final void setDashDotLength(List<Double> value)

        Gets or sets the dash dot length.

      • getDescription

        public final String getDescription()

        Gets or sets the description.

      • setDescription

        public final void setDescription(String value)

        Gets or sets the description.

      • getFlags

        public final short getFlags()

        Gets or sets the flags.

      • setFlags

        public final void setFlags(short value)

        Gets or sets the flags.

      • getLineTypeElement

        public final List<Short> getLineTypeElement()

        Gets or sets the line type element.

      • setLineTypeElement

        public final void setLineTypeElement(List<Short> value)

        Gets or sets the line type element.

      • getName

        public final String getName()

        Gets or sets the name.

      • setName

        public final void setName(String value)

        Gets or sets the name.

      • getNumberOfLinetypeElements

        public final short getNumberOfLinetypeElements()

        Gets or sets the number of linetype elements.

      • setNumberOfLinetypeElements

        public final void setNumberOfLinetypeElements(short value)

        Gets or sets the number of linetype elements.

      • getOffsetX

        public final List<Double> getOffsetX()

        Gets or sets the offset x.

      • setOffsetX

        public final void setOffsetX(List<Double> value)

        Gets or sets the offset x.

      • getOffsetY

        public final List<Double> getOffsetY()

        Gets or sets the offset y.

      • setOffsetY

        public final void setOffsetY(List<Double> value)

        Gets or sets the offset y.

      • getPatternLength

        public final double getPatternLength()

        Gets or sets the pattern length.

      • setPatternLength

        public final void setPatternLength(double value)

        Gets or sets the pattern length.

      • getRotationAngle

        public final List<Double> getRotationAngle()

        Gets or sets the rotation angle.

      • setRotationAngle

        public final void setRotationAngle(List<Double> value)

        Gets or sets the rotation angle.

      • getScale

        public final List<Double> getScale()

        Gets or sets the scale.

      • setScale

        public final void setScale(List<Double> value)

        Gets or sets the scale.

      • getShapeNumber

        public final List<Short> getShapeNumber()

        Gets or sets the shape number.

      • setShapeNumber

        public final void setShapeNumber(List<Short> value)

        Gets or sets the shape number.

      • getStyleReference

        public final List<String> getStyleReference()

        Gets or sets the style reference.

        Returns:
        The style reference.
      • setStyleReference

        public final void setStyleReference(List<String> value)

        Gets or sets the style reference.

        Parameters:
        value - The style reference.
      • getTextStrings

        public final List<String> getTextStrings()

        Gets or sets the text strings.

      • setTextStrings

        public final void setTextStrings(List<String> value)

        Gets or sets the text strings.