com.jgraph.util
public class JGraphPrintingScrollPane.Viewport extends JViewport
Method Summary | |
---|---|
void | paint(Graphics g)
Paints the background.
|
protected void | paintBackgroundImage(Graphics2D g2)
Hook for subclassers to paint the background image.
|
protected void | paintBackgroundPages(Graphics2D g2)
Hook for subclassers to paint the background page(s).
|
Parameters: g The graphics object to paint the background on.
Parameters: g2 The graphics object to paint the image on.
Parameters: g2 The graphics object to paint the background page(s) on.