ffe.panels
Class GraphicsContext

java.lang.Object
  extended byffe.panels.GraphicsContext

public final class GraphicsContext
extends java.lang.Object

The GraphicsContext class defines constants related to rendering modes.


Field Summary
static int ABSOLUTE
           
static int ACCELERATION
           
static javax.vecmath.Color3f backgroundColor
           
static int BALLSTICK
           
static java.awt.Color bgColor
           
static javax.vecmath.Color3f blackColor
           
static int bondwidth
           
static int byACCELERATION
           
static int byATOM
           
static int byCHARGE
           
static int byFORCE
           
static int byGROUP
           
static int byINDUCED
           
static int byMOLECULE
           
static int byMONOCHROME
           
static int byPICK
           
static int byPOLYMER
           
static int byRESIDUE
           
static int byREVERT
           
static int bySELECT
           
static int bySTRUCTURE
           
static int byUSER
           
static int byVECTOR
           
static int byVELOCITY
           
 int colortype
           
static javax.vecmath.Color3f dangleColor
           
static int DESTROY
           
static int detail
           
static int DETAIL
           
static javax.vecmath.Color3f dipoleColor
           
static int FILL
           
static int FORCE
           
static javax.vecmath.Color3f greenColor
           
static javax.vecmath.Color3f helixColor
           
static boolean highlightSelections
           
static int HYDROGENS
           
static int INDUCED
           
static int INVISIBLE
           
static boolean labelAtoms
           
static boolean labelResidues
           
static javax.vecmath.Color3f lightGray
           
static int LINES
           
static javax.vecmath.Color3f nullColor
           
static int PERMANENT
           
static javax.vecmath.Color3f pickingColor
           
static int POINTS
           
static double radius
           
static int RELATIVE
           
static int RESTRICT
           
static int RIBBON
           
static int RMIN
           
static javax.vecmath.Color3f selectionColor
           
static int setUSER
           
static javax.vecmath.Color3f sheetColor
           
static int SPACEFILL
           
static int TUBE
           
static javax.vecmath.Color3f turnColor
           
static int UNIT
           
static javax.vecmath.Color3f userColor
           
static int VECTORS
           
static int VELOCITY
           
 int viewtype
           
static int VRML
           
static javax.vecmath.Color3f whiteColor
           
static int WIREFRAME
           
 
Constructor Summary
GraphicsContext()
           
GraphicsContext(int v, int c)
           
 
Method Summary
static javax.vecmath.Color3f toAtomColor(java.lang.String s)
           
static int toColor(java.lang.String s)
           
static java.lang.String toColorString(int c)
           
static int toView(java.lang.String s)
           
static java.lang.String toViewString(int c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

viewtype

public int viewtype

colortype

public int colortype

detail

public static int detail

radius

public static double radius

bondwidth

public static int bondwidth

pickingColor

public static javax.vecmath.Color3f pickingColor

selectionColor

public static javax.vecmath.Color3f selectionColor

highlightSelections

public static boolean highlightSelections

userColor

public static javax.vecmath.Color3f userColor

labelAtoms

public static boolean labelAtoms

labelResidues

public static boolean labelResidues

blackColor

public static final javax.vecmath.Color3f blackColor

whiteColor

public static final javax.vecmath.Color3f whiteColor

helixColor

public static final javax.vecmath.Color3f helixColor

sheetColor

public static final javax.vecmath.Color3f sheetColor

turnColor

public static final javax.vecmath.Color3f turnColor

dipoleColor

public static final javax.vecmath.Color3f dipoleColor

dangleColor

public static final javax.vecmath.Color3f dangleColor

nullColor

public static final javax.vecmath.Color3f nullColor

lightGray

public static final javax.vecmath.Color3f lightGray

greenColor

public static final javax.vecmath.Color3f greenColor

bgColor

public static final java.awt.Color bgColor

backgroundColor

public static final javax.vecmath.Color3f backgroundColor

WIREFRAME

public static final int WIREFRAME
See Also:
Constant Field Values

BALLSTICK

public static final int BALLSTICK
See Also:
Constant Field Values

SPACEFILL

public static final int SPACEFILL
See Also:
Constant Field Values

RMIN

public static final int RMIN
See Also:
Constant Field Values

TUBE

public static final int TUBE
See Also:
Constant Field Values

POINTS

public static final int POINTS
See Also:
Constant Field Values

LINES

public static final int LINES
See Also:
Constant Field Values

FILL

public static final int FILL
See Also:
Constant Field Values

RIBBON

public static final int RIBBON
See Also:
Constant Field Values

INVISIBLE

public static final int INVISIBLE
See Also:
Constant Field Values

RESTRICT

public static final int RESTRICT
See Also:
Constant Field Values

DETAIL

public static final int DETAIL
See Also:
Constant Field Values

HYDROGENS

public static final int HYDROGENS
See Also:
Constant Field Values

INDUCED

public static final int INDUCED
See Also:
Constant Field Values

PERMANENT

public static final int PERMANENT
See Also:
Constant Field Values

FORCE

public static final int FORCE
See Also:
Constant Field Values

VELOCITY

public static final int VELOCITY
See Also:
Constant Field Values

ACCELERATION

public static final int ACCELERATION
See Also:
Constant Field Values

DESTROY

public static final int DESTROY
See Also:
Constant Field Values

UNIT

public static final int UNIT
See Also:
Constant Field Values

RELATIVE

public static final int RELATIVE
See Also:
Constant Field Values

ABSOLUTE

public static final int ABSOLUTE
See Also:
Constant Field Values

VECTORS

public static final int VECTORS
See Also:
Constant Field Values

VRML

public static final int VRML
See Also:
Constant Field Values

byATOM

public static final int byATOM
See Also:
Constant Field Values

byGROUP

public static final int byGROUP
See Also:
Constant Field Values

byMOLECULE

public static final int byMOLECULE
See Also:
Constant Field Values

byPICK

public static final int byPICK
See Also:
Constant Field Values

byCHARGE

public static final int byCHARGE
See Also:
Constant Field Values

byINDUCED

public static final int byINDUCED
See Also:
Constant Field Values

byVELOCITY

public static final int byVELOCITY
See Also:
Constant Field Values

byACCELERATION

public static final int byACCELERATION
See Also:
Constant Field Values

byFORCE

public static final int byFORCE
See Also:
Constant Field Values

byVECTOR

public static final int byVECTOR
See Also:
Constant Field Values

byUSER

public static final int byUSER
See Also:
Constant Field Values

bySELECT

public static final int bySELECT
See Also:
Constant Field Values

setUSER

public static final int setUSER
See Also:
Constant Field Values

byMONOCHROME

public static final int byMONOCHROME
See Also:
Constant Field Values

byPOLYMER

public static final int byPOLYMER
See Also:
Constant Field Values

byRESIDUE

public static final int byRESIDUE
See Also:
Constant Field Values

bySTRUCTURE

public static final int bySTRUCTURE
See Also:
Constant Field Values

byREVERT

public static final int byREVERT
See Also:
Constant Field Values
Constructor Detail

GraphicsContext

public GraphicsContext()

GraphicsContext

public GraphicsContext(int v,
                       int c)
Method Detail

toAtomColor

public static final javax.vecmath.Color3f toAtomColor(java.lang.String s)

toView

public static final int toView(java.lang.String s)

toViewString

public static final java.lang.String toViewString(int c)

toColor

public static final int toColor(java.lang.String s)

toColorString

public static final java.lang.String toColorString(int c)