Package org.jcsp.awt

Class GraphicsCommand.DrawArc

  • Enclosing class:
    GraphicsCommand

    public static final class GraphicsCommand.DrawArc
    extends GraphicsCommand
    This is the (immutable) command object for java.awt.Graphics.drawArc.
    • Field Detail

      • x

        final int x
      • y

        final int y
      • width

        final int width
      • height

        final int height
      • startAngle

        final int startAngle
      • arcAngle

        final int arcAngle
    • Constructor Detail

      • DrawArc

        public DrawArc​(int x,
                       int y,
                       int width,
                       int height,
                       int startAngle,
                       int arcAngle)