Uses of Interface
org.apache.batik.css.engine.value.Value

Packages that use Value
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.css.dom   
org.apache.batik.css.engine   
org.apache.batik.css.engine.value   
org.apache.batik.css.engine.value.css2   
org.apache.batik.css.engine.value.svg   
org.apache.batik.dom.svg   
 

Uses of Value in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return Value
static Value CSSUtilities.getComputedStyle(Element e, int property)
          Returns the computed style of the given property.
 Value BridgeContext.getSystemColor(java.lang.String ident)
          Returns the Value corresponding to the given system color.
 

Methods in org.apache.batik.bridge with parameters of type Value
static Marker PaintServer.convertMarker(Element e, Value v, BridgeContext ctx)
          Returns a Marker defined on the specified element by the specified value, and for the specified shape node.
protected static java.awt.Paint PaintServer.convertPaint(Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx)
          Converts a Paint definition to a concrete java.awt.Paint instance according to the specified parameters.
static java.awt.Paint PaintServer.convertURIPaint(Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx)
          Converts a Paint specified as a URI.
static java.awt.Color PaintServer.convertRGBICCColor(Element paintedElement, Value colorDef, ICCColor iccColor, float opacity, BridgeContext ctx)
          Returns a Color object that corresponds to the input Paint's ICC color value or an RGB color if the related color profile could not be used or loaded for any reason.
static java.awt.Color PaintServer.convertColor(Value c, float opacity)
          Converts the given Value and opacity to a Color object.
static float[] PaintServer.convertStrokeDasharray(Value v)
          Converts the 'stroke-dasharray' property to a list of float number in user units.
static float PaintServer.convertStrokeMiterlimit(Value v)
          Converts the 'miterlimit' property to the appropriate float number.
static int PaintServer.convertStrokeLinecap(Value v)
          Converts the 'linecap' property to the appropriate BasicStroke constant.
static int PaintServer.convertStrokeLinejoin(Value v)
          Converts the 'linejoin' property to the appropriate BasicStroke constant.
static int PaintServer.resolveColorComponent(Value v)
          Returns the value of one color component (0 <= result <= 255).
static float PaintServer.convertOpacity(Value v)
          Returns the opacity represented by the specified CSSValue.
 

Uses of Value in org.apache.batik.css.dom
 

Methods in org.apache.batik.css.dom that return Value
 Value CSSOMStyleDeclaration.ValueProvider.getValue(java.lang.String name)
          Returns the current value associated with this object.
 Value CSSOMStyleDeclaration.StyleDeclarationValue.getValue()
          Returns the current value associated with this object.
protected abstract  Value CSSOMSVGPaint.AbstractModificationHandler.getValue()
          Returns the associated value.
 Value CSSOMSVGComputedStyle.ComputedCSSColorValue.getValue()
          Returns the Value associated with this object.
 Value CSSOMSVGComputedStyle.ComputedCSSPaintValue.getValue()
          Returns the Value associated with this object.
 Value CSSOMSVGColor.ValueProvider.getValue()
          Returns the current value associated with this object.
protected abstract  Value CSSOMSVGColor.AbstractModificationHandler.getValue()
          Returns the associated value.
protected abstract  Value CSSOMSVGColor.AbstractComponent.getValue()
          The returns the actual value of this component.
protected  Value CSSOMSVGColor.RedComponent.getValue()
          The returns the actual value of this component.
protected  Value CSSOMSVGColor.GreenComponent.getValue()
          The returns the actual value of this component.
protected  Value CSSOMSVGColor.BlueComponent.getValue()
          The returns the actual value of this component.
 Value CSSOMSVGStyleDeclaration.StyleDeclarationColorValue.getValue()
          Returns the current value associated with this object.
 Value CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue.getValue()
          Returns the current value associated with this object.
 Value CSSOMComputedStyle.ComputedCSSValue.getValue()
          Returns the Value associated with this object.
 Value CSSOMValue.ValueProvider.getValue()
          Returns the current value associated with this object.
protected abstract  Value CSSOMValue.AbstractModificationHandler.getValue()
          Returns the associated value.
protected abstract  Value CSSOMValue.AbstractComponent.getValue()
          The returns the actual value of this component.
protected  Value CSSOMValue.LeftComponent.getValue()
          The returns the actual value of this component.
protected  Value CSSOMValue.TopComponent.getValue()
          The returns the actual value of this component.
protected  Value CSSOMValue.RightComponent.getValue()
          The returns the actual value of this component.
protected  Value CSSOMValue.BottomComponent.getValue()
          The returns the actual value of this component.
protected  Value CSSOMValue.RedComponent.getValue()
          The returns the actual value of this component.
protected  Value CSSOMValue.GreenComponent.getValue()
          The returns the actual value of this component.
protected  Value CSSOMValue.BlueComponent.getValue()
          The returns the actual value of this component.
protected  Value CSSOMValue.ListComponent.getValue()
          The returns the actual value of this component.
 

Methods in org.apache.batik.css.dom with parameters of type Value
static float CSSOMValue.convertFloatValue(short unitType, Value value)
          Converts the actual float value to the given unit type.
protected static float CSSOMValue.toCentimeters(Value value)
          Converts the current value into centimeters.
protected static float CSSOMValue.toInches(Value value)
          Converts the current value into inches.
protected static float CSSOMValue.toMillimeters(Value value)
          Converts the current value into millimeters.
protected static float CSSOMValue.toPoints(Value value)
          Converts the current value into points.
protected static float CSSOMValue.toPicas(Value value)
          Converts the current value into picas.
protected static float CSSOMValue.toDegrees(Value value)
          Converts the current value into degrees.
protected static float CSSOMValue.toRadians(Value value)
          Converts the current value into radians.
protected static float CSSOMValue.toGradians(Value value)
          Converts the current value into gradians.
protected static float CSSOMValue.toMilliseconds(Value value)
          Converts the current value into milliseconds.
protected static float CSSOMValue.toSeconds(Value value)
          Converts the current value into seconds.
protected static float CSSOMValue.toHertz(Value value)
          Converts the current value into Hertz.
protected static float CSSOMValue.tokHertz(Value value)
          Converts the current value into kHertz.
 

Uses of Value in org.apache.batik.css.engine
 

Fields in org.apache.batik.css.engine declared as Value
protected  Value[] StyleDeclaration.values
          The values.
protected  Value[] StyleMap.values
          The values.
 

Methods in org.apache.batik.css.engine that return Value
 Value CSSContext.getSystemColor(java.lang.String ident)
          Returns the Value corresponding to the given system color.
 Value CSSEngine.getComputedStyle(CSSStylableElement elt, java.lang.String pseudo, int propidx)
          Returns the computed style of the given element/pseudo for the property corresponding to the given index.
 Value CSSEngine.parsePropertyValue(java.lang.String prop, java.lang.String value)
          Parses and creates a property value.
 Value StyleDeclaration.getValue(int idx)
          Returns the value at the given index.
static Value SystemColorSupport.getSystemColor(java.lang.String ident)
          Returns the Value corresponding to the given system color.
 Value StyleMap.getValue(int i)
          Returns the value at the given index, null if unspecified.
 

Methods in org.apache.batik.css.engine with parameters of type Value
protected  void CSSEngine.putAuthorProperty(StyleMap dest, int idx, Value sval, boolean imp, short origin)
          Puts an author property from a style-map in another style-map, if possible.
 void StyleDeclaration.put(int idx, Value v, int i, boolean prio)
          Sets a value within the declaration.
 void StyleDeclaration.append(Value v, int idx, boolean prio)
          Appends a value to the declaration.
 void StyleMap.putValue(int i, Value v)
          Puts a property value, given the property index.
 

Uses of Value in org.apache.batik.css.engine.value
 

Classes in org.apache.batik.css.engine.value that implement Value
 class AbstractValue
          This class provides an abstract implementation of the Value interface.
 class ComputedValue
          This class represents a computed property value.
 class FloatValue
          This class represents float values.
 class InheritValue
          This singleton class represents the 'inherit' value.
 class ListValue
          This class represents a list of values.
 class RectValue
          This class represents CSS rect values.
 class RGBColorValue
          This class represents RGB colors.
 class StringValue
          This class represents string values.
 

Fields in org.apache.batik.css.engine.value declared as Value
protected  Value[] ListValue.items
          The items.
static Value ValueConstants.NUMBER_0
          0
static Value ValueConstants.NUMBER_100
          100
static Value ValueConstants.NUMBER_128
          128
static Value ValueConstants.NUMBER_192
          192
static Value ValueConstants.NUMBER_200
          200
static Value ValueConstants.NUMBER_255
          255
static Value ValueConstants.NUMBER_300
          300
static Value ValueConstants.NUMBER_400
          400
static Value ValueConstants.NUMBER_500
          500
static Value ValueConstants.NUMBER_600
          600
static Value ValueConstants.NUMBER_700
          700
static Value ValueConstants.NUMBER_800
          800
static Value ValueConstants.NUMBER_900
          900
static Value ValueConstants.INHERIT_VALUE
          The 'inherit' value.
static Value ValueConstants.ALL_VALUE
          The 'all' keyword.
static Value ValueConstants.AUTO_VALUE
          The 'auto' keyword.
static Value ValueConstants.BIDI_OVERRIDE_VALUE
          The 'bidi-override' keyword.
static Value ValueConstants.BLINK_VALUE
          The 'blink' keyword.
static Value ValueConstants.BLOCK_VALUE
          The 'block' keyword.
static Value ValueConstants.BOLD_VALUE
          The 'bold' keyword.
static Value ValueConstants.BOLDER_VALUE
          The 'bolder' keyword.
static Value ValueConstants.BOTTOM_VALUE
          The 'bottom' keyword.
static Value ValueConstants.COLLAPSE_VALUE
          The 'collapse' keyword.
static Value ValueConstants.COMPACT_VALUE
          The 'compact' keyword.
static Value ValueConstants.CONDENSED_VALUE
          The 'condensed' keyword.
static Value ValueConstants.CRISPEDGES_VALUE
          The 'crispedges' keyword.
static Value ValueConstants.CROSSHAIR_VALUE
          The 'crosshair' keyword.
static Value ValueConstants.CURSIVE_VALUE
          The 'cursive' keyword.
static Value ValueConstants.DEFAULT_VALUE
          The 'default' keyword.
static Value ValueConstants.E_RESIZE_VALUE
          The 'e-resize' keyword.
static Value ValueConstants.EMBED_VALUE
          The 'embed' keyword.
static Value ValueConstants.EXPANDED_VALUE
          The 'expanded' keyword.
static Value ValueConstants.EXTRA_CONDENSED_VALUE
          The 'extra-condensed' keyword.
static Value ValueConstants.EXTRA_EXPANDED_VALUE
          The 'extra-expanded' keyword.
static Value ValueConstants.FANTASY_VALUE
          The 'fantasy' keyword.
static Value ValueConstants.HELP_VALUE
          The 'help' keyword.
static Value ValueConstants.HIDDEN_VALUE
          The 'hidden' keyword.
static Value ValueConstants.INLINE_VALUE
          The 'inline' keyword.
static Value ValueConstants.INLINE_TABLE_VALUE
          The 'inline-table' keyword.
static Value ValueConstants.ITALIC_VALUE
          The 'italic' keyword.
static Value ValueConstants.LARGE_VALUE
          The 'large' keyword.
static Value ValueConstants.LARGER_VALUE
          The 'larger' keyword.
static Value ValueConstants.LIGHTER_VALUE
          The 'lighter' keyword.
static Value ValueConstants.LINE_THROUGH_VALUE
          The 'line_through' keyword.
static Value ValueConstants.LIST_ITEM_VALUE
          The 'list-item' keyword.
static Value ValueConstants.LTR_VALUE
          The 'ltr' keyword.
static Value ValueConstants.MARKER_VALUE
          The 'marker' keyword.
static Value ValueConstants.MEDIUM_VALUE
          The 'medium' keyword.
static Value ValueConstants.MONOSPACE_VALUE
          The 'monospaced' keyword.
static Value ValueConstants.MOVE_VALUE
          The 'move' keyword.
static Value ValueConstants.N_RESIZE_VALUE
          The 'n-resize' keyword.
static Value ValueConstants.NARROWER_VALUE
          The 'narrower' keyword.
static Value ValueConstants.NE_RESIZE_VALUE
          The 'ne-resize' keyword.
static Value ValueConstants.NW_RESIZE_VALUE
          The 'nw-resize' keyword.
static Value ValueConstants.NONE_VALUE
          The 'none' keyword.
static Value ValueConstants.NORMAL_VALUE
          The 'normal' keyword.
static Value ValueConstants.OBLIQUE_VALUE
          The 'oblique' keyword.
static Value ValueConstants.OVERLINE_VALUE
          The 'overline' keyword.
static Value ValueConstants.POINTER_VALUE
          The 'pointer' keyword.
static Value ValueConstants.PAINTED_VALUE
          The 'painted' keyword.
static Value ValueConstants.RTL_VALUE
          The 'rtl' keyword.
static Value ValueConstants.RUN_IN_VALUE
          The 'run-in' keyword.
static Value ValueConstants.S_RESIZE_VALUE
          The 's-resize' keyword.
static Value ValueConstants.SANS_SERIF_VALUE
          The 'sans-serif' keyword.
static Value ValueConstants.SCROLL_VALUE
          The 'scroll' keyword.
static Value ValueConstants.SE_RESIZE_VALUE
          The 'se-resize' keyword.
static Value ValueConstants.SEMI_CONDENSED_VALUE
          The 'semi-condensed' keyword.
static Value ValueConstants.SEMI_EXPANDED_VALUE
          The 'semi-expanded' keyword.
static Value ValueConstants.SERIF_VALUE
          The 'serif' keyword.
static Value ValueConstants.SMALL_VALUE
          The 'small' keyword.
static Value ValueConstants.SMALL_CAPS_VALUE
          The 'small-caps' keyword.
static Value ValueConstants.SMALLER_VALUE
          The 'smaller' keyword.
static Value ValueConstants.STROKE_VALUE
          The 'stroke' keyword.
static Value ValueConstants.SW_RESIZE_VALUE
          The 'sw-resize' keyword.
static Value ValueConstants.TABLE_VALUE
          The 'table' keyword.
static Value ValueConstants.TABLE_CAPTION_VALUE
          The 'table-caption' keyword.
static Value ValueConstants.TABLE_CELL_VALUE
          The 'table-cell' keyword.
static Value ValueConstants.TABLE_COLUMN_VALUE
          The 'table-column' keyword.
static Value ValueConstants.TABLE_COLUMN_GROUP_VALUE
          The 'table-column-group' keyword.
static Value ValueConstants.TABLE_FOOTER_GROUP_VALUE
          The 'table-footer-group' keyword.
static Value ValueConstants.TABLE_HEADER_GROUP_VALUE
          The 'table-header-group' keyword.
static Value ValueConstants.TABLE_ROW_VALUE
          The 'table-row' keyword.
static Value ValueConstants.TABLE_ROW_GROUP_VALUE
          The 'table-row-group' keyword.
static Value ValueConstants.TEXT_VALUE
          The 'text' keyword.
static Value ValueConstants.ULTRA_CONDENSED_VALUE
          The 'ultra-condensed' keyword.
static Value ValueConstants.ULTRA_EXPANDED_VALUE
          The 'ultra-expanded' keyword.
static Value ValueConstants.TOP_VALUE
          The 'top' keyword.
static Value ValueConstants.UNDERLINE_VALUE
          The 'underline' keyword.
static Value ValueConstants.VISIBLE_VALUE
          The 'visible' keyword.
static Value ValueConstants.W_RESIZE_VALUE
          The 'w-resize' keyword.
static Value ValueConstants.WAIT_VALUE
          The 'wait' keyword.
static Value ValueConstants.WIDER_VALUE
          The 'wider' keyword.
static Value ValueConstants.X_LARGE_VALUE
          The 'x-large' keyword.
static Value ValueConstants.X_SMALL_VALUE
          The 'x-small' keyword.
static Value ValueConstants.XX_LARGE_VALUE
          The 'xx-large' keyword.
static Value ValueConstants.XX_SMALL_VALUE
          The 'xx-small' keyword.
static Value ValueConstants.AQUA_VALUE
          The 'aqua' color name.
static Value ValueConstants.BLACK_VALUE
          The 'black' color name.
static Value ValueConstants.BLUE_VALUE
          The 'blue' color name.
static Value ValueConstants.FUCHSIA_VALUE
          The 'fuchsia' color name.
static Value ValueConstants.GRAY_VALUE
          The 'gray' color name.
static Value ValueConstants.GREEN_VALUE
          The 'green' color name.
static Value ValueConstants.LIME_VALUE
          The 'lime' color name.
static Value ValueConstants.MAROON_VALUE
          The 'maroon' color name.
static Value ValueConstants.NAVY_VALUE
          The 'navy' color name.
static Value ValueConstants.OLIVE_VALUE
          The 'olive' color name.
static Value ValueConstants.PURPLE_VALUE
          The 'purple' color name.
static Value ValueConstants.RED_VALUE
          The 'red' color name.
static Value ValueConstants.SILVER_VALUE
          The 'silver' color name.
static Value ValueConstants.TEAL_VALUE
          The 'teal' color name.
static Value ValueConstants.WHITE_VALUE
          The 'white' color name.
static Value ValueConstants.YELLOW_VALUE
          The 'yellow' color name.
static Value ValueConstants.ACTIVEBORDER_VALUE
          The 'ACTIVEBORDER' color name.
static Value ValueConstants.ACTIVECAPTION_VALUE
          The 'ACTIVECAPTION' color name.
static Value ValueConstants.APPWORKSPACE_VALUE
          The 'APPWORKSPACE' color name.
static Value ValueConstants.BACKGROUND_VALUE
          The 'BACKGROUND' color name.
static Value ValueConstants.BUTTONFACE_VALUE
          The 'BUTTONFACE' color name.
static Value ValueConstants.BUTTONHIGHLIGHT_VALUE
          The 'BUTTONHIGHLIGHT' color name.
static Value ValueConstants.BUTTONSHADOW_VALUE
          The 'BUTTONSHADOW' color name.
static Value ValueConstants.BUTTONTEXT_VALUE
          The 'BUTTONTEXT' color name.
static Value ValueConstants.CAPTIONTEXT_VALUE
          The 'CAPTIONTEXT' color name.
static Value ValueConstants.GRAYTEXT_VALUE
          The 'GRAYTEXT' color name.
static Value ValueConstants.HIGHLIGHT_VALUE
          The 'HIGHLIGHT' color name.
static Value ValueConstants.HIGHLIGHTTEXT_VALUE
          The 'HIGHLIGHTTEXT' color name.
static Value ValueConstants.INACTIVEBORDER_VALUE
          The 'INACTIVEBORDER' color name.
static Value ValueConstants.INACTIVECAPTION_VALUE
          The 'INACTIVECAPTION' color name.
static Value ValueConstants.INACTIVECAPTIONTEXT_VALUE
          The 'INACTIVECAPTIONTEXT' color name.
static Value ValueConstants.INFOBACKGROUND_VALUE
          The 'INFOBACKGROUND' color name.
static Value ValueConstants.INFOTEXT_VALUE
          The 'INFOTEXT' color name.
static Value ValueConstants.MENU_VALUE
          The 'MENU' color name.
static Value ValueConstants.MENUTEXT_VALUE
          The 'MENUTEXT' color name.
static Value ValueConstants.SCROLLBAR_VALUE
          The 'SCROLLBAR' color name.
static Value ValueConstants.THREEDDARKSHADOW_VALUE
          The 'THREEDDARKSHADOW' color name.
static Value ValueConstants.THREEDFACE_VALUE
          The 'THREEDFACE' color name.
static Value ValueConstants.THREEDHIGHLIGHT_VALUE
          The 'THREEDHIGHLIGHT' color name.
static Value ValueConstants.THREEDLIGHTSHADOW_VALUE
          The 'THREEDLIGHTSHADOW' color name.
static Value ValueConstants.THREEDSHADOW_VALUE
          The 'THREEDSHADOW' color name.
static Value ValueConstants.WINDOW_VALUE
          The 'WINDOW' color name.
static Value ValueConstants.WINDOWFRAME_VALUE
          The 'WINDOWFRAME' color name.
static Value ValueConstants.WINDOWTEXT_VALUE
          The 'WINDOWTEXT' color name.
static Value ValueConstants.BLACK_RGB_VALUE
          The 'black' RGB color.
static Value ValueConstants.SILVER_RGB_VALUE
          The 'silver' RGB color.
static Value ValueConstants.GRAY_RGB_VALUE
          The 'gray' RGB color.
static Value ValueConstants.WHITE_RGB_VALUE
          The 'white' RGB color.
static Value ValueConstants.MAROON_RGB_VALUE
          The 'maroon' RGB color.
static Value ValueConstants.RED_RGB_VALUE
          The 'red' RGB color.
static Value ValueConstants.PURPLE_RGB_VALUE
          The 'purple' RGB color.
static Value ValueConstants.FUCHSIA_RGB_VALUE
          The 'fuchsia' RGB color.
static Value ValueConstants.GREEN_RGB_VALUE
          The 'green' RGB color.
static Value ValueConstants.LIME_RGB_VALUE
          The 'lime' RGB color.
static Value ValueConstants.OLIVE_RGB_VALUE
          The 'olive' RGB color.
static Value ValueConstants.YELLOW_RGB_VALUE
          The 'yellow' RGB color.
static Value ValueConstants.NAVY_RGB_VALUE
          The 'navy' RGB color.
static Value ValueConstants.BLUE_RGB_VALUE
          The 'blue' RGB color.
static Value ValueConstants.TEAL_RGB_VALUE
          The 'teal' RGB color.
static Value ValueConstants.AQUA_RGB_VALUE
          The 'aqua' RGB color.
protected  Value ComputedValue.cascadedValue
          The cascaded value.
protected  Value ComputedValue.computedValue
          The computed value.
protected  Value RectValue.top
          The top value.
protected  Value RectValue.right
          The right value.
protected  Value RectValue.bottom
          The bottom value.
protected  Value RectValue.left
          The left value.
protected  Value RGBColorValue.red
          The red component.
protected  Value RGBColorValue.green
          The green component.
protected  Value RGBColorValue.blue
          The blue component.
 

Methods in org.apache.batik.css.engine.value that return Value
 Value AbstractValue.getRed()
          Implements getRed().
 Value AbstractValue.getGreen()
          Implements getGreen().
 Value AbstractValue.getBlue()
          Implements getBlue().
 Value AbstractValue.item(int index)
          Implements item(int).
 Value AbstractValue.getTop()
          Implements getTop().
 Value AbstractValue.getRight()
          Implements getRight().
 Value AbstractValue.getBottom()
          Implements getBottom().
 Value AbstractValue.getLeft()
          Implements getLeft().
 Value ListValue.item(int index)
          Implements item(int).
 Value AbstractValueManager.createFloatValue(short unitType, float floatValue)
          Implements ValueManager.createFloatValue(short,float).
 Value AbstractValueManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value AbstractValueManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value RectManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value IdentifierManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value IdentifierManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value AbstractColorManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value AbstractColorManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
protected  Value AbstractColorManager.createRGBColor(Value r, Value g, Value b)
          Creates an RGB color.
protected  Value AbstractColorManager.createColorComponent(LexicalUnit lu)
          Creates a color component from a lexical unit.
 Value Value.getRed()
          The red value of the RGB color.
 Value Value.getGreen()
          The green value of the RGB color.
 Value Value.getBlue()
          The blue value of the RGB color.
 Value Value.item(int index)
          Used to retrieve a rule by ordinal index.
 Value Value.getTop()
          The top value of the rect.
 Value Value.getRight()
          The right value of the rect.
 Value Value.getBottom()
          The bottom value of the rect.
 Value Value.getLeft()
          The left value of the rect.
 Value ComputedValue.getComputedValue()
          Returns the computed value.
 Value ComputedValue.getCascadedValue()
          Returns the cascaded value.
 Value ComputedValue.getRed()
          Implements getRed().
 Value ComputedValue.getGreen()
          Implements getGreen().
 Value ComputedValue.getBlue()
          Implements getBlue().
 Value ComputedValue.item(int index)
          Implements item(int).
 Value ComputedValue.getTop()
          Implements getTop().
 Value ComputedValue.getRight()
          Implements getRight().
 Value ComputedValue.getBottom()
          Implements getBottom().
 Value ComputedValue.getLeft()
          Implements getLeft().
 Value LengthManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value LengthManager.createFloatValue(short type, float floatValue)
          Implements ValueManager.createFloatValue(short,float).
 Value LengthManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value ValueManager.getDefaultValue()
          Returns the default value for the handled property.
 Value ValueManager.createValue(LexicalUnit lu, CSSEngine engine)
          Creates a value from a lexical unit.
 Value ValueManager.createFloatValue(short unitType, float floatValue)
          Creates and returns a new float value.
 Value ValueManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Creates and returns a new string value.
 Value ValueManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Computes the given value.
 Value RectValue.getTop()
          Implements getTop().
 Value RectValue.getRight()
          Implements getRight().
 Value RectValue.getBottom()
          Implements getBottom().
 Value RectValue.getLeft()
          Implements getLeft().
 Value RGBColorValue.getRed()
          Implements getRed().
 Value RGBColorValue.getGreen()
          Implements getGreen().
 Value RGBColorValue.getBlue()
          Implements getBlue().
 

Methods in org.apache.batik.css.engine.value with parameters of type Value
 void ListValue.append(Value v)
          Appends an item to the list.
 Value AbstractValueManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value AbstractColorManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
protected  Value AbstractColorManager.createRGBColor(Value r, Value g, Value b)
          Creates an RGB color.
 void ComputedValue.setComputedValue(Value v)
          Sets the computed value.
 Value LengthManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value ValueManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Computes the given value.
 

Constructors in org.apache.batik.css.engine.value with parameters of type Value
ComputedValue(Value cv)
          Creates a new ComputedValue object.
RectValue(Value t, Value r, Value b, Value l)
          Creates a new Rect value.
RGBColorValue(Value r, Value g, Value b)
          Creates a new RGBColorValue.
 

Uses of Value in org.apache.batik.css.engine.value.css2
 

Methods in org.apache.batik.css.engine.value.css2 that return Value
 Value VisibilityManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value FontSizeAdjustManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value FontSizeAdjustManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value FontSizeAdjustManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value FontSizeAdjustManager.createFloatValue(short type, float floatValue)
          Implements ValueManager.createFloatValue(short,float).
 Value DirectionManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value ClipManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value ClipManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value ClipManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value UnicodeBidiManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value FontVariantManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value FontSizeManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value FontSizeManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value FontSizeManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value FontSizeManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value OverflowManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value TextDecorationManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value TextDecorationManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value TextDecorationManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value FontStyleManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value CursorManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value CursorManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value FontFamilyManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value FontFamilyManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value FontWeightManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value FontWeightManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value FontWeightManager.createFloatValue(short type, float floatValue)
          Implements ValueManager.createFloatValue(short,float).
 Value FontWeightManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
protected  Value FontWeightManager.createFontWeight(float f)
          Returns the CSS value associated with the given font-weight.
 Value DisplayManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value FontStretchManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value FontStretchManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 

Methods in org.apache.batik.css.engine.value.css2 with parameters of type Value
 Value FontSizeManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value FontWeightManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value FontStretchManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 

Uses of Value in org.apache.batik.css.engine.value.svg
 

Subinterfaces of Value in org.apache.batik.css.engine.value.svg
 interface SVGValue
          This interface represents the values for properties like 'fill', 'flood-color'...
 

Classes in org.apache.batik.css.engine.value.svg that implement Value
 class ICCColor
          This class represents an ICC color value.
 

Fields in org.apache.batik.css.engine.value.svg declared as Value
protected static Value ColorManager.DEFAULT_VALUE
          The default color value.
protected  Value SVGColorManager.defaultValue
          The default value.
static Value SVGValueConstants.ZERO_DEGREE
          0 degree
static Value SVGValueConstants.NUMBER_1
          1
static Value SVGValueConstants.NUMBER_4
          4
static Value SVGValueConstants.NUMBER_11
          11
static Value SVGValueConstants.NUMBER_19
          19
static Value SVGValueConstants.NUMBER_20
          20
static Value SVGValueConstants.NUMBER_21
          21
static Value SVGValueConstants.NUMBER_25
          25
static Value SVGValueConstants.NUMBER_30
          30
static Value SVGValueConstants.NUMBER_32
          32
static Value SVGValueConstants.NUMBER_34
          34
static Value SVGValueConstants.NUMBER_35
          35
static Value SVGValueConstants.NUMBER_42
          42
static Value SVGValueConstants.NUMBER_43
          43
static Value SVGValueConstants.NUMBER_45
          45
static Value SVGValueConstants.NUMBER_46
          46
static Value SVGValueConstants.NUMBER_47
          47
static Value SVGValueConstants.NUMBER_50
          50
static Value SVGValueConstants.NUMBER_60
          60
static Value SVGValueConstants.NUMBER_61
          61
static Value SVGValueConstants.NUMBER_63
          63
static Value SVGValueConstants.NUMBER_64
          64
static Value SVGValueConstants.NUMBER_65
          65
static Value SVGValueConstants.NUMBER_69
          69
static Value SVGValueConstants.NUMBER_70
          70
static Value SVGValueConstants.NUMBER_71
          71
static Value SVGValueConstants.NUMBER_72
          72
static Value SVGValueConstants.NUMBER_75
          75
static Value SVGValueConstants.NUMBER_79
          79
static Value SVGValueConstants.NUMBER_80
          80
static Value SVGValueConstants.NUMBER_82
          82
static Value SVGValueConstants.NUMBER_85
          85
static Value SVGValueConstants.NUMBER_87
          87
static Value SVGValueConstants.NUMBER_90
          90
static Value SVGValueConstants.NUMBER_91
          91
static Value SVGValueConstants.NUMBER_92
          92
static Value SVGValueConstants.NUMBER_95
          95
static Value SVGValueConstants.NUMBER_96
          96
static Value SVGValueConstants.NUMBER_99
          99
static Value SVGValueConstants.NUMBER_102
          102
static Value SVGValueConstants.NUMBER_104
          104
static Value SVGValueConstants.NUMBER_105
          105
static Value SVGValueConstants.NUMBER_106
          106
static Value SVGValueConstants.NUMBER_107
          107
static Value SVGValueConstants.NUMBER_112
          112
static Value SVGValueConstants.NUMBER_113
          113
static Value SVGValueConstants.NUMBER_114
          114
static Value SVGValueConstants.NUMBER_119
          119
static Value SVGValueConstants.NUMBER_122
          122
static Value SVGValueConstants.NUMBER_123
          123
static Value SVGValueConstants.NUMBER_124
          124
static Value SVGValueConstants.NUMBER_127
          127
static Value SVGValueConstants.NUMBER_130
          130
static Value SVGValueConstants.NUMBER_133
          133
static Value SVGValueConstants.NUMBER_134
          134
static Value SVGValueConstants.NUMBER_135
          135
static Value SVGValueConstants.NUMBER_136
          136
static Value SVGValueConstants.NUMBER_138
          138
static Value SVGValueConstants.NUMBER_139
          139
static Value SVGValueConstants.NUMBER_140
          140
static Value SVGValueConstants.NUMBER_142
          142
static Value SVGValueConstants.NUMBER_143
          143
static Value SVGValueConstants.NUMBER_144
          144
static Value SVGValueConstants.NUMBER_147
          147
static Value SVGValueConstants.NUMBER_148
          148
static Value SVGValueConstants.NUMBER_149
          149
static Value SVGValueConstants.NUMBER_150
          150
static Value SVGValueConstants.NUMBER_152
          152
static Value SVGValueConstants.NUMBER_153
          153
static Value SVGValueConstants.NUMBER_154
          154
static Value SVGValueConstants.NUMBER_158
          158
static Value SVGValueConstants.NUMBER_160
          160
static Value SVGValueConstants.NUMBER_164
          164
static Value SVGValueConstants.NUMBER_165
          165
static Value SVGValueConstants.NUMBER_169
          169
static Value SVGValueConstants.NUMBER_170
          170
static Value SVGValueConstants.NUMBER_173
          173
static Value SVGValueConstants.NUMBER_175
          175
static Value SVGValueConstants.NUMBER_176
          176
static Value SVGValueConstants.NUMBER_178
          178
static Value SVGValueConstants.NUMBER_179
          179
static Value SVGValueConstants.NUMBER_180
          180
static Value SVGValueConstants.NUMBER_181
          181
static Value SVGValueConstants.NUMBER_182
          182
static Value SVGValueConstants.NUMBER_183
          183
static Value SVGValueConstants.NUMBER_184
          184
static Value SVGValueConstants.NUMBER_185
          185
static Value SVGValueConstants.NUMBER_186
          186
static Value SVGValueConstants.NUMBER_188
          188
static Value SVGValueConstants.NUMBER_189
          189
static Value SVGValueConstants.NUMBER_191
          191
static Value SVGValueConstants.NUMBER_193
          193
static Value SVGValueConstants.NUMBER_196
          196
static Value SVGValueConstants.NUMBER_199
          199
static Value SVGValueConstants.NUMBER_203
          203
static Value SVGValueConstants.NUMBER_204
          204
static Value SVGValueConstants.NUMBER_205
          205
static Value SVGValueConstants.NUMBER_206
          206
static Value SVGValueConstants.NUMBER_208
          208
static Value SVGValueConstants.NUMBER_209
          209
static Value SVGValueConstants.NUMBER_210
          210
static Value SVGValueConstants.NUMBER_211
          211
static Value SVGValueConstants.NUMBER_212
          212
static Value SVGValueConstants.NUMBER_213
          213
static Value SVGValueConstants.NUMBER_214
          214
static Value SVGValueConstants.NUMBER_215
          215
static Value SVGValueConstants.NUMBER_216
          216
static Value SVGValueConstants.NUMBER_218
          218
static Value SVGValueConstants.NUMBER_219
          219
static Value SVGValueConstants.NUMBER_220
          220
static Value SVGValueConstants.NUMBER_221
          221
static Value SVGValueConstants.NUMBER_222
          222
static Value SVGValueConstants.NUMBER_224
          224
static Value SVGValueConstants.NUMBER_225
          225
static Value SVGValueConstants.NUMBER_226
          226
static Value SVGValueConstants.NUMBER_228
          228
static Value SVGValueConstants.NUMBER_230
          230
static Value SVGValueConstants.NUMBER_232
          232
static Value SVGValueConstants.NUMBER_233
          233
static Value SVGValueConstants.NUMBER_235
          235
static Value SVGValueConstants.NUMBER_237
          237
static Value SVGValueConstants.NUMBER_238
          238
static Value SVGValueConstants.NUMBER_239
          239
static Value SVGValueConstants.NUMBER_240
          240
static Value SVGValueConstants.NUMBER_244
          244
static Value SVGValueConstants.NUMBER_245
          245
static Value SVGValueConstants.NUMBER_248
          248
static Value SVGValueConstants.NUMBER_250
          250
static Value SVGValueConstants.NUMBER_251
          251
static Value SVGValueConstants.NUMBER_252
          252
static Value SVGValueConstants.NUMBER_253
          253
static Value SVGValueConstants.ACCUMULATE_VALUE
          The 'accumulate' keyword.
static Value SVGValueConstants.AFTER_EDGE_VALUE
          The 'after-edge' keyword.
static Value SVGValueConstants.ALPHABETIC_VALUE
          The 'alphabetic' keyword.
static Value SVGValueConstants.BASELINE_VALUE
          The 'baseline' keyword.
static Value SVGValueConstants.BEFORE_EDGE_VALUE
          The 'before-edge' keyword.
static Value SVGValueConstants.BEVEL_VALUE
          The 'bevel' keyword.
static Value SVGValueConstants.BUTT_VALUE
          The 'butt' keyword.
static Value SVGValueConstants.CENTRAL_VALUE
          The 'central' keyword.
static Value SVGValueConstants.CURRENTCOLOR_VALUE
          The 'currentcolor' keyword.
static Value SVGValueConstants.END_VALUE
          The 'end' keyword.
static Value SVGValueConstants.EVENODD_VALUE
          The 'evenodd' keyword.
static Value SVGValueConstants.FILL_VALUE
          The 'fill' keyword.
static Value SVGValueConstants.FILLSTROKE_VALUE
          The 'fillstroke' keyword.
static Value SVGValueConstants.GEOMETRICPRECISION_VALUE
          The 'geometricprecision' keyword.
static Value SVGValueConstants.HANGING_VALUE
          The 'hanging' keyword.
static Value SVGValueConstants.IDEOGRAPHIC_VALUE
          The 'ideographic' keyword.
static Value SVGValueConstants.LINEARRGB_VALUE
          The 'linearRGB' keyword.
static Value SVGValueConstants.LR_VALUE
          The 'lr' keyword.
static Value SVGValueConstants.LR_TB_VALUE
          The 'lr-tb' keyword.
static Value SVGValueConstants.MATHEMATICAL_VALUE
          The 'mathematical' keyword.
static Value SVGValueConstants.MIDDLE_VALUE
          The 'middle' keyword.
static Value SVGValueConstants.NEW_VALUE
          The 'new' keyword.
static Value SVGValueConstants.MITER_VALUE
          The 'miter' keyword.
static Value SVGValueConstants.NO_CHANGE_VALUE
          The 'no-change' keyword.
static Value SVGValueConstants.NONZERO_VALUE
          The 'nonzero' keyword.
static Value SVGValueConstants.OPTIMIZELEGIBILITY_VALUE
          The 'optimizeLegibility' keyword.
static Value SVGValueConstants.OPTIMIZEQUALITY_VALUE
          The 'optimizeQuality' keyword.
static Value SVGValueConstants.OPTIMIZESPEED_VALUE
          The 'optimizeSpeed' keyword.
static Value SVGValueConstants.RESET_SIZE_VALUE
          The 'reset-size' keyword.
static Value SVGValueConstants.RL_VALUE
          The 'rl' keyword.
static Value SVGValueConstants.RL_TB_VALUE
          The 'rl-tb' keyword.
static Value SVGValueConstants.ROUND_VALUE
          The 'round' keyword.
static Value SVGValueConstants.SQUARE_VALUE
          The 'square' keyword.
static Value SVGValueConstants.SRGB_VALUE
          The 'sRGB' keyword.
static Value SVGValueConstants.START_VALUE
          The 'start' keyword.
static Value SVGValueConstants.SUB_VALUE
          The 'sub' keyword.
static Value SVGValueConstants.SUPER_VALUE
          The 'super' keyword.
static Value SVGValueConstants.TB_VALUE
          The 'tb' keyword.
static Value SVGValueConstants.TB_RL_VALUE
          The 'tb-rl' keyword.
static Value SVGValueConstants.TEXT_AFTER_EDGE_VALUE
          The 'text-after-edge' keyword.
static Value SVGValueConstants.TEXT_BEFORE_EDGE_VALUE
          The 'text-before-edge' keyword.
static Value SVGValueConstants.TEXT_BOTTOM_VALUE
          The 'text-bottom' keyword.
static Value SVGValueConstants.TEXT_TOP_VALUE
          The 'text-top' keyword.
static Value SVGValueConstants.USE_SCRIPT_VALUE
          The 'use-script' keyword.
static Value SVGValueConstants.VISIBLEFILL_VALUE
          The 'visiblefill' keyword.
static Value SVGValueConstants.VISIBLEFILLSTROKE_VALUE
          The 'visiblefillstroke' keyword.
static Value SVGValueConstants.VISIBLEPAINTED_VALUE
          The 'visiblepainted' keyword.
static Value SVGValueConstants.VISIBLESTROKE_VALUE
          The 'visiblestroke' keyword.
static Value SVGValueConstants.ALICEBLUE_VALUE
          The 'aliceblue' color name.
static Value SVGValueConstants.ANTIQUEWHITE_VALUE
          The 'antiquewhite' color name.
static Value SVGValueConstants.AQUAMARINE_VALUE
          The 'aquamarine' color name.
static Value SVGValueConstants.AZURE_VALUE
          The 'azure' color name.
static Value SVGValueConstants.BEIGE_VALUE
          The 'beige' color name.
static Value SVGValueConstants.BISQUE_VALUE
          The 'bisque' color name.
static Value SVGValueConstants.BLANCHEDALMOND_VALUE
          The 'blanchedalmond' color name.
static Value SVGValueConstants.BLUEVIOLET_VALUE
          The 'blueviolet' color name.
static Value SVGValueConstants.BROWN_VALUE
          The 'brown' color name.
static Value SVGValueConstants.BURLYWOOD_VALUE
          The 'burlywood' color name.
static Value SVGValueConstants.CADETBLUE_VALUE
          The 'cadetblue' color name.
static Value SVGValueConstants.CHARTREUSE_VALUE
          The 'chartreuse' color name.
static Value SVGValueConstants.CHOCOLATE_VALUE
          The 'chocolate' color name.
static Value SVGValueConstants.CORAL_VALUE
          The 'coral' color name.
static Value SVGValueConstants.CORNFLOWERBLUE_VALUE
          The 'cornflowerblue' color name.
static Value SVGValueConstants.CORNSILK_VALUE
          The 'cornsilk' color name.
static Value SVGValueConstants.CRIMSON_VALUE
          The 'crimson' color name.
static Value SVGValueConstants.CYAN_VALUE
          The 'cyan' color name.
static Value SVGValueConstants.DARKBLUE_VALUE
          The 'darkblue' color name.
static Value SVGValueConstants.DARKCYAN_VALUE
          The 'darkcyan' color name.
static Value SVGValueConstants.DARKGOLDENROD_VALUE
          The 'darkgoldenrod' color name.
static Value SVGValueConstants.DARKGRAY_VALUE
          The 'darkgray' color name.
static Value SVGValueConstants.DARKGREEN_VALUE
          The 'darkgreen' color name.
static Value SVGValueConstants.DARKGREY_VALUE
          The 'darkgrey' color name.
static Value SVGValueConstants.DARKKHAKI_VALUE
          The 'darkkhaki' color name.
static Value SVGValueConstants.DARKMAGENTA_VALUE
          The 'darkmagenta' color name.
static Value SVGValueConstants.DARKOLIVEGREEN_VALUE
          The 'darkolivegreen' color name.
static Value SVGValueConstants.DARKORANGE_VALUE
          The 'darkorange' color name.
static Value SVGValueConstants.DARKORCHID_VALUE
          The 'darkorchid' color name.
static Value SVGValueConstants.DARKRED_VALUE
          The 'darkred' color name.
static Value SVGValueConstants.DARKSALMON_VALUE
          The 'darksalmon' color name.
static Value SVGValueConstants.DARKSEAGREEN_VALUE
          The 'darkseagreen' color name.
static Value SVGValueConstants.DARKSLATEBLUE_VALUE
          The 'darkslateblue' color name.
static Value SVGValueConstants.DARKSLATEGRAY_VALUE
          The 'darkslategray' color name.
static Value SVGValueConstants.DARKSLATEGREY_VALUE
          The 'darkslategrey' color name.
static Value SVGValueConstants.DARKTURQUOISE_VALUE
          The 'darkturquoise' color name.
static Value SVGValueConstants.DARKVIOLET_VALUE
          The 'darkviolet' color name.
static Value SVGValueConstants.DEEPPINK_VALUE
          The 'deeppink' color name.
static Value SVGValueConstants.DEEPSKYBLUE_VALUE
          The 'deepskyblue' color name.
static Value SVGValueConstants.DIMGRAY_VALUE
          The 'dimgray' color name.
static Value SVGValueConstants.DIMGREY_VALUE
          The 'dimgrey' color name.
static Value SVGValueConstants.DODGERBLUE_VALUE
          The 'dodgerblue' color name.
static Value SVGValueConstants.FIREBRICK_VALUE
          The 'firebrick' color name.
static Value SVGValueConstants.FLORALWHITE_VALUE
          The 'floralwhite' color name.
static Value SVGValueConstants.FORESTGREEN_VALUE
          The 'forestgreen' color name.
static Value SVGValueConstants.GAINSBORO_VALUE
          The 'gainsboro' color name.
static Value SVGValueConstants.GHOSTWHITE_VALUE
          The 'ghostwhite' color name.
static Value SVGValueConstants.GOLD_VALUE
          The 'gold' color name.
static Value SVGValueConstants.GOLDENROD_VALUE
          The 'goldenrod' color name.
static Value SVGValueConstants.GREENYELLOW_VALUE
          The 'greenyellow' color name.
static Value SVGValueConstants.GREY_VALUE
          The 'grey' color name.
static Value SVGValueConstants.HONEYDEW_VALUE
          The 'honeydew' color name.
static Value SVGValueConstants.HOTPINK_VALUE
          The 'hotpink' color name.
static Value SVGValueConstants.INDIANRED_VALUE
          The 'indianred' color name.
static Value SVGValueConstants.INDIGO_VALUE
          The 'indigo' color name.
static Value SVGValueConstants.IVORY_VALUE
          The 'ivory' color name.
static Value SVGValueConstants.KHAKI_VALUE
          The 'khaki' color name.
static Value SVGValueConstants.LAVENDER_VALUE
          The 'lavender' color name.
static Value SVGValueConstants.LAVENDERBLUSH_VALUE
          The 'lavenderblush' color name.
static Value SVGValueConstants.LAWNGREEN_VALUE
          The 'lawngreen' color name.
static Value SVGValueConstants.LEMONCHIFFON_VALUE
          The 'lemonchiffon' color name.
static Value SVGValueConstants.LIGHTBLUE_VALUE
          The 'lightblue' color name.
static Value SVGValueConstants.LIGHTCORAL_VALUE
          The 'lightcoral' color name.
static Value SVGValueConstants.LIGHTCYAN_VALUE
          The 'lightcyan' color name.
static Value SVGValueConstants.LIGHTGOLDENRODYELLOW_VALUE
          The 'lightgoldenrodyellow' color name.
static Value SVGValueConstants.LIGHTGRAY_VALUE
          The 'lightgray' color name.
static Value SVGValueConstants.LIGHTGREEN_VALUE
          The 'lightgreen' color name.
static Value SVGValueConstants.LIGHTGREY_VALUE
          The 'lightgrey' color name.
static Value SVGValueConstants.LIGHTPINK_VALUE
          The 'lightpink' color name.
static Value SVGValueConstants.LIGHTSALMON_VALUE
          The 'lightsalmon' color name.
static Value SVGValueConstants.LIGHTSEAGREEN_VALUE
          The 'lightseagreen' color name.
static Value SVGValueConstants.LIGHTSKYBLUE_VALUE
          The 'lightskyblue' color name.
static Value SVGValueConstants.LIGHTSLATEGRAY_VALUE
          The 'lightslategray' color name.
static Value SVGValueConstants.LIGHTSLATEGREY_VALUE
          The 'lightslategrey' color name.
static Value SVGValueConstants.LIGHTSTEELBLUE_VALUE
          The 'lightsteelblue' color name.
static Value SVGValueConstants.LIGHTYELLOW_VALUE
          The 'lightyellow' color name.
static Value SVGValueConstants.LIMEGREEN_VALUE
          The 'limegreen' color name.
static Value SVGValueConstants.LINEN_VALUE
          The 'linen' color name.
static Value SVGValueConstants.MAGENTA_VALUE
          The 'magenta' color name.
static Value SVGValueConstants.MEDIUMAQUAMARINE_VALUE
          The 'mediumaquamarine' color name.
static Value SVGValueConstants.MEDIUMBLUE_VALUE
          The 'mediumblue' color name.
static Value SVGValueConstants.MEDIUMORCHID_VALUE
          The 'mediumorchid' color name.
static Value SVGValueConstants.MEDIUMPURPLE_VALUE
          The 'mediumpurple' color name.
static Value SVGValueConstants.MEDIUMSEAGREEN_VALUE
          The 'mediumseagreen' color name.
static Value SVGValueConstants.MEDIUMSLATEBLUE_VALUE
          The 'mediumslateblue' color name.
static Value SVGValueConstants.MEDIUMSPRINGGREEN_VALUE
          The 'mediumspringgreen' color name.
static Value SVGValueConstants.MEDIUMTURQUOISE_VALUE
          The 'mediumturquoise' color name.
static Value SVGValueConstants.MEDIUMVIOLETRED_VALUE
          The 'mediumvioletred' color name.
static Value SVGValueConstants.MIDNIGHTBLUE_VALUE
          The 'midnightblue' color name.
static Value SVGValueConstants.MINTCREAM_VALUE
          The 'mintcream' color name.
static Value SVGValueConstants.MISTYROSE_VALUE
          The 'mistyrose' color name.
static Value SVGValueConstants.MOCCASIN_VALUE
          The 'moccasin' color name.
static Value SVGValueConstants.NAVAJOWHITE_VALUE
          The 'navajowhite' color name.
static Value SVGValueConstants.OLDLACE_VALUE
          The 'oldlace' color name.
static Value SVGValueConstants.OLIVEDRAB_VALUE
          The 'olivedrab' color name.
static Value SVGValueConstants.ORANGE_VALUE
          The 'orange' color name.
static Value SVGValueConstants.ORANGERED_VALUE
          The 'orangered' color name.
static Value SVGValueConstants.ORCHID_VALUE
          The 'orchid' color name.
static Value SVGValueConstants.PALEGOLDENROD_VALUE
          The 'palegoldenrod' color name.
static Value SVGValueConstants.PALEGREEN_VALUE
          The 'palegreen' color name.
static Value SVGValueConstants.PALETURQUOISE_VALUE
          The 'paleturquoise' color name.
static Value SVGValueConstants.PALEVIOLETRED_VALUE
          The 'palevioletred' color name.
static Value SVGValueConstants.PAPAYAWHIP_VALUE
          The 'papayawhip' color name.
static Value SVGValueConstants.PEACHPUFF_VALUE
          The 'peachpuff' color name.
static Value SVGValueConstants.PERU_VALUE
          The 'peru' color name.
static Value SVGValueConstants.PINK_VALUE
          The 'pink' color name.
static Value SVGValueConstants.PLUM_VALUE
          The 'plum' color name.
static Value SVGValueConstants.POWDERBLUE_VALUE
          The 'powderblue' color name.
static Value SVGValueConstants.PURPLE_VALUE
          The 'purple' color name.
static Value SVGValueConstants.ROSYBROWN_VALUE
          The 'rosybrown' color name.
static Value SVGValueConstants.ROYALBLUE_VALUE
          The 'royalblue' color name.
static Value SVGValueConstants.SADDLEBROWN_VALUE
          The 'saddlebrown' color name.
static Value SVGValueConstants.SALMON_VALUE
          The 'salmon' color name.
static Value SVGValueConstants.SANDYBROWN_VALUE
          The 'sandybrown' color name.
static Value SVGValueConstants.SEAGREEN_VALUE
          The 'seagreen' color name.
static Value SVGValueConstants.SEASHELL_VALUE
          The 'seashell' color name.
static Value SVGValueConstants.SIENNA_VALUE
          The 'sienna' color name.
static Value SVGValueConstants.SKYBLUE_VALUE
          The 'skyblue' color name.
static Value SVGValueConstants.SLATEBLUE_VALUE
          The 'slateblue' color name.
static Value SVGValueConstants.SLATEGRAY_VALUE
          The 'slategray' color name.
static Value SVGValueConstants.SLATEGREY_VALUE
          The 'slategrey' color name.
static Value SVGValueConstants.SNOW_VALUE
          The 'snow' color name.
static Value SVGValueConstants.SPRINGGREEN_VALUE
          The 'springgreen' color name.
static Value SVGValueConstants.STEELBLUE_VALUE
          The 'steelblue' color name.
static Value SVGValueConstants.TAN_VALUE
          The 'tan' color name.
static Value SVGValueConstants.THISTLE_VALUE
          The 'thistle' color name.
static Value SVGValueConstants.TOMATO_VALUE
          The 'tomato' color name.
static Value SVGValueConstants.TURQUOISE_VALUE
          The 'turquoise' color name.
static Value SVGValueConstants.VIOLET_VALUE
          The 'violet' color name.
static Value SVGValueConstants.WHEAT_VALUE
          The 'wheat' color name.
static Value SVGValueConstants.WHITESMOKE_VALUE
          The 'whitesmoke' color name.
static Value SVGValueConstants.YELLOWGREEN_VALUE
          The 'yellowgreen' color name.
static Value SVGValueConstants.ALICEBLUE_RGB_VALUE
          The 'aliceblue' RGB color.
static Value SVGValueConstants.ANTIQUEWHITE_RGB_VALUE
          The 'antiquewhite' RGB color.
static Value SVGValueConstants.AQUAMARINE_RGB_VALUE
          The 'aquamarine' RGB color.
static Value SVGValueConstants.AZURE_RGB_VALUE
          The 'azure' RGB color.
static Value SVGValueConstants.BEIGE_RGB_VALUE
          The 'beige' RGB color.
static Value SVGValueConstants.BISQUE_RGB_VALUE
          The 'bisque' RGB color.
static Value SVGValueConstants.BLANCHEDALMOND_RGB_VALUE
          The 'blanchedalmond' RGB color.
static Value SVGValueConstants.BLUEVIOLET_RGB_VALUE
          The 'blueviolet' RGB color.
static Value SVGValueConstants.BROWN_RGB_VALUE
          The 'brown' RGB color.
static Value SVGValueConstants.BURLYWOOD_RGB_VALUE
          The 'burlywood' RGB color.
static Value SVGValueConstants.CADETBLUE_RGB_VALUE
          The 'cadetblue' RGB color.
static Value SVGValueConstants.CHARTREUSE_RGB_VALUE
          The 'chartreuse' RGB color.
static Value SVGValueConstants.CHOCOLATE_RGB_VALUE
          The 'chocolate' RGB color.
static Value SVGValueConstants.CORAL_RGB_VALUE
          The 'coral' RGB color.
static Value SVGValueConstants.CORNFLOWERBLUE_RGB_VALUE
          The 'cornflowerblue' RGB color.
static Value SVGValueConstants.CORNSILK_RGB_VALUE
          The 'cornsilk' RGB color.
static Value SVGValueConstants.CRIMSON_RGB_VALUE
          The 'crimson' RGB color.
static Value SVGValueConstants.CYAN_RGB_VALUE
          The 'cyan' RGB color.
static Value SVGValueConstants.DARKBLUE_RGB_VALUE
          The 'darkblue' RGB color.
static Value SVGValueConstants.DARKCYAN_RGB_VALUE
          The 'darkcyan' RGB color.
static Value SVGValueConstants.DARKGOLDENROD_RGB_VALUE
          The 'darkgoldenrod' RGB color.
static Value SVGValueConstants.DARKGRAY_RGB_VALUE
          The 'darkgray' RGB color.
static Value SVGValueConstants.DARKGREEN_RGB_VALUE
          The 'darkgreen' RGB color.
static Value SVGValueConstants.DARKGREY_RGB_VALUE
          The 'darkgrey' RGB color.
static Value SVGValueConstants.DARKKHAKI_RGB_VALUE
          The 'darkkhaki' RGB color.
static Value SVGValueConstants.DARKMAGENTA_RGB_VALUE
          The 'darkmagenta' RGB color.
static Value SVGValueConstants.DARKOLIVEGREEN_RGB_VALUE
          The 'darkolivegreen' RGB color.
static Value SVGValueConstants.DARKORANGE_RGB_VALUE
          The 'darkorange' RGB color.
static Value SVGValueConstants.DARKORCHID_RGB_VALUE
          The 'darkorchid' RGB color.
static Value SVGValueConstants.DARKRED_RGB_VALUE
          The 'darkred' RGB color.
static Value SVGValueConstants.DARKSALMON_RGB_VALUE
          The 'darksalmon' RGB color.
static Value SVGValueConstants.DARKSEAGREEN_RGB_VALUE
          The 'darkseagreen' RGB color.
static Value SVGValueConstants.DARKSLATEBLUE_RGB_VALUE
          The 'darkslateblue' RGB color.
static Value SVGValueConstants.DARKSLATEGRAY_RGB_VALUE
          The 'darkslategray' RGB color.
static Value SVGValueConstants.DARKSLATEGREY_RGB_VALUE
          The 'darkslategrey' RGB color.
static Value SVGValueConstants.DARKTURQUOISE_RGB_VALUE
          The 'darkturquoise' RGB color.
static Value SVGValueConstants.DARKVIOLET_RGB_VALUE
          The 'darkviolet' RGB color.
static Value SVGValueConstants.DEEPPINK_RGB_VALUE
          The 'deeppink' RGB color.
static Value SVGValueConstants.DEEPSKYBLUE_RGB_VALUE
          The 'deepskyblue' RGB color.
static Value SVGValueConstants.DIMGRAY_RGB_VALUE
          The 'dimgray' RGB color.
static Value SVGValueConstants.DIMGREY_RGB_VALUE
          The 'dimgrey' RGB color.
static Value SVGValueConstants.DODGERBLUE_RGB_VALUE
          The 'dodgerblue' RGB color.
static Value SVGValueConstants.FIREBRICK_RGB_VALUE
          The 'firebrick' RGB color.
static Value SVGValueConstants.FLORALWHITE_RGB_VALUE
          The 'floralwhite' RGB color.
static Value SVGValueConstants.FORESTGREEN_RGB_VALUE
          The 'forestgreen' RGB color.
static Value SVGValueConstants.GAINSBORO_RGB_VALUE
          The 'gainsboro' RGB color.
static Value SVGValueConstants.GHOSTWHITE_RGB_VALUE
          The 'ghostwhite' RGB color.
static Value SVGValueConstants.GOLD_RGB_VALUE
          The 'gold' RGB color.
static Value SVGValueConstants.GOLDENROD_RGB_VALUE
          The 'goldenrod' RGB color.
static Value SVGValueConstants.GREY_RGB_VALUE
          The 'grey' RGB color.
static Value SVGValueConstants.GREENYELLOW_RGB_VALUE
          The 'greenyellow' RGB color.
static Value SVGValueConstants.HONEYDEW_RGB_VALUE
          The 'honeydew' RGB color.
static Value SVGValueConstants.HOTPINK_RGB_VALUE
          The 'hotpink' RGB color.
static Value SVGValueConstants.INDIANRED_RGB_VALUE
          The 'indianred' RGB color.
static Value SVGValueConstants.INDIGO_RGB_VALUE
          The 'indigo' RGB color.
static Value SVGValueConstants.IVORY_RGB_VALUE
          The 'ivory' RGB color.
static Value SVGValueConstants.KHAKI_RGB_VALUE
          The 'khaki' RGB color.
static Value SVGValueConstants.LAVENDER_RGB_VALUE
          The 'lavender' RGB color.
static Value SVGValueConstants.LAVENDERBLUSH_RGB_VALUE
          The 'lavenderblush' RGB color.
static Value SVGValueConstants.LAWNGREEN_RGB_VALUE
          The 'lawngreen' RGB color.
static Value SVGValueConstants.LEMONCHIFFON_RGB_VALUE
          The 'lemonchiffon' RGB color.
static Value SVGValueConstants.LIGHTBLUE_RGB_VALUE
          The 'lightblue' RGB color.
static Value SVGValueConstants.LIGHTCORAL_RGB_VALUE
          The 'lightcoral' RGB color.
static Value SVGValueConstants.LIGHTCYAN_RGB_VALUE
          The 'lightcyan' RGB color.
static Value SVGValueConstants.LIGHTGOLDENRODYELLOW_RGB_VALUE
          The 'lightgoldenrodyellow' RGB color.
static Value SVGValueConstants.LIGHTGRAY_RGB_VALUE
          The 'lightgray' RGB color.
static Value SVGValueConstants.LIGHTGREEN_RGB_VALUE
          The 'lightgreen' RGB color.
static Value SVGValueConstants.LIGHTGREY_RGB_VALUE
          The 'lightgrey' RGB color.
static Value SVGValueConstants.LIGHTPINK_RGB_VALUE
          The 'lightpink' RGB color.
static Value SVGValueConstants.LIGHTSALMON_RGB_VALUE
          The 'lightsalmon' RGB color.
static Value SVGValueConstants.LIGHTSEAGREEN_RGB_VALUE
          The 'lightseagreen' RGB color.
static Value SVGValueConstants.LIGHTSKYBLUE_RGB_VALUE
          The 'lightskyblue' RGB color.
static Value SVGValueConstants.LIGHTSLATEGRAY_RGB_VALUE
          The 'lightslategray' RGB color.
static Value SVGValueConstants.LIGHTSLATEGREY_RGB_VALUE
          The 'lightslategrey' RGB color.
static Value SVGValueConstants.LIGHTSTEELBLUE_RGB_VALUE
          The 'lightsteelblue' RGB color.
static Value SVGValueConstants.LIGHTYELLOW_RGB_VALUE
          The 'lightyellow' RGB color.
static Value SVGValueConstants.LIMEGREEN_RGB_VALUE
          The 'limegreen' RGB color.
static Value SVGValueConstants.LINEN_RGB_VALUE
          The 'linen' RGB color.
static Value SVGValueConstants.MAGENTA_RGB_VALUE
          The 'magenta' RGB color.
static Value SVGValueConstants.MEDIUMAQUAMARINE_RGB_VALUE
          The 'mediumaquamarine' RGB color.
static Value SVGValueConstants.MEDIUMBLUE_RGB_VALUE
          The 'mediumblue' RGB color.
static Value SVGValueConstants.MEDIUMORCHID_RGB_VALUE
          The 'mediumorchid' RGB color.
static Value SVGValueConstants.MEDIUMPURPLE_RGB_VALUE
          The 'mediumpurple' RGB color.
static Value SVGValueConstants.MEDIUMSEAGREEN_RGB_VALUE
          The 'mediumseagreen' RGB color.
static Value SVGValueConstants.MEDIUMSLATEBLUE_RGB_VALUE
          The 'mediumslateblue' RGB color.
static Value SVGValueConstants.MEDIUMSPRINGGREEN_RGB_VALUE
          The 'mediumspringgreen' RGB color.
static Value SVGValueConstants.MEDIUMTURQUOISE_RGB_VALUE
          The 'mediumturquoise' RGB color.
static Value SVGValueConstants.MEDIUMVIOLETRED_RGB_VALUE
          The 'mediumvioletred' RGB color.
static Value SVGValueConstants.MIDNIGHTBLUE_RGB_VALUE
          The 'midnightblue' RGB color.
static Value SVGValueConstants.MINTCREAM_RGB_VALUE
          The 'mintcream' RGB color.
static Value SVGValueConstants.MISTYROSE_RGB_VALUE
          The 'mistyrose' RGB color.
static Value SVGValueConstants.MOCCASIN_RGB_VALUE
          The 'moccasin' RGB color.
static Value SVGValueConstants.NAVAJOWHITE_RGB_VALUE
          The 'navajowhite' RGB color.
static Value SVGValueConstants.OLDLACE_RGB_VALUE
          The 'oldlace' RGB color.
static Value SVGValueConstants.OLIVEDRAB_RGB_VALUE
          The 'olivedrab' RGB color.
static Value SVGValueConstants.ORANGE_RGB_VALUE
          The 'orange' RGB color.
static Value SVGValueConstants.ORANGERED_RGB_VALUE
          The 'orangered' RGB color.
static Value SVGValueConstants.ORCHID_RGB_VALUE
          The 'orchid' RGB color.
static Value SVGValueConstants.PALEGOLDENROD_RGB_VALUE
          The 'palegoldenrod' RGB color.
static Value SVGValueConstants.PALEGREEN_RGB_VALUE
          The 'palegreen' RGB color.
static Value SVGValueConstants.PALETURQUOISE_RGB_VALUE
          The 'paleturquoise' RGB color.
static Value SVGValueConstants.PALEVIOLETRED_RGB_VALUE
          The 'palevioletred' RGB color.
static Value SVGValueConstants.PAPAYAWHIP_RGB_VALUE
          The 'papayawhip' RGB color.
static Value SVGValueConstants.PEACHPUFF_RGB_VALUE
          The 'peachpuff' RGB color.
static Value SVGValueConstants.PERU_RGB_VALUE
          The 'peru' RGB color.
static Value SVGValueConstants.PINK_RGB_VALUE
          The 'pink' RGB color.
static Value SVGValueConstants.PLUM_RGB_VALUE
          The 'plum' RGB color.
static Value SVGValueConstants.POWDERBLUE_RGB_VALUE
          The 'powderblue' RGB color.
static Value SVGValueConstants.ROSYBROWN_RGB_VALUE
          The 'rosybrown' RGB color.
static Value SVGValueConstants.ROYALBLUE_RGB_VALUE
          The 'royalblue' RGB color.
static Value SVGValueConstants.SADDLEBROWN_RGB_VALUE
          The 'saddlebrown' RGB color.
static Value SVGValueConstants.SALMON_RGB_VALUE
          The 'salmon' RGB color.
static Value SVGValueConstants.SANDYBROWN_RGB_VALUE
          The 'sandybrown' RGB color.
static Value SVGValueConstants.SEAGREEN_RGB_VALUE
          The 'seagreen' RGB color.
static Value SVGValueConstants.SEASHELL_RGB_VALUE
          The 'seashell' RGB color.
static Value SVGValueConstants.SIENNA_RGB_VALUE
          The 'sienna' RGB color.
static Value SVGValueConstants.SKYBLUE_RGB_VALUE
          The 'skyblue' RGB color.
static Value SVGValueConstants.SLATEBLUE_RGB_VALUE
          The 'slateblue' RGB color.
static Value SVGValueConstants.SLATEGRAY_RGB_VALUE
          The 'slategray' RGB color.
static Value SVGValueConstants.SLATEGREY_RGB_VALUE
          The 'slategrey' RGB color.
static Value SVGValueConstants.SNOW_RGB_VALUE
          The 'snow' RGB color.
static Value SVGValueConstants.SPRINGGREEN_RGB_VALUE
          The 'springgreen' RGB color.
static Value SVGValueConstants.STEELBLUE_RGB_VALUE
          The 'steelblue' RGB color.
static Value SVGValueConstants.TAN_RGB_VALUE
          The 'tan' RGB color.
static Value SVGValueConstants.THISTLE_RGB_VALUE
          The 'thistle' RGB color.
static Value SVGValueConstants.TOMATO_RGB_VALUE
          The 'tomato' RGB color.
static Value SVGValueConstants.TURQUOISE_RGB_VALUE
          The 'turquoise' RGB color.
static Value SVGValueConstants.VIOLET_RGB_VALUE
          The 'violet' RGB color.
static Value SVGValueConstants.WHEAT_RGB_VALUE
          The 'wheat' RGB color.
static Value SVGValueConstants.WHITESMOKE_RGB_VALUE
          The 'whitesmoke' RGB color.
static Value SVGValueConstants.YELLOWGREEN_RGB_VALUE
          The 'yellowgreen' RGB color.
 

Methods in org.apache.batik.css.engine.value.svg that return Value
 Value FillRuleManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value TextAnchorManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value MaskManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value MaskManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value MaskManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value GlyphOrientationManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value GlyphOrientationManager.createFloatValue(short type, float floatValue)
          Implements ValueManager.createFloatValue(short,float).
 Value GlyphOrientationVerticalManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value GlyphOrientationVerticalManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value GlyphOrientationVerticalManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value AlignmentBaselineManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value ColorProfileManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value ColorProfileManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value ColorProfileManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value StrokeLinecapManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value StrokeMiterlimitManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value StrokeMiterlimitManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value StrokeMiterlimitManager.createFloatValue(short unitType, float floatValue)
          Implements ValueManager.createFloatValue(short,float).
 Value ColorInterpolationManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value TextRenderingManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value ColorManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value SVGColorManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value SVGColorManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value SVGColorManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value SVGPaintManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value SVGPaintManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value ShapeRenderingManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value FilterManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value FilterManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value FilterManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value MarkerManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value MarkerManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value MarkerManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value PointerEventsManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value GlyphOrientationHorizontalManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value BaselineShiftManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value BaselineShiftManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value BaselineShiftManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value BaselineShiftManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value ColorInterpolationFiltersManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value KerningManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value KerningManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value KerningManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value WritingModeManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value ImageRenderingManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value StrokeLinejoinManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value OpacityManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value OpacityManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value OpacityManager.createFloatValue(short type, float floatValue)
          Implements ValueManager.createFloatValue(short,float).
 Value StrokeDasharrayManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value StrokeDasharrayManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value StrokeDasharrayManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value StrokeDasharrayManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value ClipPathManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value ClipPathManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value ClipPathManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value DominantBaselineManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value StrokeWidthManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value StrokeWidthManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value EnableBackgroundManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value EnableBackgroundManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value EnableBackgroundManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 Value EnableBackgroundManager.createFloatValue(short unitType, float floatValue)
          Implements ValueManager.createFloatValue(short,float).
 Value EnableBackgroundManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value ColorRenderingManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value ClipRuleManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value StrokeDashoffsetManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value StrokeDashoffsetManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value SpacingManager.getDefaultValue()
          Implements ValueManager.getDefaultValue().
 Value SpacingManager.createValue(LexicalUnit lu, CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine).
 Value SpacingManager.createStringValue(short type, java.lang.String value, CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine).
 

Methods in org.apache.batik.css.engine.value.svg with parameters of type Value
 Value SVGColorManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value SVGPaintManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value BaselineShiftManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value StrokeDasharrayManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 Value EnableBackgroundManager.computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
          Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value).
 

Constructors in org.apache.batik.css.engine.value.svg with parameters of type Value
SVGColorManager(java.lang.String prop, Value v)
          Creates a new SVGColorManager.
SVGPaintManager(java.lang.String prop, Value v)
          Creates a new SVGPaintManager.
 

Uses of Value in org.apache.batik.dom.svg
 

Fields in org.apache.batik.dom.svg declared as Value
protected  Value SVGStylableElement.PresentationAttributeValue.value
          The value.
protected  Value SVGStylableElement.PresentationAttributeColorValue.value
          The value.
protected  Value SVGStylableElement.PresentationAttributePaintValue.value
          The value.
 

Methods in org.apache.batik.dom.svg that return Value
 Value SVGStylableElement.PresentationAttributeValue.getValue()
          Returns the current value associated with this object.
 Value SVGStylableElement.PresentationAttributeColorValue.getValue()
          Returns the current value associated with this object.
 Value SVGStylableElement.PresentationAttributePaintValue.getValue()
          Returns the current value associated with this object.
 Value SVGStylableElement.StyleDeclaration.getValue(java.lang.String name)
          Returns the current value associated with this object.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.