Module eu.hansolo.fx.charts
Package eu.hansolo.fx.charts.areaheatmap
Class AreaHeatMapBuilder<B extends AreaHeatMapBuilder<B>>
java.lang.Object
eu.hansolo.fx.charts.areaheatmap.AreaHeatMapBuilder<B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal AreaHeatMapbuild()final BcolorMapping(eu.hansolo.fx.heatmap.Mapping COLOR_MAPPING) static final AreaHeatMapBuildercreate()final BdataPoints(DataPoint... POINTS) final BdataPoints(List<DataPoint> POINTS) final BdataPointsVisible(boolean VISIBLE) final BdiscreteColors(boolean DISCRETE_COLORS) final BheatMapOpacity(double HEAT_MAP_OPACITY) final BnoOfCloserInfluentialPoints(int NO_OF_POINTS) final BprefSize(double WIDTH, double HEIGHT) final BprefSize(javafx.geometry.Dimension2D PREF_SIZE) final Bquality(int QUALITY) final Bquality(AreaHeatMap.Quality QUALITY) final BsmoothedHull(boolean SMOOTHED) final BuseColorMapping(boolean USE)
-
Constructor Details
-
AreaHeatMapBuilder
protected AreaHeatMapBuilder()
-
-
Method Details
-
create
-
prefSize
-
prefSize
-
dataPoints
-
dataPoints
-
colorMapping
-
useColorMapping
-
quality
-
quality
-
dataPointsVisible
-
smoothedHull
-
discreteColors
-
heatMapOpacity
-
noOfCloserInfluentialPoints
-
build
-