|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.swing.OvalLayout.ComponentInfo
ComponentInfo serves as a simple data structure for associating a component with its planned bounds.
Field Summary | |
(package private) int |
aggregatedWidth
No comment provided by developer, please add a comment to improve documentation. |
(package private) java.awt.Rectangle |
bounds
The planned bounds for the component |
(package private) java.awt.Component |
component
The component the bounds are stored for |
Constructor Summary | |
(package private) |
OvalLayout.ComponentInfo(java.awt.Component component,
int x,
int y,
int w,
int h)
Creates a new ComponentInfo with the given values |
(package private) |
OvalLayout.ComponentInfo(java.awt.Component component,
java.awt.Rectangle bounds)
Creates a new ComponentInfo with the given values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.awt.Component component
java.awt.Rectangle bounds
int aggregatedWidth
Constructor Detail |
OvalLayout.ComponentInfo(java.awt.Component component, int x, int y, int w, int h)
component
- No description providedx
- No description providedy
- No description providedw
- No description providedh
- No description providedOvalLayout.ComponentInfo(java.awt.Component component, java.awt.Rectangle bounds)
component
- No description providedbounds
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |