Class ChartOptions
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent.ChartOptions
public class ChartOptions extends Object
-
Field Summary
Fields Modifier and Type Field Description Color
axisColor
int
axisFontSize
int
axisRotation
double
axisWidth
double
borderHor
String
chartTitle
boolean
connectPriorItems
Color
cpColA
Color
cpColBackground
Color
cpColC
int
cpIdxA
int
cpIdxC
double
customRangeSteps
BioStatisticalCategoryDataset
dataset
String
domainAxis
boolean
fillTimeGaps
GraphElement
ge
Graph
graph
Color
gridColor
double
gridWidth
double
lowerBound
PlotOrientation
orientation
float
outlineBorderWidth
int
plotAxisSteps
String
rangeAxis
boolean
removeEmptyConditions
float
shapeSize
boolean
showCategoryAxis
boolean
showGridCategory
boolean
showGridRange
boolean
showLegend
boolean
showLines
boolean
showOnlyHalfErrorBar
boolean
showRangeAxis
boolean
showShapes
boolean
showStdDevAsFillRange
boolean
showStdDevAsT
float
stdDevLineWidth
double
stdDevTopWidth
double
upperBound
boolean
useCustomRangeSteps
boolean
useLogYscale
boolean
usePieScaling
-
Constructor Summary
Constructors Constructor Description ChartOptions()
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)
-
Method Summary
Modifier and Type Method Description void
readAttributes(GraphElement ge)
void
setFurtherOptions(Graph graph, String chartTitle)
void
setFurtherOptions(Graph graph, BioStatisticalCategoryDataset dataset, String chartTitle)
int
setLayoutOfChartComponent(GraphElement ge, JComponent chartcomponent, Integer mappedDataListSize)
-
Field Details
-
graph
-
dataset
-
chartTitle
-
orientation
-
showLegend
public boolean showLegend -
domainAxis
-
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
-
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
-
cpColBackground
-
cpColC
-
useCustomRangeSteps
public boolean useCustomRangeSteps -
customRangeSteps
public double customRangeSteps -
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
-
readAttributes
-
setLayoutOfChartComponent
public int setLayoutOfChartComponent(GraphElement ge, JComponent chartcomponent, Integer mappedDataListSize) -
setFurtherOptions
public void setFurtherOptions(Graph graph, BioStatisticalCategoryDataset dataset, String chartTitle) -
setFurtherOptions
-