|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Painter
Painter defines the interface for drawing a layer into a DrawingView.
Strategy
Painter encapsulates an algorithm to render something in
the DrawingView. The DrawingView plays the role of the StrategyContext.
DrawingView
Method Summary | |
---|---|
void |
draw(java.awt.Graphics g,
DrawingView view)
Draws into the given DrawingView. |
Method Detail |
---|
void draw(java.awt.Graphics g, DrawingView view)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |