public interface DialRegion extends MarkerRange
The following features are supported:
ComponentPackage.getDialRegion()
Modifier and Type | Method and Description |
---|---|
DialRegion |
copyInstance() |
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. |
getCursor, getEndValue, getFill, getFormatSpecifier, getLabel, getLabelAnchor, getOutline, getStartValue, getTriggers, isSetLabelAnchor, setCursor, setEndValue, setFill, setFormatSpecifier, setLabel, setLabelAnchor, setOutline, setStartValue, unsetLabelAnchor
double getInnerRadius()
isSetInnerRadius()
,
unsetInnerRadius()
,
setInnerRadius(double)
,
ComponentPackage.getDialRegion_InnerRadius()
void setInnerRadius(double value)
Inner Radius
' attribute.
value
- the new value of the 'Inner Radius' attribute.isSetInnerRadius()
,
unsetInnerRadius()
,
getInnerRadius()
void unsetInnerRadius()
Inner Radius
' attribute.
isSetInnerRadius()
,
getInnerRadius()
,
setInnerRadius(double)
boolean isSetInnerRadius()
Inner Radius
' attribute is set.
unsetInnerRadius()
,
getInnerRadius()
,
setInnerRadius(double)
double getOuterRadius()
isSetOuterRadius()
,
unsetOuterRadius()
,
setOuterRadius(double)
,
ComponentPackage.getDialRegion_OuterRadius()
void setOuterRadius(double value)
Outer Radius
' attribute.
value
- the new value of the 'Outer Radius' attribute.isSetOuterRadius()
,
unsetOuterRadius()
,
getOuterRadius()
void unsetOuterRadius()
Outer Radius
' attribute.
isSetOuterRadius()
,
getOuterRadius()
,
setOuterRadius(double)
boolean isSetOuterRadius()
Outer Radius
' attribute is set.
unsetOuterRadius()
,
getOuterRadius()
,
setOuterRadius(double)
DialRegion copyInstance()
copyInstance
in interface IChartObject
copyInstance
in interface MarkerRange
Copyright © 2005-2008 Actuate Corp. All rights reserved.