Package org.jcsp.awt

Class GraphicsCommand.FillArc

  • Enclosing class:
    GraphicsCommand

    public static final class GraphicsCommand.FillArc
    extends GraphicsCommand
    This is the (immutable) command object for java.awt.Graphics.fillArc.
    • 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

      • FillArc

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