edu.umd.cs.piccolo.examples
Class OffscreenCanvasExample

java.lang.Object
  extended by edu.umd.cs.piccolo.examples.OffscreenCanvasExample

public final class OffscreenCanvasExample
extends Object

Offscreen canvas example.


Constructor Summary
OffscreenCanvasExample(GraphicsDevice device)
          Create a new offscreen canvas example with the specified graphics device.
 
Method Summary
static void main(String[] args)
          Main.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OffscreenCanvasExample

public OffscreenCanvasExample(GraphicsDevice device)
Create a new offscreen canvas example with the specified graphics device.

Parameters:
device - graphics device
Method Detail

main

public static void main(String[] args)
Main.

Parameters:
args - command line arguments


Copyright © 1995-2011 Piccolo2D. All Rights Reserved.