Package | Description |
---|---|
org.apache.fop.events |
Subsystem for reporting events inside FOP to client applications.
|
org.apache.fop.util.text |
Message formatting classes.
|
Modifier and Type | Method and Description |
---|---|
AdvancedMessageFormat.Part |
EventFormatter.LookupFieldPartFactory.newPart(java.lang.String fieldName,
java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.
|
Modifier and Type | Class and Description |
---|---|
class |
ChoiceFieldPart
Defines a "choice" field part that works like
ChoiceFormat . |
class |
EqualsFieldPart
Defines an "equals" field part that can compare a field's string value against another string.
|
class |
GlyphNameFieldPart
Function formatting a character to a glyph name.
|
class |
HexFieldPart
Function formatting a number or character to a hex value.
|
class |
IfFieldPart
Defines an "if" field part that checks if field's value is true or false.
|
Modifier and Type | Method and Description |
---|---|
AdvancedMessageFormat.Part |
HexFieldPart.Factory.newPart(java.lang.String fieldName,
java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.
|
AdvancedMessageFormat.Part |
ChoiceFieldPart.Factory.newPart(java.lang.String fieldName,
java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.
|
AdvancedMessageFormat.Part |
GlyphNameFieldPart.Factory.newPart(java.lang.String fieldName,
java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.
|
AdvancedMessageFormat.Part |
IfFieldPart.Factory.newPart(java.lang.String fieldName,
java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.
|
AdvancedMessageFormat.Part |
AdvancedMessageFormat.PartFactory.newPart(java.lang.String fieldName,
java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.
|
AdvancedMessageFormat.Part |
EqualsFieldPart.Factory.newPart(java.lang.String fieldName,
java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.