Uses of Class
org.openrefine.browsing.facets.ScatterplotFacet.ScatterplotFacetConfig
-
Packages that use ScatterplotFacet.ScatterplotFacetConfig Package Description org.openrefine.browsing.facets org.openrefine.browsing.util org.openrefine.commands.browsing -
-
Uses of ScatterplotFacet.ScatterplotFacetConfig in org.openrefine.browsing.facets
Methods in org.openrefine.browsing.facets that return ScatterplotFacet.ScatterplotFacetConfig Modifier and Type Method Description ScatterplotFacet.ScatterplotFacetConfig
ScatterplotFacet.ScatterplotFacetConfig. renameColumnDependencies(Map<String,String> substitutions)
Constructors in org.openrefine.browsing.facets with parameters of type ScatterplotFacet.ScatterplotFacetConfig Constructor Description ScatterplotFacet(ScatterplotFacet.ScatterplotFacetConfig config, int cellIndexX, int cellIndexY, ColumnModel columnModel, Map<String,OverlayModel> overlayModels)
ScatterplotFacetResult(ScatterplotFacet.ScatterplotFacetConfig config, String errorMessageX, String errorMessageY, ScatterplotFacetState facetState)
-
Uses of ScatterplotFacet.ScatterplotFacetConfig in org.openrefine.browsing.util
Constructors in org.openrefine.browsing.util with parameters of type ScatterplotFacet.ScatterplotFacetConfig Constructor Description ScatterplotFacetAggregator(ScatterplotFacet.ScatterplotFacetConfig config, RowEvaluable evalX, RowEvaluable evalY)
-
Uses of ScatterplotFacet.ScatterplotFacetConfig in org.openrefine.commands.browsing
Methods in org.openrefine.commands.browsing with parameters of type ScatterplotFacet.ScatterplotFacetConfig Modifier and Type Method Description void
GetScatterplotCommand. draw(OutputStream output, Project project, Engine engine, ScatterplotFacet.ScatterplotFacetConfig o)
-