A B C D E F G H I K L M N O P R S T U V W X 
All Classes All Packages

A

ABORT - org.daisy.braille.utils.pef.PEFHandler.Alignment
Abort processing if paper is wider than the contents of the file
add(String, E) - Method in class org.daisy.braille.utils.pef.SearchIndex
Associates a string and (if the string length exceeds the sub word limit) its substrings with an object.
add(String, E, boolean) - Method in class org.daisy.braille.utils.pef.SearchIndex
Associates a string with an object.
add(PEFBook) - Method in class org.daisy.braille.utils.pef.PEFSearchIndex
Adds a PEFBook to the index.
align(PEFHandler.Alignment) - Method in class org.daisy.braille.utils.pef.PEFHandler.Builder
Sets page alignment to use if the physical paper is bigger than the pages
author(String) - Method in class org.daisy.braille.utils.pef.TextHandler.Builder
Sets the author for publications created using TextHandlers created with this builder.

B

build() - Method in class org.daisy.braille.utils.pef.PEFHandler.Builder
Builds a PEFHandler from this builder's current configuration.
build() - Method in class org.daisy.braille.utils.pef.TextHandler.Builder
Builds a TextParser using the settings of this Builder
Builder(File, File, TableCatalogService) - Constructor for class org.daisy.braille.utils.pef.TextHandler.Builder
Create a new TextParser builder
Builder(EmbosserWriter) - Constructor for class org.daisy.braille.utils.pef.PEFHandler.Builder
Create a new PEFHandler builder

C

CENTER_INNER - org.daisy.braille.utils.pef.PEFHandler.Alignment
Align center, round off towards the inner edge of the page
CENTER_OUTER - org.daisy.braille.utils.pef.PEFHandler.Alignment
Align center, round off towards the outer edge of the page
characters(char[], int, int) - Method in class org.daisy.braille.utils.pef.PEFHandler
 
checkedCount() - Method in class org.daisy.braille.utils.pef.PEFFileBatchCompare
Gets the number of pairs checked.
compare(File, File) - Method in class org.daisy.braille.utils.pef.PEFFileCompare
Compares the two files.
compare(StreamSource, StreamSource) - Method in class org.daisy.braille.utils.pef.PEFFileCompare
Compares two stream sources.
compareBinary(InputStream, InputStream) - Method in class org.daisy.braille.utils.pef.FileCompare
Compares the input streams binary.
compareTo(NumeralSortString) - Method in class org.daisy.braille.utils.pef.NumeralSortString
 
compareXML(InputStream, InputStream) - Method in class org.daisy.braille.utils.pef.XMLFileCompare
Compare the input streams as XML.
containsAll(Iterable<String>) - Method in class org.daisy.braille.utils.pef.SearchIndex
Returns the set of objects that matches all the specified strings.
containsAll(String) - Method in class org.daisy.braille.utils.pef.SearchIndex
Returns the set of objects that matches all the character units found in the input string.
containsAll(String...) - Method in class org.daisy.braille.utils.pef.SearchIndex
Returns the set of objects that matches all the specified strings.
containsEightDot() - Method in class org.daisy.braille.utils.pef.PEFBook
Returns true if this document contains eight dot patterns, false otherwise.
converterId(String) - Method in class org.daisy.braille.utils.pef.TextHandler.Builder
Sets the converter identifier to be used when creating a TextHandler.

D

date(Date) - Method in class org.daisy.braille.utils.pef.TextHandler.Builder
Sets the date for publications created using TextHandlers created with this builder.
DATE_FORMAT - Static variable in class org.daisy.braille.utils.pef.TextHandler
Defines a date format (yyyy-MM-dd).
detect(InputStream) - Method in class org.daisy.braille.utils.pef.TextInputDetector
Detects tables matching the supplied text input.
Diff(String, int) - Constructor for class org.daisy.braille.utils.pef.PEFFileBatchCompare.Diff
Creates a new difference specification with the supplied parameters.
duplex(boolean) - Method in class org.daisy.braille.utils.pef.TextHandler.Builder
Sets the duplex property for publications created using TextHandlers created with this builder.

E

Element - Class in org.daisy.braille.utils.pef
Provides an XML element data object.
Element(String, String, Map<String, String>) - Constructor for class org.daisy.braille.utils.pef.Element
Creates a new Element
endDocument() - Method in class org.daisy.braille.utils.pef.PEFHandler
 
endElement(String, String, String) - Method in class org.daisy.braille.utils.pef.PEFHandler
 
equals(Object) - Method in class org.daisy.braille.utils.pef.NumeralSortString
 
equals(Object) - Method in class org.daisy.braille.utils.pef.PEFBook
 
equals(Object) - Method in class org.daisy.braille.utils.pef.Range
 
equals(Object) - Method in class org.daisy.braille.utils.pef.SectionIdentifier
 
error(SAXParseException) - Method in class org.daisy.braille.utils.pef.PEFFileSplitter
 

F

fatalError(SAXParseException) - Method in class org.daisy.braille.utils.pef.PEFFileSplitter
 
FileCompare - Class in org.daisy.braille.utils.pef
Provides functionality to check if files are equal.
FileCompare() - Constructor for class org.daisy.braille.utils.pef.FileCompare
Creates a new FileCompare object
FileCompare(boolean) - Constructor for class org.daisy.braille.utils.pef.FileCompare
Deprecated.
this constructor serves no purpose
FileDevice - Class in org.daisy.braille.utils.pef
Provides a way of writing the files transmitted using the Device interface to files
FileDevice(File) - Constructor for class org.daisy.braille.utils.pef.FileDevice
Creates a new FileDevice, using the supplied settings.
FileDevice(File, String) - Constructor for class org.daisy.braille.utils.pef.FileDevice
Creates a new FileDevice, using the supplied settings.
FileDevice(File, String, String) - Constructor for class org.daisy.braille.utils.pef.FileDevice
Creates a new FileDevice, using the supplied settings.

G

generateTestBook(File) - Method in class org.daisy.braille.utils.pef.PEFGenerator
Generates a new PEF-file and writes it to the supplied path
generateTestPages(File) - Method in class org.daisy.braille.utils.pef.PEFGenerator
Generates a PEF-file with a few test pages to check the embosser setup (the arguments KEY_VOLUMES and KEY_PPV are ignored)
getAttributes() - Method in class org.daisy.braille.utils.pef.Element
Gets this element's attributes
getAuthors() - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the document authors from this document's metadata.
getDefaultValue(String) - Static method in class org.daisy.braille.utils.pef.PEFGenerator
Gets the default value for a specified key.
getDevices() - Static method in class org.daisy.braille.utils.pef.PrinterDevice
List available devices
getDiffs() - Method in class org.daisy.braille.utils.pef.PEFFileBatchCompare
Gets a list of different file pairs.
getFileOne() - Method in class org.daisy.braille.utils.pef.FileCompare
Deprecated.
this method serves no purpose here
getFileOne() - Method in class org.daisy.braille.utils.pef.XMLFileCompare
Gets the intermediary file created from the first argument of the latest call to compareXML (as base for the post normalization binary compare).
getFileTwo() - Method in class org.daisy.braille.utils.pef.FileCompare
Deprecated.
this method serves no purpose here
getFileTwo() - Method in class org.daisy.braille.utils.pef.XMLFileCompare
Gets the intermediary file created from the second argument of the latest call to compareXML (as base for the post normalization binary compare).
getFirstPage(int) - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the first page number in the specified volume
getFirstPage(int, int) - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the first page number in the specified section.
getFrom() - Method in class org.daisy.braille.utils.pef.Range
Gets the from value, inclusive.
getInputEncoding() - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the encoding used for this document at the time of the parsing.
getKey() - Method in class org.daisy.braille.utils.pef.PEFFileBatchCompare.Diff
Gets the file name.
getLastPage(int) - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the last page number in the specified volume.
getLastPage(int, int) - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the last page number in the specified section.
getLocalName() - Method in class org.daisy.braille.utils.pef.Element
Gets this elements local name
getMaxHeight() - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the maximum defined page height, in rows.
getMaxWidth() - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the maximum defined page width, in chars.
getMetadata(String) - Method in class org.daisy.braille.utils.pef.PEFBook
Gets a collection of values for a specfied metadata key.
getMetadataKeys() - Method in class org.daisy.braille.utils.pef.PEFBook
Gets a collection of all metadata keys in this document.
getNamespaceURI(String) - Method in class org.daisy.braille.utils.pef.PEFNamespaceContext
 
