Uses of Class
org.gjt.sp.jedit.syntax.SyntaxStyle
Package
Description
-
Uses of SyntaxStyle in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionstatic SyntaxStyle
GUIUtilities.parseStyle
(String str, String family, int size) Deprecated.Modifier and TypeMethodDescriptionstatic String
GUIUtilities.getStyleString
(SyntaxStyle style) Converts a style into it's string representation. -
Uses of SyntaxStyle in org.gjt.sp.jedit.gui
ModifierConstructorDescriptionStyleEditor
(JDialog parent, SyntaxStyle style, String styleName) StyleEditor
(JFrame parent, SyntaxStyle style, String styleName) StyleEditor
(View parent, SyntaxStyle style, String styleName) -
Uses of SyntaxStyle in org.gjt.sp.jedit.syntax
Modifier and TypeMethodDescriptionvoid
DisplayTokenHandler.init
(SyntaxStyle[] styles, FontRenderContext fontRenderContext, TabExpander expander, List<Chunk> out, float wrapMargin, int physicalLineOffset) Init some variables that will be used when marking tokens. -
Uses of SyntaxStyle in org.gjt.sp.jedit.textarea
Modifier and TypeMethodDescriptionfinal SyntaxStyle[]
TextAreaPainter.getFoldLineStyle()
Returns the fold line style.final SyntaxStyle[]
TextAreaPainter.getStyles()
Returns the syntax styles used to paint colorized text.Modifier and TypeMethodDescriptionfinal void
TextAreaPainter.setFoldLineStyle
(SyntaxStyle[] foldLineStyle) Sets the fold line style.final void
TextAreaPainter.setStyles
(SyntaxStyle[] styles) Sets the syntax styles used to paint colorized text. -
Uses of SyntaxStyle in org.gjt.sp.util
Modifier and TypeMethodDescriptionstatic SyntaxStyle[]
SyntaxUtilities.loadStyles
(String family, int size) Loads the syntax styles from the properties, giving them the specified base font family and size.static SyntaxStyle[]
SyntaxUtilities.loadStyles
(String family, int size, boolean color) Loads the syntax styles from the properties, giving them the specified base font family and size.static SyntaxStyle
HtmlUtilities.parseHighlightStyle
(String style, Font f) Parses a string specifying a syntax highlight style.static SyntaxStyle
SyntaxUtilities.parseStyle
(String str, String family, int size, boolean color) Converts a style string to a style object.static SyntaxStyle
SyntaxUtilities.parseStyle
(String str, String family, int size, boolean color, Color defaultFgColor) Converts a style string to a style object.
SyntaxUtilities.parseStyle(String, String, int, boolean)