Module eu.hansolo.fx.charts
Package eu.hansolo.fx.charts
Class CubeChartBuilder<B extends CubeChartBuilder<B>>
java.lang.Object
eu.hansolo.fx.charts.CubeChartBuilder<B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal CubeChartbuild()final BchartBackground(javafx.scene.paint.Paint chartBackground) static final CubeChartBuildercreate()final BcubeColor(javafx.scene.paint.Color cubeColor) final BcubeFrameColor(javafx.scene.paint.Color cubeFrameColor) final BlayoutX(double LAYOUT_X) final BlayoutY(double LAYOUT_Y) final BleftEmptyTextColor(javafx.scene.paint.Color leftEmptyTextColor) final BleftFill(javafx.scene.paint.Paint leftFill) final Bfinal BleftTextColor(javafx.scene.paint.Color leftTextColor) final BleftValue(double leftValue) 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 Bpadding(javafx.geometry.Insets INSETS) final BprefHeight(double PREF_HEIGHT) final BprefSize(double WIDTH, double HEIGHT) final BprefWidth(double PREF_WIDTH) final BrightEmptyTextColor(javafx.scene.paint.Color rightEmptyTextColor) final BrightFill(javafx.scene.paint.Paint rightFill) final Bfinal BrightTextColor(javafx.scene.paint.Color rightTextColor) final BrightValue(double rightValue) final BscaleX(double SCALE_X) final BscaleY(double SCALE_Y) final BtranslateX(double TRANSLATE_X) final BtranslateY(double TRANSLATE_Y)
-
Constructor Details
-
CubeChartBuilder
protected CubeChartBuilder()
-
-
Method Details
-
create
-
chartBackground
-
cubeColor
-
cubeFrameColor
-
leftFill
-
rightFill
-
leftTextColor
-
leftEmptyTextColor
-
rightTextColor
-
rightEmptyTextColor
-
leftValue
-
rightValue
-
leftText
-
rightText
-
prefSize
-
minSize
-
maxSize
-
prefWidth
-
prefHeight
-
minWidth
-
minHeight
-
maxWidth
-
maxHeight
-
scaleX
-
scaleY
-
layoutX
-
layoutY
-
translateX
-
translateY
-
padding
-
build
-