|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringAlignment | |
---|---|
com.steema.teechart | |
com.steema.teechart.axis | |
com.steema.teechart.drawing | |
com.steema.teechart.legend | |
com.steema.teechart.tools |
Uses of StringAlignment in com.steema.teechart |
---|
Methods in com.steema.teechart that return StringAlignment | |
---|---|
StringAlignment |
Title.getAlignment()
Determines how tChart Header and Footer text will be aligned within the Chart rectangle. |
Methods in com.steema.teechart with parameters of type StringAlignment | |
---|---|
void |
Title.setAlignment(StringAlignment value)
Sets how tChart Header and Footer text will be aligned within the Chart rectangle. |
Uses of StringAlignment in com.steema.teechart.axis |
---|
Methods in com.steema.teechart.axis that return StringAlignment | |
---|---|
protected StringAlignment |
Axis.getDepthAxisAlign()
|
Uses of StringAlignment in com.steema.teechart.drawing |
---|
Fields in com.steema.teechart.drawing declared as StringAlignment | |
---|---|
StringAlignment |
StringFormat.alignment
|
static StringAlignment |
StringAlignment.CENTER
|
static StringAlignment |
StringAlignment.FAR
|
static StringAlignment |
StringAlignment.NEAR
|
Methods in com.steema.teechart.drawing that return StringAlignment | |
---|---|
static StringAlignment |
StringAlignment.fromValue(int v)
|
StringAlignment |
IGraphics3D.getTextAlign()
|
StringAlignment |
Graphics3D.getTextAlign()
The alignment used when displaying text using TextOut or TextOut3D. |
Methods in com.steema.teechart.drawing with parameters of type StringAlignment | |
---|---|
void |
IGraphics3D.setTextAlign(StringAlignment alignment)
|
void |
Graphics3D.setTextAlign(StringAlignment value)
Sets the alignment used when displaying text using TextOut or TextOut3D. |
Uses of StringAlignment in com.steema.teechart.legend |
---|
Methods in com.steema.teechart.legend that return StringAlignment | |
---|---|
StringAlignment |
LegendItem.getAlign()
|
StringAlignment |
LegendTitle.getTextAlign()
|
Methods in com.steema.teechart.legend with parameters of type StringAlignment | |
---|---|
void |
LegendItem.setAlign(StringAlignment value)
|
void |
LegendTitle.setTextAlign(StringAlignment value)
|
Uses of StringAlignment in com.steema.teechart.tools |
---|
Methods in com.steema.teechart.tools that return StringAlignment | |
---|---|
StringAlignment |
Annotation.getTextAlign()
Horizontal alignment of displayed text. |
Methods in com.steema.teechart.tools with parameters of type StringAlignment | |
---|---|
void |
Annotation.setTextAlign(StringAlignment value)
Sets the horizontal alignment of displayed text. |
Constructors in com.steema.teechart.tools with parameters of type StringAlignment | |
---|---|
Marker(IBaseChart c,
java.lang.String text,
int fontsize,
AnnotationPosition pos,
StringAlignment align,
Color color1,
Color color2)
|
|
Marker(java.lang.String text,
int fontsize,
AnnotationPosition pos,
StringAlignment align,
Color color1,
Color color2)
|
|
Marker(java.lang.String text,
int fontsize,
int left,
int top,
StringAlignment align,
Color color1,
Color color2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |