org.apache.fop.render.ps

Interface PSSupportedFlavors

Known Implementing Classes:
PSRenderer, ResourceHandler

public interface PSSupportedFlavors

Defines the set of supported ImageFlavors for the PostScript renderer.

Field Summary

static ImageFlavor[]
LEVEL_2_FLAVORS_FORM
The flavors supported as forms with PostScript level 2.
static ImageFlavor[]
LEVEL_2_FLAVORS_INLINE
The flavors supported inline with PostScript level 2.
static ImageFlavor[]
LEVEL_3_FLAVORS_FORM
The flavors supported as forms with PostScript level 3 or higher.
static ImageFlavor[]
LEVEL_3_FLAVORS_INLINE
The flavors supported inline with PostScript level 3 and higher.

Field Details

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.