- java.lang.Object
-
- com.iamsoft.util.ui.javafx.chart.ChartStackLayer<X,Y>
-
- Type Parameters:
X
- This describes x axis.Y
- This describes y axis. Layer for ChartStack.
public class ChartStackLayer<X,Y> extends Object
-
-
Constructor Summary
Constructors Constructor Description ChartStackLayer(javafx.collections.ObservableList<javafx.scene.chart.XYChart.Series<X,Y>> pSeriesData, javafx.scene.chart.Axis<Y> pYAxis, javafx.scene.paint.Color pLineColor, javafx.geometry.Side pSide, double pDefaultMinY, double pDefaultMaxY)
ChartStackLayer(javafx.scene.chart.XYChart.Series<X,Y> pSeries, javafx.scene.chart.Axis<Y> pYAxis, javafx.scene.paint.Color pLineColor, javafx.geometry.Side pSide, double pDefaultMinY, double pDefaultMaxY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
javafx.scene.paint.Color
getLineColor()
javafx.collections.ObservableList<javafx.scene.chart.XYChart.Series<X,Y>>
getSeriesData()
javafx.geometry.Side
getSide()
javafx.scene.chart.Axis<Y>
getYAxis()
void
install()
javafx.beans.property.StringProperty
labelProperty()
void
setLabel(String pLabel)
void
uninstall()
protected void
updateYAxisLabel()
-
-
-
Method Detail
-
labelProperty
public javafx.beans.property.StringProperty labelProperty()
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String pLabel)
-
getSeriesData
public javafx.collections.ObservableList<javafx.scene.chart.XYChart.Series<X,Y>> getSeriesData()
-
getYAxis
public javafx.scene.chart.Axis<Y> getYAxis()
-
getLineColor
public javafx.scene.paint.Color getLineColor()
-
getSide
public javafx.geometry.Side getSide()
-
install
public void install()
-
uninstall
public void uninstall()
-
updateYAxisLabel
protected void updateYAxisLabel()
-
-