jpview.gui
Interface FrameElements

All Known Implementing Classes:
DefaultFrameElements, DiffuseGainFrameElements, LuminanceFrameElements, PointLightFrameElements, SpecularFrameElements

public interface FrameElements

The frame elements is used by inside-the-window controls.

Author:
clyon

Method Summary
 void init(PTMWindow parent)
          Initialize all the elements and attach listeners to the PTMWindow
 void release()
          Release all the resources associated with this object
 

Method Detail

init

void init(PTMWindow parent)
Initialize all the elements and attach listeners to the PTMWindow

Parameters:
parent - The PTMWindow for callbacks

release

void release()
Release all the resources associated with this object