- ILayer - Interface in net.avensome.dev.gnupolpot.api.plotter
 
- 
Interface provided by layers on plot's layer stack.
 
- ImageUtil - Class in net.avensome.dev.gnupolpot.api.util
 
- 
An utility class for dealing with images.
 
- Importer - Class in net.avensome.dev.gnupolpot.api.plotter
 
-  
 
- Importer() - Constructor for class net.avensome.dev.gnupolpot.api.plotter.Importer
 
-  
 
- IntTextField - Class in net.avensome.dev.gnupolpot.api.ui
 
- 
A JavaFX text field that accepts only integer number input.
 
- IntTextField(int) - Constructor for class net.avensome.dev.gnupolpot.api.ui.IntTextField
 
-  
 
- IntTextField(int, Validator<Integer>) - Constructor for class net.avensome.dev.gnupolpot.api.ui.IntTextField
 
-  
 
- IPlotter - Interface in net.avensome.dev.gnupolpot.api.plotter
 
- 
This interface is used to manipulate the plot displayed in gnupolpot's main window.
 
- IPlotter.LayerMove - Enum in net.avensome.dev.gnupolpot.api.plotter
 
- 
How layer should be moved.
 
- isMoving() - Static method in class net.avensome.dev.gnupolpot.api.action.Moving
 
-  
 
- isPanning() - Static method in class net.avensome.dev.gnupolpot.api.action.Panning
 
-  
 
- isPristine() - Method in interface net.avensome.dev.gnupolpot.api.plotter.IPlotter
 
- 
Returns whether plotter is in the pristine state, that is it only has one layer that is empty.
 
- IViewport - Interface in net.avensome.dev.gnupolpot.api.plotter
 
-