fop 1.0

Uses of Class
org.apache.fop.afp.modca.Registry.ObjectType

Packages that use Registry.ObjectType
org.apache.fop.afp Contains an AFP library. 
org.apache.fop.afp.modca Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects. 
org.apache.fop.afp.modca.triplets Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) triplet classes. 
 

Uses of Registry.ObjectType in org.apache.fop.afp
 

Methods in org.apache.fop.afp that return Registry.ObjectType
 Registry.ObjectType AFPDataObjectInfo.getObjectType()
          Convenience method to return the object type
 

Methods in org.apache.fop.afp with parameters of type Registry.ObjectType
 ResourceObject AFPDataObjectFactory.createResource(AbstractNamedAFPObject namedObj, AFPResourceInfo resourceInfo, Registry.ObjectType objectType)
          Creates a resource object wrapper for named includable data objects
 

Uses of Registry.ObjectType in org.apache.fop.afp.modca
 

Methods in org.apache.fop.afp.modca that return Registry.ObjectType
 Registry.ObjectType Registry.getObjectType(java.lang.String mimeType)
          Returns the MOD:CA object type given a mimetype
 

Methods in org.apache.fop.afp.modca with parameters of type Registry.ObjectType
 void AbstractTripletStructuredObject.setObjectClassification(byte objectClass, Registry.ObjectType objectType, boolean dataInContainer, boolean containerHasOEG, boolean dataInOCD)
          Sets the objects classification
 

Uses of Registry.ObjectType in org.apache.fop.afp.modca.triplets
 

Constructors in org.apache.fop.afp.modca.triplets with parameters of type Registry.ObjectType
ObjectClassificationTriplet(byte objectClass, Registry.ObjectType objectType, boolean dataInContainer, boolean containerHasOEG, boolean dataInOCD)
          Main constructor
ObjectClassificationTriplet(byte objectClass, Registry.ObjectType objectType, boolean dataInContainer, boolean containerHasOEG, boolean dataInOCD, java.lang.String objLev, java.lang.String compName)
          Fully parameterized constructor
 


fop 1.0

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