public class ZoomingInsetsHandleLocator
extends java.lang.Object
implements org.eclipse.draw2d.Locator
| Constructor and Description |
|---|
ZoomingInsetsHandleLocator(org.eclipse.draw2d.IFigure reference,
IConfigurationProvider configurationProvider,
org.eclipse.draw2d.geometry.Insets handleInsets)
Creates a new ZoomingInsetsHandleLocator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
relocate(org.eclipse.draw2d.IFigure target)
Sets the bounds of the target figure as described above.
|
public ZoomingInsetsHandleLocator(org.eclipse.draw2d.IFigure reference,
IConfigurationProvider configurationProvider,
org.eclipse.draw2d.geometry.Insets handleInsets)
reference - The target bounds are calculated depending on this reference
figure.configurationProvider - The configuration provider which can be used to access the
environment.handleInsets - The insets to apply to the reference figure bounds.