Uses of Enum
org.apache.sis.portrayal.TransformChangeEvent.Reason
Packages that use TransformChangeEvent.Reason
Package
Description
Symbology and map representations, together with a rendering engine for display.
-
Uses of TransformChangeEvent.Reason in org.apache.sis.portrayal
Fields in org.apache.sis.portrayal declared as TransformChangeEvent.ReasonModifier and TypeFieldDescriptionprivate final TransformChangeEvent.Reason
TransformChangeEvent.reason
The reason why the "objective to display" transform changed.Methods in org.apache.sis.portrayal that return TransformChangeEvent.ReasonModifier and TypeMethodDescriptionTransformChangeEvent.getReason()
Returns the reason why the "objective to display" transform changed.static TransformChangeEvent.Reason
Returns the enum constant of this type with the specified name.static TransformChangeEvent.Reason[]
TransformChangeEvent.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sis.portrayal with parameters of type TransformChangeEvent.ReasonModifierConstructorDescriptionTransformChangeEvent
(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.