Uses of Class
mars.venus.editors.jeditsyntax.SyntaxStyle
Packages that use SyntaxStyle
-
Uses of SyntaxStyle in mars
Methods in mars that return SyntaxStyleModifier and TypeMethodDescriptionSettings.getDefaultEditorSyntaxStyleByPosition(int index)Settings.getEditorSyntaxStyleByPosition(int index)Methods in mars with parameters of type SyntaxStyleModifier and TypeMethodDescriptionvoidSettings.setEditorSyntaxStyleByPosition(int index, SyntaxStyle syntaxStyle) -
Uses of SyntaxStyle in mars.venus.editors.jeditsyntax
Fields in mars.venus.editors.jeditsyntax declared as SyntaxStyleMethods in mars.venus.editors.jeditsyntax that return SyntaxStyleModifier and TypeMethodDescriptionstatic SyntaxStyle[]SyntaxUtilities.getCurrentSyntaxStyles()Returns the CURRENT style table.static SyntaxStyle[]SyntaxUtilities.getDefaultSyntaxStyles()Returns the default style table.TextAreaPainter.getStyles()Returns the syntax styles used to paint colorized text.Methods in mars.venus.editors.jeditsyntax 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.voidTextAreaPainter.setStyles(SyntaxStyle[] styles)Sets the syntax styles used to paint colorized text.