|
Deprecated Methods |
org.jhotdraw.draw.Drawing.addAll(List)
use addAll(FigureEnumeration) instead |
org.jhotdraw.draw.CompositeFigure.addAll(List)
use addAll(FigureEnumeration) instead |
net.n3.nanoxml.XMLElement.getAttribute(String)
As of NanoXML/Java 2.1, replaced by
XMLElement.getAttribute(java.lang.String,java.lang.String)
Returns the value of an attribute. |
net.n3.nanoxml.IXMLElement.getAttribute(String)
As of NanoXML/Java 2.0.1, replaced by
IXMLElement.getAttribute(java.lang.String,java.lang.String)
Returns the value of an attribute. |
org.jhotdraw.contrib.GraphicalCompositeFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.draw.TextFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.draw.TextAreaFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) |
org.jhotdraw.draw.Figure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.draw.AttributedFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.draw.AbstractFigure.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.standard.DecoratorFigure.getAttribute(String)
use getAttribute(FigureAttributeConstant) instead |
org.jhotdraw.util.UndoableHandle.getDrawingView()
attribute not required anymore |
org.jhotdraw.util.Iconkit.getImage(String)
use loadImage instead |
org.jhotdraw.draw.Handle.invokeEnd(int, int, Drawing)
As of version 4.1,
use invokeEnd(x, y, anchorX, anchorY, drawingView). |
org.jhotdraw.draw.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.draw.Handle.invokeStart(int, int, Drawing)
As of version 4.1, use invokeStart(x, y, drawingView) |
org.jhotdraw.draw.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.draw.Handle.invokeStep(int, int, Drawing)
As of version 4.1,
use invokeStep(x, y, anchorX, anchorY, drawingView) |
org.jhotdraw.draw.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.util.Iconkit.loadImageResource(String)
use loadImageUncached instead |
org.jhotdraw.draw.Drawing.orphanAll(List)
use orphanAll(FigureEnumeration) instead |
org.jhotdraw.draw.CompositeFigure.orphanAll(List)
use orphanAll(FigureEnumeration) instead |
org.jhotdraw.util.Iconkit.registerAndLoadImage(Component, String)
use loadImage instead |
org.jhotdraw.draw.Drawing.removeAll(List)
use removeAll(FigureEnumeration) instead |
org.jhotdraw.draw.CompositeFigure.removeAll(List)
use removeAll(FigureEnumeration) instead |
org.jhotdraw.contrib.GraphicalCompositeFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.draw.TextFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.draw.TextAreaFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) |
org.jhotdraw.draw.GroupFigure.setAttribute(String, Object)
see setAttribute(FigureAttributeConstant,Object) |
org.jhotdraw.draw.Figure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.draw.AttributedFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.draw.AbstractFigure.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.standard.DecoratorFigure.setAttribute(String, Object)
use setAttribute(FigureAttributeConstant, Object) instead |
org.jhotdraw.util.UndoableHandle.setDrawingView(DrawingView)
attribute not required anymore |
org.jhotdraw.gui.MDIDesktopPane.tileFrames()
use tileFramesHorizontally() instead |