org.emboss.jemboss.editor
Class SequenceProperties

java.lang.Object
  |
  +--org.emboss.jemboss.editor.SequenceProperties

public class SequenceProperties
extends java.lang.Object


Field Summary
static java.util.Hashtable acidColor
           
static java.awt.Color AQUAMARINE
           
static java.util.Hashtable aromaticColor
           
static java.util.Hashtable baseColor
           
static java.awt.Color BLUEVIOLET
           
static java.awt.Color BROWN
           
static java.util.Hashtable chargeColor
           
static java.util.Hashtable hydrophobicColor
           
static java.awt.Color MAGENTA
           
static java.awt.Color PINK
           
static java.util.Hashtable polarColor
           
static java.util.Hashtable rasmolColor
           
static java.util.Hashtable residueColor
           
static java.awt.Color SALMON
           
static java.util.Hashtable sizeColor
           
static java.util.Hashtable surfaceColor
           
static java.util.Hashtable taylorColor
           
static java.awt.Color TURQUOISE
           
static java.awt.Color WHEAT
           
 
Constructor Summary
SequenceProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taylorColor

public static java.util.Hashtable taylorColor

AQUAMARINE

public static java.awt.Color AQUAMARINE

WHEAT

public static java.awt.Color WHEAT

PINK

public static java.awt.Color PINK

BROWN

public static java.awt.Color BROWN

BLUEVIOLET

public static java.awt.Color BLUEVIOLET

TURQUOISE

public static java.awt.Color TURQUOISE

MAGENTA

public static java.awt.Color MAGENTA

SALMON

public static java.awt.Color SALMON

residueColor

public static java.util.Hashtable residueColor

rasmolColor

public static java.util.Hashtable rasmolColor

acidColor

public static java.util.Hashtable acidColor

polarColor

public static java.util.Hashtable polarColor

hydrophobicColor

public static java.util.Hashtable hydrophobicColor

aromaticColor

public static java.util.Hashtable aromaticColor

surfaceColor

public static java.util.Hashtable surfaceColor

chargeColor

public static java.util.Hashtable chargeColor

sizeColor

public static java.util.Hashtable sizeColor

baseColor

public static java.util.Hashtable baseColor
Constructor Detail

SequenceProperties

public SequenceProperties()