/* FIXME - The handle should draw itself in selected mode public void draw(Graphics2D g) { g.setColor(Color.RED); g.draw( masterHandle.getBounds() ); }*/ @Override public void activate(DrawingEditor editor) { super.activate(editor); getView().setCursor(masterHandle.getCursor()); getView().setActiveHandle(masterHandle); clearHoverHandles(); }
@Override public void activate(DrawingEditor editor) { super.activate(editor); tracker.activate(editor); }