Module eu.hansolo.fx.charts
Package eu.hansolo.fx.charts.world
Class WorldBuilder<B extends WorldBuilder<B>>
java.lang.Object
eu.hansolo.fx.charts.world.WorldBuilder<B>
Created by hansolo on 21.11.16.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BarrowsVisible(boolean VISIBLE) final BbackgroundColor(javafx.scene.paint.Color COLOR) final Worldbuild()final BcolorMapping(eu.hansolo.fx.heatmap.Mapping COLOR_MAPPING) final BconnectionWidth(double WIDTH) static final WorldBuildercreate()final BdrawImagePath(boolean DRAW) final BeventRadius(double EVENT_RADIUS) final BfadeColors(boolean FADE_COLORS) final BfillColor(javafx.scene.paint.Color COLOR) final BheatMapOpacity(double HEAT_MAP_OPACITY) final BhoverColor(javafx.scene.paint.Color COLOR) final BhoverEnabled(boolean ENABLED) final BlayoutX(double LAYOUT_X) final BlayoutY(double LAYOUT_Y) final BlocationColor(javafx.scene.paint.Color COLOR) final Blocations(eu.hansolo.toolboxfx.geom.Location... LOCATIONS) final BmapConnections(List<MapConnection> MAP_CONNECTIONS) final Bfinal BmapPointSize(MapPointSize SIZE) final BmapPointsVisible(boolean VISIBLE) final BmapPointTextVisible(boolean VISIBLE) final BmaxHeight(double MAX_HEIGHT) final BmaxSize(double WIDTH, double HEIGHT) final BmaxWidth(double MAX_WIDTH) final BminHeight(double MIN_HEIGHT) final BminSize(double WIDTH, double HEIGHT) final BminWidth(double MIN_WIDTH) final BmouseEnterHandler(javafx.event.EventHandler<javafx.scene.input.MouseEvent> HANDLER) final BmouseExitHandler(javafx.event.EventHandler<javafx.scene.input.MouseEvent> HANDLER) final BmousePressHandler(javafx.event.EventHandler<javafx.scene.input.MouseEvent> HANDLER) final BmouseReleaseHandler(javafx.event.EventHandler<javafx.scene.input.MouseEvent> HANDLER) final BopacityDistribution(eu.hansolo.fx.heatmap.OpacityDistribution OPACITY_DISTRIBUTION) final Bpadding(javafx.geometry.Insets INSETS) final BprefHeight(double PREF_HEIGHT) final BprefSize(double WIDTH, double HEIGHT) final BprefWidth(double PREF_WIDTH) final BpressedColor(javafx.scene.paint.Color COLOR) final Bresolution(World.Resolution RESOLUTION) final BscaleX(double SCALE_X) final BscaleY(double SCALE_Y) final BselectedColor(javafx.scene.paint.Color COLOR) final BselectionEnabled(boolean ENABLED) final BshowLocations(boolean VISIBLE) final BstrokeColor(javafx.scene.paint.Color COLOR) final BtextColor(javafx.scene.paint.Color COLOR) final BtranslateX(double TRANSLATE_X) final BtranslateY(double TRANSLATE_Y) final BweightedMapConnections(boolean WEIGHTED) final BweightedMapPoints(WeightedMapPoints WEIGHTED) final BzoomEnabled(boolean ENABLED)
-
Constructor Details
-
WorldBuilder
protected WorldBuilder()
-
-
Method Details
-
create
-
resolution
-
backgroundColor
-
fillColor
-
strokeColor
-
hoverColor
-
pressedColor
-
selectedColor
-
locationColor
-
hoverEnabled
-
selectionEnabled
-
zoomEnabled
-
mouseEnterHandler
-
mousePressHandler
-
mouseReleaseHandler
public final B mouseReleaseHandler(javafx.event.EventHandler<javafx.scene.input.MouseEvent> HANDLER) -
mouseExitHandler
-
locations
-
showLocations
-
colorMapping
-
eventRadius
-
fadeColors
-
heatMapOpacity
-
opacityDistribution
-
mapPoints
-
mapConnections
-
weightedMapPoints
-
weightedMapConnections
-
mapPointSize
-
mapPointsVisible
-
mapPointTextVisible
-
textColor
-
connectionWidth
-
arrowsVisible
-
drawImagePath
-
prefSize
-
minSize
-
maxSize
-
prefWidth
-
prefHeight
-
minWidth
-
minHeight
-
maxWidth
-
maxHeight
-
scaleX
-
scaleY
-
layoutX
-
layoutY
-
translateX
-
translateY
-
padding
-
build
-