public class CadMLineStyleElement extends Object
The CadMLineStyleElement data
Constructor and Description |
---|
CadMLineStyleElement()
Initializes a new instance of the
CadMLineStyleElement class. |
Modifier and Type | Method and Description |
---|---|
CadShortParameter |
getElementColor()
Gets or sets the color of the element.
|
CadStringParameter |
getElementLinetype()
Gets or sets the element linetype.
|
CadDoubleParameter |
getElementOffset()
Gets or sets the element offset.
|
void |
setElementColor(CadShortParameter value)
Gets or sets the color of the element.
|
void |
setElementLinetype(CadStringParameter value)
Gets or sets the element linetype.
|
void |
setElementOffset(CadDoubleParameter value)
Gets or sets the element offset.
|
public CadMLineStyleElement()
Initializes a new instance of the CadMLineStyleElement
class.
public CadStringParameter getElementLinetype()
Gets or sets the element linetype.
public void setElementLinetype(CadStringParameter value)
Gets or sets the element linetype.
value
- The element linetype.public CadShortParameter getElementColor()
Gets or sets the color of the element.
public void setElementColor(CadShortParameter value)
Gets or sets the color of the element.
value
- The color of the element.public CadDoubleParameter getElementOffset()
Gets or sets the element offset.
public void setElementOffset(CadDoubleParameter value)
Gets or sets the element offset.
value
- The element offset.