sk.uniba.euromath
Class Namespaces

java.lang.Object
  extended by sk.uniba.euromath.Namespaces

public final class Namespaces
extends Object

Preddefined namespace constants.

Author:
Martin Vysny

Field Summary
static String ARTICLE_NAMESPACE
          The namespace of the article.
static String DIPLOMA_THESIS_NAMESPACE
          An example of a diploma thesis file format.
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

ARTICLE_NAMESPACE

public static final String ARTICLE_NAMESPACE
The namespace of the article.

See Also:
Constant Field Values

DIPLOMA_THESIS_NAMESPACE

public static final String DIPLOMA_THESIS_NAMESPACE
An example of a diploma thesis file format.

See Also:
Constant Field Values

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 2003-2003-2006 null. All Rights Reserved.