jpview.gui
Class DiffuseGainFrameElements

java.lang.Object
  extended by jpview.gui.DiffuseGainFrameElements
All Implemented Interfaces:
FrameElements

public class DiffuseGainFrameElements
extends java.lang.Object
implements FrameElements

A collection of UI elements to control diffuse gain

Author:
clyon

Constructor Summary
DiffuseGainFrameElements()
           
 
Method Summary
 void init(PTMWindow parent)
          Initializes the controls and operators for diffuse gain
 void release()
          releases all resources associated with this class
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffuseGainFrameElements

public DiffuseGainFrameElements()
Method Detail

init

public void init(PTMWindow parent)
Initializes the controls and operators for diffuse gain

Specified by:
init in interface FrameElements
Parameters:
parent - the PTMFrame containing the diffuse gain elements

release

public void release()
releases all resources associated with this class

Specified by:
release in interface FrameElements