A B C D E F G H I L M N O P R S T U W X Y

A

abort() - Method in class com.xmlmind.fo.converter.Converter
 

B

badPropertyWarning(String, String, String) - Method in class com.xmlmind.fo.converter.Converter
 

C

characters(char[], int, int) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ContentHandler.
clean() - Method in class com.xmlmind.fo.converter.Converter
 
clientData - Variable in class com.xmlmind.fo.graphic.ConvertedGraphic
Client data stored in converted graphic ConvertedGraphic.convertedGraphic.
clientData - Variable in class com.xmlmind.fo.graphic.GraphicImpl
Value returned by GraphicImpl.getClientData().
com.xmlmind.fo.converter - package com.xmlmind.fo.converter
Core API of XMLmind XSL-FO Converter.
com.xmlmind.fo.graphic - package com.xmlmind.fo.graphic
Developping a GraphicFactory and registering it with XMLmind XSL-FO Converter allows to support more graphic formats.
com.xmlmind.fo.util - package com.xmlmind.fo.util
Utilities and helpers used to implement XMLmind XSL-FO Converter.
compileProperties(Context) - Method in class com.xmlmind.fo.converter.UserStyles
Not part of the public, documented, API: Compile the list of XSL-FO properties of each user styles which is part of this.
context - Variable in class com.xmlmind.fo.converter.Converter
 
convert(InputSource, OutputDestination) - Method in class com.xmlmind.fo.converter.Converter
Performs conversion.
convert() - Method in class com.xmlmind.fo.converter.Driver
Performs conversion.
convert(InputSource, OutputDestination) - Method in class com.xmlmind.fo.converter.Driver
Performs conversion.
ConvertedGraphic - Class in com.xmlmind.fo.graphic
Cached converted graphic returned by GraphicEnv.getConvertedGraphic(com.xmlmind.fo.graphic.Graphic, java.lang.String[], double, double, java.lang.Object).
ConvertedGraphic(String, double, double, Object, String) - Constructor for class com.xmlmind.fo.graphic.ConvertedGraphic
 
convertedGraphic - Variable in class com.xmlmind.fo.graphic.ConvertedGraphic
The converted graphic.
convertedGraphicInfo - Variable in class com.xmlmind.fo.graphic.ConvertedGraphic
Client data associated to this cache entry.
convertedGraphics - Variable in class com.xmlmind.fo.graphic.GraphicEnvImpl
 
Converter - Class in com.xmlmind.fo.converter
A conversion engine.
Converter() - Constructor for class com.xmlmind.fo.converter.Converter
Creates a new Converter instance.
convertGraphic(Graphic, String, double, double, Object, GraphicEnv) - Static method in class com.xmlmind.fo.graphic.GraphicFactories
Convenience method: find a factory allowing to convert specified graphic to specified output format then invokes GraphicFactory.convertGraphic(com.xmlmind.fo.graphic.Graphic, java.lang.String, double, double, java.lang.Object, com.xmlmind.fo.graphic.GraphicEnv).
convertGraphic(Graphic, String[], double, double, Object, GraphicEnv) - Static method in class com.xmlmind.fo.graphic.GraphicFactories
Convenience method: find a factory allowing to convert specified graphic to any of the specified output formats then invokes GraphicFactory.convertGraphic(com.xmlmind.fo.graphic.Graphic, java.lang.String, double, double, java.lang.Object, com.xmlmind.fo.graphic.GraphicEnv).
convertGraphic(Graphic, String, double, double, Object, GraphicEnv) - Method in interface com.xmlmind.fo.graphic.GraphicFactory
Converts specified graphic to specified format, while optionally rescaling it.
convertGraphic(Graphic, String, double, double, Object, GraphicEnv) - Method in class com.xmlmind.fo.graphic.GraphicFactoryImpl
 
copy() - Method in class com.xmlmind.fo.converter.OutputDestination
Returns a copy of this output destination.
copy() - Method in class com.xmlmind.fo.converter.UserStyles
Not part of the public, documented, API: Returns a deep copy of this set of user styles.
createGraphic(String, String, Object, GraphicEnv) - Static method in class com.xmlmind.fo.graphic.GraphicFactories
Convenience method: find a factory supporting specified input format then invokes GraphicFactory.createGraphic(java.lang.String, java.lang.String, java.lang.Object, com.xmlmind.fo.graphic.GraphicEnv).
createGraphic(String, String, Object, GraphicEnv) - Method in interface com.xmlmind.fo.graphic.GraphicFactory
Creates a graphic which represents the illustration stored as specified location.
createGraphic(String, String, Object, GraphicEnv) - Method in class com.xmlmind.fo.graphic.GraphicFactoryImpl
 
createTempFile(String) - Method in interface com.xmlmind.fo.graphic.GraphicEnv
Creates a temporary file having specified suffix.
createTempFile(String) - Method in class com.xmlmind.fo.graphic.GraphicEnvImpl
 
createTempFile(GraphicEnv, String) - Static method in class com.xmlmind.fo.graphic.GraphicUtil
Not for public use: needed to implement GraphicFactories.cs.

D

dispose() - Method in class com.xmlmind.fo.graphic.GraphicEnvImpl
Delete all temporary files created using GraphicEnvImpl.createTempFile(java.lang.String).
Driver - Class in com.xmlmind.fo.converter
A driver for the conversion process.
Driver() - Constructor for class com.xmlmind.fo.converter.Driver
Creates a new Driver instance.

E

endDocument() - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ContentHandler.
endElement(String, String, String) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ContentHandler.
endPrefixMapping(String) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ContentHandler.
equals(Object) - Method in class com.xmlmind.fo.graphic.ConvertedGraphic
 
error(String) - Method in class com.xmlmind.fo.converter.Converter
 
error(Exception) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ErrorHandler.
error(SAXParseException) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ErrorHandler.
error(Exception) - Method in class com.xmlmind.fo.converter.Driver
Not for public use: implementation of ErrorHandler.
error(Exception) - Method in interface com.xmlmind.fo.converter.ErrorHandler
Receive notification of an error.
ErrorHandler - Interface in com.xmlmind.fo.converter
Basic interface for conversion error handling.
extensionToFormat(File) - Static method in class com.xmlmind.fo.graphic.GraphicUtil
Equivalent to extensionToFormat(file.getPath()).
extensionToFormat(String) - Static method in class com.xmlmind.fo.graphic.GraphicUtil
Returns the MIME type corresponding to the extension of the specified filename, when this extension is known.

F

factoryName - Variable in class com.xmlmind.fo.graphic.GraphicFactoryBase
 
fatalError(SAXParseException) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ErrorHandler.
fileToLocation(File) - Static method in class com.xmlmind.fo.util.URLUtil
Converts specified filename to the string form of a "file:" URL.
fileToURL(File) - Static method in class com.xmlmind.fo.util.URLUtil
Converts specified filename to a "file:" URL.
finalize() - Method in class com.xmlmind.fo.converter.Converter
 
format - Variable in class com.xmlmind.fo.graphic.GraphicImpl
Value returned by GraphicImpl.getFormat().
formatToExtension(String) - Static method in class com.xmlmind.fo.graphic.GraphicUtil
Returns the filename extension corresponding to specified MIME type.
formatToSuffix(String) - Static method in class com.xmlmind.fo.graphic.GraphicUtil
Similar to formatToExtension(java.lang.String) except that it prepends "." to the filename extension and that it never returns null (the fallback suffix is ".img").

G

