Uses of Enum Class
com.luciad.view.gxy.painter.TLcdGXYCircularArcPainter.CreationOrientation
Packages that use TLcdGXYCircularArcPainter.CreationOrientation
Package
Description
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of TLcdGXYCircularArcPainter.CreationOrientation in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter that return TLcdGXYCircularArcPainter.CreationOrientationModifier and TypeMethodDescriptionTLcdGXYCircularArcPainter.getCreationOrientation()Returns the orientation used while creatingILcdCircularArcByCenterPointobjects.Returns the enum constant of this class with the specified name.TLcdGXYCircularArcPainter.CreationOrientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.gxy.painter with parameters of type TLcdGXYCircularArcPainter.CreationOrientationModifier and TypeMethodDescriptionvoidTLcdGXYCircularArcPainter.setCreationOrientation(TLcdGXYCircularArcPainter.CreationOrientation aCreationOrientation) Sets the orientation used while creatingILcdCircularArcByCenterPointobjects.