|
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 GraphAttribute
Methods that the user interface expects for a graph.
Tools that are defined in oracle.dss.dataView.gui package
get these property values as they initialize themselves.
This interface makes it possible to keep the dataView.gui
package independent of the oracle.dss.graph package.
| Method Summary | |
|---|---|
void |
applyViewFormat(ComponentHandle componentHandle,
ViewFormat viewFormat)
|
void |
applyViewStyle(ComponentHandle componentHandle,
ViewStyle viewStyle)
Applies a ViewStyle to a page item. |
ViewFormat |
getComponentViewFormat(ComponentHandle componentHandle)
|
ViewStyle |
getComponentViewStyle(ComponentHandle componentHandle)
Retrieves the ViewStyle for a selected component. |
int |
getSeriesObjectCount()
Retrieves the number of series that the graph stores properties for. |
UISeriesColor |
getUISeriesColor()
Retrieves an object that provides access to the color for a series. |
UIThresholdColor |
getUIThresholdColor()
Retrieves an object that provides access to the color for a threshold. |
| Method Detail |
|---|
UISeriesColor getUISeriesColor()
UIThresholdColor getUIThresholdColor()
int getSeriesObjectCount()
Graph.getSeriesObjectCount()ViewStyle getComponentViewStyle(ComponentHandle componentHandle)
ViewStyle for a selected component.
The graph supports a ViewStyle for page items only.
componentHandle - The ComponentHandle for the
component whose ViewStyle you want.
Implementers should screen for the
PageItemComponentHandle.
ViewStyle for page items.PageItemComponentHandle
void applyViewStyle(ComponentHandle componentHandle,
ViewStyle viewStyle)
ViewStyle to a page item.
componentHandle - The ComponentHandle for the page
item that you want to format.viewStyle - The ViewStyle that specifies formatting
for the page item.ViewFormat getComponentViewFormat(ComponentHandle componentHandle)
void applyViewFormat(ComponentHandle componentHandle,
ViewFormat viewFormat)
|
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 | ||||||||