| |
|
| java.lang.Object net.sourceforge.squirrel_sql.fw.util.beanwrapper.DimensionWrapper
DimensionWrapper | public class DimensionWrapper (Code) | | This class is a wrapper around a java.awt.Dimension that turns
it into a JavaBean.
author: Colin Bell |
Inner Class :public interface IPropertyNames | |
DimensionWrapper | public DimensionWrapper()(Code) | | Default ctor.
|
DimensionWrapper | public DimensionWrapper(Dimension dm)(Code) | | Ctor specifying the Dimension that this object will be
wrapped around.
Parameters: dm - The Dimension that this object will bewrapped around. |
getHeight | public int getHeight()(Code) | | |
getWidth | public int getWidth()(Code) | | |
setHeight | public void setHeight(int value)(Code) | | |
setWidth | public void setWidth(int value)(Code) | | |
|
|
|