- paint(GraphicsContext, IViewport) - Method in class net.avensome.dev.gnupolpot.api.plotter.Guide
 
- 
Paints guide on a canvas.
 
- paint(GraphicsContext, IViewport) - Method in class net.avensome.dev.gnupolpot.api.plotter.Shape
 
- 
Paints shape on a canvas.
 
- Pair<A,B> - Class in net.avensome.dev.gnupolpot.api.util
 
- 
A generic tuple of two objects.
 
- Pair(A, B) - Constructor for class net.avensome.dev.gnupolpot.api.util.Pair
 
-  
 
- Panning - Class in net.avensome.dev.gnupolpot.api.action
 
- 
Helper class for implementing panning the viewport.
 
- Panning() - Constructor for class net.avensome.dev.gnupolpot.api.action.Panning
 
-  
 
- PlotData - Class in net.avensome.dev.gnupolpot.api.plotter
 
- 
A structure containing some points and shapes.
 
- PlotData(Collection<PlotPoint>, Collection<Shape>) - Constructor for class net.avensome.dev.gnupolpot.api.plotter.PlotData
 
-  
 
- PlotPoint - Class in net.avensome.dev.gnupolpot.api.plotter
 
- 
Represents a single point on the plot.
 
- PlotPoint(double, double) - Constructor for class net.avensome.dev.gnupolpot.api.plotter.PlotPoint
 
- 
Creates point with default color.
 
- PlotPoint(double, double, Color) - Constructor for class net.avensome.dev.gnupolpot.api.plotter.PlotPoint
 
-  
 
- Plugin - Class in net.avensome.dev.gnupolpot.api
 
- 
Main clsas of a gnupolpot plugin.
 
- Plugin() - Constructor for class net.avensome.dev.gnupolpot.api.Plugin
 
-  
 
- PluginException - Exception in net.avensome.dev.gnupolpot.api
 
-  
 
- PluginException() - Constructor for exception net.avensome.dev.gnupolpot.api.PluginException
 
-  
 
- PluginException(String) - Constructor for exception net.avensome.dev.gnupolpot.api.PluginException
 
-  
 
- PluginException(String, Throwable) - Constructor for exception net.avensome.dev.gnupolpot.api.PluginException
 
-  
 
- PluginException(Throwable) - Constructor for exception net.avensome.dev.gnupolpot.api.PluginException
 
-  
 
- PluginException(String, Throwable, boolean, boolean) - Constructor for exception net.avensome.dev.gnupolpot.api.PluginException
 
-  
 
- Point - Class in net.avensome.dev.gnupolpot.api.mouse
 
- 
A 2-dimensional point with basic operations.
 
- Point(double, double) - Constructor for class net.avensome.dev.gnupolpot.api.mouse.Point
 
-  
 
- pointAtPlotCoords(double, double, double, Collection<PlotPoint>) - Method in interface net.avensome.dev.gnupolpot.api.plotter.IViewport
 
- 
Returns a point closest to provided coordinates within provided radius.
 
- PRIMARY - Static variable in class net.avensome.dev.gnupolpot.api.mouse.Buttons
 
- 
Pattern constant: primary button only.