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.LineInfoGuiSwingLogEntryString.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.LineInfoGuiSwingLogEntryString.createLineFollowing(TextCellRenderer.LineInfo prevLine, int lineIndex, int start, String line, Map<AttributedCharacterIterator.Attribute, Object> attrs) voidGuiSwingLogEntryException.ExceptionMessageRenderer.paintLineSelection(Graphics2D g2, TextCellRenderer.LineInfo line, TextLayout l, Color selectionColor, float lineX) voidGuiSwingLogEntryProgress.ProgressMessageRenderer.paintLineSelection(Graphics2D g2, TextCellRenderer.LineInfo line, TextLayout l, Color selectionColor, float lineX) voidGuiSwingLogEntryProgress.ProgressStatusRenderer.paintLineSelection(Graphics2D g2, TextCellRenderer.LineInfo line, TextLayout l, Color selectionColor, float lineX) voidGuiSwingLogEntryString.GuiSwingLogStringRenderer.paintLineSelection(Graphics2D g2, TextCellRenderer.LineInfo line, TextLayout l, Color selectionColor, float lineX) floatGuiSwingLogEntryString.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.LineInfoGuiSwingPrefsTrees.PrefsTreeCellRenderer.nameInfoprotected TextCellRenderer.LineInfoGuiSwingPrefsTrees.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.linesMethods 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-infovoidTextCellRenderer.paintLineFinds(Graphics2D g2, TextCellRenderer.LineInfo line, TextLayout l, int lineIndex, Color findColor, Color findMatchColor, float lineX) voidTextCellRenderer.paintLineSelection(Graphics2D g2, TextCellRenderer.LineInfo line, TextLayout l, Color selectionColor, float lineX) floatTextCellRenderer.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 TypeMethodDescriptionintTextCellRenderer.buildLines(String text, List<TextCellRenderer.LineInfo> lines) TextCellRenderer.LineInfoMatch.next(List<TextCellRenderer.LineInfo> lines) TextCellRenderer.LineInfoMatch.previous(List<TextCellRenderer.LineInfo> lines)