Package org.openrefine.browsing.facets
Class ScatterplotPainter
- java.lang.Object
-
- org.openrefine.browsing.facets.ScatterplotPainter
-
public class ScatterplotPainter extends Object
-
-
Constructor Summary
Constructors Constructor Description ScatterplotPainter(ScatterplotFacetResult facetResults, int size, ScatterplotFacet.Dimension dim_x, ScatterplotFacet.Dimension dim_y, ScatterplotFacet.Rotation rotation, double dot, Color color, Color baseColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawPoint(double x, double y, boolean inView)
void
drawPoints(ScatterplotFacetState state)
RenderedImage
getImage()
void
setColor(Color color)
-
-
-
Constructor Detail
-
ScatterplotPainter
public ScatterplotPainter(ScatterplotFacetResult facetResults, int size, ScatterplotFacet.Dimension dim_x, ScatterplotFacet.Dimension dim_y, ScatterplotFacet.Rotation rotation, double dot, Color color, Color baseColor)
-
-
Method Detail
-
setColor
public void setColor(Color color)
-
drawPoints
public void drawPoints(ScatterplotFacetState state)
-
drawPoint
public void drawPoint(double x, double y, boolean inView)
-
getImage
public RenderedImage getImage()
-
-