|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.argouml.swingext.DimensionUtilities
A collection of utility methods for Dimensions.
| Constructor Summary | |
|---|---|
DimensionUtilities()
|
|
| 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 |
| Constructor Detail |
public DimensionUtilities()
| 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| ArgoUML © 1996-2003 (20040229) | ArgoUML Project Home | ArgoUML Cookbook |