|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Marker
A representation of the model object 'Marker'. This type represents the value marker for a line or scatter series.
The following features are supported:
AttributePackage.getMarker()| Method Summary | |
|---|---|
Fill |
getFill()
Returns the value of the 'Fill' containment reference. |
Palette |
getIconPalette()
Deprecated. Deprecated. Use Fill property instead. This is kept just to maintain compatibility with old models. |
int |
getSize()
Returns the value of the 'Size' attribute. |
MarkerType |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isSetSize()
Returns whether the value of the ' Size' attribute is set. |
boolean |
isSetType()
Returns whether the value of the ' Type' attribute is set. |
boolean |
isSetVisible()
Returns whether the value of the ' Visible' attribute is set. |
boolean |
isVisible()
Returns the value of the 'Visible' attribute. |
void |
setFill(Fill value)
Sets the value of the ' Fill' containment reference. |
void |
setIconPalette(Palette value)
Deprecated. Deprecated. Use Fill property instead. This is kept just to maintain compatibility with old models. |
void |
setSize(int value)
Sets the value of the ' Size' attribute. |
void |
setType(MarkerType value)
Sets the value of the ' Type' attribute. |
void |
setVisible(boolean value)
Sets the value of the ' Visible' attribute. |
void |
unsetSize()
Unsets the value of the ' Size' attribute. |
void |
unsetType()
Unsets the value of the ' Type' attribute. |
void |
unsetVisible()
Unsets the value of the ' Visible' 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 |
|---|
MarkerType getType()
"Crosshair".
The literals are from the enumeration MarkerType.
Gets the type of marker.
Specifies the type of marker.
MarkerType,
isSetType(),
unsetType(),
setType(MarkerType),
AttributePackage.getMarker_Type()void setType(MarkerType value)
Type' attribute.
Sets the type of marker.
value - the new value of the 'Type' attribute.MarkerType,
isSetType(),
unsetType(),
getType()void unsetType()
Type' attribute.
isSetType(),
getType(),
setType(MarkerType)boolean isSetType()
Type' attribute is set.
unsetType(),
getType(),
setType(MarkerType)int getSize()
isSetSize(),
unsetSize(),
setSize(int),
AttributePackage.getMarker_Size()void setSize(int value)
Size' attribute.
Sets the size of the marker in the
chart (as a percentage).
value - the new value of the 'Size' attribute.isSetSize(),
unsetSize(),
getSize()void unsetSize()
Size' attribute.
isSetSize(),
getSize(),
setSize(int)boolean isSetSize()
Size' attribute is set.
unsetSize(),
getSize(),
setSize(int)boolean isVisible()
isSetVisible(),
unsetVisible(),
setVisible(boolean),
AttributePackage.getMarker_Visible()void setVisible(boolean value)
Visible' attribute.
Specifies whether the marker is to be
rendered.
value - the new value of the 'Visible' attribute.isSetVisible(),
unsetVisible(),
isVisible()void unsetVisible()
Visible' attribute.
isSetVisible(),
isVisible(),
setVisible(boolean)boolean isSetVisible()
Visible' attribute is set.
unsetVisible(),
isVisible(),
setVisible(boolean)Fill getFill()
setFill(Fill),
AttributePackage.getMarker_Fill()void setFill(Fill value)
Fill' containment reference.
value - the new value of the 'Fill' containment reference.getFill()Palette getIconPalette()
setIconPalette(Palette),
AttributePackage.getMarker_IconPalette()void setIconPalette(Palette value)
Icon Palette'
containment reference.
value - the new value of the 'Icon Palette' containment
reference.getIconPalette()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||