|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ calque overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fudaa.ebli.calque
Class CalqueLayout

java.lang.Objectorg.fudaa.ebli.calque.CalqueLayout
- All Implemented Interfaces:
- java.awt.LayoutManager, java.awt.LayoutManager2
- public class CalqueLayout
- extends java.lang.Object
- implements java.awt.LayoutManager2
- extends java.lang.Object
Un overlay layout pour les calques. Les calques sont dessines les uns par-dessus les autres, chacun etant a fond transparent.
- Version:
- $Revision: 1.1 $ $Date: 2003/01/30 10:56:50 $ by $Author: deniger $
| Constructor Summary | |
CalqueLayout()
|
|
| Method Summary | |
void |
addLayoutComponent(java.awt.Component _comp,
java.lang.Object _cstr)
Ajoute un composant. |
void |
addLayoutComponent(java.lang.String _name,
java.awt.Component _comp)
Ajoute un composant sans contraintes. |
float |
getLayoutAlignmentX(java.awt.Container _parent)
Returns the preferred X axis alignment for the specified target container. |
float |
getLayoutAlignmentY(java.awt.Container _parent)
Returns the preferred Y axis alignment for the specified target container. |
void |
invalidateLayout(java.awt.Container _parent)
Forces the layout manager to purge any cached information about the layout of the target container. |
void |
layoutContainer(java.awt.Container _parent)
Applique ce layout a un container. |
java.awt.Dimension |
maximumLayoutSize(java.awt.Container _parent)
Calcule la taille maximale pour ce layout. |
java.awt.Dimension |
minimumLayoutSize(java.awt.Container _parent)
Calcule la taille minimum pour ce layout. |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container _parent)
Calcule la taille ideale pour ce layout. |
void |
removeLayoutComponent(java.awt.Component _comp)
Retire un composant. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
CalqueLayout
public CalqueLayout()
| Method Detail |
addLayoutComponent
public void addLayoutComponent(java.awt.Component _comp, java.lang.Object _cstr)
- Ajoute un composant.
- Specified by:
addLayoutComponentin interfacejava.awt.LayoutManager2
addLayoutComponent
public void addLayoutComponent(java.lang.String _name, java.awt.Component _comp)
- Ajoute un composant sans contraintes.
- Specified by:
addLayoutComponentin interfacejava.awt.LayoutManager
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component _comp)
- Retire un composant.
- Specified by:
removeLayoutComponentin interfacejava.awt.LayoutManager
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container _parent)
- Calcule la taille minimum pour ce layout.
A partir des tailles des composants.
- Specified by:
minimumLayoutSizein interfacejava.awt.LayoutManager
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container _parent)
- Calcule la taille ideale pour ce layout.
A partir des tailles des composants.
- Specified by:
preferredLayoutSizein interfacejava.awt.LayoutManager
maximumLayoutSize
public java.awt.Dimension maximumLayoutSize(java.awt.Container _parent)
- Calcule la taille maximale pour ce layout.
A partir des tailles des composants.
- Specified by:
maximumLayoutSizein interfacejava.awt.LayoutManager2
invalidateLayout
public void invalidateLayout(java.awt.Container _parent)
- Description copied from interface:
java.awt.LayoutManager2 - Forces the layout manager to purge any cached information about the
layout of the target container. This will force it to be recalculated.
- Specified by:
invalidateLayoutin interfacejava.awt.LayoutManager2
getLayoutAlignmentX
public float getLayoutAlignmentX(java.awt.Container _parent)
- Description copied from interface:
java.awt.LayoutManager2 - Returns the preferred X axis alignment for the specified target
container. This value will range from 0 to 1 where 0 is alignment
closest to the origin, 0.5 is centered, and 1 is aligned furthest
from the origin.
- Specified by:
getLayoutAlignmentXin interfacejava.awt.LayoutManager2
getLayoutAlignmentY
public float getLayoutAlignmentY(java.awt.Container _parent)
- Description copied from interface:
java.awt.LayoutManager2 - Returns the preferred Y axis alignment for the specified target
container. This value will range from 0 to 1 where 0 is alignment
closest to the origin, 0.5 is centered, and 1 is aligned furthest
from the origin.
- Specified by:
getLayoutAlignmentYin interfacejava.awt.LayoutManager2
layoutContainer
public void layoutContainer(java.awt.Container _parent)
- Applique ce layout a un container.
Les composants sont redimensionnes et places.
- Specified by:
layoutContainerin interfacejava.awt.LayoutManager
|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ calque overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.fudaa.ebli.calque.CalqueLayout