Uses of Enum Class
net.algart.matrices.maps.pyramids.io.api.sources.RotatingPlanePyramidSource.RotationMode
Packages that use RotatingPlanePyramidSource.RotationMode
Package
Description
-
Uses of RotatingPlanePyramidSource.RotationMode in net.algart.matrices.maps.pyramids.io.api
Methods in net.algart.matrices.maps.pyramids.io.api that return RotatingPlanePyramidSource.RotationModeMethods in net.algart.matrices.maps.pyramids.io.api with parameters of type RotatingPlanePyramidSource.RotationModeModifier and TypeMethodDescriptionfinal voidAbstractPlanePyramidSource.setLabelRotation(RotatingPlanePyramidSource.RotationMode labelRotation) -
Uses of RotatingPlanePyramidSource.RotationMode in net.algart.matrices.maps.pyramids.io.api.sources
Methods in net.algart.matrices.maps.pyramids.io.api.sources that return RotatingPlanePyramidSource.RotationModeModifier and TypeMethodDescriptionRotatingPlanePyramidSource.RotationMode.reverse()RotatingPlanePyramidSource.RotationMode.valueOf(int clockwiseRotationInDegrees) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.RotatingPlanePyramidSource.RotationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.algart.matrices.maps.pyramids.io.api.sources with parameters of type RotatingPlanePyramidSource.RotationModeModifier and TypeMethodDescriptionstatic PlanePyramidSourceRotatingPlanePyramidSource.newInstance(PlanePyramidSource parent, RotatingPlanePyramidSource.RotationMode rotationMode)