com.davisor.graphics
Interface ParameterConstants

All Known Implementing Classes:
BetterPath, FontParameters, PaintParameters, ShapeParameters, StrokeParameters

public interface ParameterConstants

ParameterConstants defines some general purpose parameter parsing related constants.

Since:
JDK1.3

Field Summary
static java.lang.String ANNOTATIONADDRESS
          HTML attribute href.
static java.lang.String ANNOTATIONCOORDS
          HTML attribute coords, will be discarded with HTML charts.
static java.lang.String ANNOTATIONDESCRIPTION
          HTML attribute alt.
static java.lang.String ANNOTATIONDESCRIPTION_MOZILLA
          HTML attribute title, which is used for tooltip in Mozilla browser.
static java.lang.String ANNOTATIONONMOUSEOUT
          HTML attribute onmouseout.
static java.lang.String ANNOTATIONONMOUSEOVER
          HTML attribute onmouseover.
static java.lang.String ANNOTATIONSEPARATOR
          Paint specification annotation part separator (?).
static java.lang.String ANNOTATIONSHAPE
          HTML attribute shape, will be discarded with HTML charts.
static java.lang.String ANNOTATIONTARGET
          HTML attribute target.
static int CENTER
          Center alignment key.
static int DOWN
          Down alignment key.
static java.lang.String FIELDSEPARATOR
          Paint spesification field separator (-).
static int LEFT
          Left alignment key.
static int RIGHT
          Right alignment key.
static java.lang.String TAILSEPARATOR
          Paint spesification separator (,).
static char TERMINAL
          Paint spesification terminator ( ).
static int UNSET
          Undetermined value key.
static int UP
          Up alignment key.
static java.lang.String VALUESEPARATOR
          Paint spesification value separator (:).
 

Field Detail

ANNOTATIONSEPARATOR

public static final java.lang.String ANNOTATIONSEPARATOR
Paint specification annotation part separator (?).

See Also:
Constant Field Values

FIELDSEPARATOR

public static final java.lang.String FIELDSEPARATOR
Paint spesification field separator (-).

See Also:
Constant Field Values

TAILSEPARATOR

public static final java.lang.String TAILSEPARATOR
Paint spesification separator (,).

See Also:
Constant Field Values

VALUESEPARATOR

public static final java.lang.String VALUESEPARATOR
Paint spesification value separator (:).

See Also:
Constant Field Values

TERMINAL

public static final char TERMINAL
Paint spesification terminator ( ).

See Also:
Constant Field Values

UNSET

public static final int UNSET
Undetermined value key.

See Also:
Constant Field Values

LEFT

public static final int LEFT
Left alignment key.

See Also:
Constant Field Values

RIGHT

public static final int RIGHT
Right alignment key.

See Also:
Constant Field Values

CENTER

public static final int CENTER
Center alignment key.

See Also:
Constant Field Values

UP

public static final int UP
Up alignment key.

See Also:
Constant Field Values

DOWN

public static final int DOWN
Down alignment key.

See Also:
Constant Field Values

ANNOTATIONADDRESS

public static final java.lang.String ANNOTATIONADDRESS
HTML attribute href.

See Also:
Constant Field Values

ANNOTATIONCOORDS

public static final java.lang.String ANNOTATIONCOORDS
HTML attribute coords, will be discarded with HTML charts.

See Also:
Constant Field Values

ANNOTATIONDESCRIPTION

public static final java.lang.String ANNOTATIONDESCRIPTION
HTML attribute alt.

See Also:
Constant Field Values

ANNOTATIONDESCRIPTION_MOZILLA

public static final java.lang.String ANNOTATIONDESCRIPTION_MOZILLA
HTML attribute title, which is used for tooltip in Mozilla browser.

See Also:
Constant Field Values

ANNOTATIONONMOUSEOUT

public static final java.lang.String ANNOTATIONONMOUSEOUT
HTML attribute onmouseout.

See Also:
Constant Field Values

ANNOTATIONONMOUSEOVER

public static final java.lang.String ANNOTATIONONMOUSEOVER
HTML attribute onmouseover.

See Also:
Constant Field Values

ANNOTATIONSHAPE

public static final java.lang.String ANNOTATIONSHAPE
HTML attribute shape, will be discarded with HTML charts.

See Also:
Constant Field Values

ANNOTATIONTARGET

public static final java.lang.String ANNOTATIONTARGET
HTML attribute target.

See Also:
Constant Field Values


Copyright © 2001-2004 Davisor Oy. All Rights Reserved.