ProGAL.proteins.viewer
Class PDBFileViewer

java.lang.Object
  extended by ProGAL.proteins.viewer.PDBFileViewer

public class PDBFileViewer
extends java.lang.Object


Field Summary
static int CARTOON
           
 PDBFile pdbFile
           
 J3DScene scene
           
static int SPHERES
           
static int STICKS
           
 
Constructor Summary
PDBFileViewer(PDBFile f)
           
 
Method Summary
 void displayStructure(PDBFile f)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STICKS

public static final int STICKS
See Also:
Constant Field Values

CARTOON

public static final int CARTOON
See Also:
Constant Field Values

SPHERES

public static final int SPHERES
See Also:
Constant Field Values

pdbFile

public final PDBFile pdbFile

scene

public final J3DScene scene
Constructor Detail

PDBFileViewer

public PDBFileViewer(PDBFile f)
Method Detail

displayStructure

public void displayStructure(PDBFile f)

main

public static void main(java.lang.String[] args)