JMV 0.74 Programmer's Documentation

Class MolecGraphicsProperties

java.lang.Object
  |
  +--MolecGraphicsProperties

public class MolecGraphicsProperties
extends java.lang.Object

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 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

SPHERE_SUBDIV

public static int SPHERE_SUBDIV
number of sphere subdivisions

SPHERE_RADIUS

public static float SPHERE_RADIUS
default sphere radius

LINE_THICKNESS

public static int LINE_THICKNESS
line thickness (for lines rep)

CYL_HDIV

public static int CYL_HDIV
horizontal cylinder subdivision

CYL_VDIV

public static int CYL_VDIV
vertical cylinder subdivision

CYL_BOND_RADIUS

public static float CYL_BOND_RADIUS
default cylinder radius for Bond representation

CYL_CPK_RADIUS

public static float CYL_CPK_RADIUS
default cylinder radius for CPK representation

MAX_SPHERE_SUBDIV

public static int MAX_SPHERE_SUBDIV
maximum sphere subdivision
Constructor Detail

MolecGraphicsProperties

public MolecGraphicsProperties()

Copyright (C) 2000-2002 The Board of Trustees of the University of Illinois