|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartFont | |
---|---|
com.java4less.rchart | |
com.java4less.rchart.gc | |
com.java4less.rchart.gc.android |
Uses of ChartFont in com.java4less.rchart |
---|
Fields in com.java4less.rchart declared as ChartFont | |
---|---|
ChartFont |
Axis.DescFont
Font of the text used to display the labels. |
ChartFont |
RadarPlotter.factorFont
font used to paint the factors |
ChartFont |
Title.font
font used for the title |
ChartFont |
Legend.font
|
ChartFont |
AxisLabel.font
font of the text. |
ChartFont |
RadarPlotter.gridFont
grid's font |
ChartFont |
PieDataSerie.valueFont
font used to display the values/percentages. |
ChartFont |
LineDataSerie.valueFont
font used to draw the values of the serie. |
ChartFont |
BarDataSerie.valueFont
Font used to display the values of the bars. |
Constructors in com.java4less.rchart with parameters of type ChartFont | |
---|---|
AxisLabel(java.lang.String t,
ChartColor c,
ChartFont f)
creates a label with the specified text, color and font. |
|
HAxisLabel(java.lang.String t,
ChartColor c,
ChartFont f)
creates the horizontal label. |
|
VAxisLabel(java.lang.String t,
ChartColor c,
ChartFont f)
creates the vertical label. |
Uses of ChartFont in com.java4less.rchart.gc |
---|
Methods in com.java4less.rchart.gc that return ChartFont | |
---|---|
ChartFont |
ChartGraphics.getFont()
get current font in context |
static ChartFont |
GraphicsProvider.getFont(java.lang.String c,
int style,
int size)
create font from string value |
static ChartFont |
GraphicsProvider.getFontFromObject(java.lang.Object o)
|
Methods in com.java4less.rchart.gc with parameters of type ChartFont | |
---|---|
boolean |
ChartGraphics.drawRotatedText(ChartFont descFont,
ChartColor descColor,
java.lang.String txt,
int angle,
int x,
int y,
boolean b)
paint rotated text |
int |
ChartGraphics.getFontHeight(ChartFont font)
get the height of the current font |
int |
ChartGraphics.getFontWidth(ChartFont font,
java.lang.String s)
get the width of a string using the provided font |
void |
ChartGraphics.setFont(ChartFont font)
set current font in context |
Uses of ChartFont in com.java4less.rchart.gc.android |
---|
Subclasses of ChartFont in com.java4less.rchart.gc.android | |
---|---|
class |
ChartAndroidFont
|
Methods in com.java4less.rchart.gc.android that return ChartFont | |
---|---|
ChartFont |
ChartAndroidGraphics.getFont()
get current font in context |
Methods in com.java4less.rchart.gc.android with parameters of type ChartFont | |
---|---|
boolean |
ChartAndroidGraphics.drawRotatedText(ChartFont descFont,
ChartColor descColor,
java.lang.String txt,
int angle,
int x,
int y,
boolean b)
paint vertical text |
int |
ChartAndroidGraphics.getFontHeight(ChartFont font)
get the height of the current font |
int |
ChartAndroidGraphics.getFontWidth(ChartFont font,
java.lang.String s)
get the width of a string using the current font |
void |
ChartAndroidGraphics.setFont(ChartFont font)
set current font in context |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |