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 Detail

      • xPoints

        final int[] xPoints
      • yPoints

        final int[] yPoints
      • nPoints

        final int nPoints
    • Constructor Detail

      • DrawPolyline

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