Uses of Interface
jgl.GL.PixelScaleListener
-
Packages that use GL.PixelScaleListener Package Description jgl -
-
Uses of GL.PixelScaleListener in jgl
Fields in jgl with type parameters of type GL.PixelScaleListener Modifier and Type Field Description protected List<GL.PixelScaleListener>
GL. pixelScaleListeners
Methods in jgl that return types with arguments of type GL.PixelScaleListener Modifier and Type Method Description List<GL.PixelScaleListener>
GL. getPixelScaleListeners()
Methods in jgl with parameters of type GL.PixelScaleListener Modifier and Type Method Description void
GL. addPixelScaleListener(GL.PixelScaleListener listener)
void
GL. removePixelScaleListener(GL.PixelScaleListener listener)
-