|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.styles.ShapeTextHorizAlign
public final class ShapeTextHorizAlign
Title: ShapeTextHorizAlign class
Description: Describes the possible values of the Shape.HorizAlignment method.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Shape.getHorizAlignment()
Field Summary | |
---|---|
static ShapeTextHorizAlign |
CENTER
Text is horizontally aligned to the centre of the shape. |
static ShapeTextHorizAlign |
LEFT
Text is horizontally aligned to the left of the shape. |
static ShapeTextHorizAlign |
RIGHT
Text is horizontally aligned to the right of the shape. |
Method Summary |
---|
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 |
---|
public static final ShapeTextHorizAlign LEFT
public static final ShapeTextHorizAlign CENTER
public static final ShapeTextHorizAlign RIGHT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |