org.uispec4j.interception.toolkit
Class Empty.DummyPaintContext

java.lang.Object
  extended by org.uispec4j.interception.toolkit.Empty.DummyPaintContext
All Implemented Interfaces:
java.awt.PaintContext
Enclosing class:
Empty

public static class Empty.DummyPaintContext
extends java.lang.Object
implements java.awt.PaintContext


Constructor Summary
Empty.DummyPaintContext()
           
 
Method Summary
 void dispose()
           
 java.awt.image.ColorModel getColorModel()
           
 java.awt.image.Raster getRaster(int x, int y, int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Empty.DummyPaintContext

public Empty.DummyPaintContext()
Method Detail

dispose

public void dispose()
Specified by:
dispose in interface java.awt.PaintContext

getColorModel

public java.awt.image.ColorModel getColorModel()
Specified by:
getColorModel in interface java.awt.PaintContext

getRaster

public java.awt.image.Raster getRaster(int x,
                                       int y,
                                       int w,
                                       int h)
Specified by:
getRaster in interface java.awt.PaintContext


Copyright © 2004-2010. All Rights Reserved.