oracle.dss.graph
Interface MajorTick
- All Superinterfaces:
- Line, Visible
- All Known Implementing Classes:
- BaseMajorTick
- public interface MajorTick
- extends Line, Visible
The interface that impliments all major tick components of the graph.
| Method Summary |
int |
getTickStyle()
Retrieves the grid style of this major tick. |
boolean |
selectObject(int series, int group)
Selects the major grid that is associated with this major tick. |
void |
setTickStyle(int style)
Specifies the grid style of this major tick. |
selectObject
public boolean selectObject(int series,
int group)
- Selects the major grid that is associated with this major tick. Because a major grid does not represent data, the parameter values are irrelevant.
-
- Parameters:
series - Any integer.
group - Any integer.
- Returns:
true if successful, false if not.
getTickStyle
public int getTickStyle()
- Retrieves the grid style of this major tick. The constants are defined by the
BaseGraphComponent class and begin with GS_.
-
- Returns:
- A constant that represents the grid style of this major tick.
setTickStyle
public void setTickStyle(int style)
- Specifies the grid style of this major tick. The constants are defined by the
BaseGraphComponent class and begin with GS_.
-
- Parameters:
style - A constant that represents the grid style of this major tick.
Copyright © 2003, Oracle. All Rights Reserved.