Deprecated Methods |
org.jhotdraw.framework.Drawing.addAll(List)
use addAll(FigureEnumeration) instead |
org.jhotdraw.standard.CompositeFigure.addAll(List)
use addAll(FigureEnumeration) instead |
org.jhotdraw.contrib.TextAreaFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) |
org.jhotdraw.contrib.GraphicalCompositeFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.figures.TextFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.figures.PolyLineFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.figures.NullFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.figures.AttributeFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.framework.Figure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.standard.DecoratorFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.standard.AbstractFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.util.UndoableHandle.getDrawingView()
attribute not required anymore |
org.jhotdraw.framework.Handle.invokeEnd(int, int, Drawing)
As of version 4.1,
use invokeEnd(x, y, anchorX, anchorY, drawingView). |
org.jhotdraw.standard.AbstractHandle.invokeEnd(int, int, Drawing)
As of version 4.1,
use invokeEnd(x, y, anchorX, anchorY, drawingView). |
org.jhotdraw.util.UndoableHandle.invokeEnd(int, int, Drawing)
As of version 4.1,
use invokeEnd(x, y, anchorX, anchorY, drawingView). |
org.jhotdraw.framework.Handle.invokeStart(int, int, Drawing)
As of version 4.1, use invokeStart(x, y, drawingView) |
org.jhotdraw.standard.AbstractHandle.invokeStart(int, int, Drawing)
As of version 4.1,
use invokeStart(x, y, drawingView) |
org.jhotdraw.util.UndoableHandle.invokeStart(int, int, Drawing)
As of version 4.1,
use invokeStart(x, y, drawingView) |
org.jhotdraw.framework.Handle.invokeStep(int, int, Drawing)
As of version 4.1,
use invokeStep(x, y, anchorX, anchorY, drawingView) |
org.jhotdraw.standard.AbstractHandle.invokeStep(int, int, Drawing)
As of version 4.1,
use invokeStep(x, y, anchorX, anchorY, drawingView) |
org.jhotdraw.util.UndoableHandle.invokeStep(int, int, Drawing)
As of version 4.1,
use invokeStep(x, y, anchorX, anchorY, drawingView) |
org.jhotdraw.standard.StandardDrawingView.isFocusTraversable()
see super class |
org.jhotdraw.framework.Drawing.orphanAll(List)
use orphanAll(FigureEnumeration) instead |
org.jhotdraw.standard.CompositeFigure.orphanAll(List)
use orphanAll(FigureEnumeration) instead |
org.jhotdraw.framework.Drawing.removeAll(List)
use removeAll(FigureEnumeration) instead |
org.jhotdraw.standard.CompositeFigure.removeAll(List)
use removeAll(FigureEnumeration) instead |
org.jhotdraw.contrib.TextAreaFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) |
org.jhotdraw.contrib.GraphicalCompositeFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.figures.TextFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.figures.PolyLineFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.figures.NullFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.figures.GroupFigure.setAttribute(String, Object)
see setAttribute(FigureAttributeConstant,Object) |
org.jhotdraw.figures.AttributeFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.framework.Figure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.standard.DecoratorFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.standard.AbstractFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.contrib.MDIDesktopPane.tileFrames()
use tileFramesHorizontally() instead |