Class DirectionVectorBean
Object
org.anchoranalysis.bean.AnchorBean<DirectionVectorBean>
org.anchoranalysis.image.bean.spatial.direction.DirectionVectorBean
- Direct Known Subclasses:
AxisAlignedUnitVector,SpecifyVector
public abstract class DirectionVectorBean extends AnchorBean<DirectionVectorBean>
A bean that creates a
DirectionVector.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description DirectionVectorBean() -
Method Summary
Modifier and Type Method Description abstract org.anchoranalysis.spatial.orientation.DirectionVectorcreateVector()Creates a vector in a particular direction.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
DirectionVectorBean
public DirectionVectorBean()
-
-
Method Details
-
createVector
public abstract org.anchoranalysis.spatial.orientation.DirectionVector createVector() throws CreateExceptionCreates a vector in a particular direction.- Returns:
- the created vector.
- Throws:
CreateException- if the vector cannot be successfully created.
-