|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.AWTEventMulticaster
com.imagero.swing.misc.PaintEventMulticaster
| Field Summary |
| Fields inherited from class java.awt.AWTEventMulticaster |
a, b |
| Constructor Summary | |
PaintEventMulticaster(PaintListener a,
PaintListener b)
|
|
| Method Summary | |
static PaintListener |
add(PaintListener a,
PaintListener b)
|
void |
paint(java.awt.Component c,
java.awt.Graphics2D g)
|
void |
paintBackground(java.awt.Component c,
java.awt.Graphics2D g)
|
void |
paintOver(java.awt.Component c,
java.awt.Graphics2D g)
|
static PaintListener |
remove(PaintListener a,
PaintListener b)
|
| Methods inherited from class java.awt.AWTEventMulticaster |
actionPerformed, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addInternal, adjustmentValueChanged, ancestorMoved, ancestorResized, caretPositionChanged, componentAdded, componentHidden, componentMoved, componentRemoved, componentResized, componentShown, focusGained, focusLost, getListeners, hierarchyChanged, inputMethodTextChanged, itemStateChanged, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, removeInternal, save, saveInternal, textValueChanged, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PaintEventMulticaster(PaintListener a,
PaintListener b)
| Method Detail |
public void paint(java.awt.Component c,
java.awt.Graphics2D g)
paint in interface PaintListener
public void paintBackground(java.awt.Component c,
java.awt.Graphics2D g)
paintBackground in interface PaintListener
public void paintOver(java.awt.Component c,
java.awt.Graphics2D g)
paintOver in interface PaintListener
public static PaintListener add(PaintListener a,
PaintListener b)
public static PaintListener remove(PaintListener a,
PaintListener b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||