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

P

PAGE_DOWN - Static variable in class org.eclipse.draw2d.ScrollBarLayout
 
PAGE_UP - Static variable in class org.eclipse.draw2d.ScrollBarLayout
 
PageFlowLayout - class org.eclipse.draw2d.text.PageFlowLayout.
A block layout which requires no FlowContext to perform its layout.
PageFlowLayout(FlowPage) - Constructor for class org.eclipse.draw2d.text.PageFlowLayout
 
paint(GC) - Method in class org.eclipse.draw2d.LightweightSystem
Invokes this LightweightSystem's UpdateManager to paint this LightweightSystem's Canvas and contents.
paint(Graphics) - Method in interface org.eclipse.draw2d.IFigure
Paints this IFigure and its children.
paint(Graphics) - Method in class org.eclipse.draw2d.Figure
Paints this Figure and its children.
paint(Graphics, IFigure, Insets, Color[], Color[]) - Method in class org.eclipse.draw2d.SchemeBorder
 
paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.TitleBarBorder
 
paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.SimpleEtchedBorder
 
paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.SchemeBorder
 
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.LineBorder
 
paint(IFigure, Graphics, Insets) - Method in class org.eclipse.draw2d.GroupBoxBorder
 
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.CompoundBorder
 
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 interface org.eclipse.draw2d.Border
Paints the border.
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.Clickable
If this Clickable has focus, this method paints a focus rectangle.
paintChildren(Graphics) - Method in class org.eclipse.draw2d.Figure
Paints this Figure's children.
paintClientArea(Graphics) - Method in class org.eclipse.draw2d.Viewport
 
paintClientArea(Graphics) - Method in class org.eclipse.draw2d.ScalableFreeformLayeredPane
* @see org.eclipse.draw2d.Figure#paintClientArea(Graphics)
paintClientArea(Graphics) - Method in class org.eclipse.draw2d.Figure
Paints this Figure's client area.
paintClientArea(Graphics) - Method in class org.eclipse.draw2d.Clickable
Paints the area of this figure excluded by the borders.
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.ToggleButton
 
paintFigure(Graphics) - Method in class org.eclipse.draw2d.Shape
 
paintFigure(Graphics) - Method in class org.eclipse.draw2d.Label
 
paintFigure(Graphics) - Method in class org.eclipse.draw2d.ImageFigure
 
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.parts.Thumbnail
 
paintFigure(Graphics) - Method in class org.eclipse.draw2d.text.TextFlow
 
paintFigure(Graphics) - Method in class org.eclipse.draw2d.text.FlowFigure
 
Panel - class org.eclipse.draw2d.Panel.
A General purpose Container.
Panel() - Constructor for class org.eclipse.draw2d.Panel
 
ParagraphTextLayout - class org.eclipse.draw2d.text.ParagraphTextLayout.
The layout for TextFlow.
ParagraphTextLayout(TextFlow) - Constructor for class org.eclipse.draw2d.text.ParagraphTextLayout
Consturcts a new ParagraphTextLayout on the specified TextFlow.
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.geometry.Rectangle
 
performScale(double) - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
 
performScale(double) - Method in class org.eclipse.draw2d.geometry.PointList
 
performScale(double) - Method in class org.eclipse.draw2d.geometry.Point
 
performScale(double) - Method in class org.eclipse.draw2d.geometry.Dimension
 
performTranslate(int, int) - Method in interface org.eclipse.draw2d.geometry.Translatable
Translates this object horizontally by dx and vertically by dy.
performTranslate(int, int) - Method in class org.eclipse.draw2d.geometry.Rectangle
 
performTranslate(int, int) - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
 
performTranslate(int, int) - Method in class org.eclipse.draw2d.geometry.PointList
 
performTranslate(int, int) - Method in class org.eclipse.draw2d.geometry.Point
 
performTranslate(int, int) - Method in class org.eclipse.draw2d.geometry.Dimension
 
performUpdate() - Method in class org.eclipse.draw2d.UpdateManager
 
performUpdate() - Method in class org.eclipse.draw2d.SubordinateUpdateManager
 
performUpdate() - Method in class org.eclipse.draw2d.DeferredUpdateManager
 
performUpdate(Rectangle) - Method in class org.eclipse.draw2d.UpdateManager
 
performUpdate(Rectangle) - Method in class org.eclipse.draw2d.SubordinateUpdateManager
 
performUpdate(Rectangle) - Method in class org.eclipse.draw2d.DeferredUpdateManager
 
Point - class org.eclipse.draw2d.geometry.Point.
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
Constructs a Point at the specified x and y locations.
Point(int, int) - Constructor for class org.eclipse.draw2d.geometry.Point
Constructs a Point at the specified x and y locations.
Point(Point) - Constructor for class org.eclipse.draw2d.geometry.Point
Constructs a Point which is at the same location as the specified Point.
PointList - class org.eclipse.draw2d.geometry.PointList.
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 capacity size.
Polygon - class org.eclipse.draw2d.Polygon.
Draws a polygon which encloses all of its Points.
Polygon() - Constructor for class org.eclipse.draw2d.Polygon
 
PolygonDecoration - class org.eclipse.draw2d.PolygonDecoration.
 
PolygonDecoration() - Constructor for class org.eclipse.draw2d.PolygonDecoration
Constructs a PolygonDecoration.
Polyline - class org.eclipse.draw2d.Polyline.
Provides for graphical lines comprised of Points.
Polyline() - Constructor for class org.eclipse.draw2d.Polyline
 
PolylineConnection - class org.eclipse.draw2d.PolylineConnection.
Connection based on polyline.
PolylineConnection() - Constructor for class org.eclipse.draw2d.PolylineConnection
 
PolylineDecoration - class org.eclipse.draw2d.PolylineDecoration.
A decorative Figure intended to be placed on a Polyline.
PolylineDecoration() - Constructor for class org.eclipse.draw2d.PolylineDecoration
Constructs a PolylineDecoration.
popState() - Method in class org.eclipse.draw2d.ScaledGraphics
 
popState() - Method in class org.eclipse.draw2d.SWTGraphics
 
popState() - Method in class org.eclipse.draw2d.Graphics
 
PopUpHelper - class org.eclipse.draw2d.PopUpHelper.
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.
PositionConstants - interface org.eclipse.draw2d.PositionConstants.
Constants representing cardinal directions and relative positions.
postValidate() - Method in class org.eclipse.draw2d.text.PageFlowLayout
 
postValidate() - Method in class org.eclipse.draw2d.text.InlineFlow
 
postValidate() - Method in class org.eclipse.draw2d.text.FlowPage
 
postValidate() - Method in class org.eclipse.draw2d.text.FlowFigure
Called after validate has occurred.
postValidate() - Method in class org.eclipse.draw2d.text.BlockFlow
 
preciseX - Variable in class org.eclipse.draw2d.geometry.PrecisionPoint
Double value for X
preciseY - Variable in class org.eclipse.draw2d.geometry.PrecisionPoint
Double value for Y
PrecisionPoint - class org.eclipse.draw2d.geometry.PrecisionPoint.
 
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.
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.InlineFlowLayout
 
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.BlockFlowLayout
 
preparePrintSource() - Method in class org.eclipse.draw2d.PrintOperation
This method contains all operations performed to sourceFigure prior to being printed.
preparePrintSource() - Method in class org.eclipse.draw2d.PrintFigureOperation
 
PRESSED_FLAG - Static variable in class org.eclipse.draw2d.ButtonModel
Flags for button states.
PRESSED_PROPERTY - Static variable in class org.eclipse.draw2d.ButtonModel
Pressed property
primTranslate(int, int) - Method in class org.eclipse.draw2d.Triangle
 
primTranslate(int, int) - Method in class org.eclipse.draw2d.Polyline
 
primTranslate(int, int) - Method in class org.eclipse.draw2d.FreeformLayeredPane
 
primTranslate(int, int) - Method in class org.eclipse.draw2d.FreeformLayer
 
primTranslate(int, int) - Method in class org.eclipse.draw2d.Figure
Translates this Figure's bounds, without firing a move.
PrinterGraphics - class org.eclipse.draw2d.PrinterGraphics.
 
PrinterGraphics(Graphics, Printer) - Constructor for class org.eclipse.draw2d.PrinterGraphics
Creates a new PrinterGraphics with Graphics g, using Printer p
PrintFigureOperation - class org.eclipse.draw2d.PrintFigureOperation.
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 org.eclipse.draw2d.PrintOperation.
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.PrintOperation
This method is responsible for printing pages.
printPages() - Method in class org.eclipse.draw2d.PrintFigureOperation
* @see org.eclipse.draw2d.PrintOperation#printPages()
processPositions(Ray, Ray, List, 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
 
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.draw2d.Viewport
 
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.draw2d.ScrollBar
 
propertyListeners - Variable in class org.eclipse.draw2d.DefaultRangeModel
 
prune(IFigure) - Method in interface org.eclipse.draw2d.TreeSearch
Returns true the figure and all of its contained figures should be pruned from the search.
prune(IFigure) - Method in class org.eclipse.draw2d.ExclusionSearch
Returns true if the figure is a member of the Collection.
pushState() - Method in class org.eclipse.draw2d.ScaledGraphics
 
pushState() - Method in class org.eclipse.draw2d.SWTGraphics
 
pushState() - Method in class org.eclipse.draw2d.Graphics
 

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.