sk.baka.xml.gene
Class HolderTypes

java.lang.Object
  extended by sk.baka.xml.gene.HolderTypes

public final class HolderTypes
extends Object

Namespace constants for various content holders.

Author:
Martin Vysny

Field Summary
static String HOLDER_EPS_NAMESPACE
          Denotes an EPS image format transmitted as a Stream using UTF-8 encoding.
static String HOLDER_GIF_NAMESPACE
          Denotes a GIF image format transmitted as a Stream.
static String HOLDER_IMAGE_NAMESPACE
          Denotes a object holder that holds graphics object - ImageRef instance.
static String HOLDER_JPEG_NAMESPACE
          Denotes a JPG image format transmitted as a Stream.
static String HOLDER_LATEX_NAMESPACE
          Denotes a LaTeX file transmitted as a Stream using UTF-8 encoding.
static String HOLDER_PNG_NAMESPACE
          Denotes a PNG image format transmitted as a Stream.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOLDER_JPEG_NAMESPACE

public static final String HOLDER_JPEG_NAMESPACE
Denotes a JPG image format transmitted as a Stream.

See Also:
Constant Field Values

HOLDER_PNG_NAMESPACE

public static final String HOLDER_PNG_NAMESPACE
Denotes a PNG image format transmitted as a Stream.

See Also:
Constant Field Values

HOLDER_GIF_NAMESPACE

public static final String HOLDER_GIF_NAMESPACE
Denotes a GIF image format transmitted as a Stream.

See Also:
Constant Field Values

HOLDER_LATEX_NAMESPACE

public static final String HOLDER_LATEX_NAMESPACE
Denotes a LaTeX file transmitted as a Stream using UTF-8 encoding.

See Also:
Constant Field Values

HOLDER_EPS_NAMESPACE

public static final String HOLDER_EPS_NAMESPACE
Denotes an EPS image format transmitted as a Stream using UTF-8 encoding.

See Also:
Constant Field Values

HOLDER_IMAGE_NAMESPACE

public static final String HOLDER_IMAGE_NAMESPACE
Denotes a object holder that holds graphics object - ImageRef instance. If the consumer wants to provide specific instances of images then it may do so by returning instance of ImageRefFactory.

See Also:
Constant Field Values


Copyright © 2006 Martin Vysny - baka. All Rights Reserved.