public class AreaGraph2DRenderer extends Graph2DRenderer<AreaGraph2DRendererUpdate>
backgroundColor, bottomAreaMargin, bottomMargin, g, labelColor, labelFont, labelFontMetrics, leftAreaMargin, leftMargin, referenceLineColor, rightAreaMargin, rightMargin, topAreaMargin, topMargin, xAreaEnd, xAreaStart, xLabelMargin, xPlotCoordEnd, xPlotCoordStart, xPlotCoordWidth, xPlotValueEnd, xPlotValueStart, xReferenceCoords, xReferenceLabels, xReferenceValues, yAreaEnd, yAreaStart, yLabelMargin, yPlotCoordEnd, yPlotCoordHeight, yPlotCoordStart, yPlotValueEnd, yPlotValueStart, yReferenceCoords, yReferenceLabels, yReferenceValues| Constructor and Description |
|---|
AreaGraph2DRenderer(int imageWidth,
int imageHeight) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D graphics,
Cell1DDataset dataset) |
AreaGraph2DRendererUpdate |
newUpdate()
Creates a new update for the given graph.
|
calculateGraphArea, calculateRanges, drawBackground, drawGraphArea, drawHorizontalReferenceLines, drawValueExplicitLine, drawValueLine, drawVerticalReferenceLines, drawXLabels, drawYLabels, getImageHeight, getImageWidth, getXAggregatedRange, getXAxisRange, getXPlotRange, getYAggregatedRange, getYAxisRange, getYPlotRange, processScaledValue, scaledX, scaledY, setClip, updatepublic AreaGraph2DRendererUpdate newUpdate()
Graph2DRenderernewUpdate in class Graph2DRenderer<AreaGraph2DRendererUpdate>public void draw(Graphics2D graphics, Cell1DDataset dataset)
Copyright © 2012-2013 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.