Uses of Class
org.gvsig.utils.console.jedit.SyntaxStyle
Packages that use SyntaxStyle
-
Uses of SyntaxStyle in org.gvsig.utils.console.jedit
Fields in org.gvsig.utils.console.jedit declared as SyntaxStyleModifier and TypeFieldDescriptionTextAreaDefaults.stylesprotected SyntaxStyle[]TextAreaPainter.stylesMethods in org.gvsig.utils.console.jedit that return SyntaxStyleModifier and TypeMethodDescriptionstatic SyntaxStyle[]SyntaxUtilities.getDefaultSyntaxStyles()Returns the default style table.final SyntaxStyle[]TextAreaPainter.getStyles()Returns the syntax styles used to paint colorized text.Methods in org.gvsig.utils.console.jedit with parameters of type SyntaxStyleModifier and TypeMethodDescriptionstatic intSyntaxUtilities.paintSyntaxLine(Segment line, Token tokens, SyntaxStyle[] styles, TabExpander expander, Graphics gfx, int x, int y) Paints the specified line onto the graphics context.final voidTextAreaPainter.setStyles(SyntaxStyle[] styles) Sets the syntax styles used to paint colorized text.