Uses of Class
org.autogui.swing.util.TextCellRenderer.LineInfo
Packages that use TextCellRenderer.LineInfo
-
Uses of TextCellRenderer.LineInfo in org.autogui.swing.log
Subclasses of TextCellRenderer.LineInfo in org.autogui.swing.logMethods in org.autogui.swing.log that return TextCellRenderer.LineInfoModifier and TypeMethodDescriptionGuiSwingLogEntryException.ExceptionMessageRenderer.createLine
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line) GuiSwingLogEntryException.ExceptionStackTraceRenderer.createLine
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line) GuiSwingLogEntryProgress.ProgressMessageRenderer.createLine
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line) GuiSwingLogEntryProgress.ProgressStatusRenderer.createLine
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line) GuiSwingLogEntryString.GuiSwingLogStringRenderer.createLine
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line) static TextCellRenderer.LineInfo
GuiSwingLogEntryString.createLineFollowing
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line, Map<AttributedCharacterIterator.Attribute, Object> attrs) Methods in org.autogui.swing.log with parameters of type TextCellRenderer.LineInfoModifier and TypeMethodDescriptionGuiSwingLogEntryException.ExceptionMessageRenderer.createLine
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line) GuiSwingLogEntryException.ExceptionStackTraceRenderer.createLine
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line) GuiSwingLogEntryProgress.ProgressMessageRenderer.createLine
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line) GuiSwingLogEntryProgress.ProgressStatusRenderer.createLine
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line) GuiSwingLogEntryString.GuiSwingLogStringRenderer.createLine
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line) static TextCellRenderer.LineInfo
GuiSwingLogEntryString.createLineFollowing
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line, Map<AttributedCharacterIterator.Attribute, Object> attrs) void
GuiSwingLogEntryException.ExceptionMessageRenderer.paintLineSelection
(Graphics2D g2, TextCellRenderer.LineInfo line, TextLayout l, Color selectionColor, float lineX) void
GuiSwingLogEntryProgress.ProgressMessageRenderer.paintLineSelection
(Graphics2D g2, TextCellRenderer.LineInfo line, TextLayout l, Color selectionColor, float lineX) void
GuiSwingLogEntryProgress.ProgressStatusRenderer.paintLineSelection
(Graphics2D g2, TextCellRenderer.LineInfo line, TextLayout l, Color selectionColor, float lineX) void
GuiSwingLogEntryString.GuiSwingLogStringRenderer.paintLineSelection
(Graphics2D g2, TextCellRenderer.LineInfo line, TextLayout l, Color selectionColor, float lineX) float
GuiSwingLogEntryString.GuiSwingLogStringRenderer.paintStartX
(int lineIndex, TextCellRenderer.LineInfo prev, float prevX, TextCellRenderer.LineInfo line, TextLayout l, FontRenderContext frc) -
Uses of TextCellRenderer.LineInfo in org.autogui.swing.prefs
Fields in org.autogui.swing.prefs declared as TextCellRenderer.LineInfoModifier and TypeFieldDescriptionprotected TextCellRenderer.LineInfo
GuiSwingPrefsTrees.PrefsTreeCellRenderer.nameInfo
protected TextCellRenderer.LineInfo
GuiSwingPrefsTrees.PrefsTreeCellRenderer.valueInfo
-
Uses of TextCellRenderer.LineInfo in org.autogui.swing.util
Fields in org.autogui.swing.util with type parameters of type TextCellRenderer.LineInfoModifier and TypeFieldDescriptionprotected List
<TextCellRenderer.LineInfo> TextCellRenderer.lines
Methods in org.autogui.swing.util that return TextCellRenderer.LineInfoModifier and TypeMethodDescriptionTextCellRenderer.createLine
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line) create a line-infoMethods in org.autogui.swing.util that return types with arguments of type TextCellRenderer.LineInfoMethods in org.autogui.swing.util with parameters of type TextCellRenderer.LineInfoModifier and TypeMethodDescriptionTextCellRenderer.createLine
(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line) create a line-infovoid
TextCellRenderer.paintLineFinds
(Graphics2D g2, TextCellRenderer.LineInfo line, TextLayout l, int lineIndex, Color findColor, Color findMatchColor, float lineX) void
TextCellRenderer.paintLineSelection
(Graphics2D g2, TextCellRenderer.LineInfo line, TextLayout l, Color selectionColor, float lineX) float
TextCellRenderer.paintStartX
(int lineIndex, TextCellRenderer.LineInfo prev, float prevX, TextCellRenderer.LineInfo line, TextLayout l, FontRenderContext frc) Method parameters in org.autogui.swing.util with type arguments of type TextCellRenderer.LineInfoModifier and TypeMethodDescriptionint
TextCellRenderer.buildLines
(String text, List<TextCellRenderer.LineInfo> lines) TextCellRenderer.LineInfoMatch.next
(List<TextCellRenderer.LineInfo> lines) TextCellRenderer.LineInfoMatch.previous
(List<TextCellRenderer.LineInfo> lines)