Uses of Class
org.gjt.sp.jedit.syntax.SyntaxStyle
Packages that use SyntaxStyle
Package
Description
-
Uses of SyntaxStyle in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return SyntaxStyleModifier and TypeMethodDescriptionstatic SyntaxStyle
GUIUtilities.parseStyle
(String str, String family, int size) Deprecated.Methods in org.gjt.sp.jedit with parameters of type SyntaxStyleModifier and TypeMethodDescriptionstatic String
GUIUtilities.getStyleString
(SyntaxStyle style) Converts a style into it's string representation. -
Uses of SyntaxStyle in org.gjt.sp.jedit.gui
Methods in org.gjt.sp.jedit.gui that return SyntaxStyleConstructors in org.gjt.sp.jedit.gui with parameters of type SyntaxStyleModifierConstructorDescriptionStyleEditor
(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
Methods in org.gjt.sp.jedit.syntax with parameters of type SyntaxStyleModifier 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
Methods in org.gjt.sp.jedit.textarea that return SyntaxStyleModifier and TypeMethodDescriptionfinal SyntaxStyle[]
TextAreaPainter.getFoldLineStyle()
Returns the fold line style.final SyntaxStyle[]
TextAreaPainter.getStyles()
Returns the syntax styles used to paint colorized text.Methods in org.gjt.sp.jedit.textarea with parameters of type SyntaxStyleModifier 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
Methods in org.gjt.sp.util that return SyntaxStyleModifier 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)