Uses of Class
org.apache.sis.portrayal.Canvas
Packages that use Canvas
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 Canvas in org.apache.sis.gui.coverage
Subclasses of Canvas in org.apache.sis.gui.coverageModifier and TypeClassDescriptionclass
-
Uses of Canvas in org.apache.sis.gui.map
Subclasses of Canvas 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 Canvas in org.apache.sis.portrayal
Subclasses of Canvas in org.apache.sis.portrayalModifier and TypeClassDescriptionclass
A 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.