All Classes Interface Summary Class Summary Exception Summary
Class |
Description |
AbstractFormField |
|
AbstractOutputDevice |
|
AbstractPropertyBuilder |
|
AbstractResource |
|
AllPageTest |
|
AnonymousBlockBox |
An anonymous block box as defined in the CSS spec.
|
AttributeResolver |
In XML, an application may or may not know how to find the ID and/or class
and/or attribute defaults of an element.
|
AWTFontResolver |
Description of the Class
|
AWTFSFont |
|
AWTFSGlyphVector |
|
AWTFSImage |
|
BackgroundPosition |
|
BackgroundPropertyBuilder |
|
BasicPanel |
A Swing JPanel that encloses the Flying Saucer renderer
for easy integration into Swing applications.
|
BlockBox |
A block box as defined in the CSS spec.
|
BlockBoxing |
Utility class for laying block content.
|
BlockFormattingContext |
This class represents a block formatting context as defined in the CSS spec.
|
BookmarkElement |
|
BorderPainter |
|
BorderPropertyBuilders |
|
BorderPropertyBuilders.Border |
|
BorderPropertyBuilders.BorderBottom |
|
BorderPropertyBuilders.BorderLeft |
|
BorderPropertyBuilders.BorderRight |
|
BorderPropertyBuilders.BorderTop |
|
BorderPropertySet |
Created by IntelliJ IDEA.
|
BorderSpacingPropertyBuilder |
|
Box |
|
BoxBuilder |
This class is responsible for creating the box tree from the DOM.
|
BoxCollector |
A class to collect boxes which intersect a given clip region.
|
BoxDimensions |
|
Boxer |
New class
|
BoxRange |
|
BoxRangeData |
|
BoxRangeHelper |
|
BoxRangeLists |
|
BoxRenderer |
Renders an XML files, formatted with CSS, as an Box.
|
BreakAtLineContext |
|
Breaker |
A utility class that scans the text of a single inline box, looking for the
next break point.
|
CalculatedStyle |
A set of properties that apply to a single Element, derived from all matched
properties following the rules for CSS cascade, inheritance, importance,
specificity and sequence.
|
CascadedStyle |
|
CharCounts |
|
CheckboxFormField |
|
CollapsedBorderSide |
A class that contains a single border side of a collapsed cell.
|
CollapsedBorderValue |
This class encapsulates all information related to a particular border side
along with an overall precedence (e.g.
|
ColorValue |
|
ColumnData |
Instances of this class are effective columns in the table grid.
|
Configuration |
Stores runtime configuration information for application parameters that may
vary on restarting.
|
ContentFunction |
Interface for objects which implement a function which creates content
(e.g.
|
ContentFunctionFactory |
|
ContentLimit |
|
ContentLimitContainer |
|
ContentPropertyBuilder |
|
Conversions |
|
ConversionUtil |
Utility methods for data conversion.
|
CounterData |
|
CounterFunction |
|
CounterPropertyBuilder |
|
CounterPropertyBuilder.CounterIncrement |
|
CounterPropertyBuilder.CounterReset |
|
CssContext |
Created by IntelliJ IDEA.
|
CSSErrorHandler |
|
CSSName |
A CSSName is a Singleton representing a single CSS property name, like
border-width.
|
CSSParseException |
|
CSSParser |
|
CSSResource |
|
CursorListener |
A CursorListener is used to modify the current cursor in response to mouse events over the current
document.
|
DataURLConnection |
|
DefaultCSSMarker |
|
DefaultDocumentListener |
|
DefaultFormSubmissionListener |
No-op implementation of a FormSubmissionListener; override the submit method in a subclass as needed.
|
DefaultFSMouseListener |
Default, no-op implementation of an FSMouseListener.
|
DefaultPDFCreationListener |
|
DelegatingReplacedElementFactory |
|
DerivedValue |
Created by IntelliJ IDEA.
|
DerivedValueFactory |
|
DocumentDiffGenerate |
Description of the Class
|
DocumentDiffTest |
Description of the Class
|
DocumentListener |
Implementations of this listener interface receive notifications about
various document and layout events.
|
DocumentSplitter |
|
DOMInspector |
Description of the Class
|
DOMStaticXhtmlAttributeResolver |
Works for Xhtml in a DOM tree
|
DOMTreeResolver |
|
DOMUtil |
|
DownscaleQuality |
Simple enumerated constants for downscaling (scaling to smaller image size)--since we have various options
for what algorithm to use.
|
Eeze |
Eeze is a mini-application to test the Flying Saucer renderer across a set of
XML/CSS files.
|
ElementReplacer |
|
EmptyReplacedElement |
|
EmptyStyle |
Represents the outer box to be used for evaluating positioning of internal
boxes
|
FloatDistances |
A bean containing the distances that floated content takes up as measured
from the left and right content edge of the containing block.
|
FloatedBoxData |
A bean containing additional information used by floated boxes.
|
FloatLayoutResult |
A bean containing the result of laying out a floated block.
|
FloatManager |
A class that manages all floated boxes in a given block formatting context.
|
FloatManager.FloatOperation |
|
FontContext |
|
FontFaceRule |
|
FontPropertyBuilder |
|
FontResolver |
|
FontSizeHelper |
|
FontSpecification |
Created by IntelliJ IDEA.
|
FormField |
|
FormFieldFactory |
|
FormFieldState |
|
FormSubmissionListener |
FormSubmissionListener is used to receive callbacks when an XhtmlForm has its submit action called.
|
FSCatalog |
FSCatalog loads an XML catalog file to read mappings of public IDs for
XML schemas/dtds, to resolve those mappings to a local store for the schemas.
|
FSCMYKColor |
|
FSColor |
|
FSCssValue |
Implementation of a CSSPrimitiveValue .
|
FSDerivedValue |
Marker interface for all derived values.
|
FSEntityResolver |
A SAX EntityResolver for common entity references and DTDs in X/HTML
processing.
|
FSFont |
|
FSFontMetrics |
|
FSFunction |
|
FSGlyphVector |
|
FSImage |
|
FSImageWriter |
Writes out BufferedImages to some outputstream, like a file.
|
FSMouseListener |
An FSMouseListener is used to track mouse events on a subclass of BasicPanel .
|
FSRGBColor |
|
FSScrollPane |
FSScrollPane is a JScrollPane set up to support keyboard navigation of an XHTML/XML
document rendered with Flying Saucer.
|
FunctionData |
A bean which contains all the information necessary to invoke a
ContentFunction .
|
FunctionValue |
|
GeneralUtil |
Description of the Class
|
GenerateBigFile |
Created by IntelliJ IDEA.
|
Graphics2DRenderer |
Graphics2DRenderer supports headless rendering of XHTML documents, and is useful
for rendering documents directly to images.
|
Graphics2DRendererTest |
|
HamletSpeedTest |
|
Handler |
|
HoverListener |
A HoverListener is used to respond to a mouse hovering over a Box in a BasicPanel .
|
HTMLTest |
Description of the Class
|
Idents |
Booch utility class for working with ident values in CSS.
|
IdentValue |
An IdentValue represents a string that you can assign to a CSS property,
where the string is one of several enumerated values.
|
ImageRenderer |
ImageRenderer supports rendering of XHTML documents to image formats, writing out the generated image to an outputstream
or a file in a given image formate.
|
ImageReplacedElement |
|
ImageResource |
|
ImageUtil |
Static utility methods for working with images.
|
InlineBox |
A class which reprsents a portion of an inline element.
|
InlineBoxing |
This class is responsible for flowing inline content into lines.
|
InlineBoxMeasurements |
A bean which tracks various charactistics of an inline box.
|
InlineLayoutBox |
A Box which contains the portion of an inline element layed out on a
single line.
|
InlinePaintable |
An interface which indicates that a box is able to paint itself in an
inline context.
|
InlineText |
A lightweight object which contains a chunk of text from an inline element.
|
InputField |
|
IOUtil |
|
ITextFontContext |
|
ITextFontResolver |
|
ITextFontResolver.FontDescription |
|
ITextFSFont |
|
ITextFSFontMetrics |
|
ITextFSImage |
|
ITextImageElement |
|
ITextOutputDevice |
This class is largely based on PdfGraphics2D .
|
ITextRenderer |
|
ITextReplacedElement |
|
ITextReplacedElementFactory |
|
ITextTextRenderer |
|
ITextUserAgent |
|
Java2DFontContext |
|
Java2DOutputDevice |
|
Java2DRenderer |
Renders an XML files, formatted with CSS, as an image.
|
Java2DTextRenderer |
Renders to a Graphics2D instance.
|
JDKXRLogger |
An XRLogger interface that uses java.util.logging .
|
JustificationInfo |
|
Layer |
All positioned content as well as content with an overflow value other
than visible creates a layer.
|
LayoutContext |
This class tracks state which changes over the course of a layout run.
|
LayoutState |
A bean which captures all state necessary to lay out an arbitrary box.
|
LayoutUtil |
Contains utility methods to layout floated and absolute content.
|
Length |
|
LengthValue |
|
LineBox |
A line box contains a single line of text (or other inline content).
|
LineBreakContext |
A bean which serves as a way for the layout code to pass information to the
line breaking code and for the line breaking code to pass instructions back
to the layout code.
|
LineMetricsAdapter |
A note on this class: What we really want is a FontMetrics2D object (i.e.
|
LinkListener |
A LinkListener is used to respond to a user clicking Box elements in a BasicPanel ,
in particular to handle anchors and navigation.
|
ListItemPainter |
A utility class to paint list markers (all types).
|
ListStylePropertyBuilder |
|
ListValue |
|
LoggerUtil |
Utility class for working with java.logging Logger classes
|
MakeTokens |
|
MarginBox |
A dummy box representing one side of the margin area of a page.
|
MarginBoxName |
|
MarkerData |
A bean containing information necessary to draw a list marker.
|
MarkerData.GlyphMarker |
|
MarkerData.ImageMarker |
|
MarkerData.TextMarker |
|
Matcher |
|
MediaRule |
|
MouseTracker |
|
NaiveUserAgent |
NaiveUserAgent is a simple implementation of UserAgentCallback which places no restrictions on what
XML, CSS or images are loaded, and reports visited links without any filtering.
|
NamespaceHandler |
Provides knowledge specific to a certain document type, like resolving
style-sheets
|
NetBeansPageTest |
|
NoNamespaceHandler |
Handles a general XML document
|
NumberValue |
|
OneToFourPropertyBuilders |
|
OneToFourPropertyBuilders.BorderColor |
|
OneToFourPropertyBuilders.BorderStyle |
|
OneToFourPropertyBuilders.BorderWidth |
|
OneToFourPropertyBuilders.Margin |
|
OneToFourPropertyBuilders.Padding |
|
OutputDevice |
|
PageBox |
|
PageElementPosition |
|
PageInfo |
|
PagePosition |
|
PageRule |
|
PageSize |
|
PageSize |
|
PaintingInfo |
A bean which every box uses to provide its aggregate bounds (which may be
larger than the bounds of the box itself when there is overhanging content)
and its outer margin corner (which is used to calculate the size of the
canvas).
|
ParserTest |
|
PDFAsImage |
|
PDFCreationListener |
Callback listener for PDF creation.
|
PDFEncryption |
|
PDFRenderer |
PDFRenderer supports headless rendering of XHTML documents, outputting
to PDF format.
|
PermutationGenerator |
The PermutationGenerator Java class systematically generates permutations.
|
PersistentBFC |
|
PrimitivePropertyBuilders |
|
PrimitivePropertyBuilders.BackgroundAttachment |
|
PrimitivePropertyBuilders.BackgroundColor |
|
PrimitivePropertyBuilders.BackgroundImage |
|
PrimitivePropertyBuilders.BackgroundPosition |
|
PrimitivePropertyBuilders.BackgroundRepeat |
|
PrimitivePropertyBuilders.BorderBottomColor |
|
PrimitivePropertyBuilders.BorderBottomStyle |
|
PrimitivePropertyBuilders.BorderBottomWidth |
|
PrimitivePropertyBuilders.BorderCollapse |
|
PrimitivePropertyBuilders.BorderLeftColor |
|
PrimitivePropertyBuilders.BorderLeftStyle |
|
PrimitivePropertyBuilders.BorderLeftWidth |
|
PrimitivePropertyBuilders.BorderRightColor |
|
PrimitivePropertyBuilders.BorderRightStyle |
|
PrimitivePropertyBuilders.BorderRightWidth |
|
PrimitivePropertyBuilders.BorderTopColor |
|
PrimitivePropertyBuilders.BorderTopStyle |
|
PrimitivePropertyBuilders.BorderTopWidth |
|
PrimitivePropertyBuilders.Bottom |
|
PrimitivePropertyBuilders.CaptionSide |
|
PrimitivePropertyBuilders.Clear |
|
PrimitivePropertyBuilders.Color |
|
PrimitivePropertyBuilders.Cursor |
|
PrimitivePropertyBuilders.Display |
|
PrimitivePropertyBuilders.EmptyCells |
|
PrimitivePropertyBuilders.Float |
|
PrimitivePropertyBuilders.FontFamily |
|
PrimitivePropertyBuilders.FontSize |
|
PrimitivePropertyBuilders.FontStyle |
|
PrimitivePropertyBuilders.FontVariant |
|
PrimitivePropertyBuilders.FontWeight |
|
PrimitivePropertyBuilders.FSBorderSpacingHorizontal |
|
PrimitivePropertyBuilders.FSBorderSpacingVertical |
|
PrimitivePropertyBuilders.FSFontMetricSrc |
|
PrimitivePropertyBuilders.FSKeepWithInline |
|
PrimitivePropertyBuilders.FSPageHeight |
|
PrimitivePropertyBuilders.FSPageOrientation |
|
PrimitivePropertyBuilders.FSPageSequence |
|
PrimitivePropertyBuilders.FSPageWidth |
|
PrimitivePropertyBuilders.FSPDFFontEmbed |
|
PrimitivePropertyBuilders.FSPDFFontEncoding |
|
PrimitivePropertyBuilders.FSTableCellColspan |
|
PrimitivePropertyBuilders.FSTableCellRowspan |
|
PrimitivePropertyBuilders.FSTablePaginate |
|
PrimitivePropertyBuilders.FSTextDecorationExtent |
|
PrimitivePropertyBuilders.Height |
|
PrimitivePropertyBuilders.Left |
|
PrimitivePropertyBuilders.LetterSpacing |
|
PrimitivePropertyBuilders.LineHeight |
|
PrimitivePropertyBuilders.ListStyleImage |
|
PrimitivePropertyBuilders.ListStylePosition |
|
PrimitivePropertyBuilders.ListStyleType |
|
PrimitivePropertyBuilders.MarginBottom |
|
PrimitivePropertyBuilders.MarginLeft |
|
PrimitivePropertyBuilders.MarginRight |
|
PrimitivePropertyBuilders.MarginTop |
|
PrimitivePropertyBuilders.MaxHeight |
|
PrimitivePropertyBuilders.MaxWidth |
|
PrimitivePropertyBuilders.MinHeight |
|
PrimitivePropertyBuilders.MinWidth |
|
PrimitivePropertyBuilders.Orphans |
|
PrimitivePropertyBuilders.Overflow |
|
PrimitivePropertyBuilders.PaddingBottom |
|
PrimitivePropertyBuilders.PaddingLeft |
|
PrimitivePropertyBuilders.PaddingRight |
|
PrimitivePropertyBuilders.PaddingTop |
|
PrimitivePropertyBuilders.Page |
|
PrimitivePropertyBuilders.PageBreakAfter |
|
PrimitivePropertyBuilders.PageBreakBefore |
|
PrimitivePropertyBuilders.PageBreakInside |
|
PrimitivePropertyBuilders.Position |
|
PrimitivePropertyBuilders.Right |
|
PrimitivePropertyBuilders.Src |
|
PrimitivePropertyBuilders.TableLayout |
|
PrimitivePropertyBuilders.TextAlign |
|
PrimitivePropertyBuilders.TextDecoration |
|
PrimitivePropertyBuilders.TextIndent |
|
PrimitivePropertyBuilders.TextTransform |
|
PrimitivePropertyBuilders.Top |
|
PrimitivePropertyBuilders.VerticalAlign |
|
PrimitivePropertyBuilders.Visibility |
|
PrimitivePropertyBuilders.WhiteSpace |
|
PrimitivePropertyBuilders.Widows |
|
PrimitivePropertyBuilders.Width |
|
PrimitivePropertyBuilders.WordSpacing |
|
PrimitivePropertyBuilders.ZIndex |
|
PropertyBuilder |
|
PropertyDeclaration |
Represents a single property declared in a CSS rule set.
|
PropertyValue |
|
RadioButtonFormField |
|
RectPropertySet |
Represents a set of CSS properties that together define
some rectangular area, and per-side thickness.
|
ReferenceComparison |
ReferenceComparison runs a comparison of rendering a set of source XHTML files against a
|
Regress |
Creates a directory containing output from the renderer as text, given a set of input files (XHTML, XML).
|
RenderingContext |
Supplies information about the context in which rendering will take place
|
ReplacedElement |
A replaced element is an XML element in the document being rendered whose visual output is delegated.
|
ReplacedElementFactory |
|
Resource |
|
RootPanel |
|
RowData |
A row in the table grid.
|
Ruleset |
|
RulesetContainer |
|
SAXEventRecorder |
|
ScalableXHTMLPanel |
ScalableXHTMLPanel extends {@see XHTMLPanel} to allow zoom on output.
|
ScaleChangeEvent |
ScaleChangeEvent is used to notify interested parties that XHTMLPanel's scale factor has changed.
|
ScaleChangeListener |
The listener that's notified when the scale in a XHTMLPanel has changed
|
ScalingOptions |
POJO used when calling
org.xhtmlrenderer.util.ImageUtil#getScaledInstance(ScalingOptions,java.awt.Image) .
|
SelectFormField |
|
SelectionHighlighter |
A simple Selection and Highlighter class for
XHTMLPanel .
|
SelectionHighlighter.CopyAction |
|
Selector |
A Selector is really a chain of CSS selectors that all need to be valid for
the selector to match.
|
SharedContext |
The SharedContext is that which is kept between successive layout and render runs.
|
SimplePageTest |
|
SizePropertyBuilder |
|
SplitterTest |
|
StandardAttributeResolver |
An instance which works together with a w3c DOM tree
|
StringValue |
|
StrutMetrics |
|
Styleable |
All objects appearing the layout tree must implement this interface.
|
StyleReference |
|
Stylesheet |
A representation of a CSS style sheet.
|
StylesheetFactory |
A Factory class for Cascading Style Sheets.
|
StylesheetFactoryImpl |
A Factory class for Cascading Style Sheets.
|
StylesheetInfo |
A reference to a stylesheet.
|
StyleTracker |
|
SwingImageReplacer |
|
SwingReplacedElement |
|
SwingReplacedElementFactory |
A ReplacedElementFactory where Elements are replaced by Swing components.
|
SystemPropertiesUtil |
Utility methods for working with System properties.
|
TableBox |
|
TableCellBox |
|
TableColumn |
An object representing an element with display: table-column or
display: table-column-group .
|
TableRowBox |
|
TableSectionBox |
|
TextAreaFormField |
|
TextDecoration |
|
TextFormField |
|
TextRenderer |
|
TextUtil |
Description of the Class
|
Thumbnails |
|
Token |
|
ToPDF |
|
TreeResolver |
|
TrueTypeUtil |
Uses code from iText's DefaultFontMapper and TrueTypeFont classes.
|
URLUTF8Encoder |
Provides a method to encode any string into a URL-safe form.
|
UserAgentCallback |
To be implemented by any user agent using the panel.
|
UserInterface |
|
Util |
Description of the Class
|
Uu |
Description of the Class
|
ValueConstants |
Utility class for working with CSSValue instances.
|
Version |
A class to keep track of build versions of Flying Saucer releases.
|
VerticalAlignContext |
This class performs the real work of vertically positioning inline boxes
within a line (i.e.
|
ViewportBox |
A dummy box representing the viewport
|
WhitespaceStripper |
|
XhtmlCssOnlyNamespaceHandler |
Handles xhtml but only css styling is honored,
no presentational html attributes (see css 2.1 spec, 6.4.4)
|
XhtmlForm |
Represents a form object
|
XhtmlNamespaceHandler |
Handles xhtml documents, including presentational html attributes (see css 2.1 spec, 6.4.4).
|
XHTMLPanel |
XHTMLPrintable |
XHTMLPrintable allows you to print XHTML content to a printer instead of
rendering it to screen.
|
XLayout |
Description of the Class
|
XMLResource |
|
XMLUtil |
Booch utility class for XML processing using DOM
|
XRLog |
Utility class for using the java.util.logging package.
|
XRLogger |
An interface whose implementations log Flying Saucer log messages.
|
XRRuntimeException |
General runtime exception used in XHTMLRenderer.
|
XRSimpleLogFormatter |
A java.util.logging.Formatter class that writes a bare-bones log messages,
with no origin class name and no date/time.
|
Zipper |
Create a ZIP-format file from the contents of some directory.
|