Class RoundedRect

  • All Implemented Interfaces:
    Drawable

    public class RoundedRect
    extends java.lang.Object
    implements Drawable
    • Constructor Detail

      • RoundedRect

        public RoundedRect​(int x,
                           int y,
                           int width,
                           int height,
                           int arcWidth,
                           int arcHeight)
      • RoundedRect

        public RoundedRect​(int x,
                           int y,
                           int width,
                           int height,
                           int arcWidth,
                           int arcHeight,
                           GraphicsContext context)