Package org.jcsp.awt

Class GraphicsCommand.DrawBytes

  • Enclosing class:
    GraphicsCommand

    public static final class GraphicsCommand.DrawBytes
    extends GraphicsCommand
    This is the (immutable) command object for java.awt.Graphics.drawBytes.
    • Field Detail

      • data

        final byte[] data
      • offset

        final int offset
      • length

        final int length
      • x

        final int x
      • y

        final int y
    • Constructor Detail

      • DrawBytes

        public DrawBytes​(byte[] data,
                         int offset,
                         int length,
                         int x,
                         int y)