org.eclipse.birt.chart.model.component
Interface DialRegion

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

public interface DialRegion
extends MarkerRange

A representation of the model object 'Dial Region'.

The following features are supported:

See Also:
ComponentPackage.getDialRegion()

Method Summary
 double getInnerRadius()
          Returns the value of the 'Inner Radius' attribute.
 double getOuterRadius()
          Returns the value of the 'Outer Radius' attribute.
 boolean isSetInnerRadius()
          Returns whether the value of the 'Inner Radius' attribute is set.
 boolean isSetOuterRadius()
          Returns whether the value of the 'Outer Radius' attribute is set.
 void setInnerRadius(double value)
          Sets the value of the 'Inner Radius' attribute.
 void setOuterRadius(double value)
          Sets the value of the 'Outer Radius' attribute.
 void unsetInnerRadius()
          Unsets the value of the 'Inner Radius' attribute.
 void unsetOuterRadius()
          Unsets the value of the 'Outer Radius' attribute.
 
Methods inherited from interface org.eclipse.birt.chart.model.component.MarkerRange
getEndValue, getFill, getFormatSpecifier, getLabel, getLabelAnchor, getOutline, getStartValue, getTriggers, isSetLabelAnchor, setEndValue, setFill, setFormatSpecifier, setLabel, setLabelAnchor, setOutline, setStartValue, unsetLabelAnchor
 
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

getInnerRadius

public double getInnerRadius()
Returns the value of the 'Inner Radius' attribute. Specifies the percentage value of the inner radius of the dial region.

Returns:
the value of the 'Inner Radius' attribute.
See Also:
isSetInnerRadius(), unsetInnerRadius(), setInnerRadius(double), ComponentPackage.getDialRegion_InnerRadius()

setInnerRadius

public void setInnerRadius(double value)
Sets the value of the 'Inner Radius' attribute.

Parameters:
value - the new value of the 'Inner Radius' attribute.
See Also:
isSetInnerRadius(), unsetInnerRadius(), getInnerRadius()

unsetInnerRadius

public void unsetInnerRadius()
Unsets the value of the 'Inner Radius' attribute.

See Also:
isSetInnerRadius(), getInnerRadius(), setInnerRadius(double)

isSetInnerRadius

public boolean isSetInnerRadius()
Returns whether the value of the 'Inner Radius' attribute is set.

Returns:
whether the value of the 'Inner Radius' attribute is set.
See Also:
unsetInnerRadius(), getInnerRadius(), setInnerRadius(double)

getOuterRadius

public double getOuterRadius()
Returns the value of the 'Outer Radius' attribute. Specifies the percentage value of the outer radius of the dial region.

Returns:
the value of the 'Outer Radius' attribute.
See Also:
isSetOuterRadius(), unsetOuterRadius(), setOuterRadius(double), ComponentPackage.getDialRegion_OuterRadius()

setOuterRadius

public void setOuterRadius(double value)
Sets the value of the 'Outer Radius' attribute.

Parameters:
value - the new value of the 'Outer Radius' attribute.
See Also:
isSetOuterRadius(), unsetOuterRadius(), getOuterRadius()

unsetOuterRadius

public void unsetOuterRadius()
Unsets the value of the 'Outer Radius' attribute.

See Also:
isSetOuterRadius(), getOuterRadius(), setOuterRadius(double)

isSetOuterRadius

public boolean isSetOuterRadius()
Returns whether the value of the 'Outer Radius' attribute is set.

Returns:
whether the value of the 'Outer Radius' attribute is set.
See Also:
unsetOuterRadius(), getOuterRadius(), setOuterRadius(double)


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