public static interface CustomShapeFigure.ShapePainter
Modifier and Type | Method and Description |
---|---|
void |
fillShape(org.eclipse.draw2d.Graphics graphics,
org.eclipse.draw2d.geometry.Rectangle bounds)
Fills the interior of the shape.
|
org.eclipse.draw2d.geometry.Insets |
getInsets()
Get the shape insets.
|
void |
outlineShape(org.eclipse.draw2d.Graphics graphics,
org.eclipse.draw2d.geometry.Rectangle bounds)
Outlines the shape.
|
void fillShape(org.eclipse.draw2d.Graphics graphics, org.eclipse.draw2d.geometry.Rectangle bounds)
graphics
- the graphics objectbounds
- the figure bounds, may not be modifiedvoid outlineShape(org.eclipse.draw2d.Graphics graphics, org.eclipse.draw2d.geometry.Rectangle bounds)
graphics
- the graphics objectbounds
- the figure bounds, may not be modifiedorg.eclipse.draw2d.geometry.Insets getInsets()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a