Modifier and Type | Method and Description |
---|---|
ChartFont |
TextShape.getFont()
Determines the font attributes used to output
ShapeSeries.
|
protected ChartFont |
ToolTip.prepareFont(ChartFont f) |
Modifier and Type | Method and Description |
---|---|
void |
IBaseChart.doChangedFont(ChartFont value) |
void |
Chart.doChangedFont(ChartFont value)
Internal use.
|
protected ChartFont |
ToolTip.prepareFont(ChartFont f) |
Modifier and Type | Method and Description |
---|---|
void |
Graphics3DAndroid.measureString(Dimension size,
ChartFont f,
java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
Axis.drawAxisLabel(ChartFont f,
int x,
int y,
int angle,
java.lang.String st,
TextShape format,
boolean isTitle)
Draws Axis Label (String) in font f at specified X,Y co-ordinate at
Angle.
|
Modifier and Type | Field and Description |
---|---|
protected ChartFont |
Graphics3D.font |
Modifier and Type | Method and Description |
---|---|
ChartFont |
IGraphics3D.getFont() |
ChartFont |
Graphics3D.getFont()
Determines the Font for outputted text when using the Drawing Canvas.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
IGraphics3D.measureString(Dimension size,
ChartFont font,
java.lang.String text) |
void |
Graphics3DVectorial.measureString(Dimension dimension,
ChartFont f,
java.lang.String text) |
void |
Graphics3DPDF.measureString(Dimension size,
ChartFont f,
java.lang.String text) |
abstract void |
Graphics3D.measureString(Dimension size,
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.
|
Modifier and Type | Method and Description |
---|---|
int |
PDFFonts.add(ChartFont font)
Add new font to the list
|
int |
PDFFonts.findFont(ChartFont font)
Select the font in font list.
|
Constructor and Description |
---|
PDFFontEnumerator(PDFFonts fonts,
ChartFont f) |
Modifier and Type | Method and Description |
---|---|
static void |
ImageUtils.measureImageString(Dimension dimension,
IBaseChart chart,
ChartFont f,
java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
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.
|
ChartFont |
CustomPolar.getFont()
The label font characteristics.
|
ChartFont |
Smith.getRLabelsFont()
rCircle labels font.
|