public class PolygonPlotElement extends PlotElement
Modifier and Type | Field and Description |
---|---|
(package private) double[] |
xpts |
(package private) double[] |
ypts |
col, label
Constructor and Description |
---|
PolygonPlotElement(double[] x,
double[] y) |
PolygonPlotElement(double[] x,
double[] y,
java.awt.Color c) |
PolygonPlotElement(double[] x,
double[] y,
java.awt.Color c,
java.lang.String s) |
public PolygonPlotElement(double[] x, double[] y)
public PolygonPlotElement(double[] x, double[] y, java.awt.Color c)
public PolygonPlotElement(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.