| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgmj.graph.Series
public class Series
| 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 | 
|---|
private Line2D.Double[] lines
private Color color
| Constructor Detail | 
|---|
public Series(double[] xVals,
              double[] yVals,
              boolean useLines,
              Color color,
              GTransform gt)
| Method Detail | 
|---|
public void draw(Graphics2D g2)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||