public class RollingBufferSample extends Application
Application.Parameters| Modifier and Type | Field and Description |
|---|---|
static int |
BUFFER_CAPACITY |
static int |
DEBUG_UPDATE_RATE |
protected static int |
MIN_PIXEL_DISTANCE |
static int |
N_SAMPLES |
de.gsi.dataset.spi.CircularDoubleErrorDataSet |
rollingBufferBeamIntensity |
de.gsi.dataset.spi.CircularDoubleErrorDataSet |
rollingBufferDipoleCurrent |
protected Timer |
timer |
static int |
UPDATE_PERIOD |
STYLESHEET_CASPIAN, STYLESHEET_MODENA| Constructor and Description |
|---|
RollingBufferSample() |
| Modifier and Type | Method and Description |
|---|---|
protected TimerTask |
getTask() |
BorderPane |
initComponents(Scene scene) |
protected void |
initErrorDataSetRenderer(ErrorDataSetRenderer eRenderer) |
static void |
main(String[] args) |
static double |
rampFunctionBeamIntensity(double t) |
static double |
rampFunctionDipoleCurrent(double t) |
void |
start(Stage primaryStage) |
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stoppublic static final int DEBUG_UPDATE_RATE
protected static final int MIN_PIXEL_DISTANCE
public static final int N_SAMPLES
public static final int UPDATE_PERIOD
public static final int BUFFER_CAPACITY
public final de.gsi.dataset.spi.CircularDoubleErrorDataSet rollingBufferDipoleCurrent
public final de.gsi.dataset.spi.CircularDoubleErrorDataSet rollingBufferBeamIntensity
protected Timer timer
protected void initErrorDataSetRenderer(ErrorDataSetRenderer eRenderer)
public void start(Stage primaryStage)
start in class Applicationpublic BorderPane initComponents(Scene scene)
protected TimerTask getTask()
public static double rampFunctionDipoleCurrent(double t)
public static double rampFunctionBeamIntensity(double t)
public static void main(String[] args)
args - the command line argumentsCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.