Uses of Interface
org.fife.ui.rsyntaxtextarea.TokenPainter
Packages that use TokenPainter
-
Uses of TokenPainter in org.fife.ui.rsyntaxtextarea
Classes in org.fife.ui.rsyntaxtextarea that implement TokenPainterModifier and TypeClassDescription(package private) class
Standard implementation of a token painter.(package private) class
A token painter that visibly renders whitespace (spaces and tabs).Fields in org.fife.ui.rsyntaxtextarea declared as TokenPainterModifier and TypeFieldDescriptionprivate TokenPainter
RSyntaxTextArea.tokenPainter
Renders tokens.Methods in org.fife.ui.rsyntaxtextarea that return TokenPainterModifier and TypeMethodDescription(package private) TokenPainter
RSyntaxTextArea.getTokenPainter()
Returns the painter to use for rendering tokens.Methods in org.fife.ui.rsyntaxtextarea with parameters of type TokenPainterModifier and TypeMethodDescriptionprivate float
SyntaxView.drawLine
(TokenPainter painter, Token token, Graphics2D g, float x, float y, int line) Draws the passed-in text using syntax highlighting for the current language.private float
SyntaxView.drawLineWithSelection
(TokenPainter painter, Token token, Graphics2D g, float x, float y, int selStart, int selEnd) Draws the passed-in text using syntax highlighting for the current language.protected void
WrappedSyntaxView.drawView
(TokenPainter painter, Graphics2D g, Rectangle r, View view, int fontHeight, int y, int line) Draws a single view (i.e., a line of text for a wrapped view), wrapping the text onto multiple lines if necessary.protected void
WrappedSyntaxView.drawViewWithSelection
(TokenPainter painter, Graphics2D g, Rectangle r, View view, int fontHeight, int y, int selStart, int selEnd) Draws a single view (i.e., a line of text for a wrapped view), wrapping the text onto multiple lines if necessary.