|
 |
|
|
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
- 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.
-
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
-
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
-
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
- Creates a new PageFlowLayout with the given FlowPage
-
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
- 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 org.eclipse.draw2d.graph.
Path.
- 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.
-
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(Point) -
Constructor for class org.eclipse.draw2d.geometry.
Point
- Constructs a Point at the same location as the given Point.
-
Point(int, int) -
Constructor for class org.eclipse.draw2d.geometry.
Point
- Constructs a Point at the specified x and y locations.
-
Point(double, double) -
Constructor for class org.eclipse.draw2d.geometry.
Point
- Constructs a Point at the specified x and y locations.
-
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 the given points.
-
PointList(int) -
Constructor for class org.eclipse.draw2d.geometry.
PointList
- Constructs a PointList with initial capacity size, but no points.
-
Polygon - class org.eclipse.draw2d.
Polygon.
- Renders a
PointList as a polygonal shape.
-
Polygon() -
Constructor for class org.eclipse.draw2d.
Polygon
-
-
PolygonDecoration - class org.eclipse.draw2d.
PolygonDecoration.
- A rotatable, polygon shaped decoration most commonly used for decorating the ends of
polylines . -
PolygonDecoration() -
Constructor for class org.eclipse.draw2d.
PolygonDecoration
- Constructs a PolygonDecoration.
-
PolygonShape - class org.eclipse.draw2d.
PolygonShape.
- Renders a
PointList as a polygonal shape.
-
PolygonShape() -
Constructor for class org.eclipse.draw2d.
PolygonShape
-
-
Polyline - class org.eclipse.draw2d.
Polyline.
- Renders a
PointList as a series of line segments. -
Polyline() -
Constructor for class org.eclipse.draw2d.
Polyline
-
-
PolylineConnection - class org.eclipse.draw2d.
PolylineConnection.
- An implementation of
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.
-
PolylineShape - class org.eclipse.draw2d.
PolylineShape.
- Renders a
PointList as a series of line segments. -
PolylineShape() -
Constructor for class org.eclipse.draw2d.
PolylineShape
-
-
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.
-
PopUpHelper(Control, int) -
Constructor for class org.eclipse.draw2d.
PopUpHelper
- Constructs a PopUpHelper to display the given shell style popup.
-
PositionConstants - interface org.eclipse.draw2d.
PositionConstants.
- Constants representing cardinal directions and relative positions.
-
PrecisionDimension - class org.eclipse.draw2d.geometry.
PrecisionDimension.
-
-
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.
-
PrecisionPoint - class org.eclipse.draw2d.geometry.
PrecisionPoint.
-
-
PrecisionPoint() -
Constructor for class org.eclipse.draw2d.geometry.
PrecisionPoint
- Constructor for PrecisionPoint.
-
PrecisionPoint(Point) -
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(double, double) -
Constructor for class org.eclipse.draw2d.geometry.
PrecisionPoint
- Constructor for PrecisionPoint.
-
PrecisionRectangle - class org.eclipse.draw2d.geometry.
PrecisionRectangle.
- 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(Rectangle) -
Constructor for class org.eclipse.draw2d.geometry.
PrecisionRectangle
- Constructs a new PrecisionRectangle from the given integer Rectangle.
-
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
-
PrinterGraphics - class org.eclipse.draw2d.
PrinterGraphics.
- 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
-
padding -
Variable in class org.eclipse.draw2d.graph.
Edge
-
Deprecated. use accessors instead
-
paint(IFigure, Graphics, Insets) -
Method in class org.eclipse.draw2d.
AbstractBackground
- Paints the border. The border should paint inside figure's
IFigure.getBounds() ,
inset by the parameter insets. The border generally should not paint inside its
own insets. More specifically, Border b should paint inside the rectangle:
figure.getBounds().getCropped(insets) and outside of the rectangle:
figure.getBounds().getCropped(insets).getCropped(getInsets()) where inside is
defined as
Rectangle.contains(int, int) .
By default, this method is stubbed out for backgrounds which only paint
underneath a figure.
-
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(Graphics) -
Method in class org.eclipse.draw2d.
ConnectionLayer
-
-
paint(Graphics) -
Method in class org.eclipse.draw2d.
Figure
- Paints this Figure and its children.
-
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(Graphics) -
Method in interface org.eclipse.draw2d.
IFigure
- Paints this IFigure and its children.
-
paint(GC) -
Method in class org.eclipse.draw2d.
LightweightSystem
- Invokes this LightweightSystem's
UpdateManager to paint this
LightweightSystem's Canvas and contents.
-
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(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.
SimpleEtchedBorder
-
-
paint(IFigure, Graphics, Insets) -
Method in class org.eclipse.draw2d.
TitleBarBorder
-
-
paint(IFigure, Graphics, Insets) -
Method in class org.eclipse.draw2d.text.
AbstractFlowBorder
- This method is not called on FlowBorders.
-
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.
-
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 a
FlowBorder if 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, 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.
-
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.
-
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.
ImageFigure
-
-
paintFigure(Graphics) -
Method in class org.eclipse.draw2d.
Label
-
-
paintFigure(Graphics) -
Method in class org.eclipse.draw2d.
Shape
- Paints the shape.
-
paintFigure(Graphics) -
Method in class org.eclipse.draw2d.
ToggleButton
-
-
paintFigure(Graphics) -
Method in class org.eclipse.draw2d.parts.
Thumbnail
-
-
paintFigure(Graphics) -
Method in class org.eclipse.draw2d.text.
TextFlow
-
-
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
-
-
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 by
dx and vertically by
dy .
-
performTranslate(int, int) -
Method in class org.eclipse.draw2d.text.
CaretInfo
-
-
performUpdate() -
Method in class org.eclipse.draw2d.
DeferredUpdateManager
- Performs the update.
-
performUpdate(Rectangle) -
Method in class org.eclipse.draw2d.
DeferredUpdateManager
- Adds the given exposed region to the update queue and then performs the update.
-
performUpdate() -
Method in class org.eclipse.draw2d.
SubordinateUpdateManager
-
Deprecated.
-
performUpdate(Rectangle) -
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.
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 returns
true if
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.
-
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.
-
polygonContainsPoint(int, int) -
Method in class org.eclipse.draw2d.geometry.
PointList
-
-
polylineContainsPoint(PointList, int, int, int) -
Static method in class org.eclipse.draw2d.geometry.
Geometry
-
-
polylineContainsPoint(int, int, int) -
Method in class org.eclipse.draw2d.geometry.
PointList
-
-
popState() -
Method in class org.eclipse.draw2d.
Graphics
- Pops the previous state of this graphics object off the stack (if
Graphics.pushState()
has previously been called) and restores the current state to that popped state.
-
popState() -
Method in class org.eclipse.draw2d.
SWTGraphics
-
-
popState() -
Method in class org.eclipse.draw2d.
ScaledGraphics
-
-
postLayout(IFigure) -
Method in class org.eclipse.draw2d.
LayoutAnimator
- Hooks post layout in case animation is in progress.
-
postLayout(IFigure) -
Method in class org.eclipse.draw2d.
LayoutListener.Stub
- Stub which does nothing.
-
postLayout(IFigure) -
Method in interface org.eclipse.draw2d.
LayoutListener
- Called after layout has occurred.
-
postRoute(Connection) -
Method in class org.eclipse.draw2d.
RoutingAnimator
- Hooks post routing for animation purposes.
-
postRoute(Connection) -
Method in class org.eclipse.draw2d.
RoutingListener.Stub
-
-
postRoute(Connection) -
Method in interface org.eclipse.draw2d.
RoutingListener
- Called after normal routing has completed.
-
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
-
-
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().
-
preciseBottom() -
Method in class org.eclipse.draw2d.geometry.
PrecisionRectangle
- Returns the bottom coordinte in double precision.
-
preciseHeight() -
Method in class org.eclipse.draw2d.geometry.
Dimension
- Returns
double height
-
preciseHeight -
Variable in class org.eclipse.draw2d.geometry.
PrecisionDimension
- The height in double precision.
-
preciseHeight() -
Method in class org.eclipse.draw2d.geometry.
PrecisionDimension
-
-
preciseHeight -
Variable in class org.eclipse.draw2d.geometry.
PrecisionRectangle
- Double value for height
-
preciseHeight() -
Method in class org.eclipse.draw2d.geometry.
PrecisionRectangle
-
-
preciseHeight() -
Method in class org.eclipse.draw2d.geometry.
Rectangle
- Returns
double height
-
preciseRight() -
Method in class org.eclipse.draw2d.geometry.
PrecisionRectangle
- Returns the right side in double precision.
-
preciseWidth() -
Method in class org.eclipse.draw2d.geometry.
Dimension
- Returns
double width
-
preciseWidth -
Variable in class org.eclipse.draw2d.geometry.
PrecisionDimension
- The width in double precision.
-
preciseWidth() -
Method in class org.eclipse.draw2d.geometry.
PrecisionDimension
-
-
preciseWidth -
Variable in class org.eclipse.draw2d.geometry.
PrecisionRectangle
- Double value for width
-
preciseWidth() -
Method in class org.eclipse.draw2d.geometry.
PrecisionRectangle
-
-
preciseWidth() -
Method in class org.eclipse.draw2d.geometry.
Rectangle
- Returns
double width
-
preciseX() -
Method in class org.eclipse.draw2d.geometry.
Point
- Returns
double x coordinate
-
preciseX -
Variable in class org.eclipse.draw2d.geometry.
PrecisionPoint
- Double value for X
-
preciseX() -
Method in class org.eclipse.draw2d.geometry.
PrecisionPoint
-
-
preciseX -
Variable in class org.eclipse.draw2d.geometry.
PrecisionRectangle
- Double value for X
-
preciseX() -
Method in class org.eclipse.draw2d.geometry.
PrecisionRectangle
-
-
preciseX() -
Method in class org.eclipse.draw2d.geometry.
Rectangle
- Returns
double x coordinate
-
preciseY() -
Method in class org.eclipse.draw2d.geometry.
Point
- Returns
double y coordinate
-
preciseY -
Variable in class org.eclipse.draw2d.geometry.
PrecisionPoint
- Double value for Y
-
preciseY() -
Method in class org.eclipse.draw2d.geometry.
PrecisionPoint
-
-
preciseY -
Variable in class org.eclipse.draw2d.geometry.
PrecisionRectangle
- Double value for Y
-
preciseY() -
Method in class org.eclipse.draw2d.geometry.
PrecisionRectangle
-
-
preciseY() -
Method in class org.eclipse.draw2d.geometry.
Rectangle
- Returns
double y coordinate
-
prefSize -
Variable in class org.eclipse.draw2d.
Figure
- This Figure's preferred size.
-
preferredSize -
Variable in class org.eclipse.draw2d.
AbstractLayout
- The cached preferred size.
-
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.
-
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
-
-
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(Ray, Ray, List, boolean, Connection) -
Method in class org.eclipse.draw2d.
ManhattanConnectionRouter
-
-
propertyChange(PropertyChangeEvent) -
Method in class org.eclipse.draw2d.
ScrollBar
-
-
propertyChange(PropertyChangeEvent) -
Method in class org.eclipse.draw2d.
Viewport
- Listens for either of the
RangeModels to 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
- Returns
true if the figure is a member of the Collection.
-
prune(IFigure) -
Method in class org.eclipse.draw2d.
Figure.IdentitySearch
- Always returns
false .
-
prune(IFigure) -
Method in interface org.eclipse.draw2d.
TreeSearch
- Returns
true if the figure and all of its contained figures should be
pruned from the search.
-
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.
SWTGraphics
-
-
pushState() -
Method in class org.eclipse.draw2d.
ScaledGraphics
-
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, 2007. All Rights Reserved.
|
|
|