Point.DoublePoint, Point.LongPoint
Constructor and Description |
---|
LongPoint() |
LongPoint(double x, double y) |
LongPoint(long x, long y) |
LongPoint(long x, long y, long z) |
LongPoint(Point.LongPoint other) |
Modifier and Type | Method and Description |
---|---|
static double |
getDeltaX(Point.LongPoint pt1, Point.LongPoint pt2) |
long |
getX() |
long |
getY() |
long |
getZ() |
equals, isPt2BetweenPt1AndPt3, set, setX, setY, setZ, slopesEqual, slopesEqual, toString
public LongPoint()
public LongPoint(long x, long y)
public LongPoint(double x, double y)
public LongPoint(long x, long y, long z)
public LongPoint(Point.LongPoint other)
public static double getDeltaX(Point.LongPoint pt1, Point.LongPoint pt2)
public long getX()
public long getY()
public long getZ()
Copyright © 1998–2018 iText Group NV. All rights reserved.