Uses of Class
org.apache.sis.portrayal.Canvas
Packages that use Canvas
Package
Description
Symbology and map representations, together with a rendering engine for display.
-
Uses of Canvas in org.apache.sis.portrayal
Subclasses of Canvas in org.apache.sis.portrayalModifier and TypeClassDescriptionclassA canvas for two-dimensional display device using a Cartesian coordinate system.Methods in org.apache.sis.portrayal that return CanvasModifier and TypeMethodDescriptionTransformChangeEvent.getSource()Returns the canvas on which this event initially occurred.Constructors in org.apache.sis.portrayal with parameters of type CanvasModifierConstructorDescriptionTransformChangeEvent(Canvas source, LinearTransform oldValue, LinearTransform newValue, AffineTransform objective, AffineTransform display, TransformChangeEvent.Reason reason) Creates a new event for an incremental change of the "objective to display" property.TransformChangeEvent(Canvas source, LinearTransform oldValue, LinearTransform newValue, TransformChangeEvent.Reason reason) Creates a new event for a change of the "objective to display" property.