Uses of Class
org.jfree.chart.plot.PlotOrientation
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent | |
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of PlotOrientation in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent
Fields in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent declared as PlotOrientation Modifier and Type Field Description PlotOrientation
ChartOptions. orientation
Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent with parameters of type PlotOrientation Constructor Description ChartOptions(GraphElement ge, Graph graph, BioStatisticalCategoryDataset dataset, String chartTitle, PlotOrientation orientation, boolean showLegend, String domainAxis, String rangeAxis, boolean showRangeAxis, boolean showCategoryAxis, float outlineBorderWidth, int axisRotation, double lowerBound, double upperBound, boolean showGridRange, boolean showGridCategory, double gridWidth, double axisWidth, Color gridColor, Color axisColor, int axisFontSize, boolean showStdDevAsT, double stdDevTopWidth, boolean showStdDevAsFillRange, float shapeSize, float stdDevLineWidth, boolean showOnlyHalfErrorBar, boolean showShapes, boolean showLines, boolean usePieScaling, boolean connectPriorItems, int plotAxisSteps, boolean useLogYscale, int cpIdxA, int cpIdxC, Color cpColA, Color cpColBackground, Color cpColC, boolean useCustomRangeSteps, double customRangeSteps, boolean removeEmptyConditions)
MyColorGrid(Color[][] colors, PlotOrientation plotOrientation)
-
Uses of PlotOrientation in org.jfree.chart
Methods in org.jfree.chart with parameters of type PlotOrientation Modifier and Type Method Description static JFreeChart
ChartFactory. createAreaChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates an area chart with default settings.static JFreeChart
ChartFactory. createAreaXYChart(String title, String xAxisLabel, String yAxisLabel, XYDataset data, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Deprecated.Use createXYAreaChart(...).static JFreeChart
ChartFactory. createBarChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a bar chart.static JFreeChart
ChartFactory. createBarChart3D(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a bar chart with a 3D effect.static JFreeChart
ChartFactory. createBubbleChart(String title, String xAxisLabel, String yAxisLabel, XYZDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a bubble chart with default settings.static JFreeChart
ChartFactory. createHistogram(String title, String xAxisLabel, String yAxisLabel, IntervalXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a histogram chart.static JFreeChart
ChartFactory. createLineChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a line chart with default settings.static JFreeChart
ChartFactory. createLineXYChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Deprecated.Use createXYLineChart(...).static JFreeChart
ChartFactory. createScatterPlot(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a scatter plot with default settings.static JFreeChart
ChartFactory. createStackedAreaChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a stacked area chart with default settings.static JFreeChart
ChartFactory. createStackedAreaXYChart(String title, String xAxisLabel, String yAxisLabel, TableXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Deprecated.Method renamed - use createStackedXYAreaChart().static JFreeChart
ChartFactory. createStackedBarChart(String title, String domainAxisLabel, String rangeAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a stacked bar chart with default settings.static JFreeChart
ChartFactory. createStackedBarChart3D(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a stacked bar chart with a 3D effect and default settings.static JFreeChart
ChartFactory. createStackedXYAreaChart(String title, String xAxisLabel, String yAxisLabel, TableXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a stacked XY area plot.static JFreeChart
ChartFactory. createWaferMapChart(String title, WaferMapDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a wafer map chart.static JFreeChart
ChartFactory. createWaterfallChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a waterfall chart.static JFreeChart
ChartFactory. createXYAreaChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates an area chart using anXYDataset
.static JFreeChart
ChartFactory. createXYBarChart(String title, String xAxisLabel, boolean dateAxis, String yAxisLabel, IntervalXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates and returns a default instance of an XY bar chart.static JFreeChart
ChartFactory. createXYBarChart(String title, String xAxisLabel, String yAxisLabel, IntervalXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Deprecated.Use createXYBarChart() method with additional parameter.static JFreeChart
ChartFactory. createXYLineChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a line chart (based on anXYDataset
) with default settings.static JFreeChart
ChartFactory. createXYStepAreaChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a filled stepped XY plot with default settings.static JFreeChart
ChartFactory. createXYStepChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a stepped XY plot with default settings. -
Uses of PlotOrientation in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as PlotOrientation Modifier and Type Field Description static PlotOrientation
PlotOrientation. HORIZONTAL
For a plot where the range axis is horizontal.static PlotOrientation
PlotOrientation. VERTICAL
For a plot where the range axis is vertical.Methods in org.jfree.chart.plot that return PlotOrientation Modifier and Type Method Description PlotOrientation
CategoryPlot. getOrientation()
Returns the orientation of the plot.PlotOrientation
XYPlot. getOrientation()
Returns the orientation of the plot.Methods in org.jfree.chart.plot with parameters of type PlotOrientation Modifier and Type Method Description static org.jfree.ui.RectangleEdge
Plot. resolveDomainAxisLocation(AxisLocation location, PlotOrientation orientation)
Resolves a domain axis location for a given plot orientation.static org.jfree.ui.RectangleEdge
Plot. resolveRangeAxisLocation(AxisLocation location, PlotOrientation orientation)
Resolves a range axis location for a given plot orientation.void
CategoryPlot. setOrientation(PlotOrientation orientation)
Sets the orientation for the plot and sends aPlotChangeEvent
to all registered listeners.void
CombinedDomainCategoryPlot. setOrientation(PlotOrientation orientation)
Sets the orientation of the plot (and all subplots).void
CombinedDomainXYPlot. setOrientation(PlotOrientation orientation)
Sets the orientation for the plot (also changes the orientation for all the subplots to match).void
CombinedRangeCategoryPlot. setOrientation(PlotOrientation orientation)
Sets the orientation for the plot (and all the subplots).void
CombinedRangeXYPlot. setOrientation(PlotOrientation orientation)
Sets the orientation for the plot (and all its subplots).void
XYPlot. setOrientation(PlotOrientation orientation)
Sets the orientation for the plot.void
CrosshairState. updateCrosshairPoint(double x, double y, double transX, double transY, PlotOrientation orientation)
Evaluates a data point and if it is the closest to the anchor point it becomes the new crosshair point.