Constructor and Description |
---|
Result(Point anchorSceneLocation,
Anchor.Direction direction)
Creates a result with calculated scene location and single direction.
|
Result(Point anchorSceneLocation,
EnumSet<Anchor.Direction> directions)
Creates a result with calculated scene location and possible directions.
|
Modifier and Type | Method and Description |
---|---|
Point |
getAnchorSceneLocation()
Returns a scene location of an anchor.
|
EnumSet<Anchor.Direction> |
getDirections()
Returns possible directions of an anchor.
|
public Result(Point anchorSceneLocation, Anchor.Direction direction)
anchorSceneLocation
- the scene location of an anchordirection
- the single direction of an anchorpublic Result(Point anchorSceneLocation, EnumSet<Anchor.Direction> directions)
anchorSceneLocation
- the scene location of an anchordirections
- the possible directions of an anchorpublic Point getAnchorSceneLocation()
public EnumSet<Anchor.Direction> getDirections()