|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.geom.Dimension2D
com.sun.electric.database.geometry.Dimension2D
public abstract class Dimension2D
Class to define a Dimension object.
Nested Class Summary | |
---|---|
static class |
Dimension2D.Double
Class to define a Double-precision Dimension object. |
Constructor Summary | |
---|---|
Dimension2D()
|
Method Summary | |
---|---|
abstract double |
getHeight()
Method to return the Y size of this Dimension2D. |
abstract double |
getWidth()
Method to return the X size of this Dimension2D. |
abstract void |
setSize(java.awt.geom.Dimension2D d)
Method to set the size of this Dimension2D. |
abstract void |
setSize(double width,
double height)
Method to set the size of this Dimension2D. |
Methods inherited from class java.awt.geom.Dimension2D |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Dimension2D()
Method Detail |
---|
public abstract double getHeight()
getHeight
in class java.awt.geom.Dimension2D
public abstract double getWidth()
getWidth
in class java.awt.geom.Dimension2D
public abstract void setSize(java.awt.geom.Dimension2D d)
setSize
in class java.awt.geom.Dimension2D
public abstract void setSize(double width, double height)
setSize
in class java.awt.geom.Dimension2D
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |