Constructor and Description |
---|
Anchor.Result(Point anchorSceneLocation,
Anchor.Direction direction)
Creates a result with calculated scene location and single direction.
|
Anchor.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 Anchor.Result(Point anchorSceneLocation, Anchor.Direction direction)
anchorSceneLocation
- the scene location of an anchordirection
- the single direction of an anchorpublic Anchor.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 November 8 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.