Package org.jcsp.awt

Class GraphicsCommand.Fill3DRect

  • Enclosing class:
    GraphicsCommand

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

      • Fill3DRect

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