Class GraphicsCommand.Translate

Enclosing class:
GraphicsCommand

public static final class GraphicsCommand.Translate extends GraphicsCommand
This is the (immutable) command object for java.awt.Graphics.translate.
Author:
P.H. Welch
  • Constructor Details

    • Translate

      public Translate(int x, int y)