|
|||||||||
| Home >> All >> joelib >> gui >> molviewer >> [ java3d overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
joelib.gui.molviewer.java3d
Class Viewer

java.lang.Objectjoelib.gui.molviewer.java3d.Viewer
- public class Viewer
- extends java.lang.Object
Description of the Class
| Field Summary | |
private ViewerFrame |
frame
|
private static org.apache.log4j.Category |
logger
Obtain a suitable logger. |
(package private) boolean |
packFrame
|
static Viewer |
viewer
Description of the Field |
| Constructor Summary | |
Viewer()
Construct the application |
|
Viewer(java.lang.String inputFile)
|
|
Viewer(java.lang.String type,
java.lang.String inputFile)
Constructor for the Viewer object |
|
| Method Summary | |
void |
addMolecule(joelib.molecule.JOEMol mol)
Adds a feature to the Molecule attribute of the Viewer object |
static Viewer |
instance()
Description of the Method |
static void |
main(java.lang.String[] args)
Main method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
logger
private static org.apache.log4j.Category logger
- Obtain a suitable logger.
viewer
public static Viewer viewer
- Description of the Field
packFrame
boolean packFrame
frame
private ViewerFrame frame
| Constructor Detail |
Viewer
public Viewer()
- Construct the application
Viewer
public Viewer(java.lang.String inputFile)
Viewer
public Viewer(java.lang.String type, java.lang.String inputFile)
- Constructor for the Viewer object
| Method Detail |
instance
public static Viewer instance()
- Description of the Method
addMolecule
public void addMolecule(joelib.molecule.JOEMol mol)
- Adds a feature to the Molecule attribute of the Viewer object
main
public static void main(java.lang.String[] args)
- Main method
|
|||||||||
| Home >> All >> joelib >> gui >> molviewer >> [ java3d overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
joelib.gui.molviewer.java3d.Viewer