Package com.iizix.prop
Interface IUIBounds
public interface IUIBounds
Interface implemented by components in the Designer to return the pixel bounds.
- Author:
- Christopher Mindus
Method Summary
Method Details
getProp
Gets the property with theatom
name and checking the class instance of the property. An error message is logged if the class is not matching.- Parameters:
atom
- the atom of the property to locate in this property container.clazz
- the class the property must be or extend, null for no checking.- Returns:
- GProp the property or
null
for uninitialized container or the property with specified name is not found, or the class type is not an instance of the specified class.
getBounds
Gets the current bounds of the component relative the "page" document.- Returns:
- The rectangle, or null if not yet defined.