|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.argouml.swingext.DimensionUtilities
A collection of utility methods for Dimensions.
Method Summary | |
static java.awt.Dimension |
add(java.awt.Dimension original,
java.awt.Dimension add)
Create a new Dimension from an existing Dimension with its
width and height increased by the width and height of another Dimension . |
static java.awt.Dimension |
add(java.awt.Dimension original,
java.awt.Insets add)
Create a new Dimension from an existing Dimension with its
width and height increased by the width and height of an Insets object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.awt.Dimension add(java.awt.Dimension original, java.awt.Dimension add)
Dimension
from an existing Dimension
with its
width and height increased by the width and height of another Dimension
.Dimension
.public static java.awt.Dimension add(java.awt.Dimension original, java.awt.Insets add)
Dimension
from an existing Dimension
with its
width and height increased by the width and height of an Insets
object.Dimension
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML (c) 1996-2002 |