JMV 0.80 Programmer's Documentation

Class PubSynchBean.DrawAtoms

java.lang.Object
  |
  +--PubSynchBean.DrawAtoms
Enclosing class:
PubSynchBean

public class PubSynchBean.DrawAtoms
extends java.lang.Object

Holder class for atom drawing info


Field Summary
 java.util.Vector atoms
          list of atom indeces, as Integers
 int color
          color scheme
 int gradient
          color gradient
 int rep
          representation
 
Constructor Summary
PubSynchBean.DrawAtoms()
           
PubSynchBean.DrawAtoms(int rep, int color, int gradient, java.util.Vector atomList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

atoms

public java.util.Vector atoms
list of atom indeces, as Integers


rep

public int rep
representation


color

public int color
color scheme


gradient

public int gradient
color gradient

Constructor Detail

PubSynchBean.DrawAtoms

public PubSynchBean.DrawAtoms(int rep,
                              int color,
                              int gradient,
                              java.util.Vector atomList)

PubSynchBean.DrawAtoms

public PubSynchBean.DrawAtoms()

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