fop 1.0

org.apache.fop.util.text
Class GlyphNameFieldPart.Factory

java.lang.Object
  extended by org.apache.fop.util.text.GlyphNameFieldPart.Factory
All Implemented Interfaces:
AdvancedMessageFormat.PartFactory
Enclosing class:
GlyphNameFieldPart

public static class GlyphNameFieldPart.Factory
extends java.lang.Object
implements AdvancedMessageFormat.PartFactory

Factory for GlyphNameFieldPart.


Constructor Summary
GlyphNameFieldPart.Factory()
           
 
Method Summary
 java.lang.String getFormat()
          Returns the name of the message part format.
 AdvancedMessageFormat.Part newPart(java.lang.String fieldName, java.lang.String values)
          Creates a new part by parsing the values parameter to configure the part.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlyphNameFieldPart.Factory

public GlyphNameFieldPart.Factory()
Method Detail

newPart

public AdvancedMessageFormat.Part newPart(java.lang.String fieldName,
                                          java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.

Specified by:
newPart in interface AdvancedMessageFormat.PartFactory
Parameters:
fieldName - the field name
values - the unparsed parameter values
Returns:
the new message part

getFormat

public java.lang.String getFormat()
Returns the name of the message part format.

Specified by:
getFormat in interface AdvancedMessageFormat.PartFactory
Returns:
the name of the message part format

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.