public final class BoxPlotPainter extends java.lang.Object implements ObjectPainter<BoxPlot>
ObjectPainter that paints a BoxPlot| Constructor and Description |
|---|
BoxPlotPainter()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
paint(java.awt.Graphics2D g,
java.awt.geom.AffineTransform worldToScreen,
double w,
double h,
BoxPlot boxPlot) |
void |
setWidth(double width)
Set the width of the box plot
|
public void setWidth(double width)
width - The widthpublic void paint(java.awt.Graphics2D g,
java.awt.geom.AffineTransform worldToScreen,
double w,
double h,
BoxPlot boxPlot)
paint in interface ObjectPainter<BoxPlot>Copyright © 2018. All Rights Reserved.