Deprecated API


Contents
Deprecated Methods
CH.ifa.draw.framework.Handle.invokeEnd(int, int, Drawing)
          As of version 4.1, use invokeEnd(x, y, anchorX, anchorY, drawingView). Tracks the end of the interaction. 
CH.ifa.draw.standard.AbstractHandle.invokeEnd(int, int, Drawing)
          As of version 4.1, use invokeEnd(x, y, anchorX, anchorY, drawingView). Tracks the end of the interaction. 
CH.ifa.draw.framework.Handle.invokeStart(int, int, Drawing)
          As of version 4.1, use invokeStart(x, y, drawingView) Tracks the start of the interaction. The default implementation does nothing. 
CH.ifa.draw.framework.Handle.invokeStart(int, int, DrawingView)
          As of version 4.1, use invokeStart(x, y, drawingView) Tracks the start of the interaction. The default implementation does nothing. 
CH.ifa.draw.framework.Handle.invokeStep(int, int, Drawing)
          As of version 4.1, use invokeStep(x, y, anchorX, anchorY, drawingView) Tracks a step of the interaction.