|
Eclipse Draw2d 3.3 |
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
TextFlow
.PointList
as a polygonal shape.
polylines
.PointList
as a series of line segments. Connection
based on Polyline. Polyline
. 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.
UpdateManager
to paint this
LightweightSystem's Canvas and contents.
FlowBorder
if present, and draw selection.
dx
and vertically by
dy
.
true
if
successful.
Graphics.pushState()
has previously been called) and restores the current state to that popped state.
double
height
double
height
double
width
double
width
double
x coordinate
double
x coordinate
double
y coordinate
double
y coordinate
RangeModels
to fire a property change
event and updates the view accordingly.
true
if the figure is a member of the Collection.
false
.
true
if the figure and all of its contained figures should be
pruned from the search.
|
Eclipse Draw2d 3.3 |
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |