com.itextpdf.awt.geom
Class Point2D.Double

java.lang.Object
  extended by com.itextpdf.awt.geom.Point2D
      extended by com.itextpdf.awt.geom.Point2D.Double
All Implemented Interfaces:
Cloneable
Enclosing class:
Point2D

public static class Point2D.Double
extends Point2D


Nested Class Summary
 
Nested classes/interfaces inherited from class com.itextpdf.awt.geom.Point2D
Point2D.Double, Point2D.Float
 
Field Summary
 double x
           
 double y
           
 
Constructor Summary
Point2D.Double()
           
Point2D.Double(double x, double y)
           
 
Method Summary
 double getX()
           
 double getY()
           
 void setLocation(double x, double y)
           
 String toString()
           
 
Methods inherited from class com.itextpdf.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Constructor Detail

Point2D.Double

public Point2D.Double()

Point2D.Double

public Point2D.Double(double x,
                      double y)
Method Detail

getX

public double getX()
Specified by:
getX in class Point2D

getY

public double getY()
Specified by:
getY in class Point2D

setLocation

public void setLocation(double x,
                        double y)
Specified by:
setLocation in class Point2D

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.