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 TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.voidSets the text font.voidSets 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 TypeMethodDescriptionvoidWAbstractColorMap.setLabelFont(WFont font) Sets the font to be used when drawing the labels in the legend.voidWAxis.setLabelFont(WFont labelFont) Sets the axis label font.voidWCartesian3DChart.setLegendStyle(WFont font, WPen border, WBrush background) Configures the legend decoration.voidWCartesianChart.setLegendStyle(WFont font, WPen border, WBrush background) Configures the legend decoration.voidWAbstractChart.setTitleFont(WFont titleFont) Set the font for the chart title.voidWAxis.setTitleFont(WFont titleFont) Sets the axis title font.voidWCartesian3DChart.setTitleFont(WFont titleFont) Sets the font that is used to draw the title.