- DataFormatException - Exception in net.avensome.dev.gnupolpot.api.plotter
-
Thrown when data from external source has unknown or invalid format.
- DataFormatException() - Constructor for exception net.avensome.dev.gnupolpot.api.plotter.DataFormatException
-
- DataFormatException(String) - Constructor for exception net.avensome.dev.gnupolpot.api.plotter.DataFormatException
-
- DataFormatException(String, Throwable) - Constructor for exception net.avensome.dev.gnupolpot.api.plotter.DataFormatException
-
- DataFormatException(Throwable) - Constructor for exception net.avensome.dev.gnupolpot.api.plotter.DataFormatException
-
- DataFormatException(String, Throwable, boolean, boolean) - Constructor for exception net.avensome.dev.gnupolpot.api.plotter.DataFormatException
-
- deactivated(Api) - Method in class net.avensome.dev.gnupolpot.api.Tool
-
Called when tool is deactivated.
- deleteLayer(ILayer) - Method in interface net.avensome.dev.gnupolpot.api.plotter.IPlotter
-
Removes layer from the layer stack.
- distanceFrom(double, double) - Method in class net.avensome.dev.gnupolpot.api.plotter.PlotPoint
-
Calculate distance from this point to provided coordinate.
- DoubleTextField - Class in net.avensome.dev.gnupolpot.api.ui
-
A JavaFX text field that accepts only floating point number input.
- DoubleTextField(double) - Constructor for class net.avensome.dev.gnupolpot.api.ui.DoubleTextField
-
- DoubleTextField(double, Validator<Double>) - Constructor for class net.avensome.dev.gnupolpot.api.ui.DoubleTextField
-
- duplicateLayer(ILayer) - Method in interface net.avensome.dev.gnupolpot.api.plotter.IPlotter
-
Duplicates provided layer and all points and shapes that it contains, then adds it over current active layer.