org.apache.batik.css.engine.value.svg12

Interface SVG12ValueConstants

public interface SVG12ValueConstants extends SVGValueConstants

This interface provides constants for SVG 1.2 values.
Field Summary
ValueEND_VALUE
The 'end' keyword.
ValueFULL_VALUE
The 'full' keyword.
ValueMIDDLE_VALUE
The 'middle' keyword.
ValueNORMAL_VALUE
The 'normal' keyword, for 'line-height'.
ValueSTART_VALUE
The 'start' keyword.

Field Detail

END_VALUE

public Value END_VALUE
The 'end' keyword.

FULL_VALUE

public Value FULL_VALUE
The 'full' keyword.

MIDDLE_VALUE

public Value MIDDLE_VALUE
The 'middle' keyword.

NORMAL_VALUE

public Value NORMAL_VALUE
The 'normal' keyword, for 'line-height'.

START_VALUE

public Value START_VALUE
The 'start' keyword.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.