sum.komponenten
Class Ausrichtung

java.lang.Object
  extended by sum.komponenten.Ausrichtung
All Implemented Interfaces:
Serializable

public class Ausrichtung
extends Object
implements Serializable

Konstanten fuer Ausrichtung des Texts in Etiketten und Textfeldern.

Version:
7.3 vom 11.10.2011
Author:
Bernard Schriek
See Also:
Serialized Form

Field Summary
static int HORIZONTAL
           
static int LINKS
           
static int LINKSBUENDIG
           
static int MITTE
           
static int RECHTS
           
static int RECHTSBUENDIG
           
static int VERTIKAL
           
static int ZENTRIERT
           
 
Constructor Summary
Ausrichtung()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HORIZONTAL

public static final int HORIZONTAL
See Also:
Constant Field Values

LINKS

public static final int LINKS
See Also:
Constant Field Values

LINKSBUENDIG

public static final int LINKSBUENDIG
See Also:
Constant Field Values

MITTE

public static final int MITTE
See Also:
Constant Field Values

RECHTS

public static final int RECHTS
See Also:
Constant Field Values

RECHTSBUENDIG

public static final int RECHTSBUENDIG
See Also:
Constant Field Values

VERTIKAL

public static final int VERTIKAL
See Also:
Constant Field Values

ZENTRIERT

public static final int ZENTRIERT
See Also:
Constant Field Values
Constructor Detail

Ausrichtung

public Ausrichtung()