Aviatrix3D
2.2.0

Uses of Interface
org.j3d.aviatrix3d.pipeline.graphics.SurfaceInfoListener

Packages that use SurfaceInfoListener
org.j3d.aviatrix3d.output.graphics Implementations of graphics output devices types for rendering the OpenGL output. 
org.j3d.aviatrix3d.pipeline.graphics Implementations of the various pipeline pieces. 
 

Uses of SurfaceInfoListener in org.j3d.aviatrix3d.output.graphics
 

Methods in org.j3d.aviatrix3d.output.graphics with parameters of type SurfaceInfoListener
 void RenderingProcessor.addSurfaceInfoListener(SurfaceInfoListener l)
          Add a surface info listener instance to this surface.
 void BaseSurface.addSurfaceInfoListener(SurfaceInfoListener l)
          Add a surface info listener instance to this surface.
 void BaseRenderingProcessor.addSurfaceInfoListener(SurfaceInfoListener l)
          Add a surface info listener instance to this surface.
 void RenderingProcessor.removeSurfaceInfoListener(SurfaceInfoListener l)
          Remove a surface info listener from this surface.
 void BaseSurface.removeSurfaceInfoListener(SurfaceInfoListener l)
          Remove a surface info listener from this surface.
 void BaseRenderingProcessor.removeSurfaceInfoListener(SurfaceInfoListener l)
          Remove a surface info listener from this surface.
 

Uses of SurfaceInfoListener in org.j3d.aviatrix3d.pipeline.graphics
 

Classes in org.j3d.aviatrix3d.pipeline.graphics that implement SurfaceInfoListener
 class SurfaceInfoListenerMulticaster
          A class which implements efficient and thread-safe multi-cast event dispatching for the events defined in this package.
 

Methods in org.j3d.aviatrix3d.pipeline.graphics that return SurfaceInfoListener
static SurfaceInfoListener SurfaceInfoListenerMulticaster.add(SurfaceInfoListener a, SurfaceInfoListener b)
          Adds input-method-listener-a with input-method-listener-b and returns the resulting multicast listener.
 SurfaceInfoListener SurfaceInfoListenerMulticaster.remove(SurfaceInfoListener oldl)
          Removes a listener from this multicaster and returns the resulting multicast listener.
static SurfaceInfoListener SurfaceInfoListenerMulticaster.remove(SurfaceInfoListener l, SurfaceInfoListener oldl)
          Removes the old component-listener from component-listener-l and returns the resulting multicast listener.
 

Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type SurfaceInfoListener
static SurfaceInfoListener SurfaceInfoListenerMulticaster.add(SurfaceInfoListener a, SurfaceInfoListener b)
          Adds input-method-listener-a with input-method-listener-b and returns the resulting multicast listener.
 void GraphicsOutputDevice.addSurfaceInfoListener(SurfaceInfoListener l)
          Add a surface info listener instance to this surface.
 SurfaceInfoListener SurfaceInfoListenerMulticaster.remove(SurfaceInfoListener oldl)
          Removes a listener from this multicaster and returns the resulting multicast listener.
static SurfaceInfoListener SurfaceInfoListenerMulticaster.remove(SurfaceInfoListener l, SurfaceInfoListener oldl)
          Removes the old component-listener from component-listener-l and returns the resulting multicast listener.
 void GraphicsOutputDevice.removeSurfaceInfoListener(SurfaceInfoListener l)
          Remove a surface info listener from this surface.
 

Constructors in org.j3d.aviatrix3d.pipeline.graphics with parameters of type SurfaceInfoListener
SurfaceInfoListenerMulticaster(SurfaceInfoListener a, SurfaceInfoListener b)
          Creates an event multicaster instance which chains listener-a with listener-b.
 


Aviatrix3D
2.2.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org