com.altair.hwm.toolkit.page
Interface HWMResizeMoveTarget

All Known Implementing Classes:
HWMDsgnPage

public interface HWMResizeMoveTarget

Title: HWMResizeMoveTarget

Description: This interface must be implemented by classes the need to interact with the HWMResizeMoveBand

Company: Altair Engineering, Inc.


Method Summary
 void ResizeMoveDone()
          Called by the HWMResizeMoveBand when the resize/move action is complete.
 void UpdateBoundingBox(java.awt.Rectangle rectBounds)
          Called by the HWMResizeMoveBand when the band needs to be updated.
 

Method Detail

UpdateBoundingBox

void UpdateBoundingBox(java.awt.Rectangle rectBounds)
Called by the HWMResizeMoveBand when the band needs to be updated.

Parameters:
java.awt.Rectangle - rectBounds The new bounds of the band

ResizeMoveDone

void ResizeMoveDone()
Called by the HWMResizeMoveBand when the resize/move action is complete.