public class BubbleGraph2DRenderer extends Graph2DRenderer<BubbleGraph2DRendererUpdate>
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 |
|---|
BubbleGraph2DRenderer(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
calculateRanges(Range xDataRange,
Range yDataRange,
Range zDataRange) |
void |
draw(Graphics2D g,
Point3DWithLabelDataset data) |
BubbleGraph2DRendererUpdate |
newUpdate()
Creates a new update for the given graph.
|
protected void |
newValue(double x,
double y,
double size,
int index) |
calculateGraphArea, calculateRanges, drawBackground, drawGraphArea, drawHorizontalReferenceLines, drawValueExplicitLine, drawValueLine, drawVerticalReferenceLines, drawXLabels, drawYLabels, getImageHeight, getImageWidth, getXAggregatedRange, getXAxisRange, getXPlotRange, getYAggregatedRange, getYAxisRange, getYPlotRange, processScaledValue, scaledX, scaledY, setClip, updateprotected void calculateRanges(Range xDataRange, Range yDataRange, Range zDataRange)
public void draw(Graphics2D g, Point3DWithLabelDataset data)
protected void newValue(double x,
double y,
double size,
int index)
public BubbleGraph2DRendererUpdate newUpdate()
Graph2DRenderernewUpdate in class Graph2DRenderer<BubbleGraph2DRendererUpdate>Copyright © 2012-2013 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.