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) classStandard implementation of a token painter.(package private) classA token painter that visibly renders whitespace (spaces and tabs).Fields in org.fife.ui.rsyntaxtextarea declared as TokenPainterModifier and TypeFieldDescriptionprivate TokenPainterRSyntaxTextArea.tokenPainterRenders tokens.Methods in org.fife.ui.rsyntaxtextarea that return TokenPainterModifier and TypeMethodDescription(package private) TokenPainterRSyntaxTextArea.getTokenPainter()Returns the painter to use for rendering tokens.Methods in org.fife.ui.rsyntaxtextarea with parameters of type TokenPainterModifier and TypeMethodDescriptionprivate floatSyntaxView.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 floatSyntaxView.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 voidWrappedSyntaxView.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 voidWrappedSyntaxView.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.