org.formaria.swing.layout
Interface Scaleable


public interface Scaleable

An interface used to indicate if a component is scaled within a ScaleLayout.

Copyright (c) Formaria Ltd., 2008

License: see License.txt

$Revision: 1.0 $


Method Summary
 boolean isScalable()
          Indicates whether the component should be scaled.
 

Method Detail

isScalable

boolean isScalable()
Indicates whether the component should be scaled. If false is returned the component will not be resized by the ScaleLayout

Returns:
false if the component should not be scaled otherwise true