|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Class that implements this interface can draw a sub-execution plan on a Canvas
. Vendor can extend
AbstractPlanDrawer
intead of implementing this interfact from scratch.
AbstractPlanDrawer
Method Summary | |
void |
drawPlan(IExecutionPlanDocument document)
Draws the given execution plan |
void |
init()
Initializes the drawer, this method will be invoked after the drawer is constructed |
void |
setBrowser(Browser browser)
Sets the browser on which the detail information of one plan node is displayed |
void |
setCanvas(Canvas canvas)
Sets the canvas on which the graphic plan is drawn |
Method Detail |
public void drawPlan(IExecutionPlanDocument document)
document
- the exeuction planpublic void init()
public void setBrowser(Browser browser)
browser
- the browserpublic void setCanvas(Canvas canvas)
canvas
- the canvas
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |