public class WindowScaleControls extends ScaleControls
ScaleControls.AbstractResizeHandle, ScaleControls.AnchorHL, ScaleControls.EResizeHandle, ScaleControls.NEResizeHandle, ScaleControls.NResizeHandle, ScaleControls.NWResizeHandle, ScaleControls.SEResizeHandle, ScaleControls.SResizeHandle, ScaleControls.SWResizeHandle, ScaleControls.WResizeHandle
DEFAULT_HOVER_PAINT, DEFAULT_NORMAL_PAINT, dragging
Constructor and Description |
---|
WindowScaleControls() |
Modifier and Type | Method and Description |
---|---|
protected IHandle |
newHandle(int side) |
void |
paintBackground(java.awt.Graphics2D g)
A chance to paint the background of the selection area before the IHandles are painted
|
dragEnd, dragged, dragStart, initHandles, initialize, scale
getBoundingRect, getInsets, iterator, selectionRect, uninstall
protected IHandle newHandle(int side)
newHandle
in class ScaleControls
public void paintBackground(java.awt.Graphics2D g)
ISelectionControl
paintBackground
in interface ISelectionControl
paintBackground
in class AbstractSelectionControls