webmngr.graphic
Class GraphicPlotter

java.lang.Object
  |
  +--webmngr.graphic.GraphicPlotter

public class GraphicPlotter
extends java.lang.Object

Desenha um gráfico

Author:
Alexandre Nóbrega Duarte

Constructor Summary
GraphicPlotter(GraphicData graphicData)
           
 
Method Summary
 void gerarGrafico(int width, int height, java.lang.String imagename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicPlotter

public GraphicPlotter(GraphicData graphicData)
               throws java.lang.Exception
Method Detail

gerarGrafico

public void gerarGrafico(int width,
                         int height,
                         java.lang.String imagename)
                  throws java.lang.Exception