|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.text.LayeredHighlighter.LayerPainter
gui.AlgorithmPanel.BackgroundHighlightPainter
public static class AlgorithmPanel.BackgroundHighlightPainter
Trida, ktera zajistuje podbarveni zvurazeneho radku.
Constructor Summary | |
---|---|
AlgorithmPanel.BackgroundHighlightPainter(java.awt.Color c)
Vytvori zvyraznovac s definovanou barvou. |
Method Summary | |
---|---|
void |
paint(java.awt.Graphics g,
int offs0,
int offs1,
java.awt.Shape bounds,
javax.swing.text.JTextComponent c)
Neni nikdy volano. |
java.awt.Shape |
paintLayer(java.awt.Graphics g,
int offs0,
int offs1,
java.awt.Shape bounds,
javax.swing.text.JTextComponent c,
javax.swing.text.View view)
Vykresli podbarvujici obdelnik. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlgorithmPanel.BackgroundHighlightPainter(java.awt.Color c)
c
- Barva pozadi pro zvyrazneny radek.Method Detail |
---|
public void paint(java.awt.Graphics g, int offs0, int offs1, java.awt.Shape bounds, javax.swing.text.JTextComponent c)
g
- --offs0
- --offs1
- --bounds
- --c
- --public java.awt.Shape paintLayer(java.awt.Graphics g, int offs0, int offs1, java.awt.Shape bounds, javax.swing.text.JTextComponent c, javax.swing.text.View view)
paintLayer
in class javax.swing.text.LayeredHighlighter.LayerPainter
g
- ..offs0
- ..offs1
- ..bounds
- ..c
- ..view
- ..
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |