com.steema.teechart.drawing
Class StringAlignment

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.drawing.StringAlignment

public final class StringAlignment
extends Enum

Title: StringAlignment class

Description:

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
static StringAlignment CENTER
           
static StringAlignment FAR
           
static StringAlignment NEAR
           
 
Constructor Summary
StringAlignment()
           
 
Method Summary
static StringAlignment fromValue(int v)
           
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEAR

public static final StringAlignment NEAR

CENTER

public static final StringAlignment CENTER

FAR

public static final StringAlignment FAR
Constructor Detail

StringAlignment

public StringAlignment()
Method Detail

fromValue

public static StringAlignment fromValue(int v)