public class LinePlotElement extends PlotElement
Modifier and Type | Field and Description |
---|---|
(package private) double[] |
xpts |
(package private) double[] |
ypts |
col, label
Constructor and Description |
---|
LinePlotElement(double[] x,
double[] y) |
LinePlotElement(double[] x,
double[] y,
java.awt.Color c) |
LinePlotElement(double[] x,
double[] y,
java.awt.Color c,
java.lang.String s) |
public LinePlotElement(double[] x, double[] y)
public LinePlotElement(double[] x, double[] y, java.awt.Color c)
public LinePlotElement(double[] x, double[] y, java.awt.Color c, java.lang.String s)
public void instruct(Painter p)
instruct
in class PlotElement
public void push(Box b)
push
in class PlotElement
Copyright © 2013. All Rights Reserved.