public class Snow extends ChartPlugin
| Type | Property and Description |
|---|---|
DoubleProperty |
meanSize |
IntegerProperty |
numberOfFlakes |
DoubleProperty |
rmsSize |
ObjectProperty<Color> |
snowColor |
BooleanProperty |
snow |
DoubleProperty |
velocity |
addButtonsToToolBarProperty, chartProperty| Modifier and Type | Class and Description |
|---|---|
protected class |
Snow.PhysicalSnowFlake |
| Constructor and Description |
|---|
Snow() |
Snow(int nSnowFlakes,
double meanSnowFlakeSize,
double rmsSnowFlakeSize,
Color color) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init() |
DoubleProperty |
meanSizeProperty() |
IntegerProperty |
numberOfFlakesProperty() |
DoubleProperty |
rmsSizeProperty() |
ObjectProperty<Color> |
snowColorProperty() |
BooleanProperty |
snowProperty() |
DoubleProperty |
velocityProperty() |
addButtonsToToolBarProperty, chartProperty, getChart, getChartChildren, getLocationInPlotArea, isAddButtonsToToolBar, layoutChildren, registerInputEventHandler, setAddButtonsToToolBar, setChart, toDataPoint, toDisplayPointpublic DoubleProperty meanSizeProperty
public IntegerProperty numberOfFlakesProperty
public DoubleProperty rmsSizeProperty
public ObjectProperty<Color> snowColorProperty
public BooleanProperty snowProperty
public DoubleProperty velocityProperty
public Snow()
public Snow(int nSnowFlakes,
double meanSnowFlakeSize,
double rmsSnowFlakeSize,
Color color)
public DoubleProperty meanSizeProperty()
public IntegerProperty numberOfFlakesProperty()
public DoubleProperty rmsSizeProperty()
public ObjectProperty<Color> snowColorProperty()
public BooleanProperty snowProperty()
public DoubleProperty velocityProperty()
protected void init()
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.