public class RMSpringLayout extends RMShapeLayout implements java.beans.PropertyChangeListener
Constructor and Description |
---|
RMSpringLayout() |
Modifier and Type | Method and Description |
---|---|
void |
addLayoutChild(RMShape aChild)
Override to start listening to property changes.
|
RMSpringLayout |
clone()
Standard clone implementation.
|
void |
propertyChange(java.beans.PropertyChangeEvent anEvent)
Called to revalidate when shape bounds change.
|
void |
removeLayoutChild(RMShape aChild)
Override to stop listening to property changes.
|
void |
reset()
Update LayoutInfo for all children.
|
void |
setParent(RMParentShape aParent)
Override to send to SnapLayout.
|
getParent
public void setParent(RMParentShape aParent)
setParent
in class RMShapeLayout
public RMSpringLayout clone()
clone
in class RMShapeLayout
public void addLayoutChild(RMShape aChild)
public void removeLayoutChild(RMShape aChild)
public void reset()
public void propertyChange(java.beans.PropertyChangeEvent anEvent)
propertyChange
in interface java.beans.PropertyChangeListener