Uses of Enum Class
org.anchoranalysis.image.bean.nonbean.spatial.align.AlignmentOnDimension
Packages that use AlignmentOnDimension
Package
Description
Non-bean classes to help specify the position of one entity relative to the others.
-
Uses of AlignmentOnDimension in org.anchoranalysis.image.bean.nonbean.spatial.align
Subclasses with type arguments of type AlignmentOnDimension in org.anchoranalysis.image.bean.nonbean.spatial.alignModifier and TypeClassDescriptionenumHow the alignment will occur for a particular dimension.Methods in org.anchoranalysis.image.bean.nonbean.spatial.align that return AlignmentOnDimensionModifier and TypeMethodDescriptionPositionChoices.alignmentForDimension(String fieldName, String fieldValue) Calculates how to align a particular axis.static AlignmentOnDimensionHow to align on the X-axis.static AlignmentOnDimensionHow to align on the Y-axis.static AlignmentOnDimensionHow to align on the Z-axis.static AlignmentOnDimensionReturns the enum constant of this class with the specified name.static AlignmentOnDimension[]AlignmentOnDimension.values()Returns an array containing the constants of this enum class, in the order they are declared.