Uses of Class
org.wicketstuff.jqplot.lib.elements.Title
-
Packages that use Title Package Description org.wicketstuff.jqplot.lib org.wicketstuff.jqplot.lib.chart org.wicketstuff.jqplot.lib.elements -
-
Uses of Title in org.wicketstuff.jqplot.lib
Fields in org.wicketstuff.jqplot.lib declared as Title Modifier and Type Field Description protected TitleChartConfiguration. titleThe title.Methods in org.wicketstuff.jqplot.lib that return Title Modifier and Type Method Description TitleChartConfiguration. getTitle()Gets the title.Methods in org.wicketstuff.jqplot.lib with parameters of type Title Modifier and Type Method Description ChartConfiguration<T>ChartConfiguration. setTitle(Title title)Sets the title. -
Uses of Title in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return Title Modifier and Type Method Description TitleAbstractChart. getTitle()Methods in org.wicketstuff.jqplot.lib.chart with parameters of type Title Modifier and Type Method Description AbstractChart<T,S>AbstractChart. setTitle(Title title) -
Uses of Title in org.wicketstuff.jqplot.lib.elements
Methods in org.wicketstuff.jqplot.lib.elements that return Title Modifier and Type Method Description TitleTitle. setEscapeHtml(String escapeHtml)Sets the escape html.TitleTitle. setFontFamily(String fontFamily)Sets the font family.TitleTitle. setFontSize(String fontSize)Sets the font size.TitleTitle. setFontWeight(String fontWeight)Sets the font weight.TitleTitle. setRenderer(String renderer)TitleTitle. setRendererOptions(String rendererOptions)Sets the renderer options.TitleTitle. setShow(boolean show)Sets the show.TitleTitle. setShow(Boolean show)Sets the show.TitleTitle. setText(String text)Sets the text.TitleTitle. setTextAlign(String textAlign)Sets the text align.TitleTitle. setTextColor(String textColor)Sets the text color.
-