public class CadMLineStyleObject extends CadBaseObject
Class describing MLine Style object.
CadMLineStyleObject
Constructor and Description |
---|
CadMLineStyleObject()
Initializes a new instance of the
CadMLineStyleObject class. |
Modifier and Type | Method and Description |
---|---|
short |
getElementsNumber()
Gets or sets the elements number.
|
Double |
getEndAngle()
Gets or sets the end angle.
|
Short |
getFillColor()
Gets or sets the color of the fill.
|
short |
getFlags()
Gets or sets the flags.
|
List<CadMLineStyleElement> |
getMLineStyleElements()
Gets or sets the m line style elements.
|
Double |
getStartAngle()
Gets or sets the start angle.
|
String |
getStyleDescription()
Gets or sets the style description.
|
String |
getStyleName()
Gets or sets the name of the style.
|
void |
setElementsNumber(short value)
Gets or sets the elements number.
|
void |
setEndAngle(Double value)
Gets or sets the end angle.
|
void |
setFillColor(Short value)
Gets or sets the color of the fill.
|
void |
setFlags(short value)
Gets or sets the flags.
|
void |
setMLineStyleElements(List<CadMLineStyleElement> value)
Gets or sets the m line style elements.
|
void |
setStartAngle(Double value)
Gets or sets the start angle.
|
void |
setStyleDescription(String value)
Gets or sets the style description.
|
void |
setStyleName(String value)
Gets or sets the name of the style.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadMLineStyleObject()
Initializes a new instance of the CadMLineStyleObject
class.
public final String getStyleName()
Gets or sets the name of the style.
public final void setStyleName(String value)
Gets or sets the name of the style.
value
- The name of the style.public final short getFlags()
Gets or sets the flags.
public final void setFlags(short value)
Gets or sets the flags.
value
- The flags.public final String getStyleDescription()
Gets or sets the style description.
public final void setStyleDescription(String value)
Gets or sets the style description.
value
- The style description.public final Short getFillColor()
Gets or sets the color of the fill.
public final void setFillColor(Short value)
Gets or sets the color of the fill.
value
- The color of the fill.public final Double getStartAngle()
Gets or sets the start angle.
public final void setStartAngle(Double value)
Gets or sets the start angle.
value
- The start angle.public final Double getEndAngle()
Gets or sets the end angle.
public final void setEndAngle(Double value)
Gets or sets the end angle.
value
- The end angle.public final short getElementsNumber()
Gets or sets the elements number.
public final void setElementsNumber(short value)
Gets or sets the elements number.
value
- The elements number.public final List<CadMLineStyleElement> getMLineStyleElements()
Gets or sets the m line style elements.
public final void setMLineStyleElements(List<CadMLineStyleElement> value)
Gets or sets the m line style elements.
value
- The m line style elements.