oracle.dss.dataView
Interface ExportableGraph
- All Known Implementing Classes:
- Graph
public interface ExportableGraph
getDataviewCommon
DataviewCommon getDataviewCommon()
- Returns:
- view being exported
getMetadataStyle
ViewStyle getMetadataStyle(java.lang.Object metaData,
ViewStyle initStyle,
int edge,
int depth,
int index)
- Parameters:
metaData
- member metadatainitStyle
- initial ViewStyle for the memberedge
- edge member is ondepth
- layer member is inindex
- slice member is in
- Returns:
- resulting ViewStyle for the given member
getPagingControlViewStyle
ViewStyle getPagingControlViewStyle()
- Returns:
- default paging control ViewStyle
exportGraphToStream
boolean exportGraphToStream(java.io.OutputStream out)
- Parameters:
out
- OutputStream object to use in exporting the graph
- Returns:
- boolean True if the export completed successfully, False otherwise
isPagingControlVisible
boolean isPagingControlVisible()
- Returns:
- boolean True if the paging controls are visible, False otherwise
- See Also:
Dataview
getPagingControlPosition
int getPagingControlPosition()
- Returns:
- int Position of paging controls relative to dataview titles;
Constants beginning with PAGING_CONTROL in DataView class
- See Also:
Dataview
startExport
boolean startExport()
- Returns:
- true if the view can begin exporting, false if not
endExport
void endExport()
isExporting
boolean isExporting()
- Returns:
- true if exporting, false if not
getImageSize
java.awt.Dimension getImageSize()
- Returns:
- Dimension Width and Height of image being exported
Copyright © 1997, 2009, Oracle. All rights reserved.