public interface Axis
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ChartPackage.getAxis()
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.RGB |
getColor()
Returns the value of the 'Color' attribute.
|
String |
getFormat()
Returns the value of the 'Format' attribute.
|
String |
getLabel()
Returns the value of the 'Label' attribute.
|
int |
getTextPadding()
Returns the value of the 'Text Padding' attribute.
|
boolean |
isLabelVisible()
Returns the value of the 'Label Visible' attribute.
|
void |
setColor(org.eclipse.swt.graphics.RGB value)
Sets the value of the '
Color ' attribute. |
void |
setFormat(String value)
Sets the value of the '
Format ' attribute. |
void |
setLabel(String value)
Sets the value of the '
Label ' attribute. |
void |
setLabelVisible(boolean value)
Sets the value of the '
Label Visible ' attribute. |
void |
setTextPadding(int value)
Sets the value of the '
Text Padding ' attribute. |
String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
ChartPackage.getAxis_Label()
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
int getTextPadding()
"10"
.
If the meaning of the 'Text Padding' attribute isn't clear, there really should be more of a description here...
setTextPadding(int)
,
ChartPackage.getAxis_TextPadding()
void setTextPadding(int value)
Text Padding
' attribute.
value
- the new value of the 'Text Padding' attribute.getTextPadding()
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.getAxis_Color()
void setColor(org.eclipse.swt.graphics.RGB value)
Color
' attribute.
value
- the new value of the 'Color' attribute.getColor()
boolean isLabelVisible()
"true"
.
If the meaning of the 'Label Visible' attribute isn't clear, there really should be more of a description here...
setLabelVisible(boolean)
,
ChartPackage.getAxis_LabelVisible()
void setLabelVisible(boolean value)
Label Visible
' attribute.
value
- the new value of the 'Label Visible' attribute.isLabelVisible()
String getFormat()
If the meaning of the 'Format' attribute isn't clear, there really should be more of a description here...
setFormat(String)
,
ChartPackage.getAxis_Format()
void setFormat(String value)
Format
' attribute.
value
- the new value of the 'Format' attribute.getFormat()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.