Eclipse Draw2d
2.1
A B C D E F G H I K L M N O P Q R S T U V W X Y

G

gainer - Variable in class org.eclipse.draw2d.FocusEvent
The figure gaining focus
getAccessibilityDispatcher() - Method in class org.eclipse.draw2d.SWTEventDispatcher
 
getAccessibilityDispatcher() - Method in class org.eclipse.draw2d.EventDispatcher
Returns the AccessibilityDispatcher.
getAccessibleID() - Method in class org.eclipse.draw2d.AccessibleBase
Returns the id of this accessible object using Object.hashCode().
getActionName() - Method in class org.eclipse.draw2d.ActionEvent
Returns the name of the action that was performed.
getAdded(Insets) - Method in class org.eclipse.draw2d.geometry.Insets
Creates an Insets representing the sum of this Insets with the specified Insets.
getAdded(Ray) - Method in class org.eclipse.draw2d.geometry.Ray
Creates a new Ray which is the sum of this Ray with another.
getAlignment() - Method in class org.eclipse.draw2d.ConnectionLocator
Returns the alignment of ConnectionLocator.
getArea() - Method in class org.eclipse.draw2d.geometry.Dimension
Returns the area of this Dimension.
getAscent() - Method in class org.eclipse.draw2d.text.TextFragmentBox
Returns the ascent of this TextFragmentBox
getAscent() - Method in class org.eclipse.draw2d.text.LineBox
 
getAscent() - Method in class org.eclipse.draw2d.text.FlowBox
By default, a FlowBox is all ascent, and no descent, so the height is returned.
getAvailableWidth() - Method in class org.eclipse.draw2d.text.LineBox
Returns the width available to child fragments.
getAverageCharWidth(TextFragmentBox) - Method in class org.eclipse.draw2d.text.ParagraphTextLayout
Returns the average character width of given TextFragmentbox
getAveraged(Ray) - Method in class org.eclipse.draw2d.geometry.Ray
Creates a new Ray which represents the average of this Ray with another.
getBackgroundColor() - Method in class org.eclipse.draw2d.TitleBarBorder
Returns the background Color of this TitleBarBorder.
getBackgroundColor() - Method in class org.eclipse.draw2d.ScaledGraphics
 
getBackgroundColor() - Method in class org.eclipse.draw2d.SWTGraphics
 
getBackgroundColor() - Method in class org.eclipse.draw2d.LightweightSystem.RootFigure
 
getBackgroundColor() - Method in interface org.eclipse.draw2d.IFigure
Returns the background color.
getBackgroundColor() - Method in class org.eclipse.draw2d.Graphics
Returns the background color used for filling.
getBackgroundColor() - Method in class org.eclipse.draw2d.Figure
Returns this Figure's background color.
getBaseline() - Method in class org.eclipse.draw2d.text.LineBox
Returns the baseline of this LineBox, which is the y value plus the ascent.
getBlockBox() - Method in class org.eclipse.draw2d.text.BlockFlow
Returns the BlockBox associated with this.
getBlockFlow() - Method in class org.eclipse.draw2d.text.BlockFlowLayout
Returns the BlockFlow associated with this BlockFlowLayout
getBorder() - Method in interface org.eclipse.draw2d.IFigure
Returns the current border by reference.
getBorder() - Method in class org.eclipse.draw2d.Figure
 
getBorderPreferredSize(IFigure) - Method in class org.eclipse.draw2d.AbstractLayout
Returns the preferred size of the figure's border.
getBottom() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Point representing the middle point of the bottom side of this Rectangle.
getBottomLeft() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Point representing the bottom left point of this Rectangle.
getBottomRight() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Point representing the bottom right point of this Rectangle.
getBounds() - Method in class org.eclipse.draw2d.PolylineConnection
Returns the bounds which holds all the points in this polyline connection.
getBounds() - Method in class org.eclipse.draw2d.Polyline
 
getBounds() - Method in interface org.eclipse.draw2d.IFigure
Returns the smallest rectangle completely enclosing the IFigure.
getBounds() - Method in class org.eclipse.draw2d.Figure
Returns the smallest rectangle completely enclosing the figure.
getBounds() - Method in class org.eclipse.draw2d.geometry.PointList
Returns the smallest Rectangle which contains all Points.
getBox() - Method in class org.eclipse.draw2d.LabelAnchor
Returns the bounds of this LabelAnchor's owning Label icon.
getBox() - Method in class org.eclipse.draw2d.ChopboxAnchor
Returns the bounds of this ChopboxAnchor's owner.
getButtonDown() - Method in class org.eclipse.draw2d.ScrollBar
Returns the figure used as the down button.
getButtonUp() - Method in class org.eclipse.draw2d.ScrollBar
Returns the figure used as the up button.
getCenter() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new point representing the center of this Rectangle.
getChild(AccessibleControlEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getChild(AccessibleControlEvent) - Method in class org.eclipse.draw2d.EventDispatcher.AccessibilityDispatcher
 
getChildAtPoint(AccessibleControlEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getChildAtPoint(AccessibleControlEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getChildCount(AccessibleControlEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getChildCount(AccessibleControlEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getChildren() - Method in interface org.eclipse.draw2d.IFigure
Returns an unmodifiable list of children by reference.
getChildren() - Method in class org.eclipse.draw2d.Figure
 
getChildren(AccessibleControlEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getChildren(AccessibleControlEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getChildSize(IFigure, int, int) - Method in class org.eclipse.draw2d.FlowLayout
Provides the given child's preferred size.
getClientArea() - Method in interface org.eclipse.draw2d.IFigure
Returns the rectangular area within this Figure's bounds in which children will be placed (via LayoutManagers) and the painting of children will be clipped.
getClientArea() - Method in class org.eclipse.draw2d.Figure
 
getClientArea(Rectangle) - Method in class org.eclipse.draw2d.Viewport
 
getClientArea(Rectangle) - Method in class org.eclipse.draw2d.ScalableLayeredPane
 
getClientArea(Rectangle) - Method in class org.eclipse.draw2d.ScalableFreeformLayeredPane
 
getClientArea(Rectangle) - Method in interface org.eclipse.draw2d.IFigure
Copies the client area into the specificied Recangle, and returns that rectangle for convenience.
getClientArea(Rectangle) - Method in class org.eclipse.draw2d.Figure
 
getClip(Rectangle) - Method in class org.eclipse.draw2d.ScaledGraphics
 
getClip(Rectangle) - Method in class org.eclipse.draw2d.SWTGraphics
 
getClip(Rectangle) - Method in class org.eclipse.draw2d.Graphics
Modifies the given rectangle to match the clip region and returns that rectangle.
getColor() - Method in class org.eclipse.draw2d.LineBorder
Returns the line color of this border.
getConnection() - Method in class org.eclipse.draw2d.RelativeBendpoint
Returns the Connection this Bendpoint is associated with.
getConnection() - Method in class org.eclipse.draw2d.ConnectionLocator
Returns connection associated with ConnectionLocator.
getConnectionRouter() - Method in class org.eclipse.draw2d.PolylineConnection
Returns the ConnectionRouter used to layout this connection.
getConnectionRouter() - Method in class org.eclipse.draw2d.ConnectionLayer
Returns the ConnectionRouter being used by this layer.
getConnectionRouter() - Method in interface org.eclipse.draw2d.Connection
Returns the ConnectionRouter used to route this Connection.
getConstraint(Connection) - Method in interface org.eclipse.draw2d.ConnectionRouter
Returns the constraint for the Connection.
getConstraint(Connection) - Method in class org.eclipse.draw2d.BendpointConnectionRouter
Gets the constraint for the given Connection.
getConstraint(Connection) - Method in class org.eclipse.draw2d.AutomaticRouter
 
getConstraint(Connection) - Method in class org.eclipse.draw2d.AbstractRouter
Returns the constraint for the given Connection.
getConstraint(IFigure) - Method in class org.eclipse.draw2d.XYLayout
 
getConstraint(IFigure) - Method in interface org.eclipse.draw2d.LayoutManager
Returns the constraint for the given figure.
getConstraint(IFigure) - Method in class org.eclipse.draw2d.AbstractLayout
Returns the constraint for the given figure.
getContents() - Method in class org.eclipse.draw2d.Viewport
Returns the view, which is the contents of the ScrollPane associated with this Viewport.
getContents() - Method in class org.eclipse.draw2d.ScrollPane
Returns the contents of the viewport.
getContents() - Method in class org.eclipse.draw2d.FigureCanvas
 
getContentsTracksHeight() - Method in class org.eclipse.draw2d.Viewport
Returns true if the Viewport resizes itself in the vertical direction when the available height of its view is decreased, false otherwise.
getContentsTracksWidth() - Method in class org.eclipse.draw2d.Viewport
Returns true if the Viewport resizes itself in the horizontal direction when the available width of its view is decreased, false otherwise.
getCopy() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Rectangle which has the exact same parameters as this Rectangle.
getCopy() - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
 
getCopy() - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
 
getCopy() - Method in class org.eclipse.draw2d.geometry.PointList
Creates a copy
getCopy() - Method in class org.eclipse.draw2d.geometry.Point
 
getCopy() - Method in class org.eclipse.draw2d.geometry.Dimension
Creates and returns a copy of this Dimension.
getCropped(Insets) - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Rectangle with the specified insets cropped.
getCurrentEvent() - Method in class org.eclipse.draw2d.SWTEventDispatcher
Returns the current mouse event.
getCurrentFocusOwner() - Method in class org.eclipse.draw2d.FocusTraverseManager
 
getCurrentLine() - Method in interface org.eclipse.draw2d.text.FlowContext
Obtains the current line, creating a new line if there is no current line.
getCurrentLine() - Method in class org.eclipse.draw2d.text.FlowContainerLayout
 
getCurrentY() - Method in class org.eclipse.draw2d.text.InlineFlowLayout
 
getCurrentY() - Method in interface org.eclipse.draw2d.text.FlowContext
Returns the current Y value.
getCurrentY() - Method in class org.eclipse.draw2d.text.BlockFlowLayout
 
getCursor() - Method in interface org.eclipse.draw2d.IFigure
Returns the Cursor used when the mouse is over this IFigure.
getCursor() - Method in class org.eclipse.draw2d.Figure
 
getCursorTarget() - Method in class org.eclipse.draw2d.SWTEventDispatcher
Returns the figure that the cursor is over.
getDefault() - Method in class org.eclipse.draw2d.ButtonGroup
Returns the ButtonModel which is selected by default for this ButtonGroup.
getDefaultAction(AccessibleControlEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getDefaultAction(AccessibleControlEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getDescent() - Method in class org.eclipse.draw2d.text.FlowBox
By default, a simple FlowBox is all ascent, and no descent.
getDescription(AccessibleEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getDescription(AccessibleEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getDifference(Dimension) - Method in class org.eclipse.draw2d.geometry.Dimension
Creates and returns a new Dimension representing the difference between this Dimension and the one specified.
getDifference(Point) - Method in class org.eclipse.draw2d.geometry.Point
Calculates the difference in between this Point and the one specified.
getDirection(Rectangle, Point) - Method in class org.eclipse.draw2d.ManhattanConnectionRouter
Returns the direction the point p is in relation to the given rectangle.
getDirectionalCursor(int) - Static method in class org.eclipse.draw2d.Cursors
Returns the cursor corresponding to the given direction, defined in PositionConstants.
getDistance(Point) - Method in class org.eclipse.draw2d.geometry.Point
Calculates the distance from this Point to the one specified.
getDistance2(Point) - Method in class org.eclipse.draw2d.geometry.Point
Calculates the distance squared between this Point and the one specified.
getDistanceOrthogonal(Point) - Method in class org.eclipse.draw2d.geometry.Point
Calculates the orthogonal distance to the specified point.
getElements() - Method in class org.eclipse.draw2d.ButtonGroup
Returns a List which contains all of the ButtonModels added to this ButtonGroup.
getEnd() - Method in class org.eclipse.draw2d.Polyline
Returns the last point in the Polyline.
getEndDirection(Connection) - Method in class org.eclipse.draw2d.ManhattanConnectionRouter
 
getEndPoint(Connection) - Method in class org.eclipse.draw2d.AbstractRouter
A convenience method for obtaining a connection's endpoint.
getEventDispatcher() - Method in class org.eclipse.draw2d.LightweightSystem
Returns this LightwightSystem's EventDispatcher.
getExpanded(Dimension) - Method in class org.eclipse.draw2d.geometry.Dimension
Creates and returns a Dimension representing the sum of this Dimension and the one specified.
getExpanded(Insets) - Method in class org.eclipse.draw2d.geometry.Rectangle
Creates and returns a new Rectangle with the bounds of this Rectangle, expanded by the given Insets.
getExpanded(int, int) - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new incremented Rectangle, where the sides are expanded by the horizonatal and vertical values provided.
getExpanded(int, int) - Method in class org.eclipse.draw2d.geometry.Dimension
Creates and returns a new Dimension representing the sum of this Dimension and the one specified.
getExtent() - Method in class org.eclipse.draw2d.ScrollBar
Returns the extent.
getExtent() - Method in interface org.eclipse.draw2d.RangeModel
Returns the extent.
getExtent() - Method in class org.eclipse.draw2d.DefaultRangeModel
 
getFirstPoint() - Method in class org.eclipse.draw2d.geometry.PointList
Returns the first Point in the list.
getFlag(int) - Method in class org.eclipse.draw2d.Figure
Returns the value of the given flag.
getFlowFigure() - Method in class org.eclipse.draw2d.text.FlowFigureLayout
 
getFocus(AccessibleControlEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getFocus(AccessibleControlEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getFocusTraverseManager() - Method in class org.eclipse.draw2d.SWTEventDispatcher
Returns the FocusTraverseManager which is used to determine which figure will get focus when a TAB or ALT+TAB key sequence occurs.
getFont() - Method in class org.eclipse.draw2d.ScaledGraphics
 
getFont() - Method in class org.eclipse.draw2d.SWTGraphics
 
getFont() - Method in class org.eclipse.draw2d.LightweightSystem.RootFigure
 
getFont() - Method in interface org.eclipse.draw2d.IFigure
Returns the current Font by reference.
getFont() - Method in class org.eclipse.draw2d.Graphics
Returns the font used to draw and fill text.
getFont() - Method in class org.eclipse.draw2d.Figure
 
getFont(IFigure) - Method in class org.eclipse.draw2d.AbstractLabeledBorder
Returns the font that this border will use.
getFontMetrics() - Method in class org.eclipse.draw2d.ScaledGraphics
 
getFontMetrics() - Method in class org.eclipse.draw2d.SWTGraphics
 
getFontMetrics() - Method in class org.eclipse.draw2d.Graphics
Returns the font metrics for the current font.
getFontMetrics(Font) - Static method in class org.eclipse.draw2d.FigureUtilities
Returns the FontMetrics associated with the passed Font.
getForegroundColor() - Method in class org.eclipse.draw2d.ScaledGraphics
 
getForegroundColor() - Method in class org.eclipse.draw2d.SWTGraphics
 
getForegroundColor() - Method in class org.eclipse.draw2d.LightweightSystem.RootFigure
 
getForegroundColor() - Method in interface org.eclipse.draw2d.IFigure
Returns the foreground color.
getForegroundColor() - Method in class org.eclipse.draw2d.Graphics
Returns the foreground color used to draw lines and text.
getForegroundColor() - Method in class org.eclipse.draw2d.Figure
 
getFragment(int, List) - Method in class org.eclipse.draw2d.text.TextLayout
Reuses an existing TextFragmentBox, or creates a new one.
getFragments() - Method in class org.eclipse.draw2d.text.InlineFlow
Returns the LineBox fragments contained in this InlineFlow
getFragments() - Method in class org.eclipse.draw2d.text.CompositeBox
 
getFreeformExtent() - Method in class org.eclipse.draw2d.FreeformLayeredPane
 
getFreeformExtent() - Method in class org.eclipse.draw2d.FreeformLayer
 
getFreeformExtent() - Method in interface org.eclipse.draw2d.FreeformFigure
Returns the freeform extent, essentially the bounds of the FreeformFigure.
getFreeformHelper() - Method in class org.eclipse.draw2d.FreeformLayeredPane
Returns the FreeformHelper.
getFreshPrinterGraphics() - Method in class org.eclipse.draw2d.PrintOperation
Returns a new PrinterGraphics setup for the Printer associated with this PrintOperation.
getGap() - Method in class org.eclipse.draw2d.AbstractLocator
Returns the number of pixels the figure's bounding rectangle is from the connection.
getGC() - Static method in class org.eclipse.draw2d.FigureUtilities
Returns the GC used for various utilities.
getGraphics(Rectangle) - Method in interface org.eclipse.draw2d.GraphicsSource
Returns a Graphics for the rectangular region requested.
getGraphics(Rectangle) - Method in class org.eclipse.draw2d.DeferredUpdateManager
Returns a Graphics object for the given region.
getGroup() - Method in class org.eclipse.draw2d.ButtonModel
Returns the group to which this model belongs.
getHeight() - Method in class org.eclipse.draw2d.geometry.Insets
Returns the height for this Insets, equal to top + bottom.
getHeight() - Method in class org.eclipse.draw2d.text.FlowBox
Returns the height
getHelp(AccessibleEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getHelp(AccessibleEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getHighlight() - Method in class org.eclipse.draw2d.SchemeBorder.Scheme
Returns the highlight colors of this border scheme as an array of Colors.
getHighlightPressed() - Method in class org.eclipse.draw2d.ButtonBorder.ButtonScheme
Returns the pressed highlight colors of this border.
getHorizontalAligment() - Method in class org.eclipse.draw2d.text.BlockFlow
Returns the horizontal aligment.
getHorizontalRangeModel() - Method in class org.eclipse.draw2d.Viewport
Returns the RangeModel associated with the horizontal motion of this Viewport
getHorizontalScrollBar() - Method in class org.eclipse.draw2d.ScrollPane
Returns the ScrollPane's horizontal ScrollBar.
getHorizontalScrollBarVisibility() - Method in class org.eclipse.draw2d.ScrollPane
Returns the visibility of the ScrollPane's horizontal ScrollBar.
getHorizontalScrollBarVisibility() - Method in class org.eclipse.draw2d.FigureCanvas
 
getHost() - Method in class org.eclipse.draw2d.SubordinateUpdateManager
 
getIcon() - Method in class org.eclipse.draw2d.Label
Returns the Label's icon.
getIconAlignment() - Method in class org.eclipse.draw2d.Label
Returns the current alignment of the Label's icon.
getIconBounds() - Method in class org.eclipse.draw2d.Label
Returns the bounds of the Label's icon.
getIconLocation() - Method in class org.eclipse.draw2d.Label
Returns the location of the Label's icon relative to the Label.
getIconTextGap() - Method in class org.eclipse.draw2d.Label
Returns the gap in pixels between the Label's icon and its text.
getImage() - Method in class org.eclipse.draw2d.ImageFigure
 
getIndex() - Method in class org.eclipse.draw2d.MidpointLocator
Returns this MidpointLocator's index.
getIndex() - Method in class org.eclipse.draw2d.BendpointLocator
Returns the index of this BendpointLocator.
getInnerBorder() - Method in class org.eclipse.draw2d.CompoundBorder
Returns the inner border of this CompoundBorder.
getInsets() - Method in class org.eclipse.draw2d.SchemeBorder.Scheme
Returns the Insets required by this Scheme.
getInsets() - Method in interface org.eclipse.draw2d.IFigure
Returns the current Insets.
getInsets() - Method in class org.eclipse.draw2d.Figure
Returns the border's Insets if the border is set.
getInsets(IFigure) - Method in class org.eclipse.draw2d.SimpleEtchedBorder
Returns the Insets used by this border.
getInsets(IFigure) - Method in class org.eclipse.draw2d.SchemeBorder
 
getInsets(IFigure) - Method in class org.eclipse.draw2d.MarginBorder
 
getInsets(IFigure) - Method in class org.eclipse.draw2d.LineBorder
Returns the space used by the border for the figure provided as input.
getInsets(IFigure) - Method in class org.eclipse.draw2d.FocusBorder
 
getInsets(IFigure) - Method in class org.eclipse.draw2d.CompoundBorder
Returns the total insets required to hold both the inner and outer borders of this CompoundBorder.
getInsets(IFigure) - Method in interface org.eclipse.draw2d.Border
Returns the Insets for this Border for the given Figure.
getInsets(IFigure) - Method in class org.eclipse.draw2d.AbstractLabeledBorder
Returns the insets, or space associated for this border.
getIntersected(Dimension) - Method in class org.eclipse.draw2d.geometry.Dimension
Creates and returns a new Dimension representing the intersection of this Dimension and the one specified.
getIntersection(Rectangle) - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Rectangle which has the intersection of this Rectangle and the rectangle provided as input.
getKeyboardShortcut(AccessibleEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getKeyboardShortcut(AccessibleEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getLabel() - Method in class org.eclipse.draw2d.LabeledContainer
Returns the text of the LabeledContainer's label.
getLabel() - Method in interface org.eclipse.draw2d.LabeledBorder
Returns the label for this Border.
getLabel() - Method in class org.eclipse.draw2d.FrameBorder
 
getLabel() - Method in class org.eclipse.draw2d.AbstractLabeledBorder
 
getLabeledBorder() - Method in class org.eclipse.draw2d.LabeledContainer
Returns the LabeledBorder of this container.
getLabeledBorder() - Method in class org.eclipse.draw2d.FrameBorder
Returns the inner border of this FrameBorder, which contains the label for the FrameBorder.
getLastPoint() - Method in class org.eclipse.draw2d.geometry.PointList
Returns the last point in the list.
getLayer(int) - Method in class org.eclipse.draw2d.LayeredPane
Returns the layer at the specified index in this pane.
getLayer(Object) - Method in class org.eclipse.draw2d.LayeredPane
Returns the layer identified by the key given in the input.
getLayoutManager() - Method in interface org.eclipse.draw2d.IFigure
Returns the current LayoutManager by reference.
getLayoutManager() - Method in class org.eclipse.draw2d.Figure
 
getLeft() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Point representing the middle point of the left hand side of this Rectangle.
getLightweightSystem() - Method in class org.eclipse.draw2d.PopUpHelper
Returns this PopUpHelper's LightweightSystem.
getLightweightSystem() - Method in class org.eclipse.draw2d.FigureCanvas
 
getLineStyle() - Method in class org.eclipse.draw2d.Shape
Returns the line style used to outline this shape.
getLineStyle() - Method in class org.eclipse.draw2d.ScaledGraphics
 
getLineStyle() - Method in class org.eclipse.draw2d.SWTGraphics
 
getLineStyle() - Method in class org.eclipse.draw2d.Graphics
Returns the line style.
getLineWidth() - Method in class org.eclipse.draw2d.Shape
Returns the line width of this shape's outline.
getLineWidth() - Method in class org.eclipse.draw2d.ScaledGraphics
 
getLineWidth() - Method in class org.eclipse.draw2d.SWTGraphics
 
getLineWidth() - Method in class org.eclipse.draw2d.Graphics
Returns the current line width.
getListeners(Class) - Method in class org.eclipse.draw2d.Figure
Returns an Iterator containing the listeners of type clazz that are listening to this Figure.
getListeners(Class) - Method in class org.eclipse.draw2d.EventListenerList
Returns an Iterator of all the listeners of type c.
getLocalBackgroundColor() - Method in class org.eclipse.draw2d.PolygonDecoration
 
getLocalBackgroundColor() - Method in interface org.eclipse.draw2d.IFigure
Returns the background Color of this Figure.
getLocalBackgroundColor() - Method in class org.eclipse.draw2d.Figure
Returns the local background Color of this Figure.
getLocalForegroundColor() - Method in interface org.eclipse.draw2d.IFigure
Returns the local foreground Color of this Figure.
getLocalForegroundColor() - Method in class org.eclipse.draw2d.Figure
Returns the local foreground Color of this Figure.
getLocation() - Method in class org.eclipse.draw2d.RelativeBendpoint
Calculates and returns this Bendpoint's new location.
getLocation() - Method in class org.eclipse.draw2d.MouseEvent
 
getLocation() - Method in class org.eclipse.draw2d.Figure
Returns the top-left corner of this Figure's bounds.
getLocation() - Method in interface org.eclipse.draw2d.Bendpoint
Returns the location of the bendpoint relative to the connection.
getLocation() - Method in class org.eclipse.draw2d.AbsoluteBendpoint
 
getLocation() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns the upper left hand corner of the rectangle.
getLocation(AccessibleControlEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getLocation(AccessibleControlEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getLocation(Point) - Method in class org.eclipse.draw2d.XYAnchor
Returns the location of this anchor relative to the reference point given in as input.
getLocation(Point) - Method in class org.eclipse.draw2d.EllipseAnchor
Returns a point on the ellipse (defined by the owner's bounding box) where the connection should be anchored.
getLocation(Point) - Method in interface org.eclipse.draw2d.ConnectionAnchor
Returns the location where the Connection should be anchored in absolute coordinates.
getLocation(Point) - Method in class org.eclipse.draw2d.ChopboxAnchor
Gets a Rectangle from ChopboxAnchor.getBox() and returns the Point where a line from the center of the Rectangle to the Point reference intersects the Rectangle.
getLocation(PointList) - Method in class org.eclipse.draw2d.ConnectionLocator
Returns a point from the passed PointList, dependent on ConnectionLocator's alignment.
getMajorAlignment() - Method in class org.eclipse.draw2d.FlowLayout
Returns the alignment used for an entire row/column.
getMajorSpacing() - Method in class org.eclipse.draw2d.FlowLayout
Returns the spacing in pixels to be used between children in the direction parallel to the layout's orientation.
getMaximum() - Method in class org.eclipse.draw2d.ScrollBar
Returns the maximum value.
getMaximum() - Method in interface org.eclipse.draw2d.RangeModel
Returns the maximum value in the range.
getMaximum() - Method in class org.eclipse.draw2d.DefaultRangeModel
 
getMaximumSize() - Method in interface org.eclipse.draw2d.IFigure
Returns a hint indicating the largest desireable size for the IFigure.
getMaximumSize() - Method in class org.eclipse.draw2d.Figure
 
getMidpoint() - Method in class org.eclipse.draw2d.geometry.PointList
Returns the midpoint of the list of Points.
getMinimum() - Method in class org.eclipse.draw2d.ScrollBar
Returns the minumum value.
getMinimum() - Method in interface org.eclipse.draw2d.RangeModel
Returns the minimum value in the range.
getMinimum() - Method in class org.eclipse.draw2d.DefaultRangeModel
 
getMinimumSize() - Method in interface org.eclipse.draw2d.IFigure
Returns a hint indicating the smallest desireable size for the IFigure.
getMinimumSize() - Method in class org.eclipse.draw2d.Figure
 
getMinimumSize(IFigure) - Method in class org.eclipse.draw2d.AbstractLayout
This method is now AbstractLayout.getMinimumSize(IFigure, int, int).
getMinimumSize(IFigure, int, int) - Method in interface org.eclipse.draw2d.LayoutManager
Returns the minimum size of the given figure.
getMinimumSize(IFigure, int, int) - Method in class org.eclipse.draw2d.AbstractLayout
 
getMinimumSize(IFigure, int, int) - Method in class org.eclipse.draw2d.AbstractHintLayout
 
getMinimumSize(int, int) - Method in class org.eclipse.draw2d.Label
 
getMinimumSize(int, int) - Method in interface org.eclipse.draw2d.IFigure
Returns a hint indicating the smallest desireable size for the IFigure.
getMinimumSize(int, int) - Method in class org.eclipse.draw2d.Figure
 
getMinimumSize(int, int) - Method in class org.eclipse.draw2d.text.FlowPage
 
getMinorAlignment() - Method in class org.eclipse.draw2d.ToolbarLayout
Returns the minor aligment of the layout.
getMinorAlignment() - Method in class org.eclipse.draw2d.FlowLayout
Returns the alignment used for children within a row/column.
getMinorSpacing() - Method in class org.eclipse.draw2d.FlowLayout
Returns the spacing to be used between children within a row/column
getModel() - Method in class org.eclipse.draw2d.Clickable
Returns the behavior model used by this Clickable.
getMouseTarget() - Method in class org.eclipse.draw2d.SWTEventDispatcher
Returns the figure that is the target of mouse events.
getName(AccessibleEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getName(AccessibleEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getNegated() - Method in class org.eclipse.draw2d.geometry.Point
Creates a Point with negated x and y values.
getNegated() - Method in class org.eclipse.draw2d.geometry.Dimension
Creates and returns a new Dimension with negated values.
getNewBounds(Dimension, Point) - Method in class org.eclipse.draw2d.AbstractLocator
Recalculate the location of the figure according to its desired position relative to the center point.
getNextFocusableFigure(IFigure, IFigure) - Method in class org.eclipse.draw2d.FocusTraverseManager
Returns the IFigure that will receive focus upon a 'tab' traverse event.
getOrigin(IFigure) - Method in class org.eclipse.draw2d.XYLayout
Returns the origin for the given figure.
getOrigin(IFigure) - Method in class org.eclipse.draw2d.FreeformLayout
Returns the point (0,0) as the origin.
getOuterBorder() - Method in class org.eclipse.draw2d.CompoundBorder
Returns the outer border of this CompoundBorder.
getOwner() - Method in class org.eclipse.draw2d.XYAnchor
Returns null as these anchors inherently do not depend on other figures for their location.
getOwner() - Method in interface org.eclipse.draw2d.ConnectionAnchor
Returns the IFigure that contains this ConnectionAnchor.
getOwner() - Method in class org.eclipse.draw2d.AbstractConnectionAnchor
Returns the owner Figure on which this anchor's location is dependent.
getPadding() - Method in class org.eclipse.draw2d.TitleBarBorder
Returns this TitleBarBorder's padding.
getPageDown() - Method in class org.eclipse.draw2d.ScrollBar
Returns the figure used for page down.
getPageIncrement() - Method in class org.eclipse.draw2d.ScrollBar
Returns the the amound the scrollbar will move when the page up or page down areas are pressed.
getPageUp() - Method in class org.eclipse.draw2d.ScrollBar
Returns the figure used for page up.
getPaintRectangle(IFigure, Insets) - Static method in class org.eclipse.draw2d.AbstractBorder
Returns a temporary rectangle representing the figure's bounds cropped by the specified inserts.
getParent() - Method in interface org.eclipse.draw2d.IFigure
Returns the IFigure that is the current parent of this IFigure or null if there is no parent.
getParent() - Method in class org.eclipse.draw2d.Figure
 
getPoint(int) - Method in class org.eclipse.draw2d.geometry.PointList
Returns the Point in the list at the specified index.
getPoint(Point, int) - Method in class org.eclipse.draw2d.geometry.PointList
Copies the x and y values at given index into a specified Point.
getPoints() - Method in class org.eclipse.draw2d.PolylineDecoration
 
getPoints() - Method in class org.eclipse.draw2d.Polyline
Returns the points in this Polyline by reference.
getPoints() - Method in class org.eclipse.draw2d.PolygonDecoration
Returns the points in the PolygonDecoration as a PointList.
getPoints() - Method in interface org.eclipse.draw2d.Connection
Returns the PointList containing the Points that make up this Connection.
getPosition(Point) - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns an integer which represents the position of the given point with respect to this rectangle.
getPosition(Point) - Method in class org.eclipse.draw2d.geometry.Point
Calculates the relative position of the specified Point to this Point.
getPreferredSize() - Method in interface org.eclipse.draw2d.IFigure
Returns the desireable size for this IFigure.
getPreferredSize() - Method in class org.eclipse.draw2d.Figure
 
getPreferredSize(IFigure) - Method in class org.eclipse.draw2d.GroupBoxBorder
 
getPreferredSize(IFigure) - Method in class org.eclipse.draw2d.CompoundBorder
 
getPreferredSize(IFigure) - Method in interface org.eclipse.draw2d.Border
Returns the preferred width and height that this border would like to display itself properly.
getPreferredSize(IFigure) - Method in class org.eclipse.draw2d.AbstractLayout
This method is now AbstractLayout.getPreferredSize(IFigure, int, int).
getPreferredSize(IFigure) - Method in class org.eclipse.draw2d.AbstractLabeledBorder
 
getPreferredSize(IFigure) - Method in class org.eclipse.draw2d.AbstractBorder
 
getPreferredSize(IFigure, int, int) - Method in interface org.eclipse.draw2d.LayoutManager
Returns the preferred size of the given figure, using width and height hints.
getPreferredSize(IFigure, int, int) - Method in class org.eclipse.draw2d.AbstractLayout
Returns the preferred size of the given figure, using width and height hints.
getPreferredSize(IFigure, int, int) - Method in class org.eclipse.draw2d.AbstractHintLayout
 
getPreferredSize(int, int) - Method in class org.eclipse.draw2d.ScalableLayeredPane
 
getPreferredSize(int, int) - Method in class org.eclipse.draw2d.Label
 
getPreferredSize(int, int) - Method in class org.eclipse.draw2d.ImageFigure
Returns the size of the Image that this Figure displays; or (0,0) if no Image has been set yet.
getPreferredSize(int, int) - Method in interface org.eclipse.draw2d.IFigure
Returns the desireable size for this IFigure using the provided width and height hints.
getPreferredSize(int, int) - Method in class org.eclipse.draw2d.Figure
 
getPreferredSize(int, int) - Method in class org.eclipse.draw2d.parts.Thumbnail
Returns the preferred size of this Thumbnail.
getPreferredSize(int, int) - Method in class org.eclipse.draw2d.text.FlowPage
 
getPreviousFocusableFigure(IFigure, IFigure) - Method in class org.eclipse.draw2d.FocusTraverseManager
Returns the IFigure that will receive focus upon a 'shift-tab' traverse event.
getPrinter() - Method in class org.eclipse.draw2d.PrintOperation
Returns the printer.
getPrintRegion() - Method in class org.eclipse.draw2d.PrintOperation
Returns a Rectangle that represents the region that can be printed to.
getPrintSource() - Method in class org.eclipse.draw2d.PrintFigureOperation
Returns the printSource.
getPropertyName() - Method in class org.eclipse.draw2d.ChangeEvent
Returns the name of the property that has changed.
getRangeModel() - Method in class org.eclipse.draw2d.ScrollBar
Returns the range model for this scrollbar.
getRecommendedWidth() - Method in class org.eclipse.draw2d.text.CompositeBox
Returns the recommended width for this CompositeBox.
getReferenceBox() - Method in class org.eclipse.draw2d.RelativeLocator
Returns the Reference Box in the Reference Figure's coordinate system.
getReferenceFigure() - Method in class org.eclipse.draw2d.RelativeLocator
Returns the Figure this locator is relative to.
getReferencePoint() - Method in class org.eclipse.draw2d.XYAnchor
Returns the point which is used as the reference by this connection anchor.
getReferencePoint() - Method in class org.eclipse.draw2d.MidpointLocator
Returns the point of reference associated with this locator.
getReferencePoint() - Method in class org.eclipse.draw2d.ConnectionLocator
Returns ConnectionLocator's reference point in absolute coordinates.
getReferencePoint() - Method in interface org.eclipse.draw2d.ConnectionAnchor
Returns the reference point for this anchor in absolute coordinates.
getReferencePoint() - Method in class org.eclipse.draw2d.ChopboxAnchor
Returns the anchor's reference point.
getReferencePoint() - Method in class org.eclipse.draw2d.BendpointLocator
Returns reference point associated with the BendpointLocator.
getReferencePoint() - Method in class org.eclipse.draw2d.AbstractLocator
Returns a reference point used to calculate the location.
getReferencePoint() - Method in class org.eclipse.draw2d.AbstractConnectionAnchor
Returns the point which is used as the reference by this AbstractConnectionAnchor.
getRelativePosition() - Method in class org.eclipse.draw2d.AbstractLocator
Returns the position of the figure with respect to the center point.
getResized(Dimension) - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Rectangle which is equivalent to this Rectangle with its dimensions modified by the passed Dimension d.
getResized(int, int) - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Rectangle which is equivalent to this Rectangle with its dimensions modified by the passed width w and height h.
getRight() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Point which represents the middle point of the right hand side of this Rectangle.
getRole(AccessibleControlEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getRole(AccessibleControlEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getRoot() - Method in class org.eclipse.draw2d.SWTEventDispatcher
Returns the root figure for this dispatcher.
getRootFigure() - Method in class org.eclipse.draw2d.LightweightSystem
Returns this LightweightSystem's root figure.
getRoutingConstraint() - Method in class org.eclipse.draw2d.PolylineConnection
Returns this connection's routing constraint from its connection router.
getRoutingConstraint() - Method in interface org.eclipse.draw2d.Connection
Returns the routing constraint.
getRowNear(Connection, int, int, int) - Method in class org.eclipse.draw2d.ManhattanConnectionRouter
 
getScale() - Method in class org.eclipse.draw2d.ScalableLayeredPane
Returns the scale level, default is 1.0.
getScale() - Method in class org.eclipse.draw2d.ScalableFreeformLayeredPane
Returns the current zoom scale level.
getScale() - Method in interface org.eclipse.draw2d.ScalableFigure
Returns the current scale.
getScaled(double) - Method in class org.eclipse.draw2d.geometry.Point
Creates a new Point from this Point by scaling by the specified amount.
getScaled(double) - Method in class org.eclipse.draw2d.geometry.Dimension
Creates a new Dimension with its width and height scaled by the specified value.
getScaled(int) - Method in class org.eclipse.draw2d.geometry.Ray
Creates a new Ray which represents this Ray scaled by the amount provided.
getScaleX() - Method in class org.eclipse.draw2d.parts.Thumbnail
Returns the scale factor on the X-axis.
getScaleY() - Method in class org.eclipse.draw2d.parts.Thumbnail
Returns the scale factor on the Y-axis.
getScheme() - Method in class org.eclipse.draw2d.SchemeBorder
Returns the scheme used by this border.
getSelected() - Method in class org.eclipse.draw2d.ButtonGroup
Returns the ButtonModel for the currently selected button.
getSelection(AccessibleControlEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getSelection(AccessibleControlEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getSeparation() - Method in class org.eclipse.draw2d.FanRouter
Returns the separation in pixels between fanned connections.
getShadow() - Method in class org.eclipse.draw2d.SchemeBorder.Scheme
Returns the shadow colors of this border scheme as an array of Colors.
getShadowPressed() - Method in class org.eclipse.draw2d.ButtonBorder.ButtonScheme
Returns the pressed shadow colors of this border.
getShell() - Method in class org.eclipse.draw2d.PopUpHelper
Returns this PopUpHelper's shell.
getSize() - Method in interface org.eclipse.draw2d.IFigure
Returns the current size.
getSize() - Method in class org.eclipse.draw2d.Figure
 
getSize() - Method in class org.eclipse.draw2d.geometry.Rectangle
Retuns the dimensions of this Rectangle.
getSource() - Method in class org.eclipse.draw2d.parts.Thumbnail
Returns the source figure.
getSourceAnchor() - Method in class org.eclipse.draw2d.PolylineConnection
 
getSourceAnchor() - Method in interface org.eclipse.draw2d.Connection
Returns the ConnectionAnchor at the source end of this Connection.
getSourceDecoration() - Method in class org.eclipse.draw2d.PolylineConnection
 
getSpacing() - Method in class org.eclipse.draw2d.ToolbarLayout
 
getStart() - Method in class org.eclipse.draw2d.Polyline
 
getStartDirection(Connection) - Method in class org.eclipse.draw2d.ManhattanConnectionRouter
 
getStartPoint(Connection) - Method in class org.eclipse.draw2d.AbstractRouter
A convenience method for obtaining a connection's start point.
getState() - Method in class org.eclipse.draw2d.InputEvent
Returns the event statemask, which is a bitwise OR'ing of any of the following: InputEvent.ALT, InputEvent.CONTROL, InputEvent.SHIFT, InputEvent.BUTTON1, InputEvent.BUTTON2, and InputEvent.BUTTON3.
getState(AccessibleControlEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getState(AccessibleControlEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getStepIncrement() - Method in class org.eclipse.draw2d.ScrollBar
Returns the amount the scrollbar will move when the up or down arrow buttons are pressed.
getStretchMinorAxis() - Method in class org.eclipse.draw2d.ToolbarLayout
Returns true if stretch minor axis has been enabled.
getStringDimension(String, Font) - Static method in class org.eclipse.draw2d.FigureUtilities
Returns the dimensions of the String s using the font f.
getStringExtents(String, Font) - Static method in class org.eclipse.draw2d.FigureUtilities
Returns the Dimensions of s in Font f.
getSubStringText() - Method in class org.eclipse.draw2d.Label
Calculates the amount of the Label's current text will fit in the Label, including an elipsis "..." if truncation is required.
getSubStringTextSize() - Method in class org.eclipse.draw2d.Label
Returns the size of the Label's current text.
getSuperior() - Method in class org.eclipse.draw2d.SubordinateUpdateManager
 
getSWTPoint() - Method in class org.eclipse.draw2d.geometry.Point
Creates a new SWT Point from this Point.
getTargetAnchor() - Method in class org.eclipse.draw2d.PolylineConnection
 
getTargetAnchor() - Method in interface org.eclipse.draw2d.Connection
Returns the ConnectionAnchor at the target end of this Connection.
getTargetDecoration() - Method in class org.eclipse.draw2d.PolylineConnection
 
getText() - Method in class org.eclipse.draw2d.Label
Returns the text of the label.
getText() - Method in class org.eclipse.draw2d.text.TextFlow
 
getText() - Method in class org.eclipse.draw2d.widgets.MultiLineLabel
Returns the text in this label.
getTextAlignment() - Method in class org.eclipse.draw2d.TitleBarBorder
Returns the alignment of the text in the title bar.
getTextAlignment() - Method in class org.eclipse.draw2d.Label
Returns the current alignment of the Label's text.
getTextBounds() - Method in class org.eclipse.draw2d.Label
Returns the bounds of the label's text.
getTextColor() - Method in class org.eclipse.draw2d.AbstractLabeledBorder
Returns the text Color of this AbstractLabeledBorder's label.
getTextDimension(String, Font) - Static method in class org.eclipse.draw2d.FigureUtilities
Returns the dimensions of the String s using the font f.
getTextExtents(IFigure) - Method in class org.eclipse.draw2d.AbstractLabeledBorder
Calculates and returns the size required by this border's label.
getTextExtents(String, Font) - Static method in class org.eclipse.draw2d.FigureUtilities
Returns the Dimensions of the given text, converting newlines and tabs appropriately.
getTextExtents(String, Font, Dimension) - Static method in class org.eclipse.draw2d.FigureUtilities
Returns the Dimensions of the given text, converting newlines and tabs appropriately.
getTextLocation() - Method in class org.eclipse.draw2d.Label
Returns the location of the label's text relative to the label.
getTextPlacement() - Method in class org.eclipse.draw2d.Label
Returns the current placement of the label's text relative to its icon.
getTextSize() - Method in class org.eclipse.draw2d.Label
Returns the size of the label's complete text.
getTextWidth(String, Font) - Static method in class org.eclipse.draw2d.FigureUtilities
Returns the width of s in Font f.
getThumb() - Method in class org.eclipse.draw2d.ScrollBar
Returns the figure used as the scrollbar's thumb.
getThumbnailImage() - Method in class org.eclipse.draw2d.parts.Thumbnail
Returns the scaled Image of the source Figure.
getToolTip() - Method in interface org.eclipse.draw2d.IFigure
Returns a IFigure that is the tooltip for this IFigure.
getToolTip() - Method in class org.eclipse.draw2d.Figure
 
getToolTipHelper() - Method in class org.eclipse.draw2d.SWTEventDispatcher
Returns the ToolTipHelper used to display tooltips on hover events.
getTop() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Point which represents the middle point of the top side of this Rectangle.
getTopLeft() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Point which represents the top left hand corner of this Rectangle.
getTopRight() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Point which represents the top right hand corner of this Rectangle.
getTransformed(Point) - Method in class org.eclipse.draw2d.geometry.Transform
Returns a new transformed Point of the input Point based on the transformation values set.
getTranslated(Dimension) - Method in class org.eclipse.draw2d.geometry.Point
Creates a new Point which is translated by the values of the input Dimension.
getTranslated(int, int) - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Rectangle which is shifted along each axis by the passed values.
getTranslated(int, int) - Method in class org.eclipse.draw2d.geometry.Point
Creates a new Point which is translated by the specified x and y values
getTranslated(Point) - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Rectangle which is shifted by the position of the given Point.
getTranslated(Point) - Method in class org.eclipse.draw2d.geometry.Point
Creates a new Point which is translated by the values of the provided Point.
getTransposed() - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new rectangle whose width and height have been interchanged, as well as its x and y values.
getTransposed() - Method in class org.eclipse.draw2d.geometry.Point
Creates a new Point with the transposed values of this Point.
getTransposed() - Method in class org.eclipse.draw2d.geometry.Insets
Creates a new Insets with transposed values.
getTransposed() - Method in class org.eclipse.draw2d.geometry.Dimension
Creates a new Dimension with its height and width swapped.
getUnion(Rectangle) - Method in class org.eclipse.draw2d.geometry.Rectangle
Returns a new Rectangle which contains both this Rectangle and the Rectangle supplied as input.
getUnioned(Dimension) - Method in class org.eclipse.draw2d.geometry.Dimension
Creates a new Dimension representing the union of this Dimension with the one specified.
getUpdateManager() - Method in class org.eclipse.draw2d.LightweightSystem
Returns this LightweightSystem's UpdateManager.
getUpdateManager() - Method in class org.eclipse.draw2d.LightweightSystem.RootFigure
 
getUpdateManager() - Method in interface org.eclipse.draw2d.IFigure
Returns the UpdateManager for this IFigure by reference.
getUpdateManager() - Method in class org.eclipse.draw2d.Figure
 
getUserData() - Method in class org.eclipse.draw2d.ButtonModel
Returns an object representing user data.
getValue() - Method in class org.eclipse.draw2d.ScrollBar
Returns the current scroll position of the scrollbar.
getValue() - Method in interface org.eclipse.draw2d.RangeModel
Returns the current value.
getValue() - Method in class org.eclipse.draw2d.DefaultRangeModel
 
getValue(AccessibleControlEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher.FigureAccessibilityDispatcher
 
getValue(AccessibleControlEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
getValueRange() - Method in class org.eclipse.draw2d.ScrollBar
Returns the size of the range of allowable values.
getVerticalRangeModel() - Method in class org.eclipse.draw2d.Viewport
Returns the range model associated with the vertical motion of the Viewport.
getVerticalScrollBar() - Method in class org.eclipse.draw2d.ScrollPane
Returns the ScrollPane's vertical ScrollBar.
getVerticalScrollBarVisibility() - Method in class org.eclipse.draw2d.ScrollPane
Returns the visibility of the ScrollPane's vertical ScrollBar.
getVerticalScrollBarVisibility() - Method in class org.eclipse.draw2d.FigureCanvas
 
getView() - Method in class org.eclipse.draw2d.ScrollPane
Deprecated. use getContents()
getViewLocation() - Method in class org.eclipse.draw2d.Viewport
Returns the current location of this Viewport.
getViewport() - Method in class org.eclipse.draw2d.ScrollPane
Returns the ScrollPane's Viewport.
getViewport() - Method in class org.eclipse.draw2d.FigureCanvas
Returns the Viewport.
getWidth() - Method in class org.eclipse.draw2d.LineBorder
Returns the line width of this border.
getWidth() - Method in class org.eclipse.draw2d.geometry.Insets
Returns the width for this Insets, equal to left + right.
getWidth() - Method in class org.eclipse.draw2d.text.FlowBox
Returns the width
getXORMode() - Method in class org.eclipse.draw2d.ScaledGraphics
 
getXORMode() - Method in class org.eclipse.draw2d.SWTGraphics
 
getXORMode() - Method in class org.eclipse.draw2d.Graphics
Returns true if this graphics object should use XOR mode with painting.
Graphics - class org.eclipse.draw2d.Graphics.
The Graphics class allows you to draw to a surface.
Graphics() - Constructor for class org.eclipse.draw2d.Graphics
 
graphicsSource - Variable in class org.eclipse.draw2d.SubordinateUpdateManager
 
GraphicsSource - interface org.eclipse.draw2d.GraphicsSource.
Provides a Graphics object for painting.
gray - Static variable in interface org.eclipse.draw2d.ColorConstants
Misc. colors
green - Static variable in interface org.eclipse.draw2d.ColorConstants
Misc. colors
group - Variable in class org.eclipse.draw2d.ButtonModel
The ButtonGroup this button belongs to (if any).
GroupBoxBorder - class org.eclipse.draw2d.GroupBoxBorder.
A labeled border intended to house a Figure with a group of children.
GroupBoxBorder() - Constructor for class org.eclipse.draw2d.GroupBoxBorder
Constructs a GroupBoxBorder with the name of this class as its label.
GroupBoxBorder(String) - Constructor for class org.eclipse.draw2d.GroupBoxBorder
Constructs a GroupBoxBorder with label s.

Eclipse Draw2d
2.1
A B C D E F G H I K L M N O P Q R S T U V W X Y
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.