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

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

public class FillPolygonCommand
extends GraphicElement


Field Summary
private  Color _color
           
private  Point2D.Double[] _points
           
 
Constructor Summary
FillPolygonCommand(Point2D.Double[] points, Color color)
           
 
Method Summary
 Color get_color()
           
 Point2D.Double[] get_points()
           
 
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

_color

private Color _color
Constructor Detail

FillPolygonCommand

public FillPolygonCommand(Point2D.Double[] points,
                          Color color)
Method Detail

get_points

public Point2D.Double[] get_points()

get_color

public Color get_color()