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 Details

  • Method Details

    • createVector

      public abstract org.anchoranalysis.spatial.orientation.DirectionVector createVector() throws CreateException
      Creates a vector in a particular direction.
      Returns:
      the created vector.
      Throws:
      CreateException - if the vector cannot be successfully created.