Class GraphicsCommand.DrawRoundRect

Enclosing class:
GraphicsCommand

public static final class GraphicsCommand.DrawRoundRect extends GraphicsCommand
This is the (immutable) command object for java.awt.Graphics.drawRoundRect.
Author:
P.H. Welch
  • Constructor Details

    • DrawRoundRect

      public DrawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)