Package org.jcsp.awt

Class GraphicsCommand.Draw3DRect

  • Enclosing class:
    GraphicsCommand

    public static final class GraphicsCommand.Draw3DRect
    extends GraphicsCommand
    This is the (immutable) command object for java.awt.Graphics.draw3DRect.
    • Constructor Detail

      • Draw3DRect

        public Draw3DRect​(int x,
                          int y,
                          int width,
                          int height,
                          boolean raised)