Graphics2D Actor API

g2d.plot
Class PlotDescription

java.lang.Object
  extended by g2d.plot.PlotDescription

public class PlotDescription
extends Object

yada yada

Since:
Author:
See Also:

Nested Class Summary
static class PlotDescription.PointStyle
           
static class PlotDescription.SplineStyle
           
 
Field Summary
static int pointSize
           
 
Constructor Summary
PlotDescription(Collection<Point> points)
           
PlotDescription(float[] xPoints, float[] yPoints)
           
PlotDescription(Point[] points)
           
 
Method Summary
 void add2View(PlotView view, AffineTransform transformation)
           
 void setBorderColor(Color pointBorderColor)
           
 void setFillColor(Color pointFillColor)
           
 void setMouseClickedAction(Closure closure)
           
 void setPointSize(int pointSize)
           
 void setPointStyle(PlotDescription.PointStyle pointStyle)
           
 void setSplineColor(Color splineColor)
           
 void setSplineStyle(PlotDescription.SplineStyle splineStyle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pointSize

public static int pointSize
Constructor Detail

PlotDescription

public PlotDescription(Point[] points)

PlotDescription

public PlotDescription(Collection<Point> points)

PlotDescription

public PlotDescription(float[] xPoints,
                       float[] yPoints)
Method Detail

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)

Graphics2D Actor API