|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
applyViewStyle(ComponentHandle componentHandle, ViewStyle viewStyle)Applies a ViewStyle to a page item. |
ViewStyle |
getComponentViewStyle(ComponentHandle componentHandle)Retrieves the ViewStyle for a selected component. |
int |
getSeriesObjectCount()Retrieves the number of series that the graph stores properties for. |
interface |
getUISeriesColor()Retrieves an object that provides access to the color for a series. |
| Method Detail |
public getUISeriesColor()
public int getSeriesObjectCount()
Graph.getSeriesObjectCount()public 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.PageItemComponentHandlepublic 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.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||