public class MultiAxisLineGraph2DRendererUpdate extends Graph2DRendererUpdate<MultiAxisLineGraph2DRendererUpdate>
| Constructor and Description |
|---|
MultiAxisLineGraph2DRendererUpdate() |
| Modifier and Type | Method and Description |
|---|---|
MultiAxisLineGraph2DRendererUpdate |
dataReduction(ReductionScheme scheme)
Sets this object's data reduction scheme to the given scheme.
|
ReductionScheme |
getDataReduction()
Current reduction scheme
|
HashMap<Integer,Range> |
getIndexToRange() |
InterpolationScheme |
getInterpolation()
Current interpolation scheme
|
Integer |
getMarginBetweenGraphs() |
Integer |
getMinimumGraphHeight() |
Integer |
getMinimumGraphWidth() |
MultiAxisLineGraph2DRendererUpdate |
interpolation(InterpolationScheme scheme)
Sets this object's interpolation to the given scheme.
|
Boolean |
isSeparateAreas() |
MultiAxisLineGraph2DRendererUpdate |
marginBetweenGraphs(Integer margin) |
MultiAxisLineGraph2DRendererUpdate |
minimumGraphHeight(Integer minimumGraphHeight) |
MultiAxisLineGraph2DRendererUpdate |
minimumGraphWidth(int minimumGraphWidth) |
MultiAxisLineGraph2DRendererUpdate |
separateAreas(boolean separateAreas) |
MultiAxisLineGraph2DRendererUpdate |
setRanges(HashMap<Integer,Range> map) |
allAreaMargins, allLabelMargins, allMargins, backgroundColor, bottomAreaMargin, bottomMargin, getBackgroundColor, getBottomAreaMargin, getBottomMargin, getImageHeight, getImageWidth, getLabelColor, getLabelFont, getLeftAreaMargin, getLeftMargin, getReferenceLineColor, getRightAreaMargin, getRightMargin, getTopAreaMargin, getTopMargin, getXAxisRange, getXLabelMargin, getXValueScale, getYAxisRange, getYLabelMargin, getYValueScale, imageHeight, imageWidth, labelColor, labelFont, leftAreaMargin, leftMargin, referenceLineColor, rightAreaMargin, rightMargin, self, topAreaMargin, topMargin, xAxisRange, xLabelMargin, xValueScale, yAxisRange, yLabelMargin, yValueScalepublic MultiAxisLineGraph2DRendererUpdate minimumGraphWidth(int minimumGraphWidth)
public MultiAxisLineGraph2DRendererUpdate interpolation(InterpolationScheme scheme)
scheme - can not be null, must be a supported scheme. Supported schemes:NEAREST_NEIGHBOUR,LINEAR,CUBIC.public MultiAxisLineGraph2DRendererUpdate dataReduction(ReductionScheme scheme)
scheme - can not be null, must be a supported scheme. Supported schemes:FIRST_MAX_MIN_LAST,NONEpublic MultiAxisLineGraph2DRendererUpdate marginBetweenGraphs(Integer margin)
public MultiAxisLineGraph2DRendererUpdate minimumGraphHeight(Integer minimumGraphHeight)
public MultiAxisLineGraph2DRendererUpdate setRanges(HashMap<Integer,Range> map)
public MultiAxisLineGraph2DRendererUpdate separateAreas(boolean separateAreas)
public Integer getMarginBetweenGraphs()
public Integer getMinimumGraphHeight()
public InterpolationScheme getInterpolation()
public ReductionScheme getDataReduction()
public Integer getMinimumGraphWidth()
public Boolean isSeparateAreas()
Copyright © 2012–2014 Brookhaven National Laboratory, University of Michigan. All rights reserved.