public class AggregatedTrajectoryView
extends java.lang.Object
Constructor and Description |
---|
AggregatedTrajectoryView() |
AggregatedTrajectoryView(int fromX,
int fromY,
int toX,
int toY,
long weight) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Point2D> |
getPoints() |
java.lang.Long |
getWeight() |
void |
setPoints(java.util.List<Point2D> points) |
void |
setWeight(java.lang.Long weight) |