NetCharts Pro

netcharts.graphics
Interface NFGraphObserver

All Known Implementing Classes:
NFAbstractBarchart, NFAbstractGroupStackableBarchart, NFAbstractLineChart, NFAbstractPiechart, NFBarchart, NFBarchart3d, NFBoxchart, NFBubblechart, NFCombochart, NFDataChart, NFDiagramchart, NFDialchart, NFGraph, NFHeatmapchart, NFHistogramchart, NFLinechart, NFMultiPiechart, NFParetochart, NFPiechart, NFPolarchart, NFRadarchart, NFSizedChart, NFStockchart, NFStripchart, NFTimechart, NFXYchart, NFZoomableChart

public interface NFGraphObserver

This interface allows any object to interact with the graph display engine.


Method Summary
 void graphDrawn(java.awt.Graphics g)
          This method is called after the graph has been drawn.
 void graphTooSmall(java.awt.Dimension size)
          This method is called if the graph is trying to be drawn, but has not been given enough room to draw itself in.
 

Method Detail

graphDrawn

void graphDrawn(java.awt.Graphics g)
This method is called after the graph has been drawn.

Parameters:
g - The Graphics the graph was drawn on.

graphTooSmall

void graphTooSmall(java.awt.Dimension size)
This method is called if the graph is trying to be drawn, but has not been given enough room to draw itself in.

Parameters:
size - The size the graph was given to draw itself in. This size is minus the area for the headers, legend, etc.

NetCharts Pro


Visual Mining, Inc.
2099 Gaither Rd.
Suite 220
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

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

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

Last Modified: Jun 28, 2011