Uses of Class
org.openrefine.browsing.facets.ScatterplotFacet.Rotation
-
Packages that use ScatterplotFacet.Rotation Package Description org.openrefine.browsing.facets org.openrefine.browsing.util -
-
Uses of ScatterplotFacet.Rotation in org.openrefine.browsing.facets
Fields in org.openrefine.browsing.facets declared as ScatterplotFacet.Rotation Modifier and Type Field Description ScatterplotFacet.Rotation
ScatterplotFacet.ScatterplotFacetConfig. rotation
Methods in org.openrefine.browsing.facets that return ScatterplotFacet.Rotation Modifier and Type Method Description ScatterplotFacet.Rotation
ScatterplotFacetResult. getRotation()
static ScatterplotFacet.Rotation
ScatterplotFacet.Rotation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScatterplotFacet.Rotation[]
ScatterplotFacet.Rotation. 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.Rotation Modifier and Type Method Description static AffineTransform
ScatterplotFacet. createRotationMatrix(ScatterplotFacet.Rotation rotation, double l)
Constructors in org.openrefine.browsing.facets with parameters of type ScatterplotFacet.Rotation 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.Rotation in org.openrefine.browsing.util
Constructors in org.openrefine.browsing.util with parameters of type ScatterplotFacet.Rotation 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)
-