Uses of Enum
net.sf.jasperreports.charts.type.PlotOrientationEnum
Packages that use PlotOrientationEnum
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains
enum types used by the built-in chart component.Contains utility classes for complex chart customization.
-
Uses of PlotOrientationEnum in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return PlotOrientationEnumModifier and TypeMethodDescriptionJRChartPlot.getOrientation()Gets the plot orientation (horizontal or vertical).Methods in net.sf.jasperreports.charts with parameters of type PlotOrientationEnumModifier and TypeMethodDescriptionvoidJRChartPlot.setOrientation(PlotOrientationEnum orientation) Sets the plot orientation (horizontal or vertical). -
Uses of PlotOrientationEnum in net.sf.jasperreports.charts.base
Fields in net.sf.jasperreports.charts.base declared as PlotOrientationEnumMethods in net.sf.jasperreports.charts.base that return PlotOrientationEnumMethods in net.sf.jasperreports.charts.base with parameters of type PlotOrientationEnumModifier and TypeMethodDescriptionvoidJRBaseChartPlot.setOrientation(PlotOrientationEnum orientation) -
Uses of PlotOrientationEnum in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill that return PlotOrientationEnumMethods in net.sf.jasperreports.charts.fill with parameters of type PlotOrientationEnumModifier and TypeMethodDescriptionvoidJRFillChartPlot.setOrientation(PlotOrientationEnum orientation) -
Uses of PlotOrientationEnum in net.sf.jasperreports.charts.type
Methods in net.sf.jasperreports.charts.type that return PlotOrientationEnumModifier and TypeMethodDescriptionstatic PlotOrientationEnumPlotOrientationEnum.getDefault()static PlotOrientationEnumPlotOrientationEnum.getValueOrDefault(PlotOrientationEnum value) static PlotOrientationEnumReturns the enum constant of this type with the specified name.static PlotOrientationEnum[]PlotOrientationEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.charts.type with parameters of type PlotOrientationEnumModifier and TypeMethodDescriptionstatic PlotOrientationEnumPlotOrientationEnum.getValueOrDefault(PlotOrientationEnum value) -
Uses of PlotOrientationEnum in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util that return PlotOrientationEnumModifier and TypeMethodDescriptionstatic final PlotOrientationEnumChartUtil.getPlotOrientation(org.jfree.chart.plot.PlotOrientation jfcPlotOrientation) Methods in net.sf.jasperreports.charts.util with parameters of type PlotOrientationEnumModifier and TypeMethodDescriptionstatic final org.jfree.chart.plot.PlotOrientationChartUtil.getPlotOrientation(PlotOrientationEnum plotOrientationEnum)