jpview.gui
Class LuminanceFrameElements

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

public class LuminanceFrameElements
extends java.lang.Object
implements FrameElements

A collection of UI elements to control diffuse gain

Author:
clyon

Constructor Summary
LuminanceFrameElements()
           
 
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

LuminanceFrameElements

public LuminanceFrameElements()
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