Uses of Class
org.apache.sis.portrayal.PlanarCanvas
Packages that use PlanarCanvas
Package
Description
Symbology and map representations, together with a rendering engine for display.
-
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.