Uses of Class
eu.webtoolkit.jwt.WFont
Packages that use WFont
-
Uses of WFont in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WFontModifier and TypeMethodDescriptionWCssDecorationStyle.getFont()
Returns the font.WFontMetrics.getFont()
Returns the font for which these font metrics were computed.WPainter.getFont()
Returns the current font.Methods in eu.webtoolkit.jwt with parameters of type WFontModifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.void
Sets the text font.void
Sets the font.Constructors in eu.webtoolkit.jwt with parameters of type WFontModifierConstructorDescriptionWFontMetrics
(WFont font, double leading, double ascent, double descent) Creates a font metrics information object. -
Uses of WFont in eu.webtoolkit.jwt.chart
Fields in eu.webtoolkit.jwt.chart declared as WFontMethods in eu.webtoolkit.jwt.chart that return WFontModifier and TypeMethodDescriptionWAbstractColorMap.getLabelFont()
Returns the font to be used when drawing the labels in the legend.WAxis.getLabelFont()
Returns the axis label font.WCartesian3DChart.getLegendFont()
Returns the legend font.WCartesianChart.getLegendFont()
Returns the legend font.WAbstractChart.getTitleFont()
Returns the font for the chart title.WAxis.getTitleFont()
Returns the axis title font.WCartesian3DChart.getTitleFont()
Returns the font used to draw the title.Methods in eu.webtoolkit.jwt.chart with parameters of type WFontModifier and TypeMethodDescriptionvoid
WAbstractColorMap.setLabelFont
(WFont font) Sets the font to be used when drawing the labels in the legend.void
WAxis.setLabelFont
(WFont labelFont) Sets the axis label font.void
WCartesian3DChart.setLegendStyle
(WFont font, WPen border, WBrush background) Configures the legend decoration.void
WCartesianChart.setLegendStyle
(WFont font, WPen border, WBrush background) Configures the legend decoration.void
WAbstractChart.setTitleFont
(WFont titleFont) Set the font for the chart title.void
WAxis.setTitleFont
(WFont titleFont) Sets the axis title font.void
WCartesian3DChart.setTitleFont
(WFont titleFont) Sets the font that is used to draw the title.