CadLineTypeTableObject

Inheritance: java.lang.Object, CadBaseOwned

The Cad line type table object.

Constructors

ConstructorDescription
CadLineTypeTableObject()Initializes a new instance of the CadLineTypeTableObject class.

Methods

MethodDescription
getOffsetYElementIndex()Gets or sets the index of the offset y element.
setOffsetYElementIndex(List value)Gets or sets the index of the offset y element.
getOffsetXElementIndex()Gets or sets the index of the offset x element.
setOffsetXElementIndex(List value)Gets or sets the index of the offset x element.
getScaleLinetypeElementIndex()Gets or sets the index of the scale linetype element.
setScaleLinetypeElementIndex(List value)Gets or sets the index of the scale linetype element.
getAlignmentCode()Gets or sets the alignment code.
setAlignmentCode(short value)Gets or sets the alignment code.
getDashDotLength()Gets or sets the dash dot length.
setDashDotLength(List value)Gets or sets the dash dot length.
getDescription()Gets or sets the description.
setDescription(String value)Gets or sets the description.
getFlags()Gets or sets the flags.
setFlags(short value)Gets or sets the flags.
getLineTypeElement()Gets or sets the line type element.
setLineTypeElement(List value)Gets or sets the line type element.
getName()Gets or sets the name.
setName(String value)Gets or sets the name.
getNumberOfLinetypeElements()Gets or sets the number of linetype elements.
setNumberOfLinetypeElements(short value)Gets or sets the number of linetype elements.
getOffsetX()Gets or sets the offset x.
setOffsetX(List value)Gets or sets the offset x.
getOffsetY()Gets or sets the offset y.
setOffsetY(List value)Gets or sets the offset y.
getPatternLength()Gets or sets the pattern length.
setPatternLength(double value)Gets or sets the pattern length.
getRotationAngle()Gets or sets the rotation angle.
setRotationAngle(List value)Gets or sets the rotation angle.
getScale()Gets or sets the scale.
setScale(List value)Gets or sets the scale.
getShapeNumber()Gets or sets the shape number.
setShapeNumber(List value)Gets or sets the shape number.
getStyleReference()Gets or sets the style reference.
setStyleReference(List value)Gets or sets the style reference.
getTextStrings()Gets or sets the text strings.
setTextStrings(List value)Gets or sets the text strings.

CadLineTypeTableObject()

public CadLineTypeTableObject()

Initializes a new instance of the CadLineTypeTableObject class.

getOffsetYElementIndex()

public final List<Integer> getOffsetYElementIndex()

Gets or sets the index of the offset y element.

Returns: List - The index of the offset y element.

setOffsetYElementIndex(List value)

public final void setOffsetYElementIndex(List<Integer> value)

Gets or sets the index of the offset y element.

Parameters:

ParameterTypeDescription
valueListThe index of the offset y element.

getOffsetXElementIndex()

public final List<Integer> getOffsetXElementIndex()

Gets or sets the index of the offset x element.

Returns: List - The index of the offset x element.

setOffsetXElementIndex(List value)

public final void setOffsetXElementIndex(List<Integer> value)

Gets or sets the index of the offset x element.

Parameters:

ParameterTypeDescription
valueListThe index of the offset x element.

getScaleLinetypeElementIndex()

public final List<Integer> getScaleLinetypeElementIndex()

Gets or sets the index of the scale linetype element.

Returns: List - The index of the scale linetype element.

setScaleLinetypeElementIndex(List value)

public final void setScaleLinetypeElementIndex(List<Integer> value)

Gets or sets the index of the scale linetype element.

Parameters:

ParameterTypeDescription
valueListThe index of the scale linetype element.

getAlignmentCode()

public final short getAlignmentCode()

Gets or sets the alignment code.

Returns: short

setAlignmentCode(short value)

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.

Returns: List

setDashDotLength(List value)

public final void setDashDotLength(List<Double> value)

Gets or sets the dash dot length.

getDescription()

public final String getDescription()

Gets or sets the description.

Returns: String

setDescription(String value)

public final void setDescription(String value)

Gets or sets the description.

getFlags()

public final short getFlags()

Gets or sets the flags.

Returns: short

setFlags(short value)

public final void setFlags(short value)

Gets or sets the flags.

getLineTypeElement()

public final List<Short> getLineTypeElement()

Gets or sets the line type element.

Returns: List

setLineTypeElement(List value)

public final void setLineTypeElement(List<Short> value)

Gets or sets the line type element.

getName()

public final String getName()

Gets or sets the name.

Returns: String

setName(String value)

public final void setName(String value)

Gets or sets the name.

getNumberOfLinetypeElements()

public final short getNumberOfLinetypeElements()

Gets or sets the number of linetype elements.

Returns: short

setNumberOfLinetypeElements(short value)

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.

Returns: List

setOffsetX(List value)

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.

Returns: List

setOffsetY(List value)

public final void setOffsetY(List<Double> value)

Gets or sets the offset y.

getPatternLength()

public final double getPatternLength()

Gets or sets the pattern length.

Returns: double

setPatternLength(double value)

public final void setPatternLength(double value)

Gets or sets the pattern length.

getRotationAngle()

public final List<Double> getRotationAngle()

Gets or sets the rotation angle.

Returns: List

setRotationAngle(List value)

public final void setRotationAngle(List<Double> value)

Gets or sets the rotation angle.

getScale()

public final List<Double> getScale()

Gets or sets the scale.

Returns: List

setScale(List value)

public final void setScale(List<Double> value)

Gets or sets the scale.

getShapeNumber()

public final List<Short> getShapeNumber()

Gets or sets the shape number.

Returns: List

setShapeNumber(List value)

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: List - The style reference.

setStyleReference(List value)

public final void setStyleReference(List<String> value)

Gets or sets the style reference.

Parameters:

ParameterTypeDescription
valueListThe style reference.

getTextStrings()

public final List<String> getTextStrings()

Gets or sets the text strings.

Returns: List

setTextStrings(List value)

public final void setTextStrings(List<String> value)

Gets or sets the text strings.