fr.orsay.lri.varna.models.export
Class PolygonCommand

java.lang.Object
  extended by fr.orsay.lri.varna.models.export.GraphicElement
      extended by fr.orsay.lri.varna.models.export.PolygonCommand

public class PolygonCommand
extends GraphicElement


Field Summary
private  Point2D.Double[] _points
           
private  double _thickness
           
 
Constructor Summary
PolygonCommand(Point2D.Double[] points, double thickness)
           
 
Method Summary
 Point2D.Double[] get_points()
           
 double get_thickness()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_points

private Point2D.Double[] _points

_thickness

private double _thickness
Constructor Detail

PolygonCommand

public PolygonCommand(Point2D.Double[] points,
                      double thickness)
Method Detail

get_points

public Point2D.Double[] get_points()

get_thickness

public double get_thickness()