Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- padding - Variable in class org.eclipse.draw2d.graph.Edge
- 
Deprecated.use accessors instead
- PAGE_DOWN - Static variable in class org.eclipse.draw2d.ScrollBarLayout
- 
Used as a constraint for the page down figure.
- PAGE_UP - Static variable in class org.eclipse.draw2d.ScrollBarLayout
- 
Used as a constraint for the page up figure.
- PageFlowLayout - Class in org.eclipse.draw2d.text
- 
A block layout which requires no FlowContext to perform its layout.
- PageFlowLayout(FlowPage) - Constructor for class org.eclipse.draw2d.text.PageFlowLayout
- 
Creates a new PageFlowLayout with the given FlowPage
- paint(Graphics) - Method in class org.eclipse.draw2d.ConnectionLayer
- paint(Graphics) - Method in class org.eclipse.draw2d.Container
- paint(Graphics) - Method in class org.eclipse.draw2d.Figure
- 
Paints this Figure and its children.
- paint(Graphics) - Method in interface org.eclipse.draw2d.IFigure
- 
Paints this IFigure and its children.
- paint(Graphics, IFigure, Insets, Color[], Color[]) - Method in class org.eclipse.draw2d.SchemeBorder
- 
Paints the border using the information in the set Scheme and the inputs given.
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.AbstractBackground
- 
Paints the border.
- paint(IFigure, Graphics, Insets) - Method in interface org.eclipse.draw2d.Border
- 
Paints the border.
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.ButtonBorder
- 
Paints this border with the help of the set scheme, the model of the clickable figure, and other inputs.
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.CompoundBorder
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.FocusBorder
- 
Paints a focus rectangle.
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.GroupBoxBorder
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.LineBorder
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.MarginBorder
- 
This method does nothing, since this border is just for spacing.
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.SchemeBorder
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.SeparatorBorder
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.SimpleEtchedBorder
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.text.AbstractFlowBorder
- 
This method is not called on FlowBorders.
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.TitleBarBorder
- paint(FlowFigure, Graphics, Rectangle, int) - Method in class org.eclipse.draw2d.text.AbstractFlowBorder
- 
Subclasses should override this method to paint each box's border.
- paint(FlowFigure, Graphics, Rectangle, int) - Method in interface org.eclipse.draw2d.text.FlowBorder
- 
Paints the border around the given box location.
- paint(GC) - Method in class org.eclipse.draw2d.DeferredUpdateManager
- paint(GC) - Method in class org.eclipse.draw2d.LightweightSystem
- 
Invokes this LightweightSystem'sUpdateManagerto paint this LightweightSystem's Canvas and contents.
- paint(GC) - Method in class org.eclipse.draw2d.UpdateManager
- 
Invoked by theLightweightSystem(LightweightSystem.paint(GC)) to have the update manger paint its contents.
- paintBackground(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.AbstractBackground
- 
Called when this Background should paint.
- paintBorder(Graphics) - Method in class org.eclipse.draw2d.Clickable
- 
If this Clickable has focus, this method paints a focus rectangle.
- paintBorder(Graphics) - Method in class org.eclipse.draw2d.Figure
- 
Paints the border associated with this Figure, if one exists.
- paintBorder(Graphics) - Method in class org.eclipse.draw2d.text.BlockFlow
- paintBorder(Graphics) - Method in class org.eclipse.draw2d.text.InlineFlow
- 
Overridden to paint aFlowBorderif present, and draw selection.
- paintChildren(Graphics) - Method in class org.eclipse.draw2d.Figure
- 
Paints this Figure's children.
- paintClientArea(Graphics) - Method in class org.eclipse.draw2d.Clickable
- 
Paints the area of this figure excluded by the borders.
- paintClientArea(Graphics) - Method in class org.eclipse.draw2d.Figure
- 
Paints this Figure's client area.
- paintClientArea(Graphics) - Method in class org.eclipse.draw2d.ScalableFreeformLayeredPane
- paintClientArea(Graphics) - Method in class org.eclipse.draw2d.ScalableLayeredPane
- paintClientArea(Graphics) - Method in class org.eclipse.draw2d.Viewport
- paintEtchedBorder(Graphics, Rectangle) - Static method in class org.eclipse.draw2d.FigureUtilities
- 
Paints a border with an etching effect, having a shadow of a darker version of g's background color, and a highlight a lighter version of g's background color.
- paintEtchedBorder(Graphics, Rectangle, Color, Color) - Static method in class org.eclipse.draw2d.FigureUtilities
- 
Paints a border with an etching effect, having a shadow of Color shadow and highlight of Color highlight.
- paintFigure(Graphics) - Method in class org.eclipse.draw2d.Figure
- 
Paints this Figure's primary representation, or background.
- paintFigure(Graphics) - Method in class org.eclipse.draw2d.GhostImageFigure
- paintFigure(Graphics) - Method in class org.eclipse.draw2d.ImageFigure
- paintFigure(Graphics) - Method in class org.eclipse.draw2d.Label
- paintFigure(Graphics) - Method in class org.eclipse.draw2d.parts.Thumbnail
- paintFigure(Graphics) - Method in class org.eclipse.draw2d.Shape
- 
Paints the shape.
- paintFigure(Graphics) - Method in class org.eclipse.draw2d.text.TextFlow
- paintFigure(Graphics) - Method in class org.eclipse.draw2d.ToggleButton
- paintGrid(Graphics, IFigure, Point, int, int) - Static method in class org.eclipse.draw2d.FigureUtilities
- 
Helper method to paint a grid.
- paintSelection(Graphics) - Method in class org.eclipse.draw2d.text.InlineFlow
- 
Renders the XOR selection rectangles to the graphics.
- paintSelection(Graphics) - Method in class org.eclipse.draw2d.text.TextFlow
- paintText(Graphics, String, int, int, int) - Method in class org.eclipse.draw2d.text.TextFlow
- Panel - Class in org.eclipse.draw2d
- 
A General purpose Container.
- Panel() - Constructor for class org.eclipse.draw2d.Panel
- ParagraphTextLayout - Class in org.eclipse.draw2d.text
- 
The layout forTextFlow.
- ParagraphTextLayout(TextFlow) - Constructor for class org.eclipse.draw2d.text.ParagraphTextLayout
- 
Constructs a new ParagraphTextLayout on the specified TextFlow.
- ParagraphTextLayout(TextFlow, int) - Constructor for class org.eclipse.draw2d.text.ParagraphTextLayout
- 
Constructs the layout with the specified TextFlow and wrapping style.
- Path - Class in org.eclipse.draw2d.graph
- 
A Path representation for the ShortestPathRouting.
- Path() - Constructor for class org.eclipse.draw2d.graph.Path
- 
Constructs a new path.
- Path(Object) - Constructor for class org.eclipse.draw2d.graph.Path
- 
Constructs a new path with the given data.
- Path(Point, Point) - Constructor for class org.eclipse.draw2d.graph.Path
- 
Constructs a new path with the given data, start and end point.
- performScale(double) - Method in class org.eclipse.draw2d.geometry.Dimension
- performScale(double) - Method in class org.eclipse.draw2d.geometry.Point
- performScale(double) - Method in class org.eclipse.draw2d.geometry.PointList
- performScale(double) - Method in class org.eclipse.draw2d.geometry.PrecisionDimension
- performScale(double) - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
- performScale(double) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- performScale(double) - Method in class org.eclipse.draw2d.geometry.Rectangle
- performScale(double) - Method in interface org.eclipse.draw2d.geometry.Translatable
- 
Scales this object by the scale factor.
- performScale(double) - Method in class org.eclipse.draw2d.text.CaretInfo
- performTranslate(int, int) - Method in class org.eclipse.draw2d.geometry.Dimension
- performTranslate(int, int) - Method in class org.eclipse.draw2d.geometry.Point
- performTranslate(int, int) - Method in class org.eclipse.draw2d.geometry.PointList
- performTranslate(int, int) - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
- performTranslate(int, int) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- performTranslate(int, int) - Method in class org.eclipse.draw2d.geometry.Rectangle
- performTranslate(int, int) - Method in interface org.eclipse.draw2d.geometry.Translatable
- 
Translates this object horizontally bydxand vertically bydy.
- performTranslate(int, int) - Method in class org.eclipse.draw2d.text.CaretInfo
- performTranslate(Dimension) - Method in interface org.eclipse.draw2d.geometry.Translatable
- 
Translates this object horizontally bydimension.widthand vertically bydimension.height.
- performTranslate(Insets) - Method in interface org.eclipse.draw2d.geometry.Translatable
- 
Translates this object horizontally byinsets.leftand vertically byinsets.top.
- performTranslate(Point) - Method in interface org.eclipse.draw2d.geometry.Translatable
- 
Translates this object horizontally bypoint.xand vertically bypoint.y.
- performUpdate() - Method in class org.eclipse.draw2d.DeferredUpdateManager
- 
Performs the update.
- performUpdate() - Method in class org.eclipse.draw2d.SubordinateUpdateManager
- 
Deprecated.
- performUpdate() - Method in class org.eclipse.draw2d.UpdateManager
- 
Forces an update to occur.
- performUpdate(Rectangle) - Method in class org.eclipse.draw2d.DeferredUpdateManager
- 
Adds the given exposed region to the update queue and then performs the update.
- performUpdate(Rectangle) - Method in class org.eclipse.draw2d.SubordinateUpdateManager
- 
Deprecated.
- performUpdate(Rectangle) - Method in class org.eclipse.draw2d.UpdateManager
- 
Performs an update on the given exposed rectangle.
- performValidation() - Method in class org.eclipse.draw2d.DeferredUpdateManager
- performValidation() - Method in class org.eclipse.draw2d.UpdateManager
- 
Performs a partial update if supported (validation only).
- playback(IFigure) - Method in class org.eclipse.draw2d.Animator
- 
Plays back the animation for the given figure and returnstrueif successful.
- playback(IFigure) - Method in class org.eclipse.draw2d.LayoutAnimator
- 
Plays back the animated layout.
- playback(IFigure) - Method in class org.eclipse.draw2d.RoutingAnimator
- 
Plays back the interpolated state.
- playbackStarting(IFigure) - Method in class org.eclipse.draw2d.Animator
- 
Sent as playback is starting for a given figure.
- playbackStarting(IFigure) - Method in class org.eclipse.draw2d.RoutingAnimator
- 
Overridden to sync initial and final states.
- Point - Class in org.eclipse.draw2d.geometry
- 
Represents a point (x, y) in 2-dimensional space.
- Point() - Constructor for class org.eclipse.draw2d.geometry.Point
- 
Constructs a Point at location (0,0).
- Point(double, double) - Constructor for class org.eclipse.draw2d.geometry.Point
- 
Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionPointorPoint(int, int)instead.
- Point(int, int) - Constructor for class org.eclipse.draw2d.geometry.Point
- 
Constructs a Point at the specified x and y locations.
- Point(Dimension) - Constructor for class org.eclipse.draw2d.geometry.Point
- Point(Point) - Constructor for class org.eclipse.draw2d.geometry.Point
- 
Constructs a Point at the same location as the given Point.
- Point(Point) - Constructor for class org.eclipse.draw2d.geometry.Point
- 
Constructs a Point at the same location as the given SWT Point.
- PointList - Class in org.eclipse.draw2d.geometry
- 
Represents a List of Points.
- PointList() - Constructor for class org.eclipse.draw2d.geometry.PointList
- 
Constructs an empty PointList.
- PointList(int) - Constructor for class org.eclipse.draw2d.geometry.PointList
- 
Constructs a PointList with initial capacity size, but no points.
- PointList(int[]) - Constructor for class org.eclipse.draw2d.geometry.PointList
- 
Constructs a PointList with the given points.
- Polygon - Class in org.eclipse.draw2d
- 
Renders aPointListas a polygonal shape.
- Polygon() - Constructor for class org.eclipse.draw2d.Polygon
- polygonContainsPoint(int, int) - Method in class org.eclipse.draw2d.geometry.PointList
- polygonContainsPoint(PointList, int, int) - Static method in class org.eclipse.draw2d.geometry.Geometry
- 
One simple way of finding whether the point is inside or outside a simple polygon is to test how many times a ray starting from the point intersects the edges of the polygon.
- PolygonDecoration - Class in org.eclipse.draw2d
- 
A rotatable, polygon shaped decoration most commonly used for decorating the ends ofpolylines.
- PolygonDecoration() - Constructor for class org.eclipse.draw2d.PolygonDecoration
- 
Constructs a PolygonDecoration.
- PolygonShape - Class in org.eclipse.draw2d
- 
Renders aPointListas a polygonal shape.
- PolygonShape() - Constructor for class org.eclipse.draw2d.PolygonShape
- Polyline - Class in org.eclipse.draw2d
- 
Renders aPointListas a series of line segments.
- Polyline() - Constructor for class org.eclipse.draw2d.Polyline
- PolylineConnection - Class in org.eclipse.draw2d
- 
An implementation ofConnectionbased on Polyline.
- PolylineConnection() - Constructor for class org.eclipse.draw2d.PolylineConnection
- polylineContainsPoint(int, int, int) - Method in class org.eclipse.draw2d.geometry.PointList
- polylineContainsPoint(PointList, int, int, int) - Static method in class org.eclipse.draw2d.geometry.Geometry
- PolylineDecoration - Class in org.eclipse.draw2d
- 
A decorative Figure intended to be placed on aPolyline.
- PolylineDecoration() - Constructor for class org.eclipse.draw2d.PolylineDecoration
- 
Constructs a PolylineDecoration.
- PolylineShape - Class in org.eclipse.draw2d
- 
Renders aPointListas a series of line segments.
- PolylineShape() - Constructor for class org.eclipse.draw2d.PolylineShape
- popState() - Method in class org.eclipse.draw2d.Graphics
- 
Pops the previous state of this graphics object off the stack (ifGraphics.pushState()has previously been called) and restores the current state to that popped state.
- popState() - Method in class org.eclipse.draw2d.ScaledGraphics
- popState() - Method in class org.eclipse.draw2d.SWTGraphics
- PopUpHelper - Class in org.eclipse.draw2d
- 
Provides abstract support for classes that manage popups.
- PopUpHelper(Control) - Constructor for class org.eclipse.draw2d.PopUpHelper
- 
Constructs a PopUpHelper to assist with popups on Control c.
- PopUpHelper(Control, int) - Constructor for class org.eclipse.draw2d.PopUpHelper
- 
Constructs a PopUpHelper to display the given shell style popup.
- position - Variable in class org.eclipse.draw2d.geometry.Straight
- 
position vector of this straight
- PositionConstants - Interface in org.eclipse.draw2d
- 
Constants representing cardinal directions and relative positions.
- postLayout(IFigure) - Method in class org.eclipse.draw2d.LayoutAnimator
- 
Hooks post layout in case animation is in progress.
- postLayout(IFigure) - Method in interface org.eclipse.draw2d.LayoutListener
- 
Called after layout has occurred.
- postLayout(IFigure) - Method in class org.eclipse.draw2d.LayoutListener.Stub
- 
Stub which does nothing.
- postRoute(Connection) - Method in class org.eclipse.draw2d.RoutingAnimator
- 
Hooks post routing for animation purposes.
- postRoute(Connection) - Method in interface org.eclipse.draw2d.RoutingListener
- 
Called after normal routing has completed.
- postRoute(Connection) - Method in class org.eclipse.draw2d.RoutingListener.Stub
- postValidate() - Method in class org.eclipse.draw2d.text.BlockFlow
- postValidate() - Method in class org.eclipse.draw2d.text.FlowAdapter
- 
Updates the bounds of this figure to match that of its content box, and lays out this figure's children.
- postValidate() - Method in class org.eclipse.draw2d.text.FlowFigure
- 
Called after validate has occurred.
- postValidate() - Method in class org.eclipse.draw2d.text.FlowPage
- postValidate() - Method in class org.eclipse.draw2d.text.InlineFlow
- preciseAbs(double) - Static method in class org.eclipse.draw2d.geometry.PrecisionGeometry
- preciseAdd(double, double) - Static method in class org.eclipse.draw2d.geometry.PrecisionGeometry
- preciseBottom() - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- 
Returns the bottom coordinte in double precision.
- preciseDivide(double, double) - Static method in class org.eclipse.draw2d.geometry.PrecisionGeometry
- preciseHeight - Variable in class org.eclipse.draw2d.geometry.PrecisionDimension
- 
Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionDimension.setPreciseHeight(double)andPrecisionDimension.preciseHeight()instead. This field will become private in the future.
- preciseHeight - Variable in class org.eclipse.draw2d.geometry.PrecisionRectangle
- 
Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionRectangle.setPreciseHeight(double)andPrecisionRectangle.preciseHeight()instead. This field will become private in the future.
- preciseHeight() - Method in class org.eclipse.draw2d.geometry.Dimension
- 
Returnsdoubleheight
- preciseHeight() - Method in class org.eclipse.draw2d.geometry.PrecisionDimension
- preciseHeight() - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- preciseHeight() - Method in class org.eclipse.draw2d.geometry.Rectangle
- 
Returnsdoubleheight
- preciseMultiply(double, double) - Static method in class org.eclipse.draw2d.geometry.PrecisionGeometry
- preciseNegate(double) - Static method in class org.eclipse.draw2d.geometry.PrecisionGeometry
- preciseRight() - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- 
Returns the right side in double precision.
- preciseSubtract(double, double) - Static method in class org.eclipse.draw2d.geometry.PrecisionGeometry
- preciseWidth - Variable in class org.eclipse.draw2d.geometry.PrecisionDimension
- 
Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionDimension.setPreciseWidth(double)andPrecisionDimension.preciseWidth()instead. This field will become private in the future.
- preciseWidth - Variable in class org.eclipse.draw2d.geometry.PrecisionRectangle
- 
Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionRectangle.setPreciseWidth(double)andPrecisionRectangle.preciseWidth()instead. This field will become private in the future.
- preciseWidth() - Method in class org.eclipse.draw2d.geometry.Dimension
- 
Returnsdoublewidth
- preciseWidth() - Method in class org.eclipse.draw2d.geometry.PrecisionDimension
- preciseWidth() - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- preciseWidth() - Method in class org.eclipse.draw2d.geometry.Rectangle
- 
Returnsdoublewidth
- preciseX - Variable in class org.eclipse.draw2d.geometry.PrecisionPoint
- 
Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionPoint.setPreciseX(double)andPrecisionPoint.preciseX()instead. This field will become private in future versions.
- preciseX - Variable in class org.eclipse.draw2d.geometry.PrecisionRectangle
- 
Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionRectangle.setPreciseX(double)andPrecisionRectangle.preciseX()instead. This field will become private in the future.
- preciseX() - Method in class org.eclipse.draw2d.geometry.Point
- 
Returnsdoublex coordinate
- preciseX() - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
- preciseX() - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- preciseX() - Method in class org.eclipse.draw2d.geometry.Rectangle
- 
Returnsdoublex coordinate
- preciseY - Variable in class org.eclipse.draw2d.geometry.PrecisionPoint
- 
Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionPoint.setPreciseY(double)andPrecisionPoint.preciseY()instead. This field will become private in future versions.
- preciseY - Variable in class org.eclipse.draw2d.geometry.PrecisionRectangle
- 
Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionRectangle.setPreciseX(double)andPrecisionRectangle.preciseY()instead. This field will become private in the future.
- preciseY() - Method in class org.eclipse.draw2d.geometry.Point
- 
Returnsdoubley coordinate
- preciseY() - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
- preciseY() - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- preciseY() - Method in class org.eclipse.draw2d.geometry.Rectangle
- 
Returnsdoubley coordinate
- PrecisionDimension - Class in org.eclipse.draw2d.geometry
- PrecisionDimension() - Constructor for class org.eclipse.draw2d.geometry.PrecisionDimension
- 
Constructs a new precision dimension.
- PrecisionDimension(double, double) - Constructor for class org.eclipse.draw2d.geometry.PrecisionDimension
- 
Constructs a new precision dimension with the given values.
- PrecisionDimension(Dimension) - Constructor for class org.eclipse.draw2d.geometry.PrecisionDimension
- 
Constructs a precision representation of the given dimension.
- PrecisionGeometry - Class in org.eclipse.draw2d.geometry
- 
A Utilities class for precise geometry calculations.
- PrecisionGeometry() - Constructor for class org.eclipse.draw2d.geometry.PrecisionGeometry
- PrecisionPoint - Class in org.eclipse.draw2d.geometry
- PrecisionPoint() - Constructor for class org.eclipse.draw2d.geometry.PrecisionPoint
- 
Constructor for PrecisionPoint.
- PrecisionPoint(double, double) - Constructor for class org.eclipse.draw2d.geometry.PrecisionPoint
- 
Constructor for PrecisionPoint.
- PrecisionPoint(int, int) - Constructor for class org.eclipse.draw2d.geometry.PrecisionPoint
- 
Constructor for PrecisionPoint.
- PrecisionPoint(Point) - Constructor for class org.eclipse.draw2d.geometry.PrecisionPoint
- 
Constructor for PrecisionPoint.
- PrecisionRectangle - Class in org.eclipse.draw2d.geometry
- 
A Rectangle implementation using floating point values which are truncated into the inherited integer fields.
- PrecisionRectangle() - Constructor for class org.eclipse.draw2d.geometry.PrecisionRectangle
- 
Constructs a new PrecisionRectangle with all values 0.
- PrecisionRectangle(double, double, double, double) - Constructor for class org.eclipse.draw2d.geometry.PrecisionRectangle
- 
Constructs a PrecisionRectangle with the provided values.
- PrecisionRectangle(Point, Dimension) - Constructor for class org.eclipse.draw2d.geometry.PrecisionRectangle
- 
Constructs a new PrecisionRectangle from a given Point and a Dimension
- PrecisionRectangle(Rectangle) - Constructor for class org.eclipse.draw2d.geometry.PrecisionRectangle
- 
Constructs a new PrecisionRectangle from the given integer Rectangle.
- preferredSize - Variable in class org.eclipse.draw2d.AbstractLayout
- 
The cached preferred size.
- prefSize - Variable in class org.eclipse.draw2d.Figure
- 
This Figure's preferred size.
- preLayout() - Method in class org.eclipse.draw2d.text.BlockFlowLayout
- preLayout() - Method in class org.eclipse.draw2d.text.FlowContainerLayout
- 
Called before layoutChildren() to setup any necessary state.
- preLayout() - Method in class org.eclipse.draw2d.text.InlineFlowLayout
- 
Clears out all fragments prior to the call to layoutChildren().
- preparePrintSource() - Method in class org.eclipse.draw2d.PrintFigureOperation
- preparePrintSource() - Method in class org.eclipse.draw2d.PrintOperation
- 
This method contains all operations performed to sourceFigure prior to being printed.
- PRESSED_FLAG - Static variable in class org.eclipse.draw2d.ButtonModel
- 
Flag for pressed button state
- PRESSED_PROPERTY - Static variable in class org.eclipse.draw2d.ButtonModel
- 
Pressed property
- prev - Variable in class org.eclipse.draw2d.graph.VirtualNode
- 
Deprecated.The previous node.
- primTranslate(int, int) - Method in class org.eclipse.draw2d.Figure
- 
Translates this Figure's bounds, without firing a move.
- primTranslate(int, int) - Method in class org.eclipse.draw2d.FreeformLayer
- primTranslate(int, int) - Method in class org.eclipse.draw2d.FreeformLayeredPane
- primTranslate(int, int) - Method in class org.eclipse.draw2d.Polyline
- primTranslate(int, int) - Method in class org.eclipse.draw2d.Triangle
- PrinterGraphics - Class in org.eclipse.draw2d
- 
A scalable graphics object used to print to a printer.
- PrinterGraphics(Graphics, Printer) - Constructor for class org.eclipse.draw2d.PrinterGraphics
- 
Creates a new PrinterGraphics with Graphics g, using Printer p
- PrintFigureOperation - Class in org.eclipse.draw2d
- 
Class responsible for printing Figures.
- PrintFigureOperation(Printer) - Constructor for class org.eclipse.draw2d.PrintFigureOperation
- 
Constructor for PrintFigureOperation.
- PrintFigureOperation(Printer, IFigure) - Constructor for class org.eclipse.draw2d.PrintFigureOperation
- 
Constructor for PrintFigureOperation.
- PrintOperation - Class in org.eclipse.draw2d
- 
Implementation of draw2d's printing capabilities.
- PrintOperation() - Constructor for class org.eclipse.draw2d.PrintOperation
- 
Creates a new PrintOperation
- PrintOperation(Printer) - Constructor for class org.eclipse.draw2d.PrintOperation
- 
Creates a new PrintOperation on Printer p
- printPages() - Method in class org.eclipse.draw2d.PrintFigureOperation
- 
Prints the pages based on the current print mode.
- printPages() - Method in class org.eclipse.draw2d.PrintOperation
- 
This method is responsible for printing pages.
- process() - Method in class org.eclipse.draw2d.text.BidiProcessor
- 
Processes the contributed text, determines the Bidi levels, and assigns them to the FlowFigures that made thet contributions.
- processPositions(Vector, Vector, List<Double>, boolean, Connection) - Method in class org.eclipse.draw2d.ManhattanConnectionRouter
- PROPERTY_CONNECTION_ROUTER - Static variable in interface org.eclipse.draw2d.Connection
- 
The connection router property.
- PROPERTY_EXTENT - Static variable in interface org.eclipse.draw2d.RangeModel
- 
Extent property name
- PROPERTY_MAXIMUM - Static variable in interface org.eclipse.draw2d.RangeModel
- 
Maximum property name
- PROPERTY_MINIMUM - Static variable in interface org.eclipse.draw2d.RangeModel
- 
Minimum property name
- PROPERTY_POINTS - Static variable in interface org.eclipse.draw2d.Connection
- 
The points property.
- PROPERTY_VALUE - Static variable in interface org.eclipse.draw2d.RangeModel
- 
Value property name
- PROPERTY_VIEW_LOCATION - Static variable in class org.eclipse.draw2d.Viewport
- 
ID for the view location property
- propertyChange(PropertyChangeEvent) - Method in class org.eclipse.draw2d.PuristicScrollPane.PuristicScrollBar
- propertyChange(PropertyChangeEvent) - Method in class org.eclipse.draw2d.ScrollBar
- propertyChange(PropertyChangeEvent) - Method in class org.eclipse.draw2d.Viewport
- 
Listens for either of theRangeModelsto fire a property change event and updates the view accordingly.
- propertyListeners - Variable in class org.eclipse.draw2d.DefaultRangeModel
- 
Listeners interested in the range model's property changes.
- prune(IFigure) - Method in class org.eclipse.draw2d.ExclusionSearch
- 
Returnstrueif the figure is a member of the Collection.
- prune(IFigure) - Method in class org.eclipse.draw2d.Figure.IdentitySearch
- 
Always returnsfalse.
- prune(IFigure) - Method in interface org.eclipse.draw2d.TreeSearch
- 
Returnstrueif the figure and all of its contained figures should be pruned from the search.
- PuristicScrollBar(boolean) - Constructor for class org.eclipse.draw2d.PuristicScrollPane.PuristicScrollBar
- 
Instantiates a new transparent scroll bar.
- PuristicScrollPane - Class in org.eclipse.draw2d
- 
AScrollPanewith transparentScrollBars.
- PuristicScrollPane() - Constructor for class org.eclipse.draw2d.PuristicScrollPane
- PuristicScrollPane.PuristicScrollBar - Class in org.eclipse.draw2d
- 
AScrollBarwith no thumb and non-opaque buttons.
- pushState() - Method in class org.eclipse.draw2d.Graphics
- 
Pushes the current state of this graphics object onto a stack.
- pushState() - Method in class org.eclipse.draw2d.ScaledGraphics
- pushState() - Method in class org.eclipse.draw2d.SWTGraphics
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form