CadLineTypeTableObject
Inheritance: java.lang.Object, CadBaseOwned
The Cad line type table object.
Constructors
| Constructor | Description |
|---|---|
| CadLineTypeTableObject() | Initializes a new instance of the CadLineTypeTableObject class. |
Methods
| Method | Description |
|---|---|
| getOffsetYElementIndex() | Gets or sets the index of the offset y element. |
| setOffsetYElementIndex(List | Gets or sets the index of the offset y element. |
| getOffsetXElementIndex() | Gets or sets the index of the offset x element. |
| setOffsetXElementIndex(List | Gets or sets the index of the offset x element. |
| getScaleLinetypeElementIndex() | Gets or sets the index of the scale linetype element. |
| setScaleLinetypeElementIndex(List | 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 | 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 | 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 | Gets or sets the offset x. |
| getOffsetY() | Gets or sets the offset y. |
| setOffsetY(List | 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 | Gets or sets the rotation angle. |
| getScale() | Gets or sets the scale. |
| setScale(List | Gets or sets the scale. |
| getShapeNumber() | Gets or sets the shape number. |
| setShapeNumber(List | Gets or sets the shape number. |
| getStyleReference() | Gets or sets the style reference. |
| setStyleReference(List | Gets or sets the style reference. |
| getTextStrings() | Gets or sets the text strings. |
| setTextStrings(List | 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
setOffsetYElementIndex(List value)
public final void setOffsetYElementIndex(List<Integer> value)
Gets or sets the index of the offset y element.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The index of the offset y element. |
getOffsetXElementIndex()
public final List<Integer> getOffsetXElementIndex()
Gets or sets the index of the offset x element.
Returns: List
setOffsetXElementIndex(List value)
public final void setOffsetXElementIndex(List<Integer> value)
Gets or sets the index of the offset x element.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The index of the offset x element. |
getScaleLinetypeElementIndex()
public final List<Integer> getScaleLinetypeElementIndex()
Gets or sets the index of the scale linetype element.
Returns: List
setScaleLinetypeElementIndex(List value)
public final void setScaleLinetypeElementIndex(List<Integer> value)
Gets or sets the index of the scale linetype element.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The 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
setStyleReference(List value)
public final void setStyleReference(List<String> value)
Gets or sets the style reference.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The 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.