jpview.gui
Class PointLightFrameElements

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

public class PointLightFrameElements
extends java.lang.Object
implements FrameElements

A collection of UI elements to control diffuse gain

Author:
clyon

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

PointLightFrameElements

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