java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent.ChartOptions

public class ChartOptions
extends Object
  • Field Details

    • graph

      public Graph graph
    • dataset

    • chartTitle

      public String chartTitle
    • orientation

      public PlotOrientation orientation
    • showLegend

      public boolean showLegend
    • domainAxis

      public String domainAxis
    • rangeAxis

      public String rangeAxis
    • showRangeAxis

      public boolean showRangeAxis
    • showCategoryAxis

      public boolean showCategoryAxis
    • outlineBorderWidth

      public float outlineBorderWidth
    • axisRotation

      public int axisRotation
    • lowerBound

      public double lowerBound
    • upperBound

      public double upperBound
    • showGridRange

      public boolean showGridRange
    • showGridCategory

      public boolean showGridCategory
    • gridWidth

      public double gridWidth
    • axisWidth

      public double axisWidth
    • gridColor

      public Color gridColor
    • axisColor

      public Color axisColor
    • axisFontSize

      public int axisFontSize
    • showStdDevAsT

      public boolean showStdDevAsT
    • stdDevTopWidth

      public double stdDevTopWidth
    • showStdDevAsFillRange

      public boolean showStdDevAsFillRange
    • shapeSize

      public float shapeSize
    • stdDevLineWidth

      public float stdDevLineWidth
    • showOnlyHalfErrorBar

      public boolean showOnlyHalfErrorBar
    • removeEmptyConditions

      public boolean removeEmptyConditions
    • showShapes

      public boolean showShapes
    • showLines

      public boolean showLines
    • usePieScaling

      public boolean usePieScaling
    • connectPriorItems

      public boolean connectPriorItems
    • plotAxisSteps

      public int plotAxisSteps
    • useLogYscale

      public boolean useLogYscale
    • cpIdxA

      public int cpIdxA
    • cpIdxC

      public int cpIdxC
    • cpColA

      public Color cpColA
    • cpColBackground

      public Color cpColBackground
    • cpColC

      public Color cpColC
    • useCustomRangeSteps

      public boolean useCustomRangeSteps
    • customRangeSteps

      public double customRangeSteps
    • ge

      public GraphElement ge
    • fillTimeGaps

      public boolean fillTimeGaps
    • borderHor

      public double borderHor
  • Constructor Details

    • ChartOptions

      public 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)
    • ChartOptions

      public ChartOptions()
  • Method Details