get(String) - Static method in class com.xmlmind.fo.graphic.GraphicFactories
Returns a factory supporting the specified input format.
get(String, String) - Static method in class com.xmlmind.fo.graphic.GraphicFactories
Returns a factory allowing to convert specified input format to specified output format.
getByName(String) - Static method in class com.xmlmind.fo.graphic.GraphicFactories
Returns a factory having specified name.
getByteStream() - Method in class com.xmlmind.fo.converter.OutputDestination
Gets the byte stream of this output destination.
getCharacterStream() - Method in class com.xmlmind.fo.converter.OutputDestination
Gets the character stream of this output destination.
getClientData() - Method in interface com.xmlmind.fo.graphic.Graphic
Returns opaque client data associated to this graphic.
getClientData() - Method in class com.xmlmind.fo.graphic.GraphicImpl
 
getConvertedGraphic(Graphic, String[], double, double, Object) - Method in interface com.xmlmind.fo.graphic.GraphicEnv
If the converted graphic is found in the cache, returns this cached converted graphic; otherwise invokes GraphicFactories.convertGraphic(Graphic, String[], double, double, Object, GraphicEnv), caches and returns the converted graphic.
getConvertedGraphic(Graphic, String[], double, double, Object) - Method in class com.xmlmind.fo.graphic.GraphicEnvImpl
 
getEncoding() - Method in class com.xmlmind.fo.converter.OutputDestination
Gets the encoding of this output destination.
getFileName() - Method in class com.xmlmind.fo.converter.OutputDestination
Gets the file name of this output destination.
getFormat() - Method in interface com.xmlmind.fo.graphic.Graphic
Returns the MIME type of this graphic.
getFormat() - Method in class com.xmlmind.fo.graphic.GraphicImpl
 
getHeight() - Method in interface com.xmlmind.fo.graphic.Graphic
Returns the height in pixels of this graphic.
getHeight() - Method in class com.xmlmind.fo.graphic.GraphicImpl
 
getInputFormats() - Method in interface com.xmlmind.fo.graphic.GraphicFactory
Returns the list of input MIME types supported by GraphicFactory.createGraphic(java.lang.String, java.lang.String, java.lang.Object, com.xmlmind.fo.graphic.GraphicEnv).
getInputFormats() - Method in class com.xmlmind.fo.graphic.GraphicFactoryImpl
 
getLocation() - Method in interface com.xmlmind.fo.graphic.Graphic
Returns the location of this graphic file.
getLocation() - Method in class com.xmlmind.fo.graphic.GraphicImpl
 
getMIMEType(String) - Static method in class com.xmlmind.fo.util.URLUtil
Returns the MIME type of the file found at specified location (typically an "http" URL).
getName() - Method in interface com.xmlmind.fo.graphic.GraphicFactory
Returns the name of this factory.
getName() - Method in class com.xmlmind.fo.graphic.GraphicFactoryBase
 
getOutputFormats() - Method in interface com.xmlmind.fo.graphic.GraphicFactory
Returns the list of output MIME types supported by GraphicFactory.convertGraphic(com.xmlmind.fo.graphic.Graphic, java.lang.String, double, double, java.lang.Object, com.xmlmind.fo.graphic.GraphicEnv).
getOutputFormats() - Method in class com.xmlmind.fo.graphic.GraphicFactoryImpl
 
getParameter(String) - Method in interface com.xmlmind.fo.graphic.GraphicFactory
Returns the value of the parameter having specified name.
getParameter(String) - Method in class com.xmlmind.fo.graphic.GraphicFactoryBase
Returns the value of the parameter having specified name.
getType() - Method in interface com.xmlmind.fo.graphic.Graphic
Returns the type of this graphic.
getType() - Method in class com.xmlmind.fo.graphic.GraphicImpl
 
getUriResolver() - Method in class com.xmlmind.fo.converter.Converter
Returns the registered URI resolver.
getUriResolver() - Method in class com.xmlmind.fo.converter.Driver
Returns the registered URI resolver.
getUserStyles() - Method in class com.xmlmind.fo.converter.Converter
Returns the set of user styles specified using Converter.setUserStyles(com.xmlmind.fo.converter.UserStyles).
getWidth() - Method in interface com.xmlmind.fo.graphic.Graphic
Returns the width in pixels of this graphic.
getWidth() - Method in class com.xmlmind.fo.graphic.GraphicImpl
 
getXMLReader() - Method in class com.xmlmind.fo.converter.Converter
Returns the registered external XML reader.
getXMLReader() - Method in class com.xmlmind.fo.converter.Driver
Returns the registered external XML reader.
getXResolution() - Method in interface com.xmlmind.fo.graphic.Graphic
Returns the horizontal resolution in DPI if known; a negative or null number otherwise.
getXResolution() - Method in class com.xmlmind.fo.graphic.GraphicImpl
 
getYResolution() - Method in interface com.xmlmind.fo.graphic.Graphic
Returns the vertical resolution in DPI if known; a negative or null number otherwise.
getYResolution() - Method in class com.xmlmind.fo.graphic.GraphicImpl
 
Graphic - Interface in com.xmlmind.fo.graphic
Represents a graphic file.
GraphicEnv - Interface in com.xmlmind.fo.graphic
Services provided by XMLmind XSL-FO Converter to a GraphicFactory.
GraphicEnvImpl - Class in com.xmlmind.fo.graphic
An implementation of GraphicEnv.
GraphicEnvImpl() - Constructor for class com.xmlmind.fo.graphic.GraphicEnvImpl
 
GraphicFactories - Class in com.xmlmind.fo.graphic
The registry of all graphic factories used by XMLmind XSL-FO Converter.
GraphicFactory - Interface in com.xmlmind.fo.graphic
Factory allowing to create Graphic objects.
GraphicFactoryBase - Class in com.xmlmind.fo.graphic
An abstract base class for GraphicFactories which does not support any parameter.
GraphicFactoryBase(String) - Constructor for class com.xmlmind.fo.graphic.GraphicFactoryBase
Constructs factory having specified name.
GraphicFactoryImpl - Class in com.xmlmind.fo.graphic
An implementation of GraphicFactory based on ImageIO.
GraphicFactoryImpl() - Constructor for class com.xmlmind.fo.graphic.GraphicFactoryImpl
Constructs a factory leveraging ImageIO.
GraphicImpl - Class in com.xmlmind.fo.graphic
Basic implementation of Graphic.
GraphicImpl(String, String, int, int, double, double, Object) - Constructor for class com.xmlmind.fo.graphic.GraphicImpl
Equivalent to this(location, format, width, height, xResolution, yResolution, TYPE_RASTER, clientData).
GraphicImpl(String, String, int, int, double, double, int, Object) - Constructor for class com.xmlmind.fo.graphic.GraphicImpl
Constructs a graphic having specified characteristics.
GraphicUtil - Class in com.xmlmind.fo.graphic
A collection of functions (static methods) useful to implement GraphicFactories.

H

hashCode() - Method in class com.xmlmind.fo.graphic.ConvertedGraphic
 
height - Variable in class com.xmlmind.fo.graphic.GraphicImpl
Value returned by GraphicImpl.getHeight().

I

ignorableWhitespace(char[], int, int) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ContentHandler.
indexOfNumbering(UserNumbering) - Method in class com.xmlmind.fo.converter.UserStyles
Not part of the public, documented, API: Returns the index of specified numbering within UserStyles.numberingList.
indexOfParagraphStyle(UserParagraphStyle) - Method in class com.xmlmind.fo.converter.UserStyles
Not part of the public, documented, API: Returns the index of specified paragraph style within UserStyles.paragraphStyleList.
indexOfTextStyle(UserTextStyle) - Method in class com.xmlmind.fo.converter.UserStyles
Not part of the public, documented, API: Returns the index of specified text style within UserStyles.textStyleList.
initFontSize(PropertyValues) - Method in class com.xmlmind.fo.converter.Converter
 

L

listEncodings(String) - Static method in class com.xmlmind.fo.converter.Converter
Returns the list of available encodings for the specified output format.
listEncodings(String) - Static method in class com.xmlmind.fo.converter.Driver
Returns the list of available encodings for the specified output format.
loadFrom(File) - Static method in class com.xmlmind.fo.converter.UserStyles
Load a set of user styles from specified file.
loadFrom(URL) - Static method in class com.xmlmind.fo.converter.UserStyles
Load a set of user styles from specified file.
loadFrom(InputStream, String) - Static method in class com.xmlmind.fo.converter.UserStyles
Load a set of user styles from specified input stream.
loadPropertyFile(String) - Method in class com.xmlmind.fo.converter.Driver
Equivalent to loadPropertyFile(new File(fileName)).
loadPropertyFile(File) - Method in class com.xmlmind.fo.converter.Driver
Reads conversion options from a file.
loadUserConfiguration() - Method in class com.xmlmind.fo.converter.Driver
Reads conversion options from the user configuration file.
loadUserStyles(URL) - Method in class com.xmlmind.fo.converter.Converter
 
location - Variable in class com.xmlmind.fo.graphic.GraphicImpl
Value returned by GraphicImpl.getLocation().
locationOrFilename(String) - Static method in class com.xmlmind.fo.util.URLUtil
Converts specified URL string form or the path of an existing file to an URL string form.
locationToFile(String) - Static method in class com.xmlmind.fo.util.URLUtil
Converts specified "file:" URL to a filename.
locationToFilename(String) - Static method in class com.xmlmind.fo.util.URLUtil
Converts specified "file:" URL to a filename.

M

main(String[]) - Static method in class com.xmlmind.fo.converter.Converter
Not for public use: a simple test.
main(String[]) - Static method in class com.xmlmind.fo.converter.Driver
Not for public use: implementation of the fo2XXX command-line utilities.

N

normalizeMIMEType(String) - Static method in class com.xmlmind.fo.util.URLUtil
Returns specified MIME type after ``normalizing'' it.
numberingList - Variable in class com.xmlmind.fo.converter.UserStyles
Not part of the public, documented, API: The sorted (by name) list of numberings which are parts of this set.
numberings - Variable in class com.xmlmind.fo.converter.UserStyles
Not part of the public, documented, API: For all numberings which are parts of this set, Maps the numbering name to the corresponding numbering object.

O

openStream(String) - Static method in class com.xmlmind.fo.util.URLUtil
Opens the stream corresponding to specified location.
OutputDestination - Class in com.xmlmind.fo.converter
A conversion output destination.
OutputDestination() - Constructor for class com.xmlmind.fo.converter.OutputDestination
No-argument default constructor.
OutputDestination(String) - Constructor for class com.xmlmind.fo.converter.OutputDestination
Creates an output destination with a file name.
OutputDestination(OutputStream) - Constructor for class com.xmlmind.fo.converter.OutputDestination
Creates an output destination with a byte stream.
OutputDestination(Writer) - Constructor for class com.xmlmind.fo.converter.OutputDestination
Creates an output destination with a character stream.
outputFormat - Variable in class com.xmlmind.fo.graphic.ConvertedGraphic
The target format of the conversion.

P

paragraphStyleList - Variable in class com.xmlmind.fo.converter.UserStyles
Not part of the public, documented, API: The sorted (base styles first, then sorted by name) list of paragraph styles which are parts of this set.
paragraphStyles - Variable in class com.xmlmind.fo.converter.UserStyles
Not part of the public, documented, API: For all paragraphs styles which are parts of this set, maps the paragraph style name to the corresponding paragraph style object.
processingInstruction(String, String) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ContentHandler.

R

register(GraphicFactory) - Static method in class com.xmlmind.fo.graphic.GraphicFactories
Registers specified factory.
reportWarning(String) - Method in interface com.xmlmind.fo.graphic.GraphicEnv
Reports specified warning message.
reportWarning(String) - Method in class com.xmlmind.fo.graphic.GraphicEnvImpl
Reports specified warning message. Simply prints message on System.err.
resolve(String, URL) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of UriResolver.
resolve(String) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of Translator.UriResolver.
resolve(String, URL) - Method in interface com.xmlmind.fo.converter.UriResolver
Resolve a URI.

S

saveGraphic(Graphic, File) - Static method in class com.xmlmind.fo.graphic.GraphicUtil
Saves specified graphic to specified file.
scaleImage(BufferedImage, double, double) - Static method in class com.xmlmind.fo.graphic.GraphicFactoryImpl
Returns a scaled instance of specified image.
setByteStream(OutputStream) - Method in class com.xmlmind.fo.converter.OutputDestination
Sets the byte stream of this output destination.
setCharacterStream(Writer) - Method in class com.xmlmind.fo.converter.OutputDestination
Sets the character stream of this output destination.
setDefaultValues(PropertyValues) - Method in class com.xmlmind.fo.converter.Converter
Set contextual default values.
setDocumentLocator(Locator) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ContentHandler.
setEncoding(String) - Method in class com.xmlmind.fo.converter.OutputDestination
Sets the encoding of this output destination.
setErrorHandler(ErrorHandler) - Method in class com.xmlmind.fo.converter.Converter
Registers a conversion error handler.
setErrorHandler(ErrorHandler) - Method in class com.xmlmind.fo.converter.Driver
Registers a conversion error handler.
setFileName(String) - Method in class com.xmlmind.fo.converter.OutputDestination
Sets the file name of this output destination.
setFont(PropertyValues, String) - Method in class com.xmlmind.fo.converter.Converter
 
setFontSize(PropertyValues, String) - Method in class com.xmlmind.fo.converter.Converter
 
setInput(InputSource) - Method in class com.xmlmind.fo.converter.Driver
Sets the input source for the next conversion.
setInput(String) - Method in class com.xmlmind.fo.converter.Driver
Sets the input source for the next conversion.
setInput(URL) - Method in class com.xmlmind.fo.converter.Driver
Sets the input source for the next conversion.
setInput(InputStream) - Method in class com.xmlmind.fo.converter.Driver
Sets the input source for the next conversion.
setInput(Reader) - Method in class com.xmlmind.fo.converter.Driver
Sets the input source for the next conversion.
setOutput(OutputDestination) - Method in class com.xmlmind.fo.converter.Converter
 
setOutput(OutputDestination) - Method in class com.xmlmind.fo.converter.Driver
Sets the output destination for the next conversion.
setOutput(String) - Method in class com.xmlmind.fo.converter.Driver
Sets the output destination for the next conversion.
setOutput(OutputStream) - Method in class com.xmlmind.fo.converter.Driver
Sets the output destination for the next conversion.
setOutput(Writer) - Method in class com.xmlmind.fo.converter.Driver
Sets the output destination for the next conversion.
setParameter(String, String) - Method in interface com.xmlmind.fo.graphic.GraphicFactory
Sets parameter having specified name and specified value.
setParameter(String, String) - Method in class com.xmlmind.fo.graphic.GraphicFactoryBase
Sets parameter having specified name and specified value.
setProperties(Properties) - Method in class com.xmlmind.fo.converter.Converter
Sets conversion options.
setProperties(PropertyValues, Attributes, boolean) - Method in class com.xmlmind.fo.converter.Converter
 
setProperties(Properties) - Method in class com.xmlmind.fo.converter.Driver
Sets conversion options.
setProperty(String, String) - Method in class com.xmlmind.fo.converter.Converter
Sets a conversion option.
setProperty(String, String) - Method in class com.xmlmind.fo.converter.Driver
Sets a conversion option.
setUriResolver(UriResolver) - Method in class com.xmlmind.fo.converter.Converter
Registers a URI resolver.
setUriResolver(UriResolver) - Method in class com.xmlmind.fo.converter.Driver
Registers a URI resolver.
setUserStyles(UserStyles) - Method in class com.xmlmind.fo.converter.Converter
Specifies the set of user styles during the conversion.
setXMLReader(XMLReader) - Method in class com.xmlmind.fo.converter.Converter
Registers an external XML reader.
setXMLReader(XMLReader) - Method in class com.xmlmind.fo.converter.Driver
Registers an external XML reader.
skippedEntity(String) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ContentHandler.
sourceLocation - Variable in class com.xmlmind.fo.graphic.ConvertedGraphic
The location of the graphic to be converted (the source graphic).
startDocument() - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ContentHandler.
startElement(String, String, String, Attributes) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ContentHandler.
startPrefixMapping(String, String) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ContentHandler.

T

tempFiles - Variable in class com.xmlmind.fo.graphic.GraphicEnvImpl
 
textStyleList - Variable in class com.xmlmind.fo.converter.UserStyles
Not part of the public, documented, API: The sorted (base styles first, then sorted by name) list of text styles which are parts of this set.
textStyles - Variable in class com.xmlmind.fo.converter.UserStyles
Not part of the public, documented, API: For all text styles which are parts of this set, maps the text style name to the corresponding text style object.
toString() - Method in class com.xmlmind.fo.converter.UserStyles
Returns a string representation of this set of user styles which is suitable for debugging.
type - Variable in class com.xmlmind.fo.graphic.GraphicImpl
Value returned by GraphicImpl.getType().
TYPE_RASTER - Static variable in interface com.xmlmind.fo.graphic.Graphic
This graphic is of the raster type.
TYPE_RASTERIZABLE - Static variable in interface com.xmlmind.fo.graphic.Graphic
This graphic is of the vector type but it will be rendered as a raster during the conversion.
TYPE_VECTOR - Static variable in interface com.xmlmind.fo.graphic.Graphic
This graphic is of the vector type and it cannot be rasterized.

U

UriResolver - Interface in com.xmlmind.fo.converter
A URI resolver.
urlOrFile(String) - Static method in class com.xmlmind.fo.util.URLUtil
Converts specified URL string form or the path of an existing file to an URL.
urlToFile(URL) - Static method in class com.xmlmind.fo.util.URLUtil
Converts specified "file:" URL to a filename.
URLUtil - Class in com.xmlmind.fo.util
A collection of utility functions (static methods) operating on URLs.
UserStyles - Class in com.xmlmind.fo.converter
A set of user styles to be used during a conversion.
UserStyles(Hashtable, Hashtable, Hashtable) - Constructor for class com.xmlmind.fo.converter.UserStyles
Not part of the public, documented, API: Constructs a set of user styles.

W

warning(String) - Method in class com.xmlmind.fo.converter.Converter
 
warning(Exception) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ErrorHandler.
warning(SAXParseException) - Method in class com.xmlmind.fo.converter.Converter
Not for public use: implementation of ErrorHandler.
warning(Exception) - Method in class com.xmlmind.fo.converter.Driver
Not for public use: implementation of ErrorHandler.
warning(Exception) - Method in interface com.xmlmind.fo.converter.ErrorHandler
Receive notification of a warning.
width - Variable in class com.xmlmind.fo.graphic.GraphicImpl
Value returned by GraphicImpl.getWidth().
writeImage(BufferedImage, double, double, String, File) - Static method in class com.xmlmind.fo.graphic.GraphicFactoryImpl
Save specified image to specified file.

X

xResolution - Variable in class com.xmlmind.fo.graphic.GraphicImpl
Value returned by GraphicImpl.getXResolution().
xScale - Variable in class com.xmlmind.fo.graphic.ConvertedGraphic
Scaling factor to apply to the width of the source graphic.

Y

yResolution - Variable in class com.xmlmind.fo.graphic.GraphicImpl
Value returned by GraphicImpl.getYResolution().
yScale - Variable in class com.xmlmind.fo.graphic.ConvertedGraphic
Scaling factor to apply to the height of the source graphic.

A B C D E F G H I L M N O P R S T U W X Y