Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

oracle.dss.graph
Interface CustomMarkerTextCallback


public interface CustomMarkerTextCallback

Since:
release R1

Method Summary
 java.lang.String getMarkerText(java.lang.String defaultMarkerText, ComponentHandle componentHandle)
          Retrieves the customized text for the marker text.
 

Method Detail

getMarkerText

java.lang.String getMarkerText(java.lang.String defaultMarkerText,
                               ComponentHandle componentHandle)
Retrieves the customized text for the marker text.

Parameters:
defaultMarkerText - The marker text that the Graph provides by default.
componentHandle - The ComponentHandle for the component to which this marker text applies. The componentHandle will actually be one of the following subclasses of ComponentHandle: DataComponentHandle, GroupComponentHandle, NonDataComponentHandle, PageItemComponentHandle, or SeriesComponentHandle.
Returns:
The text to display for the marker text.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

Copyright © 1997, 2011, Oracle. All rights reserved.