public interface LineProperties
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ChartPackage.getLineProperties()
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.RGB |
getColor()
Returns the value of the 'Color' attribute.
|
float |
getWidth()
Returns the value of the 'Width' attribute.
|
void |
setColor(org.eclipse.swt.graphics.RGB value)
Sets the value of the '
Color ' attribute. |
void |
setWidth(float value)
Sets the value of the '
Width ' attribute. |
float getWidth()
"1.0"
.
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(float)
,
ChartPackage.getLineProperties_Width()
void setWidth(float value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
org.eclipse.swt.graphics.RGB getColor()
"#000000"
.
If the meaning of the 'Color' attribute isn't clear, there really should be more of a description here...
setColor(RGB)
,
ChartPackage.getLineProperties_Color()
void setColor(org.eclipse.swt.graphics.RGB value)
Color
' attribute.
value
- the new value of the 'Color' attribute.getColor()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.