|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Grid'. This type defines the grid associated with an axis.
The following features are supported:
ComponentPackage.getGrid()
Method Summary | |
LineAttributes |
getLineAttributes()
Returns the value of the 'Line Attributes' containment reference. |
LineAttributes |
getTickAttributes()
Returns the value of the 'Tick Attributes' containment reference. |
int |
getTickCount()
Returns the value of the 'Tick Count' attribute. |
double |
getTickSize()
Returns the value of the 'Tick Size' attribute. |
TickStyle |
getTickStyle()
Returns the value of the 'Tick Style' attribute. |
boolean |
isSetTickCount()
Returns whether the value of the ' Tick Count ' attribute is set. |
boolean |
isSetTickSize()
Returns whether the value of the ' Tick Size ' attribute is set. |
boolean |
isSetTickStyle()
Returns whether the value of the ' Tick Style ' attribute is set. |
void |
setLineAttributes(LineAttributes value)
Sets the value of the ' Line Attributes ' containment reference. |
void |
setTickAttributes(LineAttributes value)
Sets the value of the ' Tick Attributes ' containment reference. |
void |
setTickCount(int value)
Sets the value of the ' Tick Count ' attribute. |
void |
setTickSize(double value)
Sets the value of the ' Tick Size ' attribute. |
void |
setTickStyle(TickStyle value)
Sets the value of the ' Tick Style ' attribute. |
void |
unsetTickCount()
Unsets the value of the ' Tick Count ' attribute. |
void |
unsetTickSize()
Unsets the value of the ' Tick Size ' attribute. |
void |
unsetTickStyle()
Unsets the value of the ' Tick Style ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
public LineAttributes getLineAttributes()
setLineAttributes(LineAttributes)
,
ComponentPackage.getGrid_LineAttributes()
public void setLineAttributes(LineAttributes value)
Line Attributes
' containment reference.
value
- the new value of the 'Line Attributes' containment reference.getLineAttributes()
public TickStyle getTickStyle()
"Left"
.
The literals are from the enumeration TickStyle
.
Specifies how the tick is to be marked for the grid line.
TickStyle
,
isSetTickStyle()
,
unsetTickStyle()
,
setTickStyle(TickStyle)
,
ComponentPackage.getGrid_TickStyle()
public void setTickStyle(TickStyle value)
Tick Style
' attribute.
value
- the new value of the 'Tick Style' attribute.TickStyle
,
isSetTickStyle()
,
unsetTickStyle()
,
getTickStyle()
public void unsetTickStyle()
Tick Style
' attribute.
isSetTickStyle()
,
getTickStyle()
,
setTickStyle(TickStyle)
public boolean isSetTickStyle()
Tick Style
' attribute is set.
unsetTickStyle()
,
getTickStyle()
,
setTickStyle(TickStyle)
public LineAttributes getTickAttributes()
setTickAttributes(LineAttributes)
,
ComponentPackage.getGrid_TickAttributes()
public void setTickAttributes(LineAttributes value)
Tick Attributes
' containment reference.
value
- the new value of the 'Tick Attributes' containment reference.getTickAttributes()
public double getTickSize()
isSetTickSize()
,
unsetTickSize()
,
setTickSize(double)
,
ComponentPackage.getGrid_TickSize()
public void setTickSize(double value)
Tick Size
' attribute.
value
- the new value of the 'Tick Size' attribute.isSetTickSize()
,
unsetTickSize()
,
getTickSize()
public void unsetTickSize()
Tick Size
' attribute.
isSetTickSize()
,
getTickSize()
,
setTickSize(double)
public boolean isSetTickSize()
Tick Size
' attribute is set.
unsetTickSize()
,
getTickSize()
,
setTickSize(double)
public int getTickCount()
isSetTickCount()
,
unsetTickCount()
,
setTickCount(int)
,
ComponentPackage.getGrid_TickCount()
public void setTickCount(int value)
Tick Count
' attribute.
value
- the new value of the 'Tick Count' attribute.isSetTickCount()
,
unsetTickCount()
,
getTickCount()
public void unsetTickCount()
Tick Count
' attribute.
isSetTickCount()
,
getTickCount()
,
setTickCount(int)
public boolean isSetTickCount()
Tick Count
' attribute is set.
unsetTickCount()
,
getTickCount()
,
setTickCount(int)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |