|
||||||||||
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'. Marker represents the value marker for a line or scatter series.
The following features are supported:
AttributePackage.getMarker()
Method Summary | |
---|---|
Marker |
copyInstance()
|
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. |
LineAttributes |
getOutline()
Returns the value of the 'Outline' containment reference. |
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 |
setOutline(LineAttributes value)
Sets the value of the ' Outline ' containment reference. |
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, eInvoke, 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.
Attribute "Type" specifies the type of marker, e.g. Crosshair,
Triangle, Box... etc.
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()
LineAttributes getOutline()
setOutline(LineAttributes)
,
AttributePackage.getMarker_Outline()
void setOutline(LineAttributes value)
Outline
' containment reference.
value
- the new value of the 'Outline' containment reference.getOutline()
Marker copyInstance()
copyInstance
in interface IChartObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |