|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrintContainer
Container for printed text. The parts of text attributed by font, fore and back color are added to it for the whole printed area.
Method Summary | |
---|---|
void |
add(char[] chars,
Font font,
Color foreColor,
Color backColor)
Add the attributed characters to the container. |
void |
eol()
End of line was found. |
boolean |
initEmptyLines()
|
Method Detail |
---|
void add(char[] chars, Font font, Color foreColor, Color backColor)
chars
- characters being added.font
- font of the added charactersforeColor
- foreground color of the added charactersbackColor
- background color of the added charactersvoid eol()
boolean initEmptyLines()
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |