com.itextpdf.text.pdf.parser.clipper
Class Point.LongPoint

java.lang.Object
  extended by com.itextpdf.text.pdf.parser.clipper.Point<Long>
      extended by com.itextpdf.text.pdf.parser.clipper.Point.LongPoint
Enclosing class:
Point<T extends Number & Comparable<T>>

public static class Point.LongPoint
extends Point<Long>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.itextpdf.text.pdf.parser.clipper.Point
Point.DoublePoint, Point.LongPoint
 
Field Summary
 
Fields inherited from class com.itextpdf.text.pdf.parser.clipper.Point
x, y, z
 
Constructor Summary
Point.LongPoint()
           
Point.LongPoint(double x, double y)
           
Point.LongPoint(long x, long y)
           
Point.LongPoint(long x, long y, long z)
           
Point.LongPoint(Point.LongPoint other)
           
 
Method Summary
static double getDeltaX(Point.LongPoint pt1, Point.LongPoint pt2)
           
 long getX()
           
 long getY()
           
 long getZ()
           
 
Methods inherited from class com.itextpdf.text.pdf.parser.clipper.Point
equals, isPt2BetweenPt1AndPt3, set, setX, setY, setZ, slopesEqual, slopesEqual, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point.LongPoint

public Point.LongPoint()

Point.LongPoint

public Point.LongPoint(long x,
                       long y)

Point.LongPoint

public Point.LongPoint(double x,
                       double y)

Point.LongPoint

public Point.LongPoint(long x,
                       long y,
                       long z)

Point.LongPoint

public Point.LongPoint(Point.LongPoint other)
Method Detail

getDeltaX

public static double getDeltaX(Point.LongPoint pt1,
                               Point.LongPoint pt2)

getX

public long getX()

getY

public long getY()

getZ

public long getZ()


Copyright © 2015. All Rights Reserved.