JAligner

jaligner
Class Markups

java.lang.Object
  extended byjaligner.Markups

public abstract class Markups
extends java.lang.Object

Markups line characters.

Author:
Ahmed Moustafa (ahmed@users.sf.net)

Field Summary
static char GAP
          Markup line gap character
static char IDENTITY
          Markup line identity character
static char MISMATCH
          Markup line mismatch character
static char SIMILARITY
          Markup line similarity character
 
Constructor Summary
Markups()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENTITY

public static final char IDENTITY
Markup line identity character

See Also:
Constant Field Values

SIMILARITY

public static final char SIMILARITY
Markup line similarity character

See Also:
Constant Field Values

GAP

public static final char GAP
Markup line gap character

See Also:
Constant Field Values

MISMATCH

public static final char MISMATCH
Markup line mismatch character

See Also:
Constant Field Values
Constructor Detail

Markups

public Markups()

JAligner

Ahmed Moustafa (ahmed@users.sf.net)SourceForge.net
The source code of JAligner is licensed under The GNU General Public License (GPL)