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 ScatterplotFacetStateScatterplotFacetResult. 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 voidScatterplotPainter. 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 ScatterplotFacetStateScatterplotFacetState. addValue(double x, double y, boolean inView)ScatterplotFacetStateScatterplotFacetAggregator. sum(ScatterplotFacetState first, ScatterplotFacetState second)ScatterplotFacetStateScatterplotFacetAggregator. withRow(ScatterplotFacetState state, long rowId, Row row, Record record)ScatterplotFacetStateScatterplotFacetAggregator. withRow(ScatterplotFacetState state, long rowId, Row row, Record record, boolean inView)ScatterplotFacetStateScatterplotFacetAggregator. 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 ScatterplotFacetStateScatterplotFacetAggregator. sum(ScatterplotFacetState first, ScatterplotFacetState second)ScatterplotFacetStateScatterplotFacetAggregator. withRow(ScatterplotFacetState state, long rowId, Row row, Record record)ScatterplotFacetStateScatterplotFacetAggregator. withRow(ScatterplotFacetState state, long rowId, Row row, Record record, boolean inView)ScatterplotFacetStateScatterplotFacetAggregator. withRowOutsideView(ScatterplotFacetState state, long rowId, Row row, Record record)
-