Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


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.

 

Methods inherited from interface oracle.dss.graph.Line
getLineColor, getLineWidth, setLineColor, setLineWidth

 

Methods inherited from interface oracle.dss.graph.Visible
isVisible, setVisible

 

Method Detail

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.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.