org.eclipse.birt.chart.model.attribute
Interface Marker

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MarkerImpl

public interface Marker
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Marker'. This type represents the value marker for a line or scatter series.

The following features are supported:

See Also:
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

getType

public MarkerType getType()
Returns the value of the 'Type' attribute. The default value is "Crosshair". The literals are from the enumeration MarkerType. Gets the type of marker. Specifies the type of marker.

Returns:
the value of the 'Type' attribute.
See Also:
MarkerType, isSetType(), unsetType(), setType(MarkerType), AttributePackage.getMarker_Type()

setType

public void setType(MarkerType value)
Sets the value of the 'Type' attribute. Sets the type of marker.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
MarkerType, isSetType(), unsetType(), getType()

unsetType

public void unsetType()
Unsets the value of the 'Type' attribute.

See Also:
isSetType(), getType(), setType(MarkerType)

isSetType

public boolean isSetType()
Returns whether the value of the 'Type' attribute is set.

Returns:
whether the value of the 'Type' attribute is set.
See Also:
unsetType(), getType(), setType(MarkerType)

getSize

public int getSize()
Returns the value of the 'Size' attribute. Gets the size of the marker in the chart (as a percentage). Specifies the size of the marker in the chart (as a percentage).

Returns:
the value of the 'Size' attribute.
See Also:
isSetSize(), unsetSize(), setSize(int), AttributePackage.getMarker_Size()

setSize

public void setSize(int value)
Sets the value of the 'Size' attribute. Sets the size of the marker in the chart (as a percentage).

Parameters:
value - the new value of the 'Size' attribute.
See Also:
isSetSize(), unsetSize(), getSize()

unsetSize

public void unsetSize()
Unsets the value of the 'Size' attribute.

See Also:
isSetSize(), getSize(), setSize(int)

isSetSize

public boolean isSetSize()
Returns whether the value of the 'Size' attribute is set.

Returns:
whether the value of the 'Size' attribute is set.
See Also:
unsetSize(), getSize(), setSize(int)

isVisible

public boolean isVisible()
Returns the value of the 'Visible' attribute. Gets whether the marker will be rendered. Specifies whether the marker is to be rendered.

Returns:
the value of the 'Visible' attribute.
See Also:
isSetVisible(), unsetVisible(), setVisible(boolean), AttributePackage.getMarker_Visible()

setVisible

public void setVisible(boolean value)
Sets the value of the 'Visible' attribute. Specifies whether the marker is to be rendered.

Parameters:
value - the new value of the 'Visible' attribute.
See Also:
isSetVisible(), unsetVisible(), isVisible()

unsetVisible

public void unsetVisible()
Unsets the value of the 'Visible' attribute.

See Also:
isSetVisible(), isVisible(), setVisible(boolean)

isSetVisible

public boolean isSetVisible()
Returns whether the value of the 'Visible' attribute is set.

Returns:
whether the value of the 'Visible' attribute is set.
See Also:
unsetVisible(), isVisible(), setVisible(boolean)

getFill

public Fill getFill()
Returns the value of the 'Fill' containment reference. Specifies the fill for the marker.

Returns:
the value of the 'Fill' containment reference.
See Also:
setFill(Fill), AttributePackage.getMarker_Fill()

setFill

public void setFill(Fill value)
Sets the value of the 'Fill' containment reference.

Parameters:
value - the new value of the 'Fill' containment reference.
See Also:
getFill()

getIconPalette

public Palette getIconPalette()
Deprecated. Deprecated. Use Fill property instead. This is kept just to maintain compatibility with old models.

Returns the value of the 'Icon Palette' containment reference.

Returns:
the value of the 'Icon Palette' containment reference.
See Also:
setIconPalette(Palette), AttributePackage.getMarker_IconPalette()

setIconPalette

public void setIconPalette(Palette value)
Deprecated. Deprecated. Use Fill property instead. This is kept just to maintain compatibility with old models.

Sets the value of the 'Icon Palette' containment reference.

Parameters:
value - the new value of the 'Icon Palette' containment reference.
See Also:
getIconPalette()


Copyright © 2005-2007 Actuate Corp. All rights reserved.