g2d.plot
Class PlotDescription
java.lang.Object
g2d.plot.PlotDescription
public class PlotDescription
- extends Object
yada yada
- Since:
- Author:
- See Also:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pointSize
public static int pointSize
PlotDescription
public PlotDescription(Point[] points)
PlotDescription
public PlotDescription(Collection<Point> points)
PlotDescription
public PlotDescription(float[] xPoints,
float[] yPoints)
setPointSize
public void setPointSize(int pointSize)
setPointStyle
public void setPointStyle(PlotDescription.PointStyle pointStyle)
setSplineStyle
public void setSplineStyle(PlotDescription.SplineStyle splineStyle)
setFillColor
public void setFillColor(Color pointFillColor)
setBorderColor
public void setBorderColor(Color pointBorderColor)
setSplineColor
public void setSplineColor(Color splineColor)
add2View
public void add2View(PlotView view,
AffineTransform transformation)
setMouseClickedAction
public void setMouseClickedAction(Closure closure)