org.apache.fop.render.ps
Interface PSSupportedFlavors
- PSRenderer, ResourceHandler
public interface PSSupportedFlavors
Defines the set of supported ImageFlavors for the PostScript renderer.
LEVEL_2_FLAVORS_FORM
public static final ImageFlavor[] LEVEL_2_FLAVORS_FORM
The flavors supported as forms with PostScript level 2.
LEVEL_2_FLAVORS_INLINE
public static final ImageFlavor[] LEVEL_2_FLAVORS_INLINE
The flavors supported inline with PostScript level 2.
LEVEL_3_FLAVORS_FORM
public static final ImageFlavor[] LEVEL_3_FLAVORS_FORM
The flavors supported as forms with PostScript level 3 or higher.
LEVEL_3_FLAVORS_INLINE
public static final ImageFlavor[] LEVEL_3_FLAVORS_INLINE
The flavors supported inline with PostScript level 3 and higher.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.