public class CadLineTypeTableObject extends CadBaseOwned
The Cad line type table object.
Constructor and Description |
---|
CadLineTypeTableObject()
Initializes a new instance of the
CadLineTypeTableObject class. |
Modifier and Type | Method and Description |
---|---|
short |
getAlignmentCode()
Gets or sets the alignment code.
|
List<Double> |
getDashDotLength()
Gets or sets the dash dot length.
|
String |
getDescription()
Gets or sets the description.
|
short |
getFlags()
Gets or sets the flags.
|
List<Short> |
getLineTypeElement()
Gets or sets the line type element.
|
String |
getName()
Gets or sets the name.
|
short |
getNumberOfLinetypeElements()
Gets or sets the number of linetype elements.
|
List<Double> |
getOffsetX()
Gets or sets the offset x.
|
List<Integer> |
getOffsetXElementIndex()
Gets or sets the index of the offset x element.
|
List<Double> |
getOffsetY()
Gets or sets the offset y.
|
List<Integer> |
getOffsetYElementIndex()
Gets or sets the index of the offset y element.
|
double |
getPatternLength()
Gets or sets the pattern length.
|
List<Double> |
getRotationAngle()
Gets or sets the rotation angle.
|
List<Double> |
getScale()
Gets or sets the scale.
|
List<Integer> |
getScaleLinetypeElementIndex()
Gets or sets the index of the scale linetype element.
|
List<Short> |
getShapeNumber()
Gets or sets the shape number.
|
List<String> |
getStyleReference()
Gets or sets the style reference.
|
List<String> |
getTextStrings()
Gets or sets the text strings.
|
void |
setAlignmentCode(short value)
Gets or sets the alignment code.
|
void |
setDashDotLength(List<Double> value)
Gets or sets the dash dot length.
|
void |
setDescription(String value)
Gets or sets the description.
|
void |
setFlags(short value)
Gets or sets the flags.
|
void |
setLineTypeElement(List<Short> value)
Gets or sets the line type element.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setNumberOfLinetypeElements(short value)
Gets or sets the number of linetype elements.
|
void |
setOffsetX(List<Double> value)
Gets or sets the offset x.
|
void |
setOffsetXElementIndex(List<Integer> value)
Gets or sets the index of the offset x element.
|
void |
setOffsetY(List<Double> value)
Gets or sets the offset y.
|
void |
setOffsetYElementIndex(List<Integer> value)
Gets or sets the index of the offset y element.
|
void |
setPatternLength(double value)
Gets or sets the pattern length.
|
void |
setRotationAngle(List<Double> value)
Gets or sets the rotation angle.
|
void |
setScale(List<Double> value)
Gets or sets the scale.
|
void |
setScaleLinetypeElementIndex(List<Integer> value)
Gets or sets the index of the scale linetype element.
|
void |
setShapeNumber(List<Short> value)
Gets or sets the shape number.
|
void |
setStyleReference(List<String> value)
Gets or sets the style reference.
|
void |
setTextStrings(List<String> value)
Gets or sets the text strings.
|
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadLineTypeTableObject()
Initializes a new instance of the CadLineTypeTableObject
class.
public final List<Integer> getOffsetYElementIndex()
Gets or sets the index of the offset y element.
public final void setOffsetYElementIndex(List<Integer> value)
Gets or sets the index of the offset y element.
value
- The index of the offset y element.public final List<Integer> getOffsetXElementIndex()
Gets or sets the index of the offset x element.
public final void setOffsetXElementIndex(List<Integer> value)
Gets or sets the index of the offset x element.
value
- The index of the offset x element.public final List<Integer> getScaleLinetypeElementIndex()
Gets or sets the index of the scale linetype element.
public final void setScaleLinetypeElementIndex(List<Integer> value)
Gets or sets the index of the scale linetype element.
value
- The index of the scale linetype element.public final short getAlignmentCode()
Gets or sets the alignment code.
public final void setAlignmentCode(short value)
Gets or sets the alignment code.
public final void setDashDotLength(List<Double> value)
Gets or sets the dash dot length.
public final String getDescription()
Gets or sets the description.
public final void setDescription(String value)
Gets or sets the description.
public final short getFlags()
Gets or sets the flags.
public final void setFlags(short value)
Gets or sets the flags.
public final List<Short> getLineTypeElement()
Gets or sets the line type element.
public final void setLineTypeElement(List<Short> value)
Gets or sets the line type element.
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.
public final short getNumberOfLinetypeElements()
Gets or sets the number of linetype elements.
public final void setNumberOfLinetypeElements(short value)
Gets or sets the number of linetype elements.
public final double getPatternLength()
Gets or sets the pattern length.
public final void setPatternLength(double value)
Gets or sets the pattern length.
public final void setRotationAngle(List<Double> value)
Gets or sets the rotation angle.
public final List<String> getStyleReference()
Gets or sets the style reference.
public final void setStyleReference(List<String> value)
Gets or sets the style reference.
value
- The style reference.