Uses of Class
org.openrefine.browsing.util.ScatterplotFacetState
-
Packages that use ScatterplotFacetState Package Description org.openrefine.browsing.facets org.openrefine.browsing.util -
-
Uses of ScatterplotFacetState in org.openrefine.browsing.facets
Methods in org.openrefine.browsing.facets that return ScatterplotFacetState Modifier and Type Method Description ScatterplotFacetState
ScatterplotFacetResult. getFacetState()
Methods in org.openrefine.browsing.facets that return types with arguments of type ScatterplotFacetState Modifier and Type Method Description FacetAggregator<ScatterplotFacetState>
ScatterplotFacet. getAggregator()
Methods in org.openrefine.browsing.facets with parameters of type ScatterplotFacetState Modifier and Type Method Description void
ScatterplotPainter. drawPoints(ScatterplotFacetState state)
Constructors in org.openrefine.browsing.facets with parameters of type ScatterplotFacetState Constructor Description ScatterplotFacetResult(ScatterplotFacet.ScatterplotFacetConfig config, String errorMessageX, String errorMessageY, ScatterplotFacetState facetState)
-
Uses of ScatterplotFacetState in org.openrefine.browsing.util
Methods in org.openrefine.browsing.util that return ScatterplotFacetState Modifier and Type Method Description ScatterplotFacetState
ScatterplotFacetState. addValue(double x, double y, boolean inView)
ScatterplotFacetState
ScatterplotFacetAggregator. sum(ScatterplotFacetState first, ScatterplotFacetState second)
ScatterplotFacetState
ScatterplotFacetAggregator. withRow(ScatterplotFacetState state, long rowId, Row row, Record record)
ScatterplotFacetState
ScatterplotFacetAggregator. withRow(ScatterplotFacetState state, long rowId, Row row, Record record, boolean inView)
ScatterplotFacetState
ScatterplotFacetAggregator. withRowOutsideView(ScatterplotFacetState state, long rowId, Row row, Record record)
Methods in org.openrefine.browsing.util with parameters of type ScatterplotFacetState Modifier and Type Method Description ScatterplotFacetState
ScatterplotFacetAggregator. sum(ScatterplotFacetState first, ScatterplotFacetState second)
ScatterplotFacetState
ScatterplotFacetAggregator. withRow(ScatterplotFacetState state, long rowId, Row row, Record record)
ScatterplotFacetState
ScatterplotFacetAggregator. withRow(ScatterplotFacetState state, long rowId, Row row, Record record, boolean inView)
ScatterplotFacetState
ScatterplotFacetAggregator. withRowOutsideView(ScatterplotFacetState state, long rowId, Row row, Record record)
-