Package org.jcsp.awt

Class GraphicsCommand.DrawPolygon

Enclosing class:
GraphicsCommand

public static final class GraphicsCommand.DrawPolygon extends GraphicsCommand
This is the (immutable) command object for java.awt.Graphics.drawPolygon.
  • Constructor Details

    • DrawPolygon

      public DrawPolygon(int[] xPoints, int[] yPoints, int nPoints)
    • DrawPolygon

      public DrawPolygon(Polygon p)