WISA.wisa3D.util
Class ProjectionOptions

java.lang.Object
  |
  +--WISA.wisa3D.util.ProjectionOptions
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, Options

public class ProjectionOptions
extends java.lang.Object
implements Options, java.awt.event.ActionListener

Überschrift: Wisa3D Beschreibung: Copyright: Copyright (c) 1999 Organisation: IAI-FZK


Constructor Summary
ProjectionOptions(Wisa3DPanel display)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.lang.String getName()
           
 javax.swing.JPanel getOptionsPanel()
           
 java.util.Hashtable getSavableValues()
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectionOptions

public ProjectionOptions(Wisa3DPanel display)
Method Detail

getOptionsPanel

public javax.swing.JPanel getOptionsPanel()
Specified by:
getOptionsPanel in interface Options

refresh

public void refresh()
Specified by:
refresh in interface Options

getName

public java.lang.String getName()
Specified by:
getName in interface Options

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

getSavableValues

public java.util.Hashtable getSavableValues()
Specified by:
getSavableValues in interface Options