Module eu.hansolo.fx.charts
Package eu.hansolo.fx.charts
Class SankeyPlotBuilder<B extends SankeyPlotBuilder<B>>
java.lang.Object
eu.hansolo.fx.charts.SankeyPlotBuilder<B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BautoAdjustVerticalTextPosition(boolean autoAdjustVerticalTextPosition) final BautoItemGap(boolean AUTO) final BautoItemWidth(boolean AUTO) final SankeyPlotbuild()final BconnectionOpacity(double OPACITY) static final SankeyPlotBuildercreate()final BcustomFont(javafx.scene.text.Font customFont) final Bdecimals(int DECIMALS) final BitemColor(javafx.scene.paint.Color COLOR) final BitemGap(int GAP) final Bfinal Bfinal BitemWidth(int WIDTH) final BlayoutX(double LAYOUT_X) final BlayoutY(double LAYOUT_Y) final Bfinal 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 Bpadding(javafx.geometry.Insets INSETS) final BprefHeight(double PREF_HEIGHT) final BprefSize(double WIDTH, double HEIGHT) final BprefWidth(double PREF_WIDTH) final BscaleX(double SCALE_X) final BscaleY(double SCALE_Y) final BselectionColor(javafx.scene.paint.Color COLOR) final BshowFlowDirection(boolean SHOW) final BstreamColor(javafx.scene.paint.Color COLOR) final Bfinal BtextColor(javafx.scene.paint.Color COLOR) final BtranslateX(double TRANSLATE_X) final BtranslateY(double TRANSLATE_Y) final BuseCustomFont(boolean useCustomFont) final BuseItemColor(boolean USE) final BuseItemTextColor(boolean useItemTextColor)
-
Constructor Details
-
SankeyPlotBuilder
protected SankeyPlotBuilder()
-
-
Method Details
-
create
-
items
-
items
-
streamFillMode
-
streamColor
-
textColor
-
selectionColor
-
decimals
-
showFlowDirection
-
itemWidth
-
autoItemWidth
-
itemGap
-
autoItemGap
-
useItemColor
-
itemColor
-
connectionOpacity
-
locale
-
useCustomFont
-
customFont
-
useItemTextColor
-
autoAdjustVerticalTextPosition
-
prefSize
-
minSize
-
maxSize
-
prefWidth
-
prefHeight
-
minWidth
-
minHeight
-
maxWidth
-
maxHeight
-
scaleX
-
scaleY
-
layoutX
-
layoutY
-
translateX
-
translateY
-
padding
-
build
-