Uses of Interface
org.apache.fop.afp.StructuredData
-
Packages that use StructuredData Package Description org.apache.fop.afp.goca Contains a collection of AFP font related classes.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 StructuredData in org.apache.fop.afp.goca
Classes in org.apache.fop.afp.goca that implement StructuredData Modifier and Type Class Description classAbstractGraphicsCoordA base class encapsulating the structure of coordinate based GOCA objectsclassAbstractGraphicsDrawingOrderA base GOCA drawing orderclassAbstractGraphicsDrawingOrderContainerA base container of prepared structured AFP objectsclassGraphicsAreaBeginThe beginning of a filled region (graphics area).classGraphicsAreaEndThe end of a filled region (graphics area).classGraphicsBoxA GOCA graphics rectangular boxclassGraphicsChainedSegmentA GOCA graphics segmentclassGraphicsCharacterStringA GOCA graphics stringclassGraphicsDataA GOCA graphics dataclassGraphicsEndPrologThe end of a prolog.classGraphicsFilletA GOCA graphics curved tangential line to a specified set of straight lines drawn from the given position or current positionclassGraphicsFullArcA GOCA graphics arc (circle/ellipse)classGraphicsImageA GOCA ImageclassGraphicsLineA GOCA graphics straight line drawn from the given absolute positionclassGraphicsSetArcParametersSets the arc parameters for a GOCA graphics arc (circle/ellipse)classGraphicsSetCharacterSetSets the current character set (font) to be used for following graphics stringsclassGraphicsSetCurrentPositionSets the current painting position of the graphics objectclassGraphicsSetFractionalLineWidthSets the line width to use when stroking GOCA shapes (structured fields)classGraphicsSetLineTypeSets the value of the current line type attribute when stroking GOCA shapes (structured fields)classGraphicsSetLineWidthSets the line width to use when stroking GOCA shapes (structured fields)classGraphicsSetMixSets the foreground mix mode.classGraphicsSetPatternSymbolSets the pattern symbol to use when filling following GOCA structured fieldsclassGraphicsSetProcessColorSets the current processing color for the following GOCA structured fieldsMethods in org.apache.fop.afp.goca that return StructuredData Modifier and Type Method Description StructuredDataGraphicsData. removeCurrentSegment()Removes the current segment from this graphics dataStructuredDataAbstractGraphicsDrawingOrderContainer. removeLast()Removes the last drawing order from this container and returns itMethods in org.apache.fop.afp.goca with parameters of type StructuredData Modifier and Type Method Description voidAbstractGraphicsDrawingOrderContainer. addObject(StructuredData object)Adds a given graphics object to this containervoidGraphicsData. addObject(StructuredData object)Adds a given graphics object to this container -
Uses of StructuredData in org.apache.fop.afp.modca
Classes in org.apache.fop.afp.modca that implement StructuredData Modifier and Type Class Description static classActiveEnvironmentGroup.FontFullyQualifiedNameTripletMethods in org.apache.fop.afp.modca with parameters of type StructuredData Modifier and Type Method Description voidGraphicsObject. addObject(StructuredData object) -
Uses of StructuredData in org.apache.fop.afp.modca.triplets
Subinterfaces of StructuredData in org.apache.fop.afp.modca.triplets Modifier and Type Interface Description interfaceTripletTriplet interface.Classes in org.apache.fop.afp.modca.triplets that implement StructuredData Modifier and Type Class Description classAbstractTripletA simple implementation of a MOD:CA tripletclassAttributeQualifierTripletThe attribute qualifier triplet is used to specify a qualifier for a document attribute.classAttributeValueTripletThe attribute value triplet is used to specify a value for a document attribute.classCommentTripletAn inline comment triplet.classDescriptorPositionTripletAssociates an ObjectAreaPosition with and ObjectAreaDescriptor structured fieldclassEncodingTripletRepresents a CCSID encoding triplet.classExtendedResourceLocalIdentifierTripletThe Extended Resource Local Identifier triplet specifies a resource type and a four byte local identifier or LID.classFullyQualifiedNameTripletA Fully Qualified Name triplet enable the identification and referencing of objects using Gloabl Identifiers (GIDs).classMappingOptionTripletSpecifies the mapping of data object presentation space to object areaclassMeasurementUnitsTripletThe Measurement Units triplet is used to specify the units of measure for a presentation spaceclassObjectAreaSizeTripletThe Object Area Size triplet is used to specify the extent of an object area in the X and Y directionsclassObjectByteExtentTripletThe Object Byte Extent triplet is used to specify the number of bytes contained in an objectclassObjectClassificationTripletThe Object Classification is used to classify and identify object data.classPresentationSpaceMixingRulesTripletThis triplet is used to specify the resulting appearance when data in a new presentation space is merged with data in an existing presentation space.classPresentationSpaceResetMixingTripletThis triplet is used to specify the resulting appearance when data in a new presentation space is merged with data in an existing presentation space.classResourceObjectTypeTripletA Resource Object Type Triplet
-