Uses of Class
org.openrefine.browsing.facets.ScatterplotFacet.Dimension
-
Packages that use ScatterplotFacet.Dimension Package Description org.openrefine.browsing.facets org.openrefine.browsing.util -
-
Uses of ScatterplotFacet.Dimension in org.openrefine.browsing.facets
Fields in org.openrefine.browsing.facets declared as ScatterplotFacet.Dimension Modifier and Type Field Description ScatterplotFacet.Dimension
ScatterplotFacet.ScatterplotFacetConfig. dim_x
ScatterplotFacet.Dimension
ScatterplotFacet.ScatterplotFacetConfig. dim_y
Methods in org.openrefine.browsing.facets that return ScatterplotFacet.Dimension Modifier and Type Method Description ScatterplotFacet.Dimension
ScatterplotFacetResult. getDimX()
ScatterplotFacet.Dimension
ScatterplotFacetResult. getDimY()
static ScatterplotFacet.Dimension
ScatterplotFacet.Dimension. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScatterplotFacet.Dimension[]
ScatterplotFacet.Dimension. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openrefine.browsing.facets with parameters of type ScatterplotFacet.Dimension Modifier and Type Method Description static Point2D.Double
ScatterplotFacet. translateCoordinates(Point2D.Double p, double minX, double maxX, double minY, double maxY, ScatterplotFacet.Dimension dimX, ScatterplotFacet.Dimension dimY, double l, AffineTransform t)
Constructors in org.openrefine.browsing.facets with parameters of type ScatterplotFacet.Dimension Constructor Description ScatterplotFacetConfig(String name, String expressionX, String expressionY, String columnNameX, String columnNameY, int size, String color, String baseColor, double dot, double fromX, Double toX, double fromY, double minX, double maxX, double minY, double maxY, Double toY, ScatterplotFacet.Dimension dimX, ScatterplotFacet.Dimension dimY, ScatterplotFacet.Rotation r)
ScatterplotPainter(ScatterplotFacetResult facetResults, int size, ScatterplotFacet.Dimension dim_x, ScatterplotFacet.Dimension dim_y, ScatterplotFacet.Rotation rotation, double dot, Color color, Color baseColor)
-
Uses of ScatterplotFacet.Dimension in org.openrefine.browsing.util
Constructors in org.openrefine.browsing.util with parameters of type ScatterplotFacet.Dimension Constructor Description ScatterplotRowFilter(RowEvaluable evaluableX, RowEvaluable evaluableY, double minX, double maxX, double minY, double maxY, double fromX, double toX, double fromY, double toY, ScatterplotFacet.Dimension dimX, ScatterplotFacet.Dimension dimY, double l, ScatterplotFacet.Rotation rotation, boolean invert)
-