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

Packages that use OvalLayout.ComponentInfo
de.uni_paderborn.fujaba.fsa.swing   
 

Uses of OvalLayout.ComponentInfo in de.uni_paderborn.fujaba.fsa.swing
 

Fields in de.uni_paderborn.fujaba.fsa.swing declared as OvalLayout.ComponentInfo
private  OvalLayout.ComponentInfo[] OvalLayout.TempLayout.componentInfos
          The calculated layout for the components
 

Methods in de.uni_paderborn.fujaba.fsa.swing that return OvalLayout.ComponentInfo
(package private)  OvalLayout.ComponentInfo[] OvalLayout.TempLayout.getComponentInfos()
          Returns the calculated layout for the components
 

Methods in de.uni_paderborn.fujaba.fsa.swing with parameters of type OvalLayout.ComponentInfo
private  int OvalLayout.TempLayout.isComponentInsideOval(OvalLayout.ComponentInfo componentInfo, java.awt.Dimension ovalSize)
          Checks whether the given componentInfo is completely contained in the oval specified by ovalSize.