Interface DialRegion
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,MarkerRange
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DialRegionImpl
A representation of the model object 'Dial
Region'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Inner Radius' attribute.double
Returns the value of the 'Outer Radius' attribute.boolean
Returns whether the value of the 'Inner Radius
' attribute is set.boolean
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
Unsets the value of the 'Inner Radius
' attribute.void
Unsets the value of the 'Outer Radius
' 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.birt.chart.model.component.MarkerRange
getCursor, getEndValue, getFill, getFormatSpecifier, getLabel, getLabelAnchor, getOutline, getStartValue, getTriggers, isSetLabelAnchor, setCursor, setEndValue, setFill, setFormatSpecifier, setLabel, setLabelAnchor, setOutline, setStartValue, unsetLabelAnchor
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getInnerRadius
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:
-
setInnerRadius
void setInnerRadius(double value) Sets the value of the 'Inner Radius
' attribute.- Parameters:
value
- the new value of the 'Inner Radius' attribute.- See Also:
-
unsetInnerRadius
void unsetInnerRadius()Unsets the value of the 'Inner Radius
' attribute. -
isSetInnerRadius
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:
-
getOuterRadius
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:
-
setOuterRadius
void setOuterRadius(double value) Sets the value of the 'Outer Radius
' attribute.- Parameters:
value
- the new value of the 'Outer Radius' attribute.- See Also:
-
unsetOuterRadius
void unsetOuterRadius()Unsets the value of the 'Outer Radius
' attribute. -
isSetOuterRadius
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:
-
copyInstance
DialRegion copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
- Specified by:
copyInstance
in interfaceMarkerRange
-