de.uni_paderborn.fujaba.fsa.swing
Class OvalLayout.ComponentInfo

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.swing.OvalLayout.ComponentInfo
Enclosing class:
OvalLayout

private static class OvalLayout.ComponentInfo
extends java.lang.Object

ComponentInfo serves as a simple data structure for associating a component with its planned bounds.

Version:
$Revision: 1.13 $
Author:
$Author: lowende $

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

component

java.awt.Component component
The component the bounds are stored for


bounds

java.awt.Rectangle bounds
The planned bounds for the component


aggregatedWidth

int aggregatedWidth
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

OvalLayout.ComponentInfo

OvalLayout.ComponentInfo(java.awt.Component component,
                         int x,
                         int y,
                         int w,
                         int h)
Creates a new ComponentInfo with the given values

Parameters:
component - No description provided
x - No description provided
y - No description provided
w - No description provided
h - No description provided

OvalLayout.ComponentInfo

OvalLayout.ComponentInfo(java.awt.Component component,
                         java.awt.Rectangle bounds)
Creates a new ComponentInfo with the given values

Parameters:
component - No description provided
bounds - No description provided