Uses of Interface
m3g07.Sample

Packages that use Sample
m3g07   
 

Uses of Sample in m3g07
 

Classes in m3g07 that implement Sample
 class CompositingSample
          Demonstrates compositing with different blending modes.
 class EmbossingSample
          Demonstrates embossing.
 class FogSample
          Sample demonstrating fog.
 

Fields in m3g07 declared as Sample
private  Sample Main.currentSample
          Currently displayed sample.
 

Methods in m3g07 with parameters of type Sample
private  void Main.switchSample(Sample newSample)
          Destroys the current sample if it exists and displays a new one.