Package org.jcsp.awt

Class GraphicsCommand.DrawChars

  • Enclosing class:
    GraphicsCommand

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

      • DrawChars

        public DrawChars​(char[] data,
                         int offset,
                         int length,
                         int x,
                         int y)