Package org.apache.fop.util.text
Class GlyphNameFieldPart.Factory
java.lang.Object
org.apache.fop.util.text.GlyphNameFieldPart.Factory
- All Implemented Interfaces:
AdvancedMessageFormat.PartFactory
- Enclosing class:
- GlyphNameFieldPart
public static class GlyphNameFieldPart.Factory
extends Object
implements AdvancedMessageFormat.PartFactory
Factory for
GlyphNameFieldPart
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
newPart
Creates a new part by parsing the values parameter to configure the part.- Specified by:
newPart
in interfaceAdvancedMessageFormat.PartFactory
- Parameters:
fieldName
- the field namevalues
- the unparsed parameter values- Returns:
- the new message part
-
getFormat
Returns the name of the message part format.- Specified by:
getFormat
in interfaceAdvancedMessageFormat.PartFactory
- Returns:
- the name of the message part format
-