gmj.graph
Class Series

java.lang.Object
  extended by gmj.graph.Series

public class Series
extends Object


Field Summary
private  Color color
           
private  Line2D.Double[] lines
           
 
Constructor Summary
Series(double[] xVals, double[] yVals, boolean useLines, Color color, GTransform gt)
           
 
Method Summary
 void draw(Graphics2D g2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lines

private Line2D.Double[] lines

color

private Color color
Constructor Detail

Series

public Series(double[] xVals,
              double[] yVals,
              boolean useLines,
              Color color,
              GTransform gt)
Method Detail

draw

public void draw(Graphics2D g2)


Copyright © 2013. All Rights Reserved.