Uses of Class
org.anchoranalysis.image.bean.nonbean.spatial.align.AlignmentOnDimension
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.nonbean.spatial.align |
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
Methods in org.anchoranalysis.image.bean.nonbean.spatial.align that return AlignmentOnDimension Modifier and Type Method Description AlignmentOnDimensionPositionChoices. alignmentForDimension(String fieldName, String fieldValue)Calculates how to align a particular axis.static AlignmentOnDimensionPositionChoicesConstants. alignX(String fieldValue)How to align on the X-axis.static AlignmentOnDimensionPositionChoicesConstants. alignY(String fieldValue)How to align on the Y-axis.static AlignmentOnDimensionPositionChoicesConstants. alignZ(String fieldValue)How to align on the Z-axis.static AlignmentOnDimensionAlignmentOnDimension. valueOf(String name)Returns the enum constant of this type with the specified name.static AlignmentOnDimension[]AlignmentOnDimension. values()Returns an array containing the constants of this enum type, in the order they are declared.