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.
  • Field Details

    • xPoints

      final int[] xPoints
    • yPoints

      final int[] yPoints
    • nPoints

      final int nPoints
  • Constructor Details

    • DrawPolyline

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