Class ChartStackLayer<X,Y>

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
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.StringProperty
     
  • 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

    Modifier and Type
    Method
    Description
    Gets the value of the property label.
    javafx.scene.paint.Color
     
    javafx.collections.ObservableList<javafx.scene.chart.XYChart.Series<X,Y>>
     
    javafx.geometry.Side
     
    javafx.scene.chart.Axis<Y>
     
    void
     
    javafx.beans.property.StringProperty
     
    void
    setLabel(String pLabel)
    Sets the value of the property label.
    void
     
    protected void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Property Details

  • Constructor Details

    • ChartStackLayer

      public 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)
    • ChartStackLayer

      public 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)
  • Method Details

    • labelProperty

      public javafx.beans.property.StringProperty labelProperty()
      See Also:
    • getLabel

      public String getLabel()
      Gets the value of the property label.
      Property description:
    • setLabel

      public void setLabel(String pLabel)
      Sets the value of the property label.
      Property description:
    • 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()