Overview | Package | Class | Tree | Index | Help NetCharts 4.5
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class netcharts.graphics.
NFDataChart

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Panel
                    |
                    +--netcharts.graphics.NFGraph
                          |
                          +--netcharts.graphics.NFDataChart
Subclasses:
NFBarchart

public abstract class NFDataChart
extends NFGraph
implements
The NFDataChart is used to provide axes and grids and generalized functions for most types of charts. It is the superclass of all charts that have axes (NFBarchart, NFXYChart, etc). This class may not be instantiated directly.

See Also:
Serialized Form

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
 
Field Summary
NFAxis bottomAxis
          The Bottom Axis.
NFAxis leftAxis
          The Left Axis.
NFAxis rightAxis
          The Right Axis.
NFAxis topAxis
          The Top Axis.
 
Fields inherited from class netcharts.graphics.NFGraph
a, antiAliasing, autoScale, background, backgroundActiveLabel, backgroundPatternFill, chartMetaData, context, decSymbol, dwell, dwellAction, dwellOffset, dwellOn, graphChanged, groupSize, groupSymbol, incrementalUpdate, layoutChanged, legend, legendChanged, loadParams, mouseControlDown, mouseMetaDown, mouseShiftDown, NOZOOM, observers, param, runtimeProperties, scale, zoomAction, zoomEnabled, ZOOMIN, ZOOMOUT
 
Method Summary
void scrollTo(NFAxis axis, double newmin)
          Scroll a given axis to a new minimum and update the graph.
 
Methods inherited from class netcharts.graphics.NFGraph
abortPreDrag, addDwellObserver, addObserver, addTitleActiveLabelParamInfo, clean, clearActiveLabel, clearMetaData, defaultColor, defineParams, display, display, display, drawGraph, drawGraphLite, drawImage, dwellChanged, dwellDisplay, dwellPress, getActiveRegion, getContext, getDecimalSymbol, getErrorMsg, getErrorMsg, getGroupSize, getGroupSymbol, getLegendActiveLabel, getLegendIndex, getLegendItemCount, getLoadParams, getMetaData, getMetaDataKeys, getNoteSetActiveLabel, getNoteSetIndex, getNoteSetIndex, getParam, getParse, getRuntimeProperties, getTextualDescription, initGraph, isZoomable, keyDown, loadParams, loadParams, loadParams, loadParams, loadParams, loadParams, loadParams, loadParams, mouseDown, mouseDrag, mouseExit, mouseMove, mouseUp, notifyGraphObservers, notifyGraphOffscreenObservers, notifyPostDrag, paint, print, putMetaData, reload, reloadNeeded, removeDwellObserver, removeObserver, reset, scroll, setActiveLabel, setBackground, setContext, setDecimalSymbol, setFooter, setGrouping, setHeader, setLeftTitle, setRightTitle, setRuntimeProperties, setScale, setUseDoubleBuffer, start, stop, update, update, update, updateData, updateGraph, zoom, zoomHome, zoomIn, zoomOut
 

Field Detail

bottomAxis

public NFAxis bottomAxis
The Bottom Axis.

leftAxis

public NFAxis leftAxis
The Left Axis.

rightAxis

public NFAxis rightAxis
The Right Axis.

topAxis

public NFAxis topAxis
The Top Axis.
Method Detail

scrollTo

public void scrollTo(NFAxis axis,
                     double newmin)
Scroll a given axis to a new minimum and update the graph.
Parameters:
axis - The axis to scroll.
newmin - The new minimum to scroll to.

Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD


Visual Mining, Inc.
15825 Shady Grove Rd.
Suite 20
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2004
All Rights Reserved.

NetCharts TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders.

Last Modified: Feb 20, 2004