|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.text.LayeredHighlighter.LayerPainter
gui.utils.BoxHighlightPainter
public class BoxHighlightPainter
Podbarvovac pozadi, pouzivany ke zvyrazneni.
Constructor Summary | |
---|---|
BoxHighlightPainter(java.awt.Color c,
java.awt.Shape bounds)
Vytvori podbarvovac pozadi s danou barvaou a tvarem. |
Method Summary | |
---|---|
void |
paint(java.awt.Graphics g,
int offs0,
int offs1,
java.awt.Shape bounds,
javax.swing.text.JTextComponent c)
This method is never called. |
java.awt.Shape |
paintLayer(java.awt.Graphics g,
int offs0,
int offs1,
java.awt.Shape bounds2,
javax.swing.text.JTextComponent c,
javax.swing.text.View view)
Vykresli podbarvovaci tvar. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoxHighlightPainter(java.awt.Color c, java.awt.Shape bounds)
bounds
- ohranicujici tvarc
- barva zvyrazneneho mistaMethod 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 bounds2, javax.swing.text.JTextComponent c, javax.swing.text.View view)
paintLayer
in class javax.swing.text.LayeredHighlighter.LayerPainter
g
- graficky objektoffs0
- .offs1
- .bounds2
- .c
- .view
- .
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |