|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CssStyle.FontWeight | |
---|---|
org.pentaho.chart | |
org.pentaho.chart.model |
Uses of CssStyle.FontWeight in org.pentaho.chart |
---|
Methods in org.pentaho.chart with parameters of type CssStyle.FontWeight | |
---|---|
static Font |
ChartUtils.getFont(String fontFamily,
CssStyle.FontStyle fontStyle,
CssStyle.FontWeight fontWeight,
Integer fontSize)
|
Uses of CssStyle.FontWeight in org.pentaho.chart.model |
---|
Methods in org.pentaho.chart.model that return CssStyle.FontWeight | |
---|---|
CssStyle.FontWeight |
ChartLegend.getFontWeight()
|
CssStyle.FontWeight |
PiePlot.PieLabels.getFontWeight()
|
CssStyle.FontWeight |
CssStyle.getFontWeight()
|
CssStyle.FontWeight |
StyledText.getFontWeight()
|
CssStyle.FontWeight |
Axis.getFontWeight()
|
static CssStyle.FontWeight |
CssStyle.FontWeight.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CssStyle.FontWeight[] |
CssStyle.FontWeight.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.pentaho.chart.model with parameters of type CssStyle.FontWeight | |
---|---|
void |
ChartLegend.setFont(String family,
Integer size,
CssStyle.FontStyle fontStyle,
CssStyle.FontWeight fontWeight)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight) |
void |
PiePlot.PieLabels.setFont(String family,
Integer size,
CssStyle.FontStyle fontStyle,
CssStyle.FontWeight fontWeight)
|
void |
CssStyle.setFont(String family,
Integer size,
CssStyle.FontStyle fontStyle,
CssStyle.FontWeight fontWeight)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight) |
void |
StyledText.setFont(String family,
Integer size,
CssStyle.FontStyle fontStyle,
CssStyle.FontWeight fontWeight)
The font-family is the name of the font or group of fonts to be used. |
void |
Axis.setFont(String family,
Integer size,
CssStyle.FontStyle fontStyle,
CssStyle.FontWeight fontWeight)
|
void |
ChartLegend.setFontWeight(CssStyle.FontWeight weight)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight) |
void |
PiePlot.PieLabels.setFontWeight(CssStyle.FontWeight weight)
|
void |
CssStyle.setFontWeight(CssStyle.FontWeight weight)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight) |
void |
StyledText.setFontWeight(CssStyle.FontWeight weight)
#setFont(String, Integer, FontStyle, FontWeight) |
void |
Axis.setFontWeight(CssStyle.FontWeight weight)
|
Constructors in org.pentaho.chart.model with parameters of type CssStyle.FontWeight | |
---|---|
ChartTitle(String text,
String fontFamily,
CssStyle.FontStyle fontStyle,
CssStyle.FontWeight fontWeight,
int fontSize)
|
|
StyledText(String text,
String fontFamily,
CssStyle.FontStyle fontStyle,
CssStyle.FontWeight fontWeight,
int fontSize)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |