Uses of Class
org.apache.sis.portrayal.PlanarCanvas
Packages that use PlanarCanvas
Package
Description
Widgets showing
GridCoverage
images or sample values.Widgets for showing a map in a JavaFX application.
Symbology and map representations, together with a rendering engine for display.
-
Uses of PlanarCanvas in org.apache.sis.gui.coverage
Subclasses of PlanarCanvas in org.apache.sis.gui.coverageModifier and TypeClassDescriptionclass
-
Uses of PlanarCanvas in org.apache.sis.gui.map
Subclasses of PlanarCanvas in org.apache.sis.gui.mapModifier and TypeClassDescriptionclass
A canvas for maps to be rendered on screen in a JavaFX application.class
A canvas for maps to be rendered using Java2D from Abstract Window Toolkit. -
Uses of PlanarCanvas in org.apache.sis.portrayal
Fields in org.apache.sis.portrayal declared as PlanarCanvasModifier and TypeFieldDescriptionprotected final PlanarCanvas
CanvasFollower.source
The canvas which is the source of zoom, translation or rotation events.protected final PlanarCanvas
CanvasFollower.target
The canvas on which to apply the change of zoom, translation or rotation.Constructors in org.apache.sis.portrayal with parameters of type PlanarCanvasModifierConstructorDescriptionCanvasFollower
(PlanarCanvas source, PlanarCanvas target) Creates a new listener for synchronizing "objective to display" transform changes between the specified canvas.