public interface Dial extends IChartObject
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
Dial |
copyInstance() |
org.eclipse.emf.common.util.EList<DialRegion> |
getDialRegions()
Returns the value of the 'Dial Regions' containment reference list.
|
Fill |
getFill()
Returns the value of the 'Fill' containment reference
|
FormatSpecifier |
getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference
|
Label |
getLabel()
Returns the value of the 'Label' containment reference
|
LineAttributes |
getLineAttributes()
Returns the value of the 'Line Attributes' containment reference
|
Grid |
getMajorGrid()
Returns the value of the 'Major Grid' containment reference
|
Grid |
getMinorGrid()
Returns the value of the 'Minor Grid' containment reference
|
double |
getRadius()
Returns the value of the 'Radius' attribute
|
Scale |
getScale()
Returns the value of the 'Scale' containment reference
|
double |
getStartAngle()
Returns the value of the 'Start Angle' attribute.
|
double |
getStopAngle()
Returns the value of the 'Stop Angle' attribute.
|
boolean |
isInverseScale()
Returns the value of the 'Inverse Scale' attribute.
|
boolean |
isSetInverseScale()
Returns whether the value of the '
Inverse Scale' attribute is set |
boolean |
isSetRadius()
Returns whether the value of the '
Radius' attribute is set |
boolean |
isSetStartAngle()
Returns whether the value of the '
Start Angle' attribute is set |
boolean |
isSetStopAngle()
Returns whether the value of the '
Stop Angle' attribute is set |
void |
setFill(Fill value)
Sets the value of the '
Fill' containment reference |
void |
setFormatSpecifier(FormatSpecifier value)
Sets the value of the '
Format Specifier' containment reference |
void |
setInverseScale(boolean value)
Sets the value of the '
Inverse Scale' attribute |
void |
setLabel(Label value)
Sets the value of the '
Label' containment reference |
void |
setLineAttributes(LineAttributes value)
Sets the value of the '
Line Attributes' containment reference |
void |
setMajorGrid(Grid value)
Sets the value of the '
Major Grid' containment reference |
void |
setMinorGrid(Grid value)
Sets the value of the '
Minor Grid' containment reference |
void |
setRadius(double value)
Sets the value of the '
Radius' attribute |
void |
setScale(Scale value)
Sets the value of the '
Scale' containment reference |
void |
setStartAngle(double value)
Sets the value of the '
Start Angle' attribute |
void |
setStopAngle(double value)
Sets the value of the '
Stop Angle' attribute |
void |
unsetInverseScale()
Unsets the value of the '
Inverse Scale' attribute |
void |
unsetRadius()
Unsets the value of the '
Radius' attribute |
void |
unsetStartAngle()
Unsets the value of the '
Start Angle' attribute |
void |
unsetStopAngle()
Unsets the value of the '
Stop Angle' attribute |
double getStartAngle()
"0".
Specifies the start angle of the dial.
isSetStartAngle(),
unsetStartAngle(),
setStartAngle(double),
ComponentPackage.getDial_StartAngle()void setStartAngle(double value)
Start Angle' attribute.
value - the new value of the 'Start Angle' attribute.isSetStartAngle(),
unsetStartAngle(),
getStartAngle()void unsetStartAngle()
Start Angle' attribute.
boolean isSetStartAngle()
Start Angle' attribute is set.
unsetStartAngle(),
getStartAngle(),
setStartAngle(double)double getStopAngle()
"180".
Specifies the stop angle of the dial.
isSetStopAngle(),
unsetStopAngle(),
setStopAngle(double),
ComponentPackage.getDial_StopAngle()void setStopAngle(double value)
Stop Angle' attribute.
value - the new value of the 'Stop Angle' attribute.isSetStopAngle(),
unsetStopAngle(),
getStopAngle()void unsetStopAngle()
Stop Angle' attribute.
boolean isSetStopAngle()
Stop Angle' attribute is set.
unsetStopAngle(),
getStopAngle(),
setStopAngle(double)double getRadius()
isSetRadius(),
unsetRadius(),
setRadius(double),
ComponentPackage.getDial_Radius()void setRadius(double value)
Radius' attribute.
value - the new value of the 'Radius' attribute.isSetRadius(),
unsetRadius(),
getRadius()void unsetRadius()
Radius' attribute.
boolean isSetRadius()
Radius' attribute is set.
unsetRadius(),
getRadius(),
setRadius(double)LineAttributes getLineAttributes()
setLineAttributes(LineAttributes),
ComponentPackage.getDial_LineAttributes()void setLineAttributes(LineAttributes value)
Line Attributes' containment reference.
value - the new value of the 'Line Attributes' containment reference.getLineAttributes()Fill getFill()
setFill(Fill),
ComponentPackage.getDial_Fill()void setFill(Fill value)
Fill' containment reference.
value - the new value of the 'Fill' containment reference.getFill()org.eclipse.emf.common.util.EList<DialRegion> getDialRegions()
DialRegion.
Defines a set of areas for a range of values within a dial displayed as filled sections
extending across the dial between the start and end positions.
ComponentPackage.getDial_DialRegions()Grid getMajorGrid()
setMajorGrid(Grid),
ComponentPackage.getDial_MajorGrid()void setMajorGrid(Grid value)
Major Grid' containment reference.
value - the new value of the 'Major Grid' containment reference.getMajorGrid()Grid getMinorGrid()
setMinorGrid(Grid),
ComponentPackage.getDial_MinorGrid()void setMinorGrid(Grid value)
Minor Grid' containment reference.
value - the new value of the 'Minor Grid' containment reference.getMinorGrid()Scale getScale()
setScale(Scale),
ComponentPackage.getDial_Scale()void setScale(Scale value)
Scale' containment reference.
value - the new value of the 'Scale' containment reference.getScale()boolean isInverseScale()
"false".
Defines if invert the scale during rendering(right to left)
isSetInverseScale(),
unsetInverseScale(),
setInverseScale(boolean),
ComponentPackage.getDial_InverseScale()void setInverseScale(boolean value)
Inverse Scale' attribute.
value - the new value of the 'Inverse Scale' attribute.isSetInverseScale(),
unsetInverseScale(),
isInverseScale()void unsetInverseScale()
Inverse Scale' attribute.
boolean isSetInverseScale()
Inverse Scale' attribute is set.
unsetInverseScale(),
isInverseScale(),
setInverseScale(boolean)Label getLabel()
setLabel(Label),
ComponentPackage.getDial_Label()void setLabel(Label value)
Label' containment reference.
value - the new value of the 'Label' containment reference.getLabel()FormatSpecifier getFormatSpecifier()
setFormatSpecifier(FormatSpecifier),
ComponentPackage.getDial_FormatSpecifier()void setFormatSpecifier(FormatSpecifier value)
Format Specifier' containment reference.
value - the new value of the 'Format Specifier' containment reference.getFormatSpecifier()Dial copyInstance()
copyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.