|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.geom.Dimension2D
org.jfree.ui.FloatDimension
com.jrefinery.report.targets.FloatDimension
A float based implementation of the java.awt.geom.Dimension2D class. This class remains here for compatibility, as this implementation moved into the JCommon library.
Constructor Summary | |
FloatDimension()
Deprecated. Creates a new dimension object with width and height set to zero. |
|
FloatDimension(FloatDimension fd)
Deprecated. Creates a new dimension that is a copy of another dimension. |
|
FloatDimension(float width,
float height)
Deprecated. Creates a new dimension. |
Methods inherited from class org.jfree.ui.FloatDimension |
clone, equals, getHeight, getWidth, hashCode, setHeight, setSize, setWidth, toString |
Methods inherited from class java.awt.geom.Dimension2D |
setSize |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FloatDimension()
public FloatDimension(FloatDimension fd)
fd
- the dimension to copy.public FloatDimension(float width, float height)
width
- the width.height
- the height.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |