org.apache.batik.css.engine

Class SVG12CSSEngine

public class SVG12CSSEngine extends SVGCSSEngine

This class provides a CSS engine initialized for SVG.
Field Summary
static intFINAL_INDEX
static intINDENT_INDEX
static intLINE_HEIGHT_INDEX
static intMARGIN_BOTTOM_INDEX
static intMARGIN_LEFT_INDEX
static intMARGIN_RIGHT_INDEX
static intMARGIN_TOP_INDEX
static intSOLID_COLOR_INDEX
static intSOLID_OPACITY_INDEX
static ShorthandManager[]SVG_SHORTHAND_MANAGERS
The shorthand managers for SVG.
static ValueManager[]SVG_VALUE_MANAGERS
The value managers for SVG.
static intTEXT_ALIGN_INDEX
Constructor Summary
SVG12CSSEngine(Document doc, URL uri, ExtendedParser p, CSSContext ctx)
Creates a new SVG12CSSEngine.
SVG12CSSEngine(Document doc, URL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, CSSContext ctx)
Creates a new SVG12CSSEngine.

Field Detail

FINAL_INDEX

public static final int FINAL_INDEX

INDENT_INDEX

public static final int INDENT_INDEX

LINE_HEIGHT_INDEX

public static final int LINE_HEIGHT_INDEX

MARGIN_BOTTOM_INDEX

public static final int MARGIN_BOTTOM_INDEX

MARGIN_LEFT_INDEX

public static final int MARGIN_LEFT_INDEX

MARGIN_RIGHT_INDEX

public static final int MARGIN_RIGHT_INDEX

MARGIN_TOP_INDEX

public static final int MARGIN_TOP_INDEX

SOLID_COLOR_INDEX

public static final int SOLID_COLOR_INDEX

SOLID_OPACITY_INDEX

public static final int SOLID_OPACITY_INDEX

SVG_SHORTHAND_MANAGERS

public static final ShorthandManager[] SVG_SHORTHAND_MANAGERS
The shorthand managers for SVG.

SVG_VALUE_MANAGERS

public static final ValueManager[] SVG_VALUE_MANAGERS
The value managers for SVG.

TEXT_ALIGN_INDEX

public static final int TEXT_ALIGN_INDEX

Constructor Detail

SVG12CSSEngine

public SVG12CSSEngine(Document doc, URL uri, ExtendedParser p, CSSContext ctx)
Creates a new SVG12CSSEngine.

Parameters: doc The associated document. uri The document URI. p The CSS parser to use. ctx The CSS context.

SVG12CSSEngine

public SVG12CSSEngine(Document doc, URL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, CSSContext ctx)
Creates a new SVG12CSSEngine.

Parameters: doc The associated document. uri The document URI. p The CSS parser to use. vms Extension value managers. sms Extension shorthand managers. ctx The CSS context.

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.