|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TickLabelCallback
Interface for customized axis labels. Implement this interface to display tick labels other than those that the graph normally displays. For example, if, in a scatter graph, you want to use labels such as "Low," "Medium," and "High" along the X-axis instead of data values, then you should implement this interface.
Register your implementation with the graph by
calling Graph.setTickLabelCallback(oracle.dss.graph.TickLabelCallback, int)
.
BaseDataAxis
Method Summary | |
---|---|
java.lang.String |
getTickLabel(TickLabelInfo tickLabelInfo,
int axisID)
Retrieves customized tick labels. |
Method Detail |
---|
java.lang.String getTickLabel(TickLabelInfo tickLabelInfo, int axisID)
tickLabelInfo
- Information about the tick label.axisID
- A constant that represents which axis the tick label is on.
Valid constants appear in the See Also section.GraphConstants.X1TICKLABEL
,
GraphConstants.Y1TICKLABEL
,
GraphConstants.Y2TICKLABEL
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |