public interface Grid extends IChartObject
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
Grid |
copyInstance() |
LineAttributes |
getLineAttributes()
Returns the value of the 'Line Attributes' containment reference.
|
LineAttributes |
getTickAttributes()
Returns the value of the 'Tick Attributes' containment reference.
|
int |
getTickCount()
Returns the value of the 'Tick Count' attribute.
|
double |
getTickSize()
Returns the value of the 'Tick Size' attribute.
|
TickStyle |
getTickStyle()
Returns the value of the 'Tick Style' attribute.
|
boolean |
isSetTickCount()
Returns whether the value of the '
Tick Count' attribute is set.
|
boolean |
isSetTickSize()
Returns whether the value of the '
Tick Size' attribute is set.
|
boolean |
isSetTickStyle()
Returns whether the value of the '
Tick Style' attribute is set.
|
void |
setLineAttributes(LineAttributes value)
Sets the value of the '
Line Attributes' containment reference |
void |
setTickAttributes(LineAttributes value)
Sets the value of the '
Tick Attributes' containment reference |
void |
setTickCount(int value)
Sets the value of the '
Tick Count' attribute |
void |
setTickSize(double value)
Sets the value of the '
Tick Size' attribute |
void |
setTickStyle(TickStyle value)
Sets the value of the '
Tick Style' attribute |
void |
unsetTickCount()
Unsets the value of the '
Tick Count' attribute |
void |
unsetTickSize()
Unsets the value of the '
Tick Size' attribute |
void |
unsetTickStyle()
Unsets the value of the '
Tick Style' attribute |
LineAttributes getLineAttributes()
setLineAttributes(LineAttributes),
ComponentPackage.getGrid_LineAttributes()void setLineAttributes(LineAttributes value)
Line Attributes' containment reference.
value - the new value of the 'Line Attributes' containment reference.getLineAttributes()TickStyle getTickStyle()
"Left".
The literals are from the enumeration TickStyle.
Specifies how the tick is to be marked for the grid line.
TickStyle,
isSetTickStyle(),
unsetTickStyle(),
setTickStyle(TickStyle),
ComponentPackage.getGrid_TickStyle()void setTickStyle(TickStyle value)
Tick Style' attribute.
value - the new value of the 'Tick Style' attribute.TickStyle,
isSetTickStyle(),
unsetTickStyle(),
getTickStyle()void unsetTickStyle()
Tick Style' attribute.
boolean isSetTickStyle()
Tick Style' attribute is set. unsetTickStyle(),
getTickStyle(),
setTickStyle(TickStyle)LineAttributes getTickAttributes()
setTickAttributes(LineAttributes),
ComponentPackage.getGrid_TickAttributes()void setTickAttributes(LineAttributes value)
Tick Attributes' containment reference.
value - the new value of the 'Tick Attributes' containment reference.getTickAttributes()double getTickSize()
isSetTickSize(),
unsetTickSize(),
setTickSize(double),
ComponentPackage.getGrid_TickSize()void setTickSize(double value)
Tick Size' attribute.
value - the new value of the 'Tick Size' attribute.isSetTickSize(),
unsetTickSize(),
getTickSize()void unsetTickSize()
Tick Size' attribute.
boolean isSetTickSize()
Tick Size' attribute is set. unsetTickSize(),
getTickSize(),
setTickSize(double)int getTickCount()
isSetTickCount(),
unsetTickCount(),
setTickCount(int),
ComponentPackage.getGrid_TickCount()void setTickCount(int value)
Tick Count' attribute.
value - the new value of the 'Tick Count' attribute.isSetTickCount(),
unsetTickCount(),
getTickCount()void unsetTickCount()
Tick Count' attribute.
boolean isSetTickCount()
Tick Count' attribute is set. unsetTickCount(),
getTickCount(),
setTickCount(int)Grid copyInstance()
copyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.