Package com.reportmill.text
package com.reportmill.text
-
ClassesClassDescriptionThis class represents a font for use in rich text.This class represents all the information about a font that is independent of size.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).This class provides provides generic spell check API ideal for RM's needs.An innder class to represent a misspelled word.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).Listener class so other objects can track changes to text editor.A text editor subclass for editing text in a Swing component.This class represents a group of characters in a text line that all share the same text attributes and are simply spaced apart by their char widths.This class lays out characters in an RMXString inside a bounding rect.This class represents a line of characters in a text layout.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.