fr.orsay.lri.varna.models.export
Class FillPolygonCommand
java.lang.Object
fr.orsay.lri.varna.models.export.GraphicElement
fr.orsay.lri.varna.models.export.FillPolygonCommand
public class FillPolygonCommand
- 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
_color
private Color _color
FillPolygonCommand
public FillPolygonCommand(Point2D.Double[] points,
Color color)
get_points
public Point2D.Double[] get_points()
get_color
public Color get_color()