Class ColorByEnergy.GaussianAttributes

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<ColorByEnergy.GaussianAttribute>
              extended by ColorByEnergy.GaussianAttributes
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<ColorByEnergy.GaussianAttribute>, java.util.Collection<ColorByEnergy.GaussianAttribute>, java.util.List<ColorByEnergy.GaussianAttribute>, java.util.RandomAccess, MeshiAttribute
Enclosing class:
ColorByEnergy

private static class ColorByEnergy.GaussianAttributes
extends java.util.ArrayList<ColorByEnergy.GaussianAttribute>
implements MeshiAttribute


Field Summary
 int MAX_FEATURES
           
private  int size
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Fields inherited from interface meshi.util.MeshiAttribute
BEAUTIFY_ATTRIBUTE, CN_ATTRIBUTE, DISTANCE_FROM_CATALYTIC_ATTRIBUTE, EXCLUDED_VOLUME_ELEMENT_ATTRIBUTE, GAUSSIAN_ALPHA, GAUSSIAN_ATTRIBUTE, HYDROGEN_BONDS_ATTRIBUTE, LENNARD_JONES_ELEMENT_ATTRIBUTE, LOOP_RESIDUE, ORIGINAL_ATOM, RESIDUE_ATTRIBUTE, RESIDUE_TORSIONS_ATTRIBUTE, SECONDARY_STRUCTURE_ATTRIBUTE, SEQUENCE_ALIGNMENT_COLUMN_ATTRIBUTE, SIDE_CHAIN_SOLVATE_ALL_ATOM_ATTRIBUTE, SOLVATE_ALL_ATOM_ATTRIBUTE, SOLVATE_CA_ATTRIBUTE, SOLVATE_ROT1_ATTRIBUTE, SUMMA_ATTRIBUTE
 
Constructor Summary
ColorByEnergy.GaussianAttributes()
           
 
Method Summary
 int key()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Field Detail

MAX_FEATURES

public final int MAX_FEATURES
See Also:
Constant Field Values

size

private int size
Constructor Detail

ColorByEnergy.GaussianAttributes

public ColorByEnergy.GaussianAttributes()
Method Detail

key

public int key()
Specified by:
key in interface MeshiAttribute