getNormalizationResourceAsStream() - Method in interface org.daisy.braille.utils.pef.NormalizationResource
Deprecated.
Creates a new input stream for this resource.
getNotices() - Method in class org.daisy.braille.utils.pef.PEFFileBatchCompare
Gets a list of notices.
getOk() - Method in class org.daisy.braille.utils.pef.PEFFileBatchCompare
Gets a list of matching file pairs.
getOptionalArgumentKeys() - Static method in class org.daisy.braille.utils.pef.PEFGenerator
Gets a list of all keys which has default values
getPages() - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the total number of pages in this document.
getPageTags() - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the number of page tags in this document.
getPart(int) - Method in class org.daisy.braille.utils.pef.NumeralSortString
Gets the part of the string with the specified index.
getPartCount() - Method in class org.daisy.braille.utils.pef.NumeralSortString
Gets the number of parts
getPos() - Method in class org.daisy.braille.utils.pef.FileCompare
Gets the byte position where the latest call to compareBinary or compareXML failed, or -1 if compare was successful
getPos() - Method in class org.daisy.braille.utils.pef.PEFFileBatchCompare.Diff
Gets the byte position of the first difference.
getPos() - Method in class org.daisy.braille.utils.pef.PEFFileCompare
Gets the byte position of the first difference.
getPrefix(String) - Method in class org.daisy.braille.utils.pef.PEFNamespaceContext
 
getPrefixes(String) - Method in class org.daisy.braille.utils.pef.PEFNamespaceContext
 
getSectionsInVolume(int) - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the number of sections in the specified volume.
getSheets() - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the number of sheets in this document.
getSheets(int) - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the number of sheets in the specified volume.
getSheets(int, int) - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the number of sheets in the specified section.
getTitle() - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the document titles from this document's metadata.
getTo() - Method in class org.daisy.braille.utils.pef.Range
Gets the to value, inclusive.
getUnbraillerTable() - Method in class org.daisy.braille.utils.pef.PEFFileBatchCompare
Gets the identifier for the unbrailler table.
getUri() - Method in class org.daisy.braille.utils.pef.Element
Gets this element's namespace uri
getURI() - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the uri for the document at the time of parsing.
getValue() - Method in class org.daisy.braille.utils.pef.NumeralSortString
Gets the value for this object.
getVolumes() - Method in class org.daisy.braille.utils.pef.PEFBook
Gets the number of volumes in this document.
getWarnings() - Method in class org.daisy.braille.utils.pef.PEFFileBatchCompare
Gets a list of warnings.

H

hashCode() - Method in class org.daisy.braille.utils.pef.NumeralSortString
 
hashCode() - Method in class org.daisy.braille.utils.pef.PEFBook
 
hashCode() - Method in class org.daisy.braille.utils.pef.Range
 
hashCode() - Method in class org.daisy.braille.utils.pef.SectionIdentifier
 
hasWidthError() - Method in class org.daisy.braille.utils.pef.PEFHandler
Returns true if there is a width error, false otherwise.

I

identifier(String) - Method in class org.daisy.braille.utils.pef.TextHandler.Builder
Sets the identifier for publications created using TextHandlers created with this builder.
INNER - org.daisy.braille.utils.pef.PEFHandler.Alignment
Align to the inner edge of the page
InputDetectionException - Exception in org.daisy.braille.utils.pef
Provides an input detection exception
InputDetectionException() - Constructor for exception org.daisy.braille.utils.pef.InputDetectionException
Constructs an InputDetectionException with null as its error detail message.
InputDetectionException(String) - Constructor for exception org.daisy.braille.utils.pef.InputDetectionException
Constructs an InputDetectionException with the specified detail message.
InputDetectionException(String, Throwable) - Constructor for exception org.daisy.braille.utils.pef.InputDetectionException
Constructs an InputDetectionException with the specified detail message and cause.
InputDetectionException(Throwable) - Constructor for exception org.daisy.braille.utils.pef.InputDetectionException
Constructs an InputDetectionException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
inRange(int) - Method in class org.daisy.braille.utils.pef.Range
Test if a value is in range

K

KEY_ALIGN - Static variable in class org.daisy.braille.utils.pef.PEFConverterFacade
Key for parsePefFile setting, corresponding settings value should match a value in PEFHandler.Alignment
KEY_ALIGNMENT_OFFSET - Static variable in class org.daisy.braille.utils.pef.PEFConverterFacade
Key for parsePefFile setting, corresponding settings value should be the number of characters to offset alignment by
KEY_AUTHOR - Static variable in class org.daisy.braille.utils.pef.TextHandler
Key for parseTextFile setting, corresponding settings value should contain the author of the publication
KEY_BREAKS - Static variable in class org.daisy.braille.utils.pef.PEFConverterFacade
Key for parsePefFile setting, corresponding settings value should match a value in StandardLineBreaks.Type
KEY_CELL_HEIGHT - Static variable in class org.daisy.braille.utils.pef.PEFConverterFacade
Key for parsePefFile setting, corresponding settings value should be a number, in millimeters
KEY_CELL_WIDTH - Static variable in class org.daisy.braille.utils.pef.PEFConverterFacade
Key for parsePefFile setting, corresponding settings value should be a number, in millimeters
KEY_COLS - Static variable in class org.daisy.braille.utils.pef.PEFGenerator
Key used in the settings map passed to the constructor.
KEY_DATE - Static variable in class org.daisy.braille.utils.pef.TextHandler
Key for parseTextFile setting, corresponding settings value should be a string containing a valid date on the form yyyy-MM-dd
KEY_DUPLEX - Static variable in class org.daisy.braille.utils.pef.PEFGenerator
Key used in the settings map passed to the constructor.
KEY_DUPLEX - Static variable in class org.daisy.braille.utils.pef.TextHandler
Key for parseTextFile setting, corresponding settings value should be "true" for duplex or "false" for simplex
KEY_EIGHT_DOT - Static variable in class org.daisy.braille.utils.pef.PEFGenerator
Key used in the settings map passed to the constructor.
KEY_EMBOSSER - Static variable in class org.daisy.braille.utils.pef.PEFConverterFacade
Key for parsePefFile setting, corresponding settings value should match an embosser identifier
KEY_FALLBACK - Static variable in class org.daisy.braille.utils.pef.PEFConverterFacade
Key for parsePefFile setting, corresponding settings value should match a value in EightDotFallbackMethod
KEY_IDENTIFIER - Static variable in class org.daisy.braille.utils.pef.TextHandler
Key for parseTextFile setting, corresponding settings value should contain the identifier for the publication
KEY_LANGUAGE - Static variable in class org.daisy.braille.utils.pef.TextHandler
Key for parseTextFile setting, corresponding settings value should contain the language of the publication
KEY_MODE - Static variable in class org.daisy.braille.utils.pef.TextHandler
Key for parseTextFile setting, corresponding settings value should match the table to use
KEY_PADDING - Static variable in class org.daisy.braille.utils.pef.PEFConverterFacade
Key for parsePefFile setting, corresponding settings value should match a padding style
KEY_PPV - Static variable in class org.daisy.braille.utils.pef.PEFGenerator
Key used in the settings map passed to the constructor.
KEY_RANGE - Static variable in class org.daisy.braille.utils.pef.PEFConverterFacade
Key for parsePefFile setting, corresponding settings value should match a range
KEY_REPLACEMENT - Static variable in class org.daisy.braille.utils.pef.PEFConverterFacade
Key for parsePefFile setting, corresponding settings value should be a character in the range 0x2800-0x283F
KEY_ROWS - Static variable in class org.daisy.braille.utils.pef.PEFGenerator
Key used in the settings map passed to the constructor.
KEY_SPV - Static variable in class org.daisy.braille.utils.pef.PEFGenerator
Key used in the settings map passed to the constructor.
KEY_TABLE - Static variable in class org.daisy.braille.utils.pef.PEFConverterFacade
Key for parsePefFile setting, corresponding settings value should match a table identifier
KEY_TITLE - Static variable in class org.daisy.braille.utils.pef.TextHandler
Key for parseTextFile setting, corresponding settings value should contain the title of the publication
KEY_VOLUMES - Static variable in class org.daisy.braille.utils.pef.PEFGenerator
Key used in the settings map passed to the constructor.

L

language(String) - Method in class org.daisy.braille.utils.pef.TextHandler.Builder
Sets the language for publications created using TextHandlers created with this builder.
LEFT - org.daisy.braille.utils.pef.PEFHandler.Alignment
Align left
load(File) - Method in class org.daisy.braille.utils.pef.PEFBookLoader
Loads the specified file.
load(URI) - Static method in class org.daisy.braille.utils.pef.PEFBook
Loads information about a PEF-document from the supplied URI.

M

merge(File[], OutputStream, String) - Method in class org.daisy.braille.utils.pef.PEFFileMerger
Merges several PEF-files into one.
merge(File, OutputStream, String, PEFFileMerger.SortType) - Method in class org.daisy.braille.utils.pef.PEFFileMerger
Merges several PEF-files into one.

N

NormalizationResource - Interface in org.daisy.braille.utils.pef
Deprecated. 
NUMERAL_GROUPING - org.daisy.braille.utils.pef.PEFFileMerger.SortType
Sort groups of digits as numbers
NumeralSortString - Class in org.daisy.braille.utils.pef
Provides a sorting algorithm that splits groups of digits and sorts these segments as numbers, for example "sample-1, sample-2, sample-10" will be sorted in that order.
NumeralSortString(String) - Constructor for class org.daisy.braille.utils.pef.NumeralSortString
Creates a new NumeralSortString for the supplied string

O

offset(int) - Method in class org.daisy.braille.utils.pef.PEFHandler.Builder
Sets the page margin offset where positive numbers adjust towards the right side of the paper, and negative numbers adjust towards the left side.
options(Map<String, String>) - Method in class org.daisy.braille.utils.pef.TextHandler.Builder
Sets options from a map.
org.daisy.braille.utils.pef - package org.daisy.braille.utils.pef
Provides fundamental classes for dealing with PEF-files.
OUTER - org.daisy.braille.utils.pef.PEFHandler.Alignment
Align to the outer edge of the page

P

parse() - Method in class org.daisy.braille.utils.pef.TextHandler.Builder
Parses the input file with the current settings.
parse() - Method in class org.daisy.braille.utils.pef.TextHandler
Parse using current settings
parsePefFile(File, OutputStream, PageFormat, Map<String, String>) - Method in class org.daisy.braille.utils.pef.PEFConverterFacade
Parses the given PEF-file input using the supplied output stream and settings.
parsePefFile(File, PEFHandler) - Method in class org.daisy.braille.utils.pef.PEFConverterFacade
Parses the given input using the supplied PEFHandler.
parsePefFile(InputStream, PEFHandler) - Method in class org.daisy.braille.utils.pef.PEFConverterFacade
Parses the given input stream using the supplied PEFHandler.
parseRange(String) - Static method in class org.daisy.braille.utils.pef.Range
Parses the string as a range
PEFBook - Class in org.daisy.braille.utils.pef
Provides useful information about a PEF-document.
PEFBookLoader - Class in org.daisy.braille.utils.pef
Provides a loader for PEFBooks that keeps serialized PEFBooks that can be loaded quickly when the source is unchanged.
PEFBookLoader() - Constructor for class org.daisy.braille.utils.pef.PEFBookLoader
Creates a new PEFBookLoader with the default cache folder.
PEFBookLoader(File) - Constructor for class org.daisy.braille.utils.pef.PEFBookLoader
Creates a new PEFBookLoader with the specified cache folder.
PEFConverterFacade - Class in org.daisy.braille.utils.pef
Provides a facade for both PEFHandler and TextHandler
PEFConverterFacade(EmbosserCatalogService) - Constructor for class org.daisy.braille.utils.pef.PEFConverterFacade
Creates a new PEFConverterFacade with the specified embosser factory.
PEFFileBatchCompare - Class in org.daisy.braille.utils.pef
Provides comparing of two folders with xml files for differences.
PEFFileBatchCompare(FileFilter) - Constructor for class org.daisy.braille.utils.pef.PEFFileBatchCompare
Creates a new batch comparator with the specified file filter.
PEFFileBatchCompare(FileFilter, Supplier<InputStream>) - Constructor for class org.daisy.braille.utils.pef.PEFFileBatchCompare
Creates a new batch comparator with the specified file filter and normalization.
PEFFileBatchCompare(FileFilter, NormalizationResource) - Constructor for class org.daisy.braille.utils.pef.PEFFileBatchCompare
Deprecated. 
PEFFileBatchCompare.Diff - Class in org.daisy.braille.utils.pef
Provides a difference specification.
PEFFileCompare - Class in org.daisy.braille.utils.pef
Provides a file comparator for PEF.
PEFFileCompare() - Constructor for class org.daisy.braille.utils.pef.PEFFileCompare
Creates a new pef file comparator.
PEFFileCompare(String) - Constructor for class org.daisy.braille.utils.pef.PEFFileCompare
Creates a new comparator with the specified normalization path.
PEFFileCompare(URL) - Constructor for class org.daisy.braille.utils.pef.PEFFileCompare
Creates a new comparator with the specified normalization url.
PEFFileCompare(Supplier<InputStream>) - Constructor for class org.daisy.braille.utils.pef.PEFFileCompare
Creates a new comparator with the specified normalization resource.
PEFFileCompare(NormalizationResource) - Constructor for class org.daisy.braille.utils.pef.PEFFileCompare
Deprecated. 
PEFFileCompareException - Exception in org.daisy.braille.utils.pef
Provides a pef file compare exception.
PEFFileCompareException() - Constructor for exception org.daisy.braille.utils.pef.PEFFileCompareException
Constructs a new exception with null as its detail message.
PEFFileCompareException(String) - Constructor for exception org.daisy.braille.utils.pef.PEFFileCompareException
Constructs a new exception with the specified detail message.
PEFFileCompareException(String, Throwable) - Constructor for exception org.daisy.braille.utils.pef.PEFFileCompareException
Constructs a new exception with the specified detail message and cause.
PEFFileCompareException(String, Throwable, boolean, boolean) - Constructor for exception org.daisy.braille.utils.pef.PEFFileCompareException
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
PEFFileCompareException(Throwable) - Constructor for exception org.daisy.braille.utils.pef.PEFFileCompareException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
PEFFileMerger - Class in org.daisy.braille.utils.pef
Merges several single volume PEF-files into one.
PEFFileMerger(Predicate<URL>) - Constructor for class org.daisy.braille.utils.pef.PEFFileMerger
Creates a new PEFFileMerger.
PEFFileMerger.SortType - Enum in org.daisy.braille.utils.pef
Defines sorting types
PEFFileSplitter - Class in org.daisy.braille.utils.pef
Splits a PEF-file into several single volume files.
PEFFileSplitter(Predicate<URL>) - Constructor for class org.daisy.braille.utils.pef.PEFFileSplitter
Creates a new PEFFileSplitter object.
PEFGenerator - Class in org.daisy.braille.utils.pef
Provides a way to generate PEF-files for testing purposes.
PEFGenerator() - Constructor for class org.daisy.braille.utils.pef.PEFGenerator
Creates a new PEFGenerator with the default settings.
PEFGenerator(Map<String, String>) - Constructor for class org.daisy.braille.utils.pef.PEFGenerator
Creates a new PEF generator with the supplied optional settings.
PEFHandler - Class in org.daisy.braille.utils.pef
Provides a handler for reading a PEF-file and sending the contents to an Embosser.
PEFHandler.Alignment - Enum in org.daisy.braille.utils.pef
Defines alignment values
PEFHandler.Builder - Class in org.daisy.braille.utils.pef
Provides a Builder for PEFHandler
PEFNamespaceContext - Class in org.daisy.braille.utils.pef
Provides a NamespaceContext implementation for PEF 1.0.
PEFNamespaceContext() - Constructor for class org.daisy.braille.utils.pef.PEFNamespaceContext
Creates a new PEFNamespaceContext using the prefixes pef for http://www.daisy.org/ns/2008/pef and dc for http://purl.org/dc/elements/1.1/
PEFNamespaceContext(String, String) - Constructor for class org.daisy.braille.utils.pef.PEFNamespaceContext
Creates a new PEFNamespaceContext using the supplied prefixes
PEFSearchIndex - Class in org.daisy.braille.utils.pef
Provides a search index for PEFBook objects.
PEFSearchIndex() - Constructor for class org.daisy.braille.utils.pef.PEFSearchIndex
Creates a new pef search index.
PEFSearchIndex(int) - Constructor for class org.daisy.braille.utils.pef.PEFSearchIndex
Creates a new pef search index with the specified limit.
POSTFIX - Static variable in class org.daisy.braille.utils.pef.PEFFileSplitter
Defines the default postfix for generated file names.
PREFIX - Static variable in class org.daisy.braille.utils.pef.PEFFileSplitter
Defines the default prefix for generated file names.
PrinterDevice - Class in org.daisy.braille.utils.pef
Printer device class of type DocFlavor.INPUT_STREAM.AUTOSENSE This class can be used when sending a file to a printer.
PrinterDevice(String, boolean) - Constructor for class org.daisy.braille.utils.pef.PrinterDevice
Create a device with the provided name.

R

range(Range) - Method in class org.daisy.braille.utils.pef.PEFHandler.Builder
Sets the range of pages to output
Range - Class in org.daisy.braille.utils.pef
Provides a range data object.
Range(int) - Constructor for class org.daisy.braille.utils.pef.Range
Create a new range.
Range(int, int) - Constructor for class org.daisy.braille.utils.pef.Range
Create a new range.
RIGHT - org.daisy.braille.utils.pef.PEFHandler.Alignment
Align right
run(String, String) - Method in class org.daisy.braille.utils.pef.PEFFileBatchCompare
 

S

SearchIndex<E> - Class in org.daisy.braille.utils.pef
Provides a search index.
SearchIndex() - Constructor for class org.daisy.braille.utils.pef.SearchIndex
Creates a new search index with the default sub-word limit (3).
SearchIndex(int) - Constructor for class org.daisy.braille.utils.pef.SearchIndex
Creates a new search index with the specified sub-word limit.
SectionIdentifier - Class in org.daisy.braille.utils.pef
Provides an identifier for a specific section.
SectionIdentifier(int) - Constructor for class org.daisy.braille.utils.pef.SectionIdentifier
Creates a new section identifier with the specified volume and the implied section number of 1.
SectionIdentifier(int, int) - Constructor for class org.daisy.braille.utils.pef.SectionIdentifier
Creates a new section identifier with the specified volume and section.
setUnbraillerTable(String) - Method in class org.daisy.braille.utils.pef.PEFFileBatchCompare
Sets the identifier for the unbrailler table.
sort(File[]) - Method in enum org.daisy.braille.utils.pef.PEFFileMerger.SortType
Sorts the files.
split(File, File) - Method in class org.daisy.braille.utils.pef.PEFFileSplitter
Splits a PEF-file into several single volume PEF-files.
split(InputStream, File) - Method in class org.daisy.braille.utils.pef.PEFFileSplitter
Splits the PEF-document provided as an input stream into several single volume PEF-files using the default file name pre- and postfix.
split(InputStream, File, String, String) - Method in class org.daisy.braille.utils.pef.PEFFileSplitter
Splits the PEF-document provided as an input stream into several single volume PEF-files using the supplied file name pre- and postfix.
STANDARD - org.daisy.braille.utils.pef.PEFFileMerger.SortType
Sort alphabetically
startElement(String, String, String, Attributes) - Method in class org.daisy.braille.utils.pef.PEFHandler
 

T

TextHandler - Class in org.daisy.braille.utils.pef
Provides a handler for reading text and writing a PEF-file.
TextHandler.Builder - Class in org.daisy.braille.utils.pef
Provides a Builder for TextHandler
TextInputDetector - Class in org.daisy.braille.utils.pef
Provides a method for detecting a table based on text input.
TextInputDetector(TableCatalogService) - Constructor for class org.daisy.braille.utils.pef.TextInputDetector
Creates a new TextInputDetector
title(String) - Method in class org.daisy.braille.utils.pef.TextHandler.Builder
Sets the title for publications created using TextHandlers created with this builder.
topOffset(int) - Method in class org.daisy.braille.utils.pef.PEFHandler.Builder
Sets the top offset.
toString() - Method in class org.daisy.braille.utils.pef.PEFBook
 
toString() - Method in class org.daisy.braille.utils.pef.Range
 
toString() - Method in class org.daisy.braille.utils.pef.SectionIdentifier
 
transmit(File) - Method in class org.daisy.braille.utils.pef.FileDevice
 
transmit(File) - Method in class org.daisy.braille.utils.pef.PrinterDevice
Transmit a file to the device

U

UnsupportedWidthException - Exception in org.daisy.braille.utils.pef
Provides an unsupported width exception
UnsupportedWidthException() - Constructor for exception org.daisy.braille.utils.pef.UnsupportedWidthException
Constructs a new exception with null as its detail message.
UnsupportedWidthException(String) - Constructor for exception org.daisy.braille.utils.pef.UnsupportedWidthException
Constructs a new exception with the specified detail message.
UnsupportedWidthException(String, Throwable) - Constructor for exception org.daisy.braille.utils.pef.UnsupportedWidthException
Constructs a new exception with the specified detail message and cause.
UnsupportedWidthException(String, Throwable, boolean, boolean) - Constructor for exception org.daisy.braille.utils.pef.UnsupportedWidthException
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
UnsupportedWidthException(Throwable) - Constructor for exception org.daisy.braille.utils.pef.UnsupportedWidthException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

V

valueOf(String) - Static method in enum org.daisy.braille.utils.pef.PEFFileMerger.SortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.daisy.braille.utils.pef.PEFHandler.Alignment
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.daisy.braille.utils.pef.PEFFileMerger.SortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.daisy.braille.utils.pef.PEFHandler.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(SAXParseException) - Method in class org.daisy.braille.utils.pef.PEFFileSplitter
 
with(File, File, TableCatalogService) - Static method in class org.daisy.braille.utils.pef.TextHandler
Creates a new builder with the supplied parameters.

X

XMLFileCompare - Class in org.daisy.braille.utils.pef
Provides functionality to check if files are equal.
XMLFileCompare(TransformerFactory) - Constructor for class org.daisy.braille.utils.pef.XMLFileCompare
Creates a new FileCompare object
XMLFileCompare(TransformerFactory, boolean) - Constructor for class org.daisy.braille.utils.pef.XMLFileCompare
Creates a new FileCompare object
A B C D E F G H I K L M N O P R S T U V W X 
All Classes All Packages