Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

joelib.gui.molviewer.java3d
Class Viewer  view Viewer download Viewer.java

java.lang.Object
  extended byjoelib.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