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.
  • Field Details

    • x

      final int x
    • y

      final int y
    • width

      final int width
    • height

      final int height
    • raised

      final boolean raised
  • Constructor Details

    • Fill3DRect

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