parser
Class ColorParser

java.lang.Object
  extended by parser.ColorParser

public class ColorParser
extends java.lang.Object

This is the parser class for the color scheme files.


Constructor Summary
ColorParser()
          General constructor.
 
Method Summary
 boolean read(java.lang.String colorfile)
          This method parses aminoacid and color value associated, separated by tabs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorParser

public ColorParser()
General constructor.

Method Detail

read

public boolean read(java.lang.String colorfile)
This method parses aminoacid and color value associated, separated by tabs

Parameters:
colorfile -
Returns:
boolean success on reading file