org.openstreetmap.josm.gui.mappaint
Class Keyword

java.lang.Object
  extended by org.openstreetmap.josm.gui.mappaint.Keyword

public class Keyword
extends java.lang.Object


Field Summary
static Keyword AUTO
           
static Keyword BOTTOM
           
static Keyword CENTER
           
static Keyword DEFAULT
           
static Keyword RIGHT
           
static Keyword THINNEST
           
 java.lang.String val
           
 
Constructor Summary
Keyword(java.lang.String val)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

val

public final java.lang.String val

AUTO

public static final Keyword AUTO

BOTTOM

public static final Keyword BOTTOM

CENTER

public static final Keyword CENTER

DEFAULT

public static final Keyword DEFAULT

RIGHT

public static final Keyword RIGHT

THINNEST

public static final Keyword THINNEST
Constructor Detail

Keyword

public Keyword(java.lang.String val)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


JOSM