|
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)
|