public class CadMLineStyleElement extends Object
The CadMLineStyleElement data
Constructor and Description |
---|
CadMLineStyleElement() |
Modifier and Type | Method and Description |
---|---|
short |
getElementColor()
Gets or sets the color of the element.
|
String |
getElementLinetype()
Gets or sets the element linetype.
|
double |
getElementOffset()
Gets or sets the element offset.
|
void |
setElementColor(short value)
Gets or sets the color of the element.
|
void |
setElementLinetype(String value)
Gets or sets the element linetype.
|
void |
setElementOffset(double value)
Gets or sets the element offset.
|
public final String getElementLinetype()
Gets or sets the element linetype.
public final void setElementLinetype(String value)
Gets or sets the element linetype.
value
- The element linetype.public final short getElementColor()
Gets or sets the color of the element.
public final void setElementColor(short value)
Gets or sets the color of the element.
value
- The color of the element.public final double getElementOffset()
Gets or sets the element offset.
public final void setElementOffset(double value)
Gets or sets the element offset.
value
- The element offset.