|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CustomShapeFigure.ShapePainter
Paints fill and outline of a shape and provides corresponding insets.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |