Package de.gsi.misc.samples.plugins
Class Snow
- java.lang.Object
-
- de.gsi.chart.plugins.ChartPlugin
-
- de.gsi.misc.samples.plugins.Snow
-
public class Snow extends de.gsi.chart.plugins.ChartPlugin- Author:
- rstein
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classSnow.PhysicalSnowFlake
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinit()javafx.beans.property.DoublePropertymeanSizeProperty()javafx.beans.property.IntegerPropertynumberOfFlakesProperty()javafx.beans.property.DoublePropertyrmsSizeProperty()javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>snowColorProperty()javafx.beans.property.BooleanPropertysnowProperty()javafx.beans.property.DoublePropertyvelocityProperty()
-
-
-
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()
-
-