jpview.gui
Class DefaultFrameElements

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

public class DefaultFrameElements
extends java.lang.Object
implements FrameElements

Default frame elements is a container for the simple directional light transformation

Author:
clyon

Constructor Summary
DefaultFrameElements()
           
 
Method Summary
 void init(PTMWindow parent)
          Initializes default frame elements
 void release()
          Release all resources associated with this class
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFrameElements

public DefaultFrameElements()
Method Detail

init

public void init(PTMWindow parent)
Initializes default frame elements

Specified by:
init in interface FrameElements
Parameters:
parent - The PTMFrame for which this class represents the default elements

release

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

Specified by:
release in interface FrameElements