Draw2D v2.0

Deprecated API

Deprecated Fields
org.eclipse.draw2d.ButtonModel.ARMED_PROPERTY
          This property will soon disappear since it is simply defined by (isPressed() & isRollover()) 
org.eclipse.draw2d.ConnectionLocator.MIDPOINT
          Use MIDDLE instead, since the location is not the midpoint of a line-segment, but the middle of a polyline. 
org.eclipse.draw2d.Graphics.NON_TRANSPARENT
          use (draw/fill)(String/Text) methods instead 
org.eclipse.draw2d.Graphics.TRANSPARENT
          use (draw/fill)(String/Text) methods instead 
 

Deprecated Methods
org.eclipse.draw2d.Graphics.drawString(String, int, int, Graphics.TransparencyFlag)
          use Graphics.drawString(String, int, int) and Graphics.fillString(String, int, int) 
org.eclipse.draw2d.SWTGraphics.drawString(String, int, int, Graphics.TransparencyFlag)
          use Graphics.drawString(String, int, int) and Graphics.fillString(String, int, int) 
org.eclipse.draw2d.Graphics.drawString(String, Point, Graphics.TransparencyFlag)
          use Graphics.drawString(String, Point) and Graphics.fillString(String, Point) 
org.eclipse.draw2d.SWTGraphics.drawString(String, Point, Graphics.TransparencyFlag)
          use Graphics.drawString(String, Point) and Graphics.fillString(String, Point) 
org.eclipse.draw2d.Graphics.drawText(String, int, int, Graphics.TransparencyFlag)
          use Graphics.drawText(String, int, int) and Graphics.fillText(String, int, int) 
org.eclipse.draw2d.SWTGraphics.drawText(String, int, int, Graphics.TransparencyFlag)
          use Graphics.drawText(String, int, int) and Graphics.fillText(String, int, int) 
org.eclipse.draw2d.Graphics.drawText(String, Point, Graphics.TransparencyFlag)
          use Graphics.drawText(String, Point) and Graphics.fillText(String, Point) 
org.eclipse.draw2d.SWTGraphics.drawText(String, Point, Graphics.TransparencyFlag)
          use Graphics.drawText(String, Point) and Graphics.fillText(String, Point) 
org.eclipse.draw2d.PolylineConnection.getEndAnchor()
            
org.eclipse.draw2d.Connection.getEndAnchor()
          Returns the ConnectionAnchor at the end of this Connection. 
org.eclipse.draw2d.PolylineConnection.getEndDecoration()
          Use getTargetDecoration(). 
org.eclipse.draw2d.PolylineConnection.getStartAnchor()
            
org.eclipse.draw2d.Connection.getStartAnchor()
          Returns the ConnectionAnchor at the start of this Connection. 
org.eclipse.draw2d.PolylineConnection.getStartDecoration()
            
org.eclipse.draw2d.FlowLayout.setAlignment(int)
          Use specific major, minor alignment approaches. 
org.eclipse.draw2d.Figure.setConstraint(IFigure, Object)
          Sets the constraint of a previously added child. 
org.eclipse.draw2d.PolylineConnection.setEndAnchor(ConnectionAnchor)
            
org.eclipse.draw2d.Connection.setEndAnchor(ConnectionAnchor)
          Use setTargetAnchor. 
org.eclipse.draw2d.PolylineConnection.setEndDecoration(RotatableDecoration)
            
org.eclipse.draw2d.PolylineConnection.setStartAnchor(ConnectionAnchor)
            
org.eclipse.draw2d.Connection.setStartAnchor(ConnectionAnchor)
          Use setSourceAnchor(). 
org.eclipse.draw2d.PolylineConnection.setStartDecoration(RotatableDecoration)
            
 


Draw2D v2.0