Module eu.hansolo.fx.countries
Package eu.hansolo.fx.countries
Class WorldPaneBuilder<B extends WorldPaneBuilder<B>>
java.lang.Object
eu.hansolo.fx.countries.WorldPaneBuilder<B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Bbackground(javafx.scene.paint.Paint paint) final WorldPanebuild()final Bconnections(List<Connection> connections) static final WorldPaneBuildercreate()final Bfill(javafx.scene.paint.Color fill) final BheatmapColorMapping(eu.hansolo.fx.heatmap.Mapping heatmapColorMapping) final BheatmapFadeColors(boolean heatmapFadeColors) final BheatmapOpacity(double heatmapOpacity) final BheatmapOpacityDistribution(eu.hansolo.fx.heatmap.OpacityDistribution heatmapOpacityDistribution) final BheatmapSpotRadius(double heatmapSpotRadius) final BheatmapSpots(List<eu.hansolo.toolboxfx.geom.Point> heatmapSpots) final BheatmapVisible(boolean heatmapVisible) final BhoverColor(javafx.scene.paint.Color hoverColor) final BhoverEnabled(boolean hoverEnabled) final BlayoutX(double layoutX) final BlayoutY(double layoutY) final BlineWidth(double lineWidth) final BmaxHeight(double maxheight) final BmaxSize(double width, double height) final BmaxWidth(double maxWidth) final BminHeight(double minHeight) final BminSize(double width, double height) final BminWidth(double minWidth) 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 BoverlayVisible(boolean overlayVisible) final Bpadding(javafx.geometry.Insets insets) final BpoiFill(javafx.scene.paint.Color poiFill) final Bfinal BpoiStroke(javafx.scene.paint.Color poiStroke) final BpoisVisible(boolean poisVisible) final BpoiTextFill(javafx.scene.paint.Color poiTextFill) final BpoiTextVisible(boolean poiTextVisible) final BprefHeight(double prefHeight) final BprefSize(double width, double height) final BprefWidth(double prefWidth) final BpressedColor(javafx.scene.paint.Color pressedColor) final BscaleX(double scaleX) final BscaleY(double scaleY) final BselectedColor(javafx.scene.paint.Color selectedColor) final BselectionEnabled(boolean selectionEnabled) final Bstroke(javafx.scene.paint.Color stroke) final BtranslateX(double translateX) final BtranslateY(double translateY)
-
Constructor Details
-
WorldPaneBuilder
protected WorldPaneBuilder()
-
-
Method Details
-
create
-
background
-
fill
-
lineWidth
-
stroke
-
poiFill
-
poiStroke
-
poiTextFill
-
poisVisible
-
poiTextVisible
-
pois
-
heatmapVisible
-
heatmapSpots
-
heatmapColorMapping
-
heatmapSpotRadius
-
heatmapFadeColors
-
heatmapOpacityDistribution
public final B heatmapOpacityDistribution(eu.hansolo.fx.heatmap.OpacityDistribution heatmapOpacityDistribution) -
heatmapOpacity
-
connections
-
overlayVisible
-
hoverEnabled
-
selectionEnabled
-
hoverColor
-
pressedColor
-
selectedColor
-
mouseEnterHandler
-
mousePressHandler
-
mouseReleaseHandler
public final B mouseReleaseHandler(javafx.event.EventHandler<javafx.scene.input.MouseEvent> handler) -
mouseExitHandler
-
prefSize
-
minSize
-
maxSize
-
prefWidth
-
prefHeight
-
minWidth
-
minHeight
-
maxWidth
-
maxHeight
-
scaleX
-
scaleY
-
layoutX
-
layoutY
-
translateX
-
translateY
-
padding
-
build
-