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