Package org.jcsp.awt

Class GraphicsCommand.DrawPolyline

Enclosing class:
GraphicsCommand

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

    • DrawPolyline

      public DrawPolyline(int[] xPoints, int[] yPoints, int nPoints)