Generated by
JDiff

Class org.jhotdraw.draw.DefaultDrawingView

Added Methods
void drawCanvas(Graphics2D) Draws the canvas.
void drawDrawingNonvolatileBuffered(Graphics2D) Draws the drawing double buffered using a buffered image.
void drawDrawingVolatileBuffered(Graphics2D) Draws the drawing double buffered using a volatile image.
Rectangle getCanvasViewBounds() Returns the bounds of the canvas on the drawing view.
boolean isDrawingDoubleBuffered() Returns true, if the the drawing is double buffered.
void paint(Graphics)  
void removeNotify()  
void setBackground(Color)  
void setDrawingDoubleBuffered(boolean) Sets whether the drawing is double buffered.
void setViewRenderingHints(Graphics2D)  
 

Added Fields
String DRAWING_DOUBLE_BUFFERED_PROPERTY