Uses of Enum Class
com.luciad.view.lightspeed.controller.visualinspection.TLspMagnifierController.OverlayShape
Packages that use TLspMagnifierController.OverlayShape
Package
Description
Provides functionality for visually inspecting layers.
-
Uses of TLspMagnifierController.OverlayShape in com.luciad.view.lightspeed.controller.visualinspection
Methods in com.luciad.view.lightspeed.controller.visualinspection that return TLspMagnifierController.OverlayShapeModifier and TypeMethodDescriptionTLspMagnifierController.getOverlayShape()Returns the overlay shape of the magnifier.Returns the enum constant of this class with the specified name.static TLspMagnifierController.OverlayShape[]TLspMagnifierController.OverlayShape.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.lightspeed.controller.visualinspection with parameters of type TLspMagnifierController.OverlayShapeModifier and TypeMethodDescriptionvoidTLspMagnifierController.setOverlayShape(TLspMagnifierController.OverlayShape aOverlayShape) Sets the overlay shape of the magnifier.Constructors in com.luciad.view.lightspeed.controller.visualinspection with parameters of type TLspMagnifierController.OverlayShapeModifierConstructorDescriptionTLspMagnifierController(int aSize, double aZoomFactor, TLspMagnifierController.OverlayShape aOverlayShape) Constructs a new controller that allows to zoom in on a part of the view.