public class PointBottle extends Object implements Bottle<Point>
Modifier and Type | Class and Description |
---|---|
class |
PointBottle.IdPoint |
Constructor and Description |
---|
PointBottle(Point point,
boolean isOrigin)
Creates a Bottle containing a Point
|
Modifier and Type | Method and Description |
---|---|
static Point |
getPoint(long orig,
Point localPoint) |
Point |
unBottle(MessageXC xc) |
public PointBottle(Point point, boolean isOrigin)
point
- the Point to bottleisOrigin
- true if we're bottling from the root-node perspective, false if from the
client-node perspective.Copyright © 2015–2021 Fiji. All rights reserved.