|
JMV 0.80 Programmer's Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MolecGraphicsProperties
Contains all properties for the MolecGraphics, such as sphere and cylinder subdivisions, sphere radii, line thickness, etc.
Field Summary | |
static float |
CYL_BOND_RADIUS
default cylinder radius for Bond representation |
static float |
CYL_CPK_RADIUS
default cylinder radius for CPK representation |
static int |
CYL_HDIV
horizontal cylinder subdivision |
static int |
CYL_VDIV
vertical cylinder subdivision |
static int |
LINE_THICKNESS
line thickness (for lines rep) |
static int |
MAX_SPHERE_SUBDIV
maximum sphere subdivision |
static float |
RIBBON_WIDTH
length of ribbons |
static float |
SPHERE_RADIUS
default sphere radius |
static int |
SPHERE_SUBDIV
number of sphere subdivisions |
Constructor Summary | |
MolecGraphicsProperties()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int SPHERE_SUBDIV
public static float SPHERE_RADIUS
public static int LINE_THICKNESS
public static int CYL_HDIV
public static int CYL_VDIV
public static float CYL_BOND_RADIUS
public static float CYL_CPK_RADIUS
public static int MAX_SPHERE_SUBDIV
public static float RIBBON_WIDTH
Constructor Detail |
public MolecGraphicsProperties()
|
Copyright (C) 2000-2002 The Board of Trustees of the University of Illinois | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |