ArrayUtil |
|
BoxUtil |
|
Configuration |
Stores runtime configuration information for application parameters that may
vary on restarting.
|
Constants |
|
DescendantBoxSpliterator |
A spliterator that can be used to create a stream of descendant boxes in
breadth first order.
|
Diagnostic |
|
DownscaleQuality |
Simple enumerated constants for downscaling (scaling to smaller image size)--since we have various options
for what algorithm to use.
|
ImageUtil |
Static utility methods for working with images.
|
ImageUtil.AbstractFastScaler |
|
ImageUtil.AreaAverageScaler |
AWT-style one-step scaling, using area averaging
|
ImageUtil.FastScaler |
Fast but decent scaling
|
ImageUtil.HighQualityScaler |
Step-wise downscaling
|
ImageUtil.OldScaler |
Old AWT-style scaling, poor quality
|
JDKXRLogger |
An XRLogger interface that uses java.util.logging .
|
LambdaUtil |
|
LambdaUtil.DescendantContent |
|
LoggerUtil |
Utility class for working with java.logging Logger classes
|
LogMessageIdFormat |
|
OpenUtil |
|
ScalingOptions |
|
SearchUtil |
|
ThreadCtx |
Because OpenHTMLtoPDF is designed to run in a single thread at all times for one invocation,
we can use a ThreadLocal to store pseudo global variables.
|
ThreadCtx.ThreadData |
|
WebDocLocations |
|
XRLog |
Utility class for using the java.util.logging package.
|
XRSimpleLogFormatter |
A java.util.logging.Formatter class that writes a bare-bones log messages,
with no origin class name and no date/time.
|