|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartFont | |
---|---|
com.steema.teechart | TeeChart Charting Library for Java. |
com.steema.teechart.axis | |
com.steema.teechart.drawing | |
com.steema.teechart.editors | |
com.steema.teechart.exports | |
com.steema.teechart.styles |
Uses of ChartFont in com.steema.teechart |
---|
Methods in com.steema.teechart that return ChartFont | |
---|---|
ChartFont |
TextShape.getFont()
Determines the font attributes used to output ShapeSeries.Text Strings. |
Methods in com.steema.teechart with parameters of type ChartFont | |
---|---|
void |
IBaseChart.doChangedFont(ChartFont value)
|
void |
Chart.doChangedFont(ChartFont value)
Internal use. |
Uses of ChartFont in com.steema.teechart.axis |
---|
Methods in com.steema.teechart.axis with parameters of type ChartFont | |
---|---|
void |
Axis.drawAxisLabel(ChartFont f,
int x,
int y,
int angle,
java.lang.String st,
TextShape format)
Draws Axis Label (String) in font f at specified X,Y co-ordinate at Angle. |
Uses of ChartFont in com.steema.teechart.drawing |
---|
Fields in com.steema.teechart.drawing declared as ChartFont | |
---|---|
protected ChartFont |
Graphics3D.font
|
Methods in com.steema.teechart.drawing that return ChartFont | |
---|---|
ChartFont |
IGraphics3D.getFont()
|
ChartFont |
Graphics3D.getFont()
Determines the Font for outputted text when using the Drawing Canvas. |
Methods in com.steema.teechart.drawing with parameters of type ChartFont | |
---|---|
void |
ChartFont.assign(ChartFont f)
|
int |
IGraphics3D.fontTextHeight(ChartFont font)
|
int |
Graphics3D.fontTextHeight(ChartFont f)
Determines the Font Height to be used for outputted text when using the Drawing. |
java.awt.Dimension |
IGraphics3D.measureString(ChartFont font,
java.lang.String text)
|
java.awt.Dimension |
Graphics3DVectorial.measureString(ChartFont f,
java.lang.String text)
|
java.awt.Dimension |
Graphics3DSVG.measureString(ChartFont f,
java.lang.String text)
|
java.awt.Dimension |
Graphics3DPDF.measureString(ChartFont f,
java.lang.String text)
|
java.awt.Dimension |
Graphics3DAWT.measureString(ChartFont f,
java.lang.String text)
|
abstract java.awt.Dimension |
Graphics3D.measureString(ChartFont f,
java.lang.String text)
|
void |
IGraphics3D.setFont(ChartFont value)
|
void |
Graphics3D.setFont(ChartFont value)
Determines the Font for outputted text when using the Drawing Canvas. |
int |
IGraphics3D.textHeight(ChartFont font,
java.lang.String text)
|
int |
Graphics3D.textHeight(ChartFont f,
java.lang.String text)
Returns the vertical text size in pixels of ChartFont f. |
int |
IGraphics3D.textWidth(ChartFont font,
java.lang.String text)
|
int |
Graphics3D.textWidth(ChartFont f,
java.lang.String text)
Returns the horizontal text size in pixels of ChartFont f. |
Uses of ChartFont in com.steema.teechart.editors |
---|
Methods in com.steema.teechart.editors with parameters of type ChartFont | |
---|---|
static void |
ChartFontEditor.edit(java.awt.Container owner,
ChartFont font)
Shows the ChartFont editor dialog to modify font parameter properties. |
Constructors in com.steema.teechart.editors with parameters of type ChartFont | |
---|---|
ChartFontEditor(ChartFont font)
|
|
TextEditor(java.awt.Container parent,
ChartFont f)
|
Uses of ChartFont in com.steema.teechart.exports |
---|
Methods in com.steema.teechart.exports with parameters of type ChartFont | |
---|---|
int |
PDFFonts.add(ChartFont font)
Add new font to the list |
int |
PDFFonts.findFont(ChartFont font)
Select the font in font list. |
protected java.lang.String |
EPSFont.getFontName(ChartFont f)
|
Constructors in com.steema.teechart.exports with parameters of type ChartFont | |
---|---|
PDFFontEnumerator(PDFFonts fonts,
ChartFont f)
|
Uses of ChartFont in com.steema.teechart.styles |
---|
Methods in com.steema.teechart.styles that return ChartFont | |
---|---|
ChartFont |
CustomPolar.getCircleLabelsFont()
The Font characteristics for the labels of a circular TeeChart. |
ChartFont |
Smith.getCLabelsFont()
xCircle labels font. |
ChartFont |
Shape.getFont()
Determines the font attributes used to output ShapeSeries. No auto font sizing is performed, so you must specify the desired font size to avoid shape text from overlapping the Shape boundaries. |
ChartFont |
CustomPolar.getFont()
The label font characteristics. |
ChartFont |
Smith.getRLabelsFont()
rCircle labels font. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |