Constructor | Description |
---|---|
Result(Point anchorSceneLocation,
EnumSet<Anchor.Direction> directions) |
Creates a result with calculated scene location and possible directions.
|
Result(Point anchorSceneLocation,
Anchor.Direction direction) |
Creates a result with calculated scene location and single direction.
|
Modifier and Type | Method | 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()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.