Package org.apache.fop.util.text
Class GlyphNameFieldPart.Factory
- java.lang.Object
-
- org.apache.fop.util.text.GlyphNameFieldPart.Factory
-
- All Implemented Interfaces:
org.apache.fop.util.text.AdvancedMessageFormat.PartFactory
- Enclosing class:
- GlyphNameFieldPart
public static class GlyphNameFieldPart.Factory extends java.lang.Object implements org.apache.fop.util.text.AdvancedMessageFormat.PartFactory
Factory forGlyphNameFieldPart
.
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFormat()
org.apache.fop.util.text.AdvancedMessageFormat.Part
newPart(java.lang.String fieldName, java.lang.String values)
-
-
-
Method Detail
-
newPart
public org.apache.fop.util.text.AdvancedMessageFormat.Part newPart(java.lang.String fieldName, java.lang.String values)
- Specified by:
newPart
in interfaceorg.apache.fop.util.text.AdvancedMessageFormat.PartFactory
-
getFormat
public java.lang.String getFormat()
- Specified by:
getFormat
in interfaceorg.apache.fop.util.text.AdvancedMessageFormat.PartFactory
-
-