void |
DIY.createBackPainter(DIY diy,
DIYSheet sheet) |
Calls the script's createBackPainter function.
|
void |
Handler.createBackPainter(DIY diy,
DIYSheet sheet) |
Called to set up any objects needed to paint the component's back
face(s).
|
void |
DIY.createFrontPainter(DIY diy,
DIYSheet sheet) |
Calls the script's createFrontPainter function.
|
void |
Handler.createFrontPainter(DIY diy,
DIYSheet sheet) |
Called to set up any objects needed to paint the component's front
face(s).
|
void |
DIY.paintBack(java.awt.Graphics2D g,
DIY diy,
DIYSheet sheet) |
Calls the script's paintBack function.
|
void |
Handler.paintBack(java.awt.Graphics2D g,
DIY diy,
DIYSheet sheet) |
Called to paint content on the component's back face(s).
|
void |
DIY.paintFront(java.awt.Graphics2D g,
DIY diy,
DIYSheet sheet) |
Calls the script's paintFront function.
|
void |
Handler.paintFront(java.awt.Graphics2D g,
DIY diy,
DIYSheet sheet) |
Called to paint content on the component's front face(s).
|