- saveToFile(WritableImage, File) - Static method in class net.avensome.dev.gnupolpot.api.util.ImageUtil
-
- SECONDARY - Static variable in class net.avensome.dev.gnupolpot.api.mouse.Buttons
-
Pattern constant: secondary button only.
- selectActiveLayer(ILayer) - Method in interface net.avensome.dev.gnupolpot.api.plotter.IPlotter
-
Activates layer.
- selectDefaultTool() - Method in interface net.avensome.dev.gnupolpot.api.Api
-
Switches to default built-in tool.
- selectTool(Tool) - Method in interface net.avensome.dev.gnupolpot.api.Api
-
Switches to provided tool.
- setColor(Color) - Method in class net.avensome.dev.gnupolpot.api.plotter.PlotPoint
-
Change this point's color.
- setColor(Color) - Method in class net.avensome.dev.gnupolpot.api.plotter.Shape
-
- setCursor(Cursor) - Method in interface net.avensome.dev.gnupolpot.api.plotter.IPlotter
-
Sets mouse cursor image when the pointer is over the plot area.
- setFirst(A) - Method in class net.avensome.dev.gnupolpot.api.util.Pair
-
- setLabel(String) - Method in interface net.avensome.dev.gnupolpot.api.plotter.ILayer
-
Change label of this layer.
- setScalePower(int) - Method in interface net.avensome.dev.gnupolpot.api.plotter.IViewport
-
Set scale to an absolute value
- setSecond(B) - Method in class net.avensome.dev.gnupolpot.api.util.Pair
-
- setStatus(String) - Method in interface net.avensome.dev.gnupolpot.api.Api
-
Changes text visible in application's statusbar.
- setStyle(Shape.Style) - Method in class net.avensome.dev.gnupolpot.api.plotter.Shape
-
Change display style.
- setTemporaryStatus(String) - Method in interface net.avensome.dev.gnupolpot.api.Api
-
Changes text visible in application's statusbar temporarily.
- setX(double) - Method in class net.avensome.dev.gnupolpot.api.plotter.PlotPoint
-
Change X coordinate of this point.
- setY(double) - Method in class net.avensome.dev.gnupolpot.api.plotter.PlotPoint
-
Change Y coordinate of this point.
- Shape - Class in net.avensome.dev.gnupolpot.api.plotter
-
A segment, polygon or polyline (series of connected segments).
- Shape(List<PlotPoint>, Color, Shape.Style) - Constructor for class net.avensome.dev.gnupolpot.api.plotter.Shape
-
Create a shape from list of points, with given color and display style.
- Shape(Color, Shape.Style, PlotPoint...) - Constructor for class net.avensome.dev.gnupolpot.api.plotter.Shape
-
Convenience constructor that accepts points entered manually, not as a list.
- Shape.Style - Enum in net.avensome.dev.gnupolpot.api.plotter
-
Shape style.
- showAlert(Exception) - Static method in exception net.avensome.dev.gnupolpot.api.PluginException
-
- start(Api, MouseEvent) - Static method in class net.avensome.dev.gnupolpot.api.action.Moving
-
Should be called when moving starts.
- start(MouseEvent) - Static method in class net.avensome.dev.gnupolpot.api.action.Panning
-
Should be called when panning starts.
- stop() - Static method in class net.avensome.dev.gnupolpot.api.action.Moving
-
Should be called when moving ends.
- stop() - Static method in class net.avensome.dev.gnupolpot.api.action.Panning
-
Should be called when panning ends.