Class ScatterplotFacet.ScatterplotFacetConfig
java.lang.Object
com.google.refine.browsing.facets.ScatterplotFacet.ScatterplotFacetConfig
- All Implemented Interfaces:
FacetConfig
- Enclosing class:
- ScatterplotFacet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected intprotected intprotected doubleprotected Stringprotected Stringprotected doubleprotected doubleprotected doubleprotected Stringprotected intprotected Stringprotected intprotected doubleprotected double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
expression_x
-
expression_y
-
columnName_x
-
columnName_y
-
size
protected int size -
dim_x
protected int dim_x -
dim_y
protected int dim_y -
rotation_str
-
rotation
protected int rotation -
l
protected double l -
dot
protected double dot -
color_str
-
from_x
protected double from_x -
to_x
protected double to_x -
from_y
protected double from_y -
to_y
protected double to_y
-
-
Constructor Details
-
ScatterplotFacetConfig
public ScatterplotFacetConfig()
-
-
Method Details
-
getColor
-
isSelected
protected boolean isSelected() -
getDimX
-
getDimY
-
apply
Description copied from interface:FacetConfigInstantiates the given facet on a particular project.- Specified by:
applyin interfaceFacetConfig- Returns:
- a computed facet on the given project.
-
getRotation
-
getJsonType
Description copied from interface:FacetConfigThe facet type as stored in json.- Specified by:
getJsonTypein interfaceFacetConfig
-