visad
Class TextControl.Justification

java.lang.Object
  extended by visad.TextControl.Justification
Enclosing class:
TextControl

public static class TextControl.Justification
extends java.lang.Object

Class to represent the different types of justification Use a class so the user can't just pass in an arbitrary integer abcd 5 February 2001


Field Summary
static TextControl.Justification CENTER
          Predefined value for center justification
static TextControl.Justification LEFT
          Predefined value for left justification
static TextControl.Justification RIGHT
          Predefined value for right justification
 
Constructor Summary
TextControl.Justification(java.lang.String newName)
          Constructor - simply store the name
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT

public static final TextControl.Justification LEFT
Predefined value for left justification


CENTER

public static final TextControl.Justification CENTER
Predefined value for center justification


RIGHT

public static final TextControl.Justification RIGHT
Predefined value for right justification

Constructor Detail

TextControl.Justification

public TextControl.Justification(java.lang.String newName)
Constructor - simply store the name