Uses of Class
com.jmex.awt.swingui.ImageGraphicsBaseImpl

Packages that use ImageGraphicsBaseImpl
com.jmex.awt.swingui   
 

Uses of ImageGraphicsBaseImpl in com.jmex.awt.swingui
 

Subclasses of ImageGraphicsBaseImpl in com.jmex.awt.swingui
(package private)  class JOGLImageGraphics
          JOGL implementation of ImageGraphics.
(package private)  class LWJGLImageGraphics
          LWJGL implementation of ImageGraphics.
 

Fields in com.jmex.awt.swingui declared as ImageGraphicsBaseImpl
protected  ImageGraphicsBaseImpl ImageGraphicsBaseImpl.mipMapChild
           
 

Constructors in com.jmex.awt.swingui with parameters of type ImageGraphicsBaseImpl
ImageGraphicsBaseImpl(java.awt.image.BufferedImage awtImage, byte[] data, java.awt.Graphics2D delegate, Image image, java.awt.Rectangle dirty, int translationX, int translationY, float scaleX, float scaleY, int mipMapCount, ImageGraphicsBaseImpl mipMapChild, int mipMapLevel)