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

    • x

      final int x
    • y

      final int y
    • width

      final int width
    • height

      final int height
    • raised

      final boolean raised
  • Constructor Details

    • Draw3DRect

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