ffe.panels
Class GraphicsContext
java.lang.Object
ffe.panels.GraphicsContext
- public final class GraphicsContext
- extends java.lang.Object
The GraphicsContext class defines constants related to rendering modes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GraphicsContext
public GraphicsContext()
GraphicsContext
public GraphicsContext(int v,
int c)
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)