Uses of Class
org.meteoinfo.chart.ChartText
-
Packages that use ChartText Package Description org.meteoinfo.chart org.meteoinfo.chart.axis org.meteoinfo.chart.plot -
-
Uses of ChartText in org.meteoinfo.chart
Subclasses of ChartText in org.meteoinfo.chart Modifier and Type Class Description classChartText3DFields in org.meteoinfo.chart declared as ChartText Modifier and Type Field Description protected ChartTextChartLegend. labelMethods in org.meteoinfo.chart that return ChartText Modifier and Type Method Description ChartTextChartLegend. getLabel()Get labelChartTextChart. getSubTitle()Get sub titleChartTextChart. getTitle()Get titleMethods in org.meteoinfo.chart that return types with arguments of type ChartText Modifier and Type Method Description java.util.List<ChartText>ChartColorBar. getTickLabels()Get tick labelsMethods in org.meteoinfo.chart with parameters of type ChartText Modifier and Type Method Description voidChart. addText(ChartText text)Add textvoidChartLegend. setLabel(ChartText value)Set labelvoidChart. setSubTitle(ChartText value)Set sub titlevoidChart. setTitle(ChartText value)Set titleMethod parameters in org.meteoinfo.chart with type arguments of type ChartText Modifier and Type Method Description voidChartColorBar. setTickLabels(java.util.List<ChartText> value)Set tick labels. -
Uses of ChartText in org.meteoinfo.chart.axis
Methods in org.meteoinfo.chart.axis that return ChartText Modifier and Type Method Description ChartTextAxis. getLabel()Get axis labelChartTextAxis. getMaxLenText()Get tick label text with maximum lengthMethods in org.meteoinfo.chart.axis that return types with arguments of type ChartText Modifier and Type Method Description java.util.List<ChartText>Axis. getTickLabels()Get tick labelsMethods in org.meteoinfo.chart.axis with parameters of type ChartText Modifier and Type Method Description voidAxis. setLabel(ChartText value)Set axis labelMethod parameters in org.meteoinfo.chart.axis with type arguments of type ChartText Modifier and Type Method Description voidAxis. setTickLabels(java.util.List<ChartText> value)Set tick labels.Constructors in org.meteoinfo.chart.axis with parameters of type ChartText Constructor Description Axis(ChartText label)ConstructorAxis(ChartText label, boolean xAxis)Constructor -
Uses of ChartText in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return ChartText Modifier and Type Method Description ChartTextAbstractPlot2D. getLeftTitle()Get left sub titleChartTextAbstractPlot2D. getRightTitle()Get right sub titleChartTextAbstractPlot2D. getTitle()Get titleChartTextPlot3D. getTitle()Get titleMethods in org.meteoinfo.chart.plot that return types with arguments of type ChartText Modifier and Type Method Description java.util.List<ChartText>AbstractPlot2D. getTexts()Get textsMethods in org.meteoinfo.chart.plot with parameters of type ChartText Modifier and Type Method Description voidAbstractPlot2D. addText(ChartText text)Add textvoidMapPlot. addText(ChartText text)voidAbstractPlot2D. setLeftTitle(ChartText value)Set left sub titlevoidAbstractPlot2D. setRightTitle(ChartText value)Set right sub titlevoidAbstractPlot2D. setTitle(ChartText value)Set titlevoidPlot3D. setTitle(ChartText value)Set titleMethod parameters in org.meteoinfo.chart.plot with type arguments of type ChartText Modifier and Type Method Description voidAbstractPlot2D. setTexts(java.util.List<ChartText> value)Set texts
-