org.tbee.swing.gauge
Class GaugeDirection.LabelPoint

java.lang.Object
  extended by org.tbee.swing.gauge.GaugeDirection.LabelPoint
Enclosing class:
GaugeDirection

protected static class GaugeDirection.LabelPoint
extends Object


Field Summary
 int halign
           
static int HALIGN_CENTER
           
static int HALIGN_LEFT
           
static int HALIGN_RIGHT
           
 int valign
           
static int VALIGN_BOTTOM
           
static int VALIGN_CENTER
           
static int VALIGN_TOP
           
 int x
           
 int y
           
 
Constructor Summary
GaugeDirection.LabelPoint(int x, int y, int halign)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

halign

public int halign

HALIGN_LEFT

public static final int HALIGN_LEFT
See Also:
Constant Field Values

HALIGN_CENTER

public static final int HALIGN_CENTER
See Also:
Constant Field Values

HALIGN_RIGHT

public static final int HALIGN_RIGHT
See Also:
Constant Field Values

valign

public int valign

VALIGN_TOP

public static final int VALIGN_TOP
See Also:
Constant Field Values

VALIGN_CENTER

public static final int VALIGN_CENTER
See Also:
Constant Field Values

VALIGN_BOTTOM

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

GaugeDirection.LabelPoint

public GaugeDirection.LabelPoint(int x,
                                 int y,
                                 int halign)


Copyright © 2011 KnowledgePlaza. All Rights Reserved.