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 ColoraxisColorintaxisFontSizeintaxisRotationdoubleaxisWidthdoubleborderHorStringchartTitlebooleanconnectPriorItemsColorcpColAColorcpColBackgroundColorcpColCintcpIdxAintcpIdxCdoublecustomRangeStepsBioStatisticalCategoryDatasetdatasetStringdomainAxisbooleanfillTimeGapsGraphElementgeGraphgraphColorgridColordoublegridWidthdoublelowerBoundPlotOrientationorientationfloatoutlineBorderWidthintplotAxisStepsStringrangeAxisbooleanremoveEmptyConditionsfloatshapeSizebooleanshowCategoryAxisbooleanshowGridCategorybooleanshowGridRangebooleanshowLegendbooleanshowLinesbooleanshowOnlyHalfErrorBarbooleanshowRangeAxisbooleanshowShapesbooleanshowStdDevAsFillRangebooleanshowStdDevAsTfloatstdDevLineWidthdoublestdDevTopWidthdoubleupperBoundbooleanuseCustomRangeStepsbooleanuseLogYscalebooleanusePieScaling - 
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 voidreadAttributes(GraphElement ge)voidsetFurtherOptions(Graph graph, String chartTitle)voidsetFurtherOptions(Graph graph, BioStatisticalCategoryDataset dataset, String chartTitle)intsetLayoutOfChartComponent(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
 
 -