|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--java.awt.Panel
|
+--quadbase.ChartAPI.QbChartPanel
|
+--quadbase.ChartAPI.QbChartBasic
|
+--quadbase.ChartAPI.QbChart
|
+--quadbase.ChartAPI.DrillDownChart
This class extends QbChart. It represents a drill-down chart which is identical to a QbChart except a few disabled methods.
This class cannot be instantiated directly. A reference to this class can only be obtained through the QbChart methods 'createDrillDownChart(...)' and 'getDrillDownChartAt(...)'
A drill-down chart cannot be exported to an CHT file by itself. An CHT file of the drill-down is automatically generate when the root chart is exported.
| Inner classes inherited from class quadbase.ChartAPI.QbChartBasic |
QbChartBasic.CAxisRuler, QbChartBasic.CDataTopLabel, QbChartBasic.CDataTopLabel2, QbChartBasic.CMainTitle, QbChartBasic.CNoDataToPlotMessage, QbChartBasic.ControlPanel |
| Inner classes inherited from class java.awt.Panel |
java.awt.Panel.AccessibleAWTPanel |
| Inner classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Inner classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent |
| Fields inherited from class quadbase.ChartAPI.QbChart |
OLAPDATA_CONCATENATELABEL, OLAPDATA_DIRECT, OLAPDATA_TRANSPOSECOLBREAK, VIEW2D, VIEW3D |
| Fields inherited from class quadbase.ChartAPI.QbChartBasic |
chart, forExportOnly, root |
| Fields inherited from class quadbase.ChartAPI.QbChartPanel |
listener |
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface quadbase.util.IChartTypeConstants |
AREA, BAR, BOX, BUBBLE, CHARTTYPENAME, COL, COMBO_COL, COMBO_LINE, COMBO_OVERLAY, COMBO_STACKAREA, COMBOTYPENAME, DIAL, GANTT, HILOW, HLCO, HTMLCENTER, HTMLHORIZONTAL, HTMLLEFT, HTMLRIGHT, HTMLVERTICAL, LINE, OVERLAY, PERCENTCOL, PIE, POLAR, RADAR, SCATTER, STACKAREA, STACKBAR, STACKCOL, SURFACE, TOTALTYPE, TOTALTYPE_2D, TOTALTYPE_3D, XYCHART |
| Fields inherited from interface quadbase.ChartAPI.IExportConstants |
BMP, CHT, CHT_DATA, COMMA, FLASH, GIF, GIF_C, GIF_N, GIF_R, JPEG, JPEG_C, PDF, PNG, PNG_COMPRESSION_DEFAULT, PNG_COMPRESSION_FAST, PNG_COMPRESSION_MAX, PNG_COMPRESSION_NONE, SEMICOLON, SPACE, SVG, TPL, TXTFORMAT, VRML, WMF, XMLFORMAT |
| Fields inherited from interface quadbase.util.IMapConstants |
CATEGORY, CLOSE, END_DATE, HIGH, LOW, OPEN, SCATTER_X, SCATTER_Y, SCATTER_Z, SECONDARY_SERIES, SECONDARY_VALUE, SERIES, START_DATE, SUB_TASK, SUMBY, TASK, VALUE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary |
| Method Summary | |
void |
export(int format,
java.io.OutputStream image,
java.io.OutputStream subFile,
java.lang.String filename,
java.lang.String chartLocation,
int w,
int h,
java.lang.String servletLoc,
PickData[] pickData,
java.lang.String[] argv,
int option)
Exports the chart with drill down map |
void |
export(int format,
java.lang.String filename)
Exports the chart with dimensions equal to that of the current chart. |
void |
export(int format,
java.lang.String filename,
int w,
int h)
Exports the chart |
void |
export(int format,
java.lang.String filename,
int w,
int h,
int option)
Exports the chart |
void |
export(int format,
java.lang.String filename,
java.lang.String subFilename)
Exports the chart with dimensions equal to that of the current chart. |
void |
export(int format,
java.lang.String filename,
java.lang.String subFilename,
int w,
int h)
Exports the chart |
void |
export(int format,
java.lang.String filename,
java.lang.String subFilename,
int w,
int h,
boolean generateSubFile)
Exports the chart |
void |
export(int format,
java.lang.String filename,
java.lang.String subFilename,
int w,
int h,
boolean generateSubFile,
int option)
Exports the chart |
void |
export(int format,
java.lang.String filename,
java.lang.String drillDownChartName,
int w,
int h,
java.lang.String servletLoc)
Exports the chart with drill down map (top level only) |
void |
export(int format,
java.lang.String filename,
java.lang.String drillDownChartName,
int w,
int h,
java.lang.String servletLoc,
PickData[] pickData)
Exports the chart with drill down map |
void |
export(int format,
java.lang.String filename,
java.lang.String drillDownChartName,
int w,
int h,
java.lang.String servletLoc,
PickData[] pickData,
java.lang.String[] argv)
Exports the chart with drill down map |
void |
export(int format,
java.lang.String filename,
java.lang.String chartLocation,
int w,
int h,
java.lang.String servletLoc,
PickData[] pickData,
java.lang.String[] argv,
int option)
Exports the chart with drill down map |
void |
export(int format,
java.lang.String filename,
java.lang.String drillDownChartName,
int w,
int h,
java.lang.String servletLoc,
java.lang.String[] argv)
Exports the chart with drill down map (top level only) |
void |
export(int format,
java.lang.String filename,
java.lang.String drillDownChartName,
java.lang.String servletLoc)
Exports the chart with drill down map (top level only) |
void |
export(int format,
java.lang.String filename,
java.lang.String drillDownChartName,
java.lang.String servletLoc,
PickData[] pickData)
Exports the chart with drill down map |
| Methods inherited from class quadbase.ChartAPI.QbChartBasic |
actionPerformed, addKeyListener, addMouseListener, addMouseMotionListener, createChart, getChart, paint, paintAll, print, printAll, removeKeyListener, removeMouseListener, removeMouseMotionListener, setChartHolder, setViewPanel |
| Methods inherited from class quadbase.ChartAPI.QbChartPanel |
addActionListener, getInsets |
| Methods inherited from class java.awt.Panel |
addNotify, getAccessibleContext |
| Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getLayout, getListeners, getMaximumSize, getMinimumSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paintComponents, paramString, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFont, setLayout, update, validate, validateTree |
| Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addPropertyChangeListener, addPropertyChangeListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getInputContext, getInputMethodRequests, getLocation, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setForeground, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
| Method Detail |
public void export(int format,
java.lang.String filename)
throws java.io.IOException
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extension
Use the same filename for the map file (*.map)
public void export(int format,
java.lang.String filename,
int w,
int h)
throws java.io.IOException
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensionw - output chart width (in pixels), 0 represents current widthh - output chart height (in pixels), 0 represent current height.
The w and h arguments are not used in case of VRML, CHT, TPL format.
Use the same filename for the map file (*.map)
public void export(int format,
java.lang.String filename,
java.lang.String subFilename)
throws java.io.IOException
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensionsubFilename - map file name, without extension, useful if hyperlink exists /
XML file name, without extension, use for CHT or TPL format
public void export(int format,
java.lang.String filename,
java.lang.String subFilename,
int w,
int h)
throws java.io.IOException
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensionsubFilename - map file name, without extension, useful if hyperlink exists /
XML file name, without extension, use for CHT or TPL formatw - output chart width (in pixels), 0 represents current widthh - output chart height (in pixels), 0 represent current height.
The w and h arguments are not used in case of VRML, CHT, TPL format.
public void export(int format,
java.lang.String filename,
java.lang.String subFilename,
int w,
int h,
boolean generateSubFile)
throws java.io.IOException
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensionsubFilename - map file name, without extension, useful if hyperlink exists /
XML file name, without extension, use for CHT or TPL formatw - output chart width (in pixels), 0 represents current widthh - output chart height (in pixels), 0 represent current height.generateSubFile - show data point information in map file /
XML chart property file for CHT or TPL format
The w and h arguments are not used in case of VRML, CHT, TPL format.
public void export(int format,
java.lang.String filename,
int w,
int h,
int option)
throws java.io.IOException
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensionw - output chart width (in pixels), 0 represents current widthh - output chart height (in pixels), 0 represent current height.option - JPEG file quality (0 - 100) / PNG file compression
Available PNG Compression format are :
public void export(int format,
java.lang.String filename,
java.lang.String subFilename,
int w,
int h,
boolean generateSubFile,
int option)
throws java.io.IOException
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensionsubFilename - map file name, without extension, useful if hyperlink exists /
XML file name, without extension, use for CHT or TPL formatw - output chart width (in pixels), 0 represents current widthh - output chart height (in pixels), 0 represent current height.generateSubFile - show data point information in map file /
XML chart property file for CHT or TPL formatoption - JPEG file quality (0 - 100) / PNG file compression
Available PNG Compression format are :
public void export(int format,
java.lang.String filename,
java.lang.String drillDownChartName,
java.lang.String servletLoc)
throws java.lang.Exception
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensiondrillDownChartName - drill-down Chart file absolute locationservletLoc - servlet location ("http://machineName:port#/...servlet");
public void export(int format,
java.lang.String filename,
java.lang.String drillDownChartName,
int w,
int h,
java.lang.String servletLoc)
throws java.lang.Exception
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensiondrillDownChartName - drill-down Chart file absolute locationw - output chart width (in pixels), 0 represents current widthh - output chart height (in pixels), 0 represent current height.servletLoc - servlet location ("http://machineName:port#/...servlet");
public void export(int format,
java.lang.String filename,
java.lang.String drillDownChartName,
int w,
int h,
java.lang.String servletLoc,
java.lang.String[] argv)
throws java.lang.Exception
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensiondrillDownChartName - drill-down Chart file absolute locationw - output chart width (in pixels), 0 represents current widthh - output chart height (in pixels), 0 represent current height.servletLoc - servlet location ("http://machineName:port#/...servlet");argv - optional parameter
public void export(int format,
java.lang.String filename,
java.lang.String drillDownChartName,
java.lang.String servletLoc,
PickData[] pickData)
throws java.lang.Exception
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensiondrillDownChartName - drill-down Chart file absolute locationservletLoc - servlet location ("http://machineName:port#/...servlet");pickData - array of pickData from 1st drill-down level to current level
public void export(int format,
java.lang.String filename,
java.lang.String drillDownChartName,
int w,
int h,
java.lang.String servletLoc,
PickData[] pickData)
throws java.lang.Exception
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensiondrillDownChartName - drill-down Chart file absolute locationw - output chart width (in pixels), 0 represents current widthh - output chart height (in pixels), 0 represent current height.servletLoc - servlet location ("http://machineName:port#/...servlet");pickData - array of PickData from 1st drill-down level to current level
The w and h arguments are not used in case of VRML, CHT, TPL format.
public void export(int format,
java.lang.String filename,
java.lang.String drillDownChartName,
int w,
int h,
java.lang.String servletLoc,
PickData[] pickData,
java.lang.String[] argv)
throws java.lang.Exception
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensiondrillDownChartName - drill-down Chart file absolute locationw - output chart width (in pixels), 0 represents current widthh - output chart height (in pixels), 0 represent current height.servletLoc - servlet location ("http://machineName:port#/...servlet");pickData - array of PickData from 1st drill-down level to current levelargv - optional parameters
public void export(int format,
java.lang.String filename,
java.lang.String chartLocation,
int w,
int h,
java.lang.String servletLoc,
PickData[] pickData,
java.lang.String[] argv,
int option)
throws java.lang.Exception
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :filename - export file name, without extensionchartLocation - drill-down Chart file absolute locationw - output chart width (in pixels), 0 represents current widthh - output chart height (in pixels), 0 represent current height.servletLoc - servlet location ("http://machineName:port#/...servlet");pickData - array of PickData from 1st drill-down level to current levelargv - optional parametersoption - JPEG file quality (0 - 100) / PNG file compression
Available PNG Compression format are :
public void export(int format,
java.io.OutputStream image,
java.io.OutputStream subFile,
java.lang.String filename,
java.lang.String chartLocation,
int w,
int h,
java.lang.String servletLoc,
PickData[] pickData,
java.lang.String[] argv,
int option)
throws java.lang.Exception
QbChartexport in class QbChartquadbase.ChartAPI.QbChartformat - Available formats are :image - The outputStream. The caller is responsible for closing it.subFile - The outputStream. The caller is responsible for closing it.filename - export file name, without extensionchartLocation - drill-down Chart file absolute locationw - output chart width (in pixels), 0 represents current widthh - output chart height (in pixels), 0 represent current height.servletLoc - servlet location ("http://machineName:port#/...servlet");pickData - array of PickData from 1st drill-down level to current levelargv - optional parametersoption - JPEG file quality (0 - 100) / PNG file compression
Available PNG Compression format are :
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||