Package com.inductiveautomation.rm.text


package com.inductiveautomation.rm.text
  • Class
    Description
    This class represents a font for use in rich text.
    This class represents all the information about a font that is independent of size.
    Provides some utility methods for Fonts.
    This class provides methods to create an xstring from HTML and RTF.
    This class represents attributes of a paragraph in an RMXString (all of the characters up to and including each newline in an RMXString make up a paragraph).
    Parses rtf data from a string and returns it as an xstring.
    This class provides provides generic spell check API ideal for RM's needs.
    A text editor subclass for editing text in a Swing component.
    This class provides all of the event and drawing code necessary to edit text in the form of an RMXString (separated from an actual UI Component).
    Text editor utils.
    Transferable implementation for text editor and xstrings.
    A class to layout text.
    Performs text layout in a path.
    A class to represent a line of text in a layout.
    A simple text pane.
    Represents a run of characters in a line.
    A class to represent a selection of text.
    A class to hold style attributes for a text run.
    Text constants.
     
    Some utility methods for text processing.
    An RMXString is like a String that lets you apply attributes, like fonts and colors, to character ranges.
    The Outline inner class represents the attributes of outlined text: strokeWidth and fillColor.
    The Run class represents a range of characters in an xstring that share common attributes.
    This class provides a method to perform @key@ substitution on an xstring.