fr.orsay.lri.varna.models.export
Class PolygonCommand
java.lang.Object
fr.orsay.lri.varna.models.export.GraphicElement
fr.orsay.lri.varna.models.export.PolygonCommand
public class PolygonCommand
- extends GraphicElement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_points
private Point2D.Double[] _points
_thickness
private double _thickness
PolygonCommand
public PolygonCommand(Point2D.Double[] points,
double thickness)
get_points
public Point2D.Double[] get_points()
get_thickness
public double get_thickness()