Class ScatterplotDrawingRowVisitor
java.lang.Object
com.google.refine.browsing.facets.ScatterplotDrawingRowVisitor
- All Implemented Interfaces:
RecordVisitor,RowVisitor
-
Constructor Summary
ConstructorsConstructorDescriptionScatterplotDrawingRowVisitor(int col_x, int col_y, double min_x, double max_x, double min_y, double max_y, int size, int dim_x, int dim_y, int rotation, double dot, Color color) -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after all visit() calls.getImage()voidvoidCalled before any visit() call.booleanboolean
-
Constructor Details
-
ScatterplotDrawingRowVisitor
public ScatterplotDrawingRowVisitor(int col_x, int col_y, double min_x, double max_x, double min_y, double max_y, int size, int dim_x, int dim_y, int rotation, double dot, Color color)
-
-
Method Details
-
setColor
-
start
Description copied from interface:RowVisitorCalled before any visit() call.- Specified by:
startin interfaceRecordVisitor- Specified by:
startin interfaceRowVisitor
-
end
Description copied from interface:RowVisitorCalled after all visit() calls.- Specified by:
endin interfaceRecordVisitor- Specified by:
endin interfaceRowVisitor
-
visit
- Specified by:
visitin interfaceRowVisitor- Parameters:
project- projectrowIndex- zero-based row indexrow- row- Returns:
- true to abort visitation early - no further visit calls will be made
-
visit
- Specified by:
visitin interfaceRecordVisitor
-
getImage
-