Class Snow


  • public class Snow
    extends de.gsi.chart.plugins.ChartPlugin
    Author:
    rstein
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected class  Snow.PhysicalSnowFlake  
    • Constructor Summary

      Constructors 
      Constructor Description
      Snow()  
      Snow​(int nSnowFlakes, double meanSnowFlakeSize, double rmsSnowFlakeSize, javafx.scene.paint.Color color)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void init()  
      javafx.beans.property.DoubleProperty meanSizeProperty()  
      javafx.beans.property.IntegerProperty numberOfFlakesProperty()  
      javafx.beans.property.DoubleProperty rmsSizeProperty()  
      javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> snowColorProperty()  
      javafx.beans.property.BooleanProperty snowProperty()  
      javafx.beans.property.DoubleProperty velocityProperty()  
      • Methods inherited from class de.gsi.chart.plugins.ChartPlugin

        addButtonsToToolBarProperty, chartProperty, getChart, getChartChildren, getLocationInPlotArea, isAddButtonsToToolBar, layoutChildren, registerInputEventHandler, setAddButtonsToToolBar, setChart, toDataPoint, toDisplayPoint
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Snow

        public Snow()
      • Snow

        public Snow​(int nSnowFlakes,
                    double meanSnowFlakeSize,
                    double rmsSnowFlakeSize,
                    javafx.scene.paint.Color color)
    • Method Detail

      • meanSizeProperty

        public javafx.beans.property.DoubleProperty meanSizeProperty()
      • numberOfFlakesProperty

        public javafx.beans.property.IntegerProperty numberOfFlakesProperty()
      • rmsSizeProperty

        public javafx.beans.property.DoubleProperty rmsSizeProperty()
      • snowColorProperty

        public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> snowColorProperty()
      • snowProperty

        public javafx.beans.property.BooleanProperty snowProperty()
      • velocityProperty

        public javafx.beans.property.DoubleProperty velocityProperty()
      • init

        protected void init()