com.itextpdf.awt.geom
Class Dimension2D

java.lang.Object
  extended by com.itextpdf.awt.geom.Dimension2D
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
Dimension

public abstract class Dimension2D
extends Object
implements Cloneable


Constructor Summary
protected Dimension2D()
           
 
Method Summary
 Object clone()
           
abstract  double getHeight()
           
abstract  double getWidth()
           
 void setSize(Dimension2D d)
           
abstract  void setSize(double width, double height)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dimension2D

protected Dimension2D()
Method Detail

getWidth

public abstract double getWidth()

getHeight

public abstract double getHeight()

setSize

public abstract void setSize(double width,
                             double height)

setSize

public void setSize(Dimension2D d)

clone

public Object clone()
Overrides:
clone in class Object


Copyright © 2013. All Rights Reserved.