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

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

public static class Point.DoublePoint
extends Point<Double>


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.DoublePoint()
           
Point.DoublePoint(double x, double y)
           
Point.DoublePoint(double x, double y, double z)
           
Point.DoublePoint(Point.DoublePoint other)
           
 
Method Summary
 double getX()
           
 double getY()
           
 double 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.DoublePoint

public Point.DoublePoint()

Point.DoublePoint

public Point.DoublePoint(double x,
                         double y)

Point.DoublePoint

public Point.DoublePoint(double x,
                         double y,
                         double z)

Point.DoublePoint

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

getX

public double getX()

getY

public double getY()

getZ

public double getZ()


Copyright © 2015. All Rights Reserved.