minimumLayoutSize(Container target) Returns the minimum dimensions needed to layout the visible
components contained in the specified target container.
Adds the specified component to the layout. Not used by this class.
Parameters: name - the name of the component Parameters: comp - the component to be added
Lays out the container. This method lets each component take
its preferred size by reshaping the components in the
target container in order to satisfy the alignment of
this AnimationLayout object.
Parameters: target - the specified component being laid out See Also:Container See Also:java.awt.Container.doLayout
Returns the minimum dimensions needed to layout the visible
components contained in the specified target container.
Parameters: target - the component which needs to be laid out the minimum dimensions to lay out thesubcomponents of the specified container See Also:AnimationLayout.preferredLayoutSize See Also:java.awt.Container See Also:java.awt.Container.doLayout
Returns the preferred dimensions for this layout given the
visible components in the specified target container.
Parameters: target - the component which needs to be laid out the preferred dimensions to lay out thesubcomponents of the specified container See Also:Container See Also:AnimationLayout.minimumLayoutSize See Also:java.awt.Container.getPreferredSize
Removes the specified component from the layout. Not used by
this class.
Parameters: comp - the component to remove See Also:java.awt.Container.removeAll