Uses of Enum
org.apache.fop.render.afp.AFPRendererConfig.ImagesModeOptions
Packages that use AFPRendererConfig.ImagesModeOptions
Package
Description
An AFP Renderer implementation and supporting classes.
-
Uses of AFPRendererConfig.ImagesModeOptions in org.apache.fop.render.afp
Subclasses with type arguments of type AFPRendererConfig.ImagesModeOptions in org.apache.fop.render.afpModifier and TypeClassDescriptionstatic enumAn enumeration for the various images modes available to the AFP renderer.Fields in org.apache.fop.render.afp with type parameters of type AFPRendererConfig.ImagesModeOptionsModifier and TypeFieldDescriptionprivate final EnumMap<AFPRendererConfig.ImagesModeOptions, Object> AFPRendererConfig.imageModeParamsMethods in org.apache.fop.render.afp that return AFPRendererConfig.ImagesModeOptionsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AFPRendererConfig.ImagesModeOptions[]AFPRendererConfig.ImagesModeOptions.values()Returns an array containing the constants of this enum type, in the order they are declared.