public class TravellingVessel extends Object
| Type | Property and Description |
|---|---|
javafx.beans.property.DoubleProperty |
positionOnPath
Value between 0 and 1 indicating the position of the path.
|
| Modifier and Type | Field and Description |
|---|---|
private List<javafx.geometry.Point2D> |
calculatablePath
List of points representing the path.
|
private javafx.scene.shape.Path |
drwawablePath
Path that can be used to display on the map.
|
private javafx.beans.property.DoubleProperty |
positionOnPath
Value between 0 and 1 indicating the position of the path.
|
private INavigableVessel |
vessel |
| Constructor and Description |
|---|
TravellingVessel() |
| Modifier and Type | Method and Description |
|---|---|
double |
getPositionOnPath()
Gets the value of the property positionOnPath.
|
javafx.beans.property.DoubleProperty |
positionOnPathProperty()
Value between 0 and 1 indicating the position of the path.
|
void |
setPositionOnPath(double positionOnPath)
Sets the value of the property positionOnPath.
|
public javafx.beans.property.DoubleProperty positionOnPathProperty
getPositionOnPath(),
setPositionOnPath(double)private final INavigableVessel vessel
private javafx.scene.shape.Path drwawablePath
private List<javafx.geometry.Point2D> calculatablePath
private javafx.beans.property.DoubleProperty positionOnPath
public javafx.beans.property.DoubleProperty positionOnPathProperty()
getPositionOnPath(),
setPositionOnPath(double)public void setPositionOnPath(double positionOnPath)
public double getPositionOnPath()
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.