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(int updateItem) |
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 int N_SAMPLES
public static int UPDATE_PERIOD
public static int BUFFER_CAPACITY
public final de.gsi.dataset.spi.CircularDoubleErrorDataSet rollingBufferDipoleCurrent
public final de.gsi.dataset.spi.CircularDoubleErrorDataSet rollingBufferBeamIntensity
protected Timer[] timer
protected TimerTask getTask(int updateItem)
public BorderPane initComponents(Scene scene)
protected void initErrorDataSetRenderer(ErrorDataSetRenderer eRenderer)
public void start(Stage primaryStage)
start in class Applicationpublic static void main(String[] args)
args - the command line argumentspublic static double rampFunctionBeamIntensity(double t)
public static double rampFunctionDipoleCurrent(double t)
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.