Uses of Class
net.sf.jasperreports.charts.type.PlotOrientationEnum
-
Packages that use PlotOrientationEnum Package Description net.sf.jasperreports.charts.type Containsenumtypes used by the built-in chart component.net.sf.jasperreports.charts.util Contains utility classes for complex chart customization.net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of PlotOrientationEnum in net.sf.jasperreports.charts.type
Methods in net.sf.jasperreports.charts.type that return PlotOrientationEnum Modifier and Type Method Description static PlotOrientationEnumPlotOrientationEnum. getByName(java.lang.String name)static PlotOrientationEnumPlotOrientationEnum. getByValue(org.jfree.chart.plot.PlotOrientation orientation)Deprecated.Used only by deprecated serialized fields.static PlotOrientationEnumPlotOrientationEnum. valueOf(java.lang.String name)Returns 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. -
Uses of PlotOrientationEnum in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util that return PlotOrientationEnum Modifier and Type Method Description static PlotOrientationEnumChartUtil. getPlotOrientation(org.jfree.chart.plot.PlotOrientation plotOrientationValue)Methods in net.sf.jasperreports.charts.util with parameters of type PlotOrientationEnum Modifier and Type Method Description static org.jfree.chart.plot.PlotOrientationChartUtil. getPlotOrientation(PlotOrientationEnum plotOrientationEnum) -
Uses of PlotOrientationEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return PlotOrientationEnum Modifier and Type Method Description PlotOrientationEnumJRChartPlot. getOrientationValue()Gets the plot orientation (horizontal or vertical).Methods in net.sf.jasperreports.engine with parameters of type PlotOrientationEnum Modifier and Type Method Description voidJRChartPlot. setOrientation(PlotOrientationEnum orientation)Sets the plot orientation (horizontal or vertical). -
Uses of PlotOrientationEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as PlotOrientationEnum Modifier and Type Field Description protected PlotOrientationEnumJRBaseChartPlot. orientationValueMethods in net.sf.jasperreports.engine.base that return PlotOrientationEnum Modifier and Type Method Description PlotOrientationEnumJRBaseChartPlot. getOrientationValue()Methods in net.sf.jasperreports.engine.base with parameters of type PlotOrientationEnum Modifier and Type Method Description voidJRBaseChartPlot. setOrientation(PlotOrientationEnum orientationValue) -
Uses of PlotOrientationEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return PlotOrientationEnum Modifier and Type Method Description PlotOrientationEnumJRFillChartPlot. getOrientationValue()Methods in net.sf.jasperreports.engine.fill with parameters of type PlotOrientationEnum Modifier and Type Method Description voidJRFillChartPlot. setOrientation(PlotOrientationEnum orientation)
-