Uses of Interface
org.apache.batik.css.engine.value.Value
-
Packages that use Value Package Description org.apache.batik.anim.dom 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.css.engine.value.svg12 -
-
Uses of Value in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as Value Modifier and Type Field Description protected ValueSVGStylableElement.PresentationAttributeColorValue. valueThe value.protected ValueSVGStylableElement.PresentationAttributePaintValue. valueThe value.protected ValueSVGStylableElement.PresentationAttributeValue. valueThe value.Methods in org.apache.batik.anim.dom that return Value Modifier and Type Method Description ValueSVGStylableElement.PresentationAttributeColorValue. getValue()Returns the current value associated with this object.ValueSVGStylableElement.PresentationAttributePaintValue. getValue()Returns the current value associated with this object.ValueSVGStylableElement.PresentationAttributeValue. getValue()Returns the current value associated with this object.Methods in org.apache.batik.anim.dom with parameters of type Value Modifier and Type Method Description voidSVGStylableElement.StyleDeclaration. setMainProperty(java.lang.String name, Value v, boolean important)Sets a main property value in response to a shorthand property being set. -
Uses of Value in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return Value Modifier and Type Method Description protected ValueSVGAnimationEngine.CSSValueFactory. computeValue(CSSStylableElement elt, java.lang.String pn, Value v)Computes a CSSValueand performance inheritance if the specified value is 'inherit'.protected ValueSVGAnimationEngine.CSSValueFactory. createCSSValue(AnimationTarget t, java.lang.String pn, java.lang.String s)Creates a new CSSValuefrom a string.static ValueCSSUtilities. getComputedStyle(org.w3c.dom.Element e, int property)Returns the computed style of the given property.ValueBridgeContext. getDefaultFontFamily()Returns the value corresponding to the default font.ValueBridgeContext. 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 Modifier and Type Method Description protected ValueSVGAnimationEngine.CSSValueFactory. computeValue(CSSStylableElement elt, java.lang.String pn, Value v)Computes a CSSValueand performance inheritance if the specified value is 'inherit'.static java.awt.ColorPaintServer. convertColor(Value c, float opacity)Converts the given Value and opacity to a Color object.static java.awt.ColorPaintServer. convertDeviceColor(org.w3c.dom.Element e, Value srgb, DeviceColor c, float opacity, BridgeContext ctx)Returns a Color object that corresponds to the input Paint's device-specific color value.static MarkerPaintServer. convertMarker(org.w3c.dom.Element e, Value v, BridgeContext ctx)Returns aMarkerdefined on the specified element by the specified value, and for the specified shape node.static floatPaintServer. convertOpacity(Value v)Returns the opacity represented by the specified CSSValue.static java.awt.PaintPaintServer. convertPaint(org.w3c.dom.Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx)Converts a Paint definition to a concretejava.awt.Paintinstance according to the specified parameters.static java.awt.ColorPaintServer. convertRGBICCColor(org.w3c.dom.Element paintedElement, Value colorDef, Value 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 float[]PaintServer. convertStrokeDasharray(Value v)Converts the 'stroke-dasharray' property to a list of float number in user units.static intPaintServer. convertStrokeLinecap(Value v)Converts the 'linecap' property to the appropriate BasicStroke constant.static intPaintServer. convertStrokeLinejoin(Value v)Converts the 'linejoin' property to the appropriate BasicStroke constant.static floatPaintServer. convertStrokeMiterlimit(Value v)Converts the 'miterlimit' property to the appropriate float number.java.awt.CursorCursorManager. convertSVGCursor(org.w3c.dom.Element e, Value l)Returns a cursor for the given value list.static java.awt.PaintPaintServer. convertURIPaint(org.w3c.dom.Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx)Converts a Paint specified as a URI.protected AnimatableValueSVGAnimationEngine.AnimatableAngleOrIdentFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected AnimatableValueSVGAnimationEngine.AnimatableAngleValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected AnimatableValueSVGAnimationEngine.AnimatableColorValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected AnimatableValueSVGAnimationEngine.AnimatableLengthOrIdentFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected AnimatableValueSVGAnimationEngine.AnimatableNumberOrIdentFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected AnimatableValueSVGAnimationEngine.AnimatablePaintValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected AnimatableValueSVGAnimationEngine.AnimatableStringValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected abstract AnimatableValueSVGAnimationEngine.CSSValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue, after computation and inheritance.AnimatableValueSVGAnimationEngine.AnimatableBooleanValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableIntegerValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableLengthListValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableLengthValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableNumberListValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableNumberOrPercentageValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableNumberValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatablePathDataFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatablePointListValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableRectValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.CSSValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)AnimatableValueSVGAnimationEngine.Factory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.UncomputedAnimatableStringValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)static java.lang.ObjectCSSFontFace. getSrcValue(Value v, ParsedURL base)static intPaintServer. resolveColorComponent(Value v)Returns the value of one color component (0 <= result <= 255).static java.awt.PaintPaintServer. silentConvertURIPaint(org.w3c.dom.Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx)Converts a Paint specified by URI without sending any error. -
Uses of Value in org.apache.batik.css.dom
Methods in org.apache.batik.css.dom that return Value Modifier and Type Method Description ValueCSSOMComputedStyle.ComputedCSSValue. getValue()Returns the Value associated with this object.ValueCSSOMStoredStyleDeclaration. getValue(java.lang.String name)Returns the current value associated with this object.ValueCSSOMStyleDeclaration.StyleDeclarationValue. getValue()Returns the current value associated with this object.ValueCSSOMStyleDeclaration.ValueProvider. getValue(java.lang.String name)Returns the current value associated with this object.protected abstract ValueCSSOMSVGColor.AbstractComponent. getValue()The returns the actual value of this component.protected abstract ValueCSSOMSVGColor.AbstractModificationHandler. getValue()Returns the associated value.protected ValueCSSOMSVGColor.BlueComponent. getValue()The returns the actual value of this component.protected ValueCSSOMSVGColor.GreenComponent. getValue()The returns the actual value of this component.protected ValueCSSOMSVGColor.RedComponent. getValue()The returns the actual value of this component.ValueCSSOMSVGColor.ValueProvider. getValue()Returns the current value associated with this object.ValueCSSOMSVGComputedStyle.ComputedCSSColorValue. getValue()Returns the Value associated with this object.ValueCSSOMSVGComputedStyle.ComputedCSSPaintValue. getValue()Returns the Value associated with this object.protected abstract ValueCSSOMSVGPaint.AbstractModificationHandler. getValue()Returns the associated value.ValueCSSOMSVGStyleDeclaration.StyleDeclarationColorValue. getValue()Returns the current value associated with this object.ValueCSSOMSVGStyleDeclaration.StyleDeclarationPaintValue. getValue()Returns the current value associated with this object.protected abstract ValueCSSOMValue.AbstractComponent. getValue()The returns the actual value of this component.protected abstract ValueCSSOMValue.AbstractModificationHandler. getValue()Returns the associated value.protected ValueCSSOMValue.BlueComponent. getValue()The returns the actual value of this component.protected ValueCSSOMValue.BottomComponent. getValue()The returns the actual value of this component.protected ValueCSSOMValue.GreenComponent. getValue()The returns the actual value of this component.protected ValueCSSOMValue.LeftComponent. getValue()The returns the actual value of this component.protected ValueCSSOMValue.ListComponent. getValue()The returns the actual value of this component.protected ValueCSSOMValue.RedComponent. getValue()The returns the actual value of this component.protected ValueCSSOMValue.RightComponent. getValue()The returns the actual value of this component.protected ValueCSSOMValue.TopComponent. getValue()The returns the actual value of this component.ValueCSSOMValue.ValueProvider. getValue()Returns the current value associated with this object.Methods in org.apache.batik.css.dom with parameters of type Value Modifier and Type Method Description static floatCSSOMValue. convertFloatValue(short unitType, Value value)Converts the actual float value to the given unit type.protected static floatCSSOMValue. toCentimeters(Value value)Converts the current value into centimeters.protected static floatCSSOMValue. toDegrees(Value value)Converts the current value into degrees.protected static floatCSSOMValue. toGradians(Value value)Converts the current value into gradians.protected static floatCSSOMValue. toHertz(Value value)Converts the current value into Hertz.protected static floatCSSOMValue. toInches(Value value)Converts the current value into inches.protected static floatCSSOMValue. tokHertz(Value value)Converts the current value into kHertz.protected static floatCSSOMValue. toMillimeters(Value value)Converts the current value into millimeters.protected static floatCSSOMValue. toMilliseconds(Value value)Converts the current value into milliseconds.protected static floatCSSOMValue. toPicas(Value value)Converts the current value into picas.protected static floatCSSOMValue. toPoints(Value value)Converts the current value into points.protected static floatCSSOMValue. toRadians(Value value)Converts the current value into radians.protected static floatCSSOMValue. toSeconds(Value value)Converts the current value into seconds. -
Uses of Value in org.apache.batik.css.engine
Fields in org.apache.batik.css.engine declared as Value Modifier and Type Field Description protected Value[]StyleDeclaration. valuesThe values.protected Value[]StyleMap. valuesThe values.Methods in org.apache.batik.css.engine that return Value Modifier and Type Method Description ValueCSSEngine. 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.ValueCSSContext. getDefaultFontFamily()Returns the value corresponding to the default font-family.ValueCSSContext. getSystemColor(java.lang.String ident)Returns the Value corresponding to the given system color.static ValueSystemColorSupport. getSystemColor(java.lang.String ident)Returns the Value corresponding to the given system color.ValueStyleDeclaration. getValue(int idx)Returns the value at the given index.ValueStyleMap. getValue(int i)Returns the value at the given index, null if unspecified.ValueCSSEngine. parsePropertyValue(CSSStylableElement elt, java.lang.String prop, java.lang.String value)Parses and creates a property value from elt.Methods in org.apache.batik.css.engine with parameters of type Value Modifier and Type Method Description voidStyleDeclaration. append(Value v, int idx, boolean prio)Appends a value to the declaration.voidStyleDeclaration. put(int idx, Value v, int i, boolean prio)Sets a value within the declaration.protected voidCSSEngine. 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.voidStyleMap. putValue(int i, Value v)Puts a property value, given the property index.voidCSSEngine.CSSNavigableDocumentHandler. setMainProperty(java.lang.String name, Value v, boolean important)Sets a main property value in response to a shorthand property being set.voidCSSEngine.MainPropertyReceiver. setMainProperty(java.lang.String name, Value v, boolean important)Called with a non-shorthand property name and it's value. -
Uses of Value in org.apache.batik.css.engine.value
Classes in org.apache.batik.css.engine.value that implement Value Modifier and Type Class Description classAbstractValueThis class provides an abstract implementation of the Value interface.classComputedValueThis class represents a computed property value.classFloatValueThis class represents float values.classInheritValueThis singleton class represents the 'inherit' value.classListValueThis class represents a list of values.classRectValueThis class represents CSS rect values.classRGBColorValueThis class represents RGB colors.classStringValueThis class represents string values.classURIValueThis class represents uri values.Fields in org.apache.batik.css.engine.value declared as Value Modifier and Type Field Description static ValueValueConstants. ACTIVEBORDER_VALUEThe 'ACTIVEBORDER' color name.static ValueValueConstants. ACTIVECAPTION_VALUEThe 'ACTIVECAPTION' color name.static ValueValueConstants. ALL_VALUEThe 'all' keyword.static ValueValueConstants. APPWORKSPACE_VALUEThe 'APPWORKSPACE' color name.static ValueValueConstants. AQUA_RGB_VALUEThe 'aqua' RGB color.static ValueValueConstants. AQUA_VALUEThe 'aqua' color name.static ValueValueConstants. AUTO_VALUEThe 'auto' keyword.static ValueValueConstants. BACKGROUND_VALUEThe 'BACKGROUND' color name.static ValueValueConstants. BIDI_OVERRIDE_VALUEThe 'bidi-override' keyword.static ValueValueConstants. BLACK_RGB_VALUEThe 'black' RGB color.static ValueValueConstants. BLACK_VALUEThe 'black' color name.static ValueValueConstants. BLINK_VALUEThe 'blink' keyword.static ValueValueConstants. BLOCK_VALUEThe 'block' keyword.protected ValueRGBColorValue. blueThe blue component.static ValueValueConstants. BLUE_RGB_VALUEThe 'blue' RGB color.static ValueValueConstants. BLUE_VALUEThe 'blue' color name.static ValueValueConstants. BOLD_VALUEThe 'bold' keyword.static ValueValueConstants. BOLDER_VALUEThe 'bolder' keyword.protected ValueRectValue. bottomThe bottom value.static ValueValueConstants. BOTTOM_VALUEThe 'bottom' keyword.static ValueValueConstants. BUTTONFACE_VALUEThe 'BUTTONFACE' color name.static ValueValueConstants. BUTTONHIGHLIGHT_VALUEThe 'BUTTONHIGHLIGHT' color name.static ValueValueConstants. BUTTONSHADOW_VALUEThe 'BUTTONSHADOW' color name.static ValueValueConstants. BUTTONTEXT_VALUEThe 'BUTTONTEXT' color name.static ValueValueConstants. CAPTIONTEXT_VALUEThe 'CAPTIONTEXT' color name.protected ValueComputedValue. cascadedValueThe cascaded value.static ValueValueConstants. COLLAPSE_VALUEThe 'collapse' keyword.static ValueValueConstants. COMPACT_VALUEThe 'compact' keyword.protected ValueComputedValue. computedValueThe computed value.static ValueValueConstants. CONDENSED_VALUEThe 'condensed' keyword.static ValueValueConstants. CRISPEDGES_VALUEThe 'crispedges' keyword.static ValueValueConstants. CROSSHAIR_VALUEThe 'crosshair' keyword.static ValueValueConstants. CURSIVE_VALUEThe 'cursive' keyword.static ValueValueConstants. DEFAULT_VALUEThe 'default' keyword.static ValueValueConstants. E_RESIZE_VALUEThe 'e-resize' keyword.static ValueValueConstants. EMBED_VALUEThe 'embed' keyword.static ValueValueConstants. EXPANDED_VALUEThe 'expanded' keyword.static ValueValueConstants. EXTRA_CONDENSED_VALUEThe 'extra-condensed' keyword.static ValueValueConstants. EXTRA_EXPANDED_VALUEThe 'extra-expanded' keyword.static ValueValueConstants. FANTASY_VALUEThe 'fantasy' keyword.static ValueValueConstants. FUCHSIA_RGB_VALUEThe 'fuchsia' RGB color.static ValueValueConstants. FUCHSIA_VALUEThe 'fuchsia' color name.static ValueValueConstants. GRAY_RGB_VALUEThe 'gray' RGB color.static ValueValueConstants. GRAY_VALUEThe 'gray' color name.static ValueValueConstants. GRAYTEXT_VALUEThe 'GRAYTEXT' color name.protected ValueRGBColorValue. greenThe green component.static ValueValueConstants. GREEN_RGB_VALUEThe 'green' RGB color.static ValueValueConstants. GREEN_VALUEThe 'green' color name.static ValueValueConstants. HELP_VALUEThe 'help' keyword.static ValueValueConstants. HIDDEN_VALUEThe 'hidden' keyword.static ValueValueConstants. HIGHLIGHT_VALUEThe 'HIGHLIGHT' color name.static ValueValueConstants. HIGHLIGHTTEXT_VALUEThe 'HIGHLIGHTTEXT' color name.static ValueValueConstants. INACTIVEBORDER_VALUEThe 'INACTIVEBORDER' color name.static ValueValueConstants. INACTIVECAPTION_VALUEThe 'INACTIVECAPTION' color name.static ValueValueConstants. INACTIVECAPTIONTEXT_VALUEThe 'INACTIVECAPTIONTEXT' color name.static ValueValueConstants. INFOBACKGROUND_VALUEThe 'INFOBACKGROUND' color name.static ValueValueConstants. INFOTEXT_VALUEThe 'INFOTEXT' color name.static ValueValueConstants. INHERIT_VALUEThe 'inherit' value.static ValueValueConstants. INLINE_TABLE_VALUEThe 'inline-table' keyword.static ValueValueConstants. INLINE_VALUEThe 'inline' keyword.static ValueValueConstants. ITALIC_VALUEThe 'italic' keyword.protected Value[]ListValue. itemsThe items.static ValueValueConstants. LARGE_VALUEThe 'large' keyword.static ValueValueConstants. LARGER_VALUEThe 'larger' keyword.protected ValueRectValue. leftThe left value.static ValueValueConstants. LIGHTER_VALUEThe 'lighter' keyword.static ValueValueConstants. LIME_RGB_VALUEThe 'lime' RGB color.static ValueValueConstants. LIME_VALUEThe 'lime' color name.static ValueValueConstants. LINE_THROUGH_VALUEThe 'line_through' keyword.static ValueValueConstants. LIST_ITEM_VALUEThe 'list-item' keyword.static ValueValueConstants. LTR_VALUEThe 'ltr' keyword.static ValueValueConstants. MARKER_VALUEThe 'marker' keyword.static ValueValueConstants. MAROON_RGB_VALUEThe 'maroon' RGB color.static ValueValueConstants. MAROON_VALUEThe 'maroon' color name.static ValueValueConstants. MEDIUM_VALUEThe 'medium' keyword.static ValueValueConstants. MENU_VALUEThe 'MENU' color name.static ValueValueConstants. MENUTEXT_VALUEThe 'MENUTEXT' color name.static ValueValueConstants. MONOSPACE_VALUEThe 'monospaced' keyword.static ValueValueConstants. MOVE_VALUEThe 'move' keyword.static ValueValueConstants. N_RESIZE_VALUEThe 'n-resize' keyword.static ValueValueConstants. NARROWER_VALUEThe 'narrower' keyword.static ValueValueConstants. NAVY_RGB_VALUEThe 'navy' RGB color.static ValueValueConstants. NAVY_VALUEThe 'navy' color name.static ValueValueConstants. NE_RESIZE_VALUEThe 'ne-resize' keyword.static ValueValueConstants. NONE_VALUEThe 'none' keyword.static ValueValueConstants. NORMAL_VALUEThe 'normal' keyword.static ValueValueConstants. NUMBER_00static ValueValueConstants. NUMBER_100100static ValueValueConstants. NUMBER_128128static ValueValueConstants. NUMBER_192192static ValueValueConstants. NUMBER_200200static ValueValueConstants. NUMBER_255255static ValueValueConstants. NUMBER_300300static ValueValueConstants. NUMBER_400400static ValueValueConstants. NUMBER_500500static ValueValueConstants. NUMBER_600600static ValueValueConstants. NUMBER_700700static ValueValueConstants. NUMBER_800800static ValueValueConstants. NUMBER_900900static ValueValueConstants. NW_RESIZE_VALUEThe 'nw-resize' keyword.static ValueValueConstants. OBLIQUE_VALUEThe 'oblique' keyword.static ValueValueConstants. OLIVE_RGB_VALUEThe 'olive' RGB color.static ValueValueConstants. OLIVE_VALUEThe 'olive' color name.static ValueValueConstants. OVERLINE_VALUEThe 'overline' keyword.static ValueValueConstants. PAINTED_VALUEThe 'painted' keyword.static ValueValueConstants. POINTER_VALUEThe 'pointer' keyword.static ValueValueConstants. PURPLE_RGB_VALUEThe 'purple' RGB color.static ValueValueConstants. PURPLE_VALUEThe 'purple' color name.protected ValueRGBColorValue. redThe red component.static ValueValueConstants. RED_RGB_VALUEThe 'red' RGB color.static ValueValueConstants. RED_VALUEThe 'red' color name.protected ValueRectValue. rightThe right value.static ValueValueConstants. RTL_VALUEThe 'rtl' keyword.static ValueValueConstants. RUN_IN_VALUEThe 'run-in' keyword.static ValueValueConstants. S_RESIZE_VALUEThe 's-resize' keyword.static ValueValueConstants. SANS_SERIF_VALUEThe 'sans-serif' keyword.static ValueValueConstants. SCROLL_VALUEThe 'scroll' keyword.static ValueValueConstants. SCROLLBAR_VALUEThe 'SCROLLBAR' color name.static ValueValueConstants. SE_RESIZE_VALUEThe 'se-resize' keyword.static ValueValueConstants. SEMI_CONDENSED_VALUEThe 'semi-condensed' keyword.static ValueValueConstants. SEMI_EXPANDED_VALUEThe 'semi-expanded' keyword.static ValueValueConstants. SERIF_VALUEThe 'serif' keyword.static ValueValueConstants. SILVER_RGB_VALUEThe 'silver' RGB color.static ValueValueConstants. SILVER_VALUEThe 'silver' color name.static ValueValueConstants. SMALL_CAPS_VALUEThe 'small-caps' keyword.static ValueValueConstants. SMALL_VALUEThe 'small' keyword.static ValueValueConstants. SMALLER_VALUEThe 'smaller' keyword.static ValueValueConstants. STROKE_VALUEThe 'stroke' keyword.static ValueValueConstants. SW_RESIZE_VALUEThe 'sw-resize' keyword.static ValueValueConstants. TABLE_CAPTION_VALUEThe 'table-caption' keyword.static ValueValueConstants. TABLE_CELL_VALUEThe 'table-cell' keyword.static ValueValueConstants. TABLE_COLUMN_GROUP_VALUEThe 'table-column-group' keyword.static ValueValueConstants. TABLE_COLUMN_VALUEThe 'table-column' keyword.static ValueValueConstants. TABLE_FOOTER_GROUP_VALUEThe 'table-footer-group' keyword.static ValueValueConstants. TABLE_HEADER_GROUP_VALUEThe 'table-header-group' keyword.static ValueValueConstants. TABLE_ROW_GROUP_VALUEThe 'table-row-group' keyword.static ValueValueConstants. TABLE_ROW_VALUEThe 'table-row' keyword.static ValueValueConstants. TABLE_VALUEThe 'table' keyword.static ValueValueConstants. TEAL_RGB_VALUEThe 'teal' RGB color.static ValueValueConstants. TEAL_VALUEThe 'teal' color name.static ValueValueConstants. TEXT_VALUEThe 'text' keyword.static ValueValueConstants. THREEDDARKSHADOW_VALUEThe 'THREEDDARKSHADOW' color name.static ValueValueConstants. THREEDFACE_VALUEThe 'THREEDFACE' color name.static ValueValueConstants. THREEDHIGHLIGHT_VALUEThe 'THREEDHIGHLIGHT' color name.static ValueValueConstants. THREEDLIGHTSHADOW_VALUEThe 'THREEDLIGHTSHADOW' color name.static ValueValueConstants. THREEDSHADOW_VALUEThe 'THREEDSHADOW' color name.protected ValueRectValue. topThe top value.static ValueValueConstants. TOP_VALUEThe 'top' keyword.static ValueValueConstants. ULTRA_CONDENSED_VALUEThe 'ultra-condensed' keyword.static ValueValueConstants. ULTRA_EXPANDED_VALUEThe 'ultra-expanded' keyword.static ValueValueConstants. UNDERLINE_VALUEThe 'underline' keyword.static ValueValueConstants. VISIBLE_VALUEThe 'visible' keyword.static ValueValueConstants. W_RESIZE_VALUEThe 'w-resize' keyword.static ValueValueConstants. WAIT_VALUEThe 'wait' keyword.static ValueValueConstants. WHITE_RGB_VALUEThe 'white' RGB color.static ValueValueConstants. WHITE_VALUEThe 'white' color name.static ValueValueConstants. WIDER_VALUEThe 'wider' keyword.static ValueValueConstants. WINDOW_VALUEThe 'WINDOW' color name.static ValueValueConstants. WINDOWFRAME_VALUEThe 'WINDOWFRAME' color name.static ValueValueConstants. WINDOWTEXT_VALUEThe 'WINDOWTEXT' color name.static ValueValueConstants. X_LARGE_VALUEThe 'x-large' keyword.static ValueValueConstants. X_SMALL_VALUEThe 'x-small' keyword.static ValueValueConstants. XX_LARGE_VALUEThe 'xx-large' keyword.static ValueValueConstants. XX_SMALL_VALUEThe 'xx-small' keyword.static ValueValueConstants. YELLOW_RGB_VALUEThe 'yellow' RGB color.static ValueValueConstants. YELLOW_VALUEThe 'yellow' color name.Methods in org.apache.batik.css.engine.value that return Value Modifier and Type Method Description ValueAbstractColorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueAbstractValueManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueLengthManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueRectManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueValueManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)Computes the given value.protected ValueAbstractColorManager. createColorComponent(org.w3c.css.sac.LexicalUnit lu)Creates a color component from a lexical unit.ValueAbstractValueManager. createFloatValue(short unitType, float floatValue)ImplementsValueManager.createFloatValue(short,float).ValueLengthManager. createFloatValue(short type, float floatValue)ImplementsValueManager.createFloatValue(short,float).ValueValueManager. createFloatValue(short unitType, float floatValue)Creates and returns a new float value.private ValueRectManager. createRectComponent(org.w3c.css.sac.LexicalUnit lu)protected ValueAbstractColorManager. createRGBColor(Value r, Value g, Value b)Creates an RGB color.ValueAbstractValueManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueIdentifierManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueValueManager. createStringValue(short type, java.lang.String value, CSSEngine engine)Creates and returns a new string value.ValueAbstractColorManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueIdentifierManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueLengthManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueRectManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueValueManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)Creates a value from a lexical unit.ValueAbstractValue. getBlue()ImplementsgetBlue().ValueComputedValue. getBlue()ImplementsgetBlue().ValueRGBColorValue. getBlue()ImplementsgetBlue().ValueValue. getBlue()The blue value of the RGB color.ValueAbstractValue. getBottom()ImplementsgetBottom().ValueComputedValue. getBottom()ImplementsgetBottom().ValueRectValue. getBottom()ImplementsgetBottom().ValueValue. getBottom()The bottom value of the rect.ValueComputedValue. getCascadedValue()Returns the cascaded value.ValueComputedValue. getComputedValue()Returns the computed value.ValueValueManager. getDefaultValue()Returns the default value for the handled property.ValueAbstractValue. getGreen()ImplementsgetGreen().ValueComputedValue. getGreen()ImplementsgetGreen().ValueRGBColorValue. getGreen()ImplementsgetGreen().ValueValue. getGreen()The green value of the RGB color.ValueAbstractValue. getLeft()ImplementsgetLeft().ValueComputedValue. getLeft()ImplementsgetLeft().ValueRectValue. getLeft()ImplementsgetLeft().ValueValue. getLeft()The left value of the rect.ValueAbstractValue. getRed()ImplementsgetRed().ValueComputedValue. getRed()ImplementsgetRed().ValueRGBColorValue. getRed()ImplementsgetRed().ValueValue. getRed()The red value of the RGB color.ValueAbstractValue. getRight()ImplementsgetRight().ValueComputedValue. getRight()ImplementsgetRight().ValueRectValue. getRight()ImplementsgetRight().ValueValue. getRight()The right value of the rect.ValueAbstractValue. getTop()ImplementsgetTop().ValueComputedValue. getTop()ImplementsgetTop().ValueRectValue. getTop()ImplementsgetTop().ValueValue. getTop()The top value of the rect.ValueAbstractValue. item(int index)Implementsitem(int).ValueComputedValue. item(int index)Implementsitem(int).ValueListValue. item(int index)Implementsitem(int).ValueValue. item(int index)Used to retrieve a rule by ordinal index.Methods in org.apache.batik.css.engine.value with parameters of type Value Modifier and Type Method Description voidListValue. append(Value v)Appends an item to the list.ValueAbstractColorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueAbstractValueManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueLengthManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueRectManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueValueManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)Computes the given value.protected ValueAbstractColorManager. createRGBColor(Value r, Value g, Value b)Creates an RGB color.voidComputedValue. setComputedValue(Value v)Sets the computed value.Constructors in org.apache.batik.css.engine.value with parameters of type Value Constructor Description 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 Modifier and Type Method Description ValueCursorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontFamilyManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontSizeManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontStretchManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontWeightManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontSizeAdjustManager. createFloatValue(short type, float floatValue)ImplementsValueManager.createFloatValue(short,float).ValueFontWeightManager. createFloatValue(short type, float floatValue)ImplementsValueManager.createFloatValue(short,float).protected ValueFontWeightManager. createFontWeight(float f)Returns the CSS value associated with the given font-weight.ValueClipManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueFontSizeAdjustManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueFontSizeManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueTextDecorationManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueClipManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueCursorManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueFontFamilyManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueFontSizeAdjustManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueFontSizeManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueFontWeightManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueSrcManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueTextDecorationManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueClipManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueCursorManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueDirectionManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueDisplayManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueFontFamilyManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueFontSizeAdjustManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueFontSizeManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueFontStretchManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueFontStyleManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueFontVariantManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueFontWeightManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueOverflowManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueSrcManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueTextDecorationManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueUnicodeBidiManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueVisibilityManager. getDefaultValue()ImplementsValueManager.getDefaultValue().Methods in org.apache.batik.css.engine.value.css2 with parameters of type Value Modifier and Type Method Description ValueCursorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontFamilyManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontSizeManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontStretchManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueFontWeightManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) -
Uses of Value in org.apache.batik.css.engine.value.svg
Subinterfaces of Value in org.apache.batik.css.engine.value.svg Modifier and Type Interface Description interfaceSVGValueThis interface represents the values for properties like 'fill', 'flood-color'...Classes in org.apache.batik.css.engine.value.svg that implement Value Modifier and Type Class Description classICCColorThis class represents an ICC color value.Fields in org.apache.batik.css.engine.value.svg declared as Value Modifier and Type Field Description static ValueSVGValueConstants. ACCUMULATE_VALUEThe 'accumulate' keyword.static ValueSVGValueConstants. AFTER_EDGE_VALUEThe 'after-edge' keyword.static ValueSVGValueConstants. ALICEBLUE_RGB_VALUEThe 'aliceblue' RGB color.static ValueSVGValueConstants. ALICEBLUE_VALUEThe 'aliceblue' color name.static ValueSVGValueConstants. ALPHABETIC_VALUEThe 'alphabetic' keyword.static ValueSVGValueConstants. ANTIQUEWHITE_RGB_VALUEThe 'antiquewhite' RGB color.static ValueSVGValueConstants. ANTIQUEWHITE_VALUEThe 'antiquewhite' color name.static ValueSVGValueConstants. AQUAMARINE_RGB_VALUEThe 'aquamarine' RGB color.static ValueSVGValueConstants. AQUAMARINE_VALUEThe 'aquamarine' color name.static ValueSVGValueConstants. AZURE_RGB_VALUEThe 'azure' RGB color.static ValueSVGValueConstants. AZURE_VALUEThe 'azure' color name.static ValueSVGValueConstants. BASELINE_VALUEThe 'baseline' keyword.static ValueSVGValueConstants. BEFORE_EDGE_VALUEThe 'before-edge' keyword.static ValueSVGValueConstants. BEIGE_RGB_VALUEThe 'beige' RGB color.static ValueSVGValueConstants. BEIGE_VALUEThe 'beige' color name.static ValueSVGValueConstants. BEVEL_VALUEThe 'bevel' keyword.static ValueSVGValueConstants. BISQUE_RGB_VALUEThe 'bisque' RGB color.static ValueSVGValueConstants. BISQUE_VALUEThe 'bisque' color name.static ValueSVGValueConstants. BLANCHEDALMOND_RGB_VALUEThe 'blanchedalmond' RGB color.static ValueSVGValueConstants. BLANCHEDALMOND_VALUEThe 'blanchedalmond' color name.static ValueSVGValueConstants. BLUEVIOLET_RGB_VALUEThe 'blueviolet' RGB color.static ValueSVGValueConstants. BLUEVIOLET_VALUEThe 'blueviolet' color name.static ValueSVGValueConstants. BROWN_RGB_VALUEThe 'brown' RGB color.static ValueSVGValueConstants. BROWN_VALUEThe 'brown' color name.static ValueSVGValueConstants. BURLYWOOD_RGB_VALUEThe 'burlywood' RGB color.static ValueSVGValueConstants. BURLYWOOD_VALUEThe 'burlywood' color name.static ValueSVGValueConstants. BUTT_VALUEThe 'butt' keyword.static ValueSVGValueConstants. CADETBLUE_RGB_VALUEThe 'cadetblue' RGB color.static ValueSVGValueConstants. CADETBLUE_VALUEThe 'cadetblue' color name.static ValueSVGValueConstants. CENTRAL_VALUEThe 'central' keyword.static ValueSVGValueConstants. CHARTREUSE_RGB_VALUEThe 'chartreuse' RGB color.static ValueSVGValueConstants. CHARTREUSE_VALUEThe 'chartreuse' color name.static ValueSVGValueConstants. CHOCOLATE_RGB_VALUEThe 'chocolate' RGB color.static ValueSVGValueConstants. CHOCOLATE_VALUEThe 'chocolate' color name.static ValueSVGValueConstants. CORAL_RGB_VALUEThe 'coral' RGB color.static ValueSVGValueConstants. CORAL_VALUEThe 'coral' color name.static ValueSVGValueConstants. CORNFLOWERBLUE_RGB_VALUEThe 'cornflowerblue' RGB color.static ValueSVGValueConstants. CORNFLOWERBLUE_VALUEThe 'cornflowerblue' color name.static ValueSVGValueConstants. CORNSILK_RGB_VALUEThe 'cornsilk' RGB color.static ValueSVGValueConstants. CORNSILK_VALUEThe 'cornsilk' color name.static ValueSVGValueConstants. CRIMSON_RGB_VALUEThe 'crimson' RGB color.static ValueSVGValueConstants. CRIMSON_VALUEThe 'crimson' color name.static ValueSVGValueConstants. CURRENTCOLOR_VALUEThe 'currentcolor' keyword.static ValueSVGValueConstants. CYAN_RGB_VALUEThe 'cyan' RGB color.static ValueSVGValueConstants. CYAN_VALUEThe 'cyan' color name.static ValueSVGValueConstants. DARKBLUE_RGB_VALUEThe 'darkblue' RGB color.static ValueSVGValueConstants. DARKBLUE_VALUEThe 'darkblue' color name.static ValueSVGValueConstants. DARKCYAN_RGB_VALUEThe 'darkcyan' RGB color.static ValueSVGValueConstants. DARKCYAN_VALUEThe 'darkcyan' color name.static ValueSVGValueConstants. DARKGOLDENROD_RGB_VALUEThe 'darkgoldenrod' RGB color.static ValueSVGValueConstants. DARKGOLDENROD_VALUEThe 'darkgoldenrod' color name.static ValueSVGValueConstants. DARKGRAY_RGB_VALUEThe 'darkgray' RGB color.static ValueSVGValueConstants. DARKGRAY_VALUEThe 'darkgray' color name.static ValueSVGValueConstants. DARKGREEN_RGB_VALUEThe 'darkgreen' RGB color.static ValueSVGValueConstants. DARKGREEN_VALUEThe 'darkgreen' color name.static ValueSVGValueConstants. DARKGREY_RGB_VALUEThe 'darkgrey' RGB color.static ValueSVGValueConstants. DARKGREY_VALUEThe 'darkgrey' color name.static ValueSVGValueConstants. DARKKHAKI_RGB_VALUEThe 'darkkhaki' RGB color.static ValueSVGValueConstants. DARKKHAKI_VALUEThe 'darkkhaki' color name.static ValueSVGValueConstants. DARKMAGENTA_RGB_VALUEThe 'darkmagenta' RGB color.static ValueSVGValueConstants. DARKMAGENTA_VALUEThe 'darkmagenta' color name.static ValueSVGValueConstants. DARKOLIVEGREEN_RGB_VALUEThe 'darkolivegreen' RGB color.static ValueSVGValueConstants. DARKOLIVEGREEN_VALUEThe 'darkolivegreen' color name.static ValueSVGValueConstants. DARKORANGE_RGB_VALUEThe 'darkorange' RGB color.static ValueSVGValueConstants. DARKORANGE_VALUEThe 'darkorange' color name.static ValueSVGValueConstants. DARKORCHID_RGB_VALUEThe 'darkorchid' RGB color.static ValueSVGValueConstants. DARKORCHID_VALUEThe 'darkorchid' color name.static ValueSVGValueConstants. DARKRED_RGB_VALUEThe 'darkred' RGB color.static ValueSVGValueConstants. DARKRED_VALUEThe 'darkred' color name.static ValueSVGValueConstants. DARKSALMON_RGB_VALUEThe 'darksalmon' RGB color.static ValueSVGValueConstants. DARKSALMON_VALUEThe 'darksalmon' color name.static ValueSVGValueConstants. DARKSEAGREEN_RGB_VALUEThe 'darkseagreen' RGB color.static ValueSVGValueConstants. DARKSEAGREEN_VALUEThe 'darkseagreen' color name.static ValueSVGValueConstants. DARKSLATEBLUE_RGB_VALUEThe 'darkslateblue' RGB color.static ValueSVGValueConstants. DARKSLATEBLUE_VALUEThe 'darkslateblue' color name.static ValueSVGValueConstants. DARKSLATEGRAY_RGB_VALUEThe 'darkslategray' RGB color.static ValueSVGValueConstants. DARKSLATEGRAY_VALUEThe 'darkslategray' color name.static ValueSVGValueConstants. DARKSLATEGREY_RGB_VALUEThe 'darkslategrey' RGB color.static ValueSVGValueConstants. DARKSLATEGREY_VALUEThe 'darkslategrey' color name.static ValueSVGValueConstants. DARKTURQUOISE_RGB_VALUEThe 'darkturquoise' RGB color.static ValueSVGValueConstants. DARKTURQUOISE_VALUEThe 'darkturquoise' color name.static ValueSVGValueConstants. DARKVIOLET_RGB_VALUEThe 'darkviolet' RGB color.static ValueSVGValueConstants. DARKVIOLET_VALUEThe 'darkviolet' color name.static ValueSVGValueConstants. DEEPPINK_RGB_VALUEThe 'deeppink' RGB color.static ValueSVGValueConstants. DEEPPINK_VALUEThe 'deeppink' color name.static ValueSVGValueConstants. DEEPSKYBLUE_RGB_VALUEThe 'deepskyblue' RGB color.static ValueSVGValueConstants. DEEPSKYBLUE_VALUEThe 'deepskyblue' color name.protected static ValueColorManager. DEFAULT_VALUEThe default color value.protected ValueSVGColorManager. defaultValueThe default value.static ValueSVGValueConstants. DIMGRAY_RGB_VALUEThe 'dimgray' RGB color.static ValueSVGValueConstants. DIMGRAY_VALUEThe 'dimgray' color name.static ValueSVGValueConstants. DIMGREY_RGB_VALUEThe 'dimgrey' RGB color.static ValueSVGValueConstants. DIMGREY_VALUEThe 'dimgrey' color name.static ValueSVGValueConstants. DODGERBLUE_RGB_VALUEThe 'dodgerblue' RGB color.static ValueSVGValueConstants. DODGERBLUE_VALUEThe 'dodgerblue' color name.static ValueSVGValueConstants. END_VALUEThe 'end' keyword.static ValueSVGValueConstants. EVENODD_VALUEThe 'evenodd' keyword.static ValueSVGValueConstants. FILL_VALUEThe 'fill' keyword.static ValueSVGValueConstants. FILLSTROKE_VALUEThe 'fillstroke' keyword.static ValueSVGValueConstants. FIREBRICK_RGB_VALUEThe 'firebrick' RGB color.static ValueSVGValueConstants. FIREBRICK_VALUEThe 'firebrick' color name.static ValueSVGValueConstants. FLORALWHITE_RGB_VALUEThe 'floralwhite' RGB color.static ValueSVGValueConstants. FLORALWHITE_VALUEThe 'floralwhite' color name.static ValueSVGValueConstants. FORESTGREEN_RGB_VALUEThe 'forestgreen' RGB color.static ValueSVGValueConstants. FORESTGREEN_VALUEThe 'forestgreen' color name.static ValueSVGValueConstants. GAINSBORO_RGB_VALUEThe 'gainsboro' RGB color.static ValueSVGValueConstants. GAINSBORO_VALUEThe 'gainsboro' color name.static ValueSVGValueConstants. GEOMETRICPRECISION_VALUEThe 'geometricprecision' keyword.static ValueSVGValueConstants. GHOSTWHITE_RGB_VALUEThe 'ghostwhite' RGB color.static ValueSVGValueConstants. GHOSTWHITE_VALUEThe 'ghostwhite' color name.static ValueSVGValueConstants. GOLD_RGB_VALUEThe 'gold' RGB color.static ValueSVGValueConstants. GOLD_VALUEThe 'gold' color name.static ValueSVGValueConstants. GOLDENROD_RGB_VALUEThe 'goldenrod' RGB color.static ValueSVGValueConstants. GOLDENROD_VALUEThe 'goldenrod' color name.static ValueSVGValueConstants. GREENYELLOW_RGB_VALUEThe 'greenyellow' RGB color.static ValueSVGValueConstants. GREENYELLOW_VALUEThe 'greenyellow' color name.static ValueSVGValueConstants. GREY_RGB_VALUEThe 'grey' RGB color.static ValueSVGValueConstants. GREY_VALUEThe 'grey' color name.static ValueSVGValueConstants. HANGING_VALUEThe 'hanging' keyword.static ValueSVGValueConstants. HONEYDEW_RGB_VALUEThe 'honeydew' RGB color.static ValueSVGValueConstants. HONEYDEW_VALUEThe 'honeydew' color name.static ValueSVGValueConstants. HOTPINK_RGB_VALUEThe 'hotpink' RGB color.static ValueSVGValueConstants. HOTPINK_VALUEThe 'hotpink' color name.static ValueSVGValueConstants. IDEOGRAPHIC_VALUEThe 'ideographic' keyword.static ValueSVGValueConstants. INDIANRED_RGB_VALUEThe 'indianred' RGB color.static ValueSVGValueConstants. INDIANRED_VALUEThe 'indianred' color name.static ValueSVGValueConstants. INDIGO_RGB_VALUEThe 'indigo' RGB color.static ValueSVGValueConstants. INDIGO_VALUEThe 'indigo' color name.static ValueSVGValueConstants. IVORY_RGB_VALUEThe 'ivory' RGB color.static ValueSVGValueConstants. IVORY_VALUEThe 'ivory' color name.static ValueSVGValueConstants. KHAKI_RGB_VALUEThe 'khaki' RGB color.static ValueSVGValueConstants. KHAKI_VALUEThe 'khaki' color name.static ValueSVGValueConstants. LAVENDER_RGB_VALUEThe 'lavender' RGB color.static ValueSVGValueConstants. LAVENDER_VALUEThe 'lavender' color name.static ValueSVGValueConstants. LAVENDERBLUSH_RGB_VALUEThe 'lavenderblush' RGB color.static ValueSVGValueConstants. LAVENDERBLUSH_VALUEThe 'lavenderblush' color name.static ValueSVGValueConstants. LAWNGREEN_RGB_VALUEThe 'lawngreen' RGB color.static ValueSVGValueConstants. LAWNGREEN_VALUEThe 'lawngreen' color name.static ValueSVGValueConstants. LEMONCHIFFON_RGB_VALUEThe 'lemonchiffon' RGB color.static ValueSVGValueConstants. LEMONCHIFFON_VALUEThe 'lemonchiffon' color name.static ValueSVGValueConstants. LIGHTBLUE_RGB_VALUEThe 'lightblue' RGB color.static ValueSVGValueConstants. LIGHTBLUE_VALUEThe 'lightblue' color name.static ValueSVGValueConstants. LIGHTCORAL_RGB_VALUEThe 'lightcoral' RGB color.static ValueSVGValueConstants. LIGHTCORAL_VALUEThe 'lightcoral' color name.static ValueSVGValueConstants. LIGHTCYAN_RGB_VALUEThe 'lightcyan' RGB color.static ValueSVGValueConstants. LIGHTCYAN_VALUEThe 'lightcyan' color name.static ValueSVGValueConstants. LIGHTGOLDENRODYELLOW_RGB_VALUEThe 'lightgoldenrodyellow' RGB color.static ValueSVGValueConstants. LIGHTGOLDENRODYELLOW_VALUEThe 'lightgoldenrodyellow' color name.static ValueSVGValueConstants. LIGHTGRAY_RGB_VALUEThe 'lightgray' RGB color.static ValueSVGValueConstants. LIGHTGRAY_VALUEThe 'lightgray' color name.static ValueSVGValueConstants. LIGHTGREEN_RGB_VALUEThe 'lightgreen' RGB color.static ValueSVGValueConstants. LIGHTGREEN_VALUEThe 'lightgreen' color name.static ValueSVGValueConstants. LIGHTGREY_RGB_VALUEThe 'lightgrey' RGB color.static ValueSVGValueConstants. LIGHTGREY_VALUEThe 'lightgrey' color name.static ValueSVGValueConstants. LIGHTPINK_RGB_VALUEThe 'lightpink' RGB color.static ValueSVGValueConstants. LIGHTPINK_VALUEThe 'lightpink' color name.static ValueSVGValueConstants. LIGHTSALMON_RGB_VALUEThe 'lightsalmon' RGB color.static ValueSVGValueConstants. LIGHTSALMON_VALUEThe 'lightsalmon' color name.static ValueSVGValueConstants. LIGHTSEAGREEN_RGB_VALUEThe 'lightseagreen' RGB color.static ValueSVGValueConstants. LIGHTSEAGREEN_VALUEThe 'lightseagreen' color name.static ValueSVGValueConstants. LIGHTSKYBLUE_RGB_VALUEThe 'lightskyblue' RGB color.static ValueSVGValueConstants. LIGHTSKYBLUE_VALUEThe 'lightskyblue' color name.static ValueSVGValueConstants. LIGHTSLATEGRAY_RGB_VALUEThe 'lightslategray' RGB color.static ValueSVGValueConstants. LIGHTSLATEGRAY_VALUEThe 'lightslategray' color name.static ValueSVGValueConstants. LIGHTSLATEGREY_RGB_VALUEThe 'lightslategrey' RGB color.static ValueSVGValueConstants. LIGHTSLATEGREY_VALUEThe 'lightslategrey' color name.static ValueSVGValueConstants. LIGHTSTEELBLUE_RGB_VALUEThe 'lightsteelblue' RGB color.static ValueSVGValueConstants. LIGHTSTEELBLUE_VALUEThe 'lightsteelblue' color name.static ValueSVGValueConstants. LIGHTYELLOW_RGB_VALUEThe 'lightyellow' RGB color.static ValueSVGValueConstants. LIGHTYELLOW_VALUEThe 'lightyellow' color name.static ValueSVGValueConstants. LIMEGREEN_RGB_VALUEThe 'limegreen' RGB color.static ValueSVGValueConstants. LIMEGREEN_VALUEThe 'limegreen' color name.static ValueSVGValueConstants. LINEARRGB_VALUEThe 'linearRGB' keyword.static ValueSVGValueConstants. LINEN_RGB_VALUEThe 'linen' RGB color.static ValueSVGValueConstants. LINEN_VALUEThe 'linen' color name.static ValueSVGValueConstants. LR_TB_VALUEThe 'lr-tb' keyword.static ValueSVGValueConstants. LR_VALUEThe 'lr' keyword.static ValueSVGValueConstants. MAGENTA_RGB_VALUEThe 'magenta' RGB color.static ValueSVGValueConstants. MAGENTA_VALUEThe 'magenta' color name.static ValueSVGValueConstants. MATHEMATICAL_VALUEThe 'mathematical' keyword.static ValueSVGValueConstants. MEDIUMAQUAMARINE_RGB_VALUEThe 'mediumaquamarine' RGB color.static ValueSVGValueConstants. MEDIUMAQUAMARINE_VALUEThe 'mediumaquamarine' color name.static ValueSVGValueConstants. MEDIUMBLUE_RGB_VALUEThe 'mediumblue' RGB color.static ValueSVGValueConstants. MEDIUMBLUE_VALUEThe 'mediumblue' color name.static ValueSVGValueConstants. MEDIUMORCHID_RGB_VALUEThe 'mediumorchid' RGB color.static ValueSVGValueConstants. MEDIUMORCHID_VALUEThe 'mediumorchid' color name.static ValueSVGValueConstants. MEDIUMPURPLE_RGB_VALUEThe 'mediumpurple' RGB color.static ValueSVGValueConstants. MEDIUMPURPLE_VALUEThe 'mediumpurple' color name.static ValueSVGValueConstants. MEDIUMSEAGREEN_RGB_VALUEThe 'mediumseagreen' RGB color.static ValueSVGValueConstants. MEDIUMSEAGREEN_VALUEThe 'mediumseagreen' color name.static ValueSVGValueConstants. MEDIUMSLATEBLUE_RGB_VALUEThe 'mediumslateblue' RGB color.static ValueSVGValueConstants. MEDIUMSLATEBLUE_VALUEThe 'mediumslateblue' color name.static ValueSVGValueConstants. MEDIUMSPRINGGREEN_RGB_VALUEThe 'mediumspringgreen' RGB color.static ValueSVGValueConstants. MEDIUMSPRINGGREEN_VALUEThe 'mediumspringgreen' color name.static ValueSVGValueConstants. MEDIUMTURQUOISE_RGB_VALUEThe 'mediumturquoise' RGB color.static ValueSVGValueConstants. MEDIUMTURQUOISE_VALUEThe 'mediumturquoise' color name.static ValueSVGValueConstants. MEDIUMVIOLETRED_RGB_VALUEThe 'mediumvioletred' RGB color.static ValueSVGValueConstants. MEDIUMVIOLETRED_VALUEThe 'mediumvioletred' color name.static ValueSVGValueConstants. MIDDLE_VALUEThe 'middle' keyword.static ValueSVGValueConstants. MIDNIGHTBLUE_RGB_VALUEThe 'midnightblue' RGB color.static ValueSVGValueConstants. MIDNIGHTBLUE_VALUEThe 'midnightblue' color name.static ValueSVGValueConstants. MINTCREAM_RGB_VALUEThe 'mintcream' RGB color.static ValueSVGValueConstants. MINTCREAM_VALUEThe 'mintcream' color name.static ValueSVGValueConstants. MISTYROSE_RGB_VALUEThe 'mistyrose' RGB color.static ValueSVGValueConstants. MISTYROSE_VALUEThe 'mistyrose' color name.static ValueSVGValueConstants. MITER_VALUEThe 'miter' keyword.static ValueSVGValueConstants. MOCCASIN_RGB_VALUEThe 'moccasin' RGB color.static ValueSVGValueConstants. MOCCASIN_VALUEThe 'moccasin' color name.static ValueSVGValueConstants. NAVAJOWHITE_RGB_VALUEThe 'navajowhite' RGB color.static ValueSVGValueConstants. NAVAJOWHITE_VALUEThe 'navajowhite' color name.static ValueSVGValueConstants. NEW_VALUEThe 'new' keyword.static ValueSVGValueConstants. NO_CHANGE_VALUEThe 'no-change' keyword.static ValueSVGValueConstants. NONZERO_VALUEThe 'nonzero' keyword.static ValueSVGValueConstants. NUMBER_11static ValueSVGValueConstants. NUMBER_102102static ValueSVGValueConstants. NUMBER_104104static ValueSVGValueConstants. NUMBER_105105static ValueSVGValueConstants. NUMBER_106106static ValueSVGValueConstants. NUMBER_107107static ValueSVGValueConstants. NUMBER_1111static ValueSVGValueConstants. NUMBER_112112static ValueSVGValueConstants. NUMBER_113113static ValueSVGValueConstants. NUMBER_114114static ValueSVGValueConstants. NUMBER_119119static ValueSVGValueConstants. NUMBER_122122static ValueSVGValueConstants. NUMBER_123123static ValueSVGValueConstants. NUMBER_124124static ValueSVGValueConstants. NUMBER_127127static ValueSVGValueConstants. NUMBER_130130static ValueSVGValueConstants. NUMBER_133133static ValueSVGValueConstants. NUMBER_134134static ValueSVGValueConstants. NUMBER_135135static ValueSVGValueConstants. NUMBER_136136static ValueSVGValueConstants. NUMBER_138138static ValueSVGValueConstants. NUMBER_139139static ValueSVGValueConstants. NUMBER_140140static ValueSVGValueConstants. NUMBER_142142static ValueSVGValueConstants. NUMBER_143143static ValueSVGValueConstants. NUMBER_144144static ValueSVGValueConstants. NUMBER_147147static ValueSVGValueConstants. NUMBER_148148static ValueSVGValueConstants. NUMBER_149149static ValueSVGValueConstants. NUMBER_150150static ValueSVGValueConstants. NUMBER_152152static ValueSVGValueConstants. NUMBER_153153static ValueSVGValueConstants. NUMBER_154154static ValueSVGValueConstants. NUMBER_158158static ValueSVGValueConstants. NUMBER_160160static ValueSVGValueConstants. NUMBER_164164static ValueSVGValueConstants. NUMBER_165165static ValueSVGValueConstants. NUMBER_169169static ValueSVGValueConstants. NUMBER_170170static ValueSVGValueConstants. NUMBER_173173static ValueSVGValueConstants. NUMBER_175175static ValueSVGValueConstants. NUMBER_176176static ValueSVGValueConstants. NUMBER_178178static ValueSVGValueConstants. NUMBER_179179static ValueSVGValueConstants. NUMBER_180180static ValueSVGValueConstants. NUMBER_181181static ValueSVGValueConstants. NUMBER_182182static ValueSVGValueConstants. NUMBER_183183static ValueSVGValueConstants. NUMBER_184184static ValueSVGValueConstants. NUMBER_185185static ValueSVGValueConstants. NUMBER_186186static ValueSVGValueConstants. NUMBER_188188static ValueSVGValueConstants. NUMBER_189189static ValueSVGValueConstants. NUMBER_1919static ValueSVGValueConstants. NUMBER_191191static ValueSVGValueConstants. NUMBER_193193static ValueSVGValueConstants. NUMBER_196196static ValueSVGValueConstants. NUMBER_199199static ValueSVGValueConstants. NUMBER_2020static ValueSVGValueConstants. NUMBER_203203static ValueSVGValueConstants. NUMBER_204204static ValueSVGValueConstants. NUMBER_205205static ValueSVGValueConstants. NUMBER_206206static ValueSVGValueConstants. NUMBER_208208static ValueSVGValueConstants. NUMBER_209209static ValueSVGValueConstants. NUMBER_2121static ValueSVGValueConstants. NUMBER_210210static ValueSVGValueConstants. NUMBER_211211static ValueSVGValueConstants. NUMBER_212212static ValueSVGValueConstants. NUMBER_213213static ValueSVGValueConstants. NUMBER_214214static ValueSVGValueConstants. NUMBER_215215static ValueSVGValueConstants. NUMBER_216216static ValueSVGValueConstants. NUMBER_218218static ValueSVGValueConstants. NUMBER_219219static ValueSVGValueConstants. NUMBER_220220static ValueSVGValueConstants. NUMBER_221221static ValueSVGValueConstants. NUMBER_222222static ValueSVGValueConstants. NUMBER_224224static ValueSVGValueConstants. NUMBER_225225static ValueSVGValueConstants. NUMBER_226226static ValueSVGValueConstants. NUMBER_228228static ValueSVGValueConstants. NUMBER_230230static ValueSVGValueConstants. NUMBER_232232static ValueSVGValueConstants. NUMBER_233233static ValueSVGValueConstants. NUMBER_235235static ValueSVGValueConstants. NUMBER_237237static ValueSVGValueConstants. NUMBER_238238static ValueSVGValueConstants. NUMBER_239239static ValueSVGValueConstants. NUMBER_240240static ValueSVGValueConstants. NUMBER_244244static ValueSVGValueConstants. NUMBER_245245static ValueSVGValueConstants. NUMBER_248248static ValueSVGValueConstants. NUMBER_2525static ValueSVGValueConstants. NUMBER_250250static ValueSVGValueConstants. NUMBER_251251static ValueSVGValueConstants. NUMBER_252252static ValueSVGValueConstants. NUMBER_253253static ValueSVGValueConstants. NUMBER_3030static ValueSVGValueConstants. NUMBER_3232static ValueSVGValueConstants. NUMBER_3434static ValueSVGValueConstants. NUMBER_3535static ValueSVGValueConstants. NUMBER_44static ValueSVGValueConstants. NUMBER_4242static ValueSVGValueConstants. NUMBER_4343static ValueSVGValueConstants. NUMBER_4545static ValueSVGValueConstants. NUMBER_4646static ValueSVGValueConstants. NUMBER_4747static ValueSVGValueConstants. NUMBER_5050static ValueSVGValueConstants. NUMBER_6060static ValueSVGValueConstants. NUMBER_6161static ValueSVGValueConstants. NUMBER_6363static ValueSVGValueConstants. NUMBER_6464static ValueSVGValueConstants. NUMBER_6565static ValueSVGValueConstants. NUMBER_6969static ValueSVGValueConstants. NUMBER_7070static ValueSVGValueConstants. NUMBER_7171static ValueSVGValueConstants. NUMBER_7272static ValueSVGValueConstants. NUMBER_7575static ValueSVGValueConstants. NUMBER_7979static ValueSVGValueConstants. NUMBER_8080static ValueSVGValueConstants. NUMBER_8282static ValueSVGValueConstants. NUMBER_8585static ValueSVGValueConstants. NUMBER_8787static ValueSVGValueConstants. NUMBER_9090static ValueSVGValueConstants. NUMBER_9191static ValueSVGValueConstants. NUMBER_9292static ValueSVGValueConstants. NUMBER_9595static ValueSVGValueConstants. NUMBER_9696static ValueSVGValueConstants. NUMBER_9999static ValueSVGValueConstants. OLDLACE_RGB_VALUEThe 'oldlace' RGB color.static ValueSVGValueConstants. OLDLACE_VALUEThe 'oldlace' color name.static ValueSVGValueConstants. OLIVEDRAB_RGB_VALUEThe 'olivedrab' RGB color.static ValueSVGValueConstants. OLIVEDRAB_VALUEThe 'olivedrab' color name.static ValueSVGValueConstants. OPTIMIZELEGIBILITY_VALUEThe 'optimizeLegibility' keyword.static ValueSVGValueConstants. OPTIMIZEQUALITY_VALUEThe 'optimizeQuality' keyword.static ValueSVGValueConstants. OPTIMIZESPEED_VALUEThe 'optimizeSpeed' keyword.static ValueSVGValueConstants. ORANGE_RGB_VALUEThe 'orange' RGB color.static ValueSVGValueConstants. ORANGE_VALUEThe 'orange' color name.static ValueSVGValueConstants. ORANGERED_RGB_VALUEThe 'orangered' RGB color.static ValueSVGValueConstants. ORANGERED_VALUEThe 'orangered' color name.static ValueSVGValueConstants. ORCHID_RGB_VALUEThe 'orchid' RGB color.static ValueSVGValueConstants. ORCHID_VALUEThe 'orchid' color name.static ValueSVGValueConstants. PALEGOLDENROD_RGB_VALUEThe 'palegoldenrod' RGB color.static ValueSVGValueConstants. PALEGOLDENROD_VALUEThe 'palegoldenrod' color name.static ValueSVGValueConstants. PALEGREEN_RGB_VALUEThe 'palegreen' RGB color.static ValueSVGValueConstants. PALEGREEN_VALUEThe 'palegreen' color name.static ValueSVGValueConstants. PALETURQUOISE_RGB_VALUEThe 'paleturquoise' RGB color.static ValueSVGValueConstants. PALETURQUOISE_VALUEThe 'paleturquoise' color name.static ValueSVGValueConstants. PALEVIOLETRED_RGB_VALUEThe 'palevioletred' RGB color.static ValueSVGValueConstants. PALEVIOLETRED_VALUEThe 'palevioletred' color name.static ValueSVGValueConstants. PAPAYAWHIP_RGB_VALUEThe 'papayawhip' RGB color.static ValueSVGValueConstants. PAPAYAWHIP_VALUEThe 'papayawhip' color name.static ValueSVGValueConstants. PEACHPUFF_RGB_VALUEThe 'peachpuff' RGB color.static ValueSVGValueConstants. PEACHPUFF_VALUEThe 'peachpuff' color name.static ValueSVGValueConstants. PERU_RGB_VALUEThe 'peru' RGB color.static ValueSVGValueConstants. PERU_VALUEThe 'peru' color name.static ValueSVGValueConstants. PINK_RGB_VALUEThe 'pink' RGB color.static ValueSVGValueConstants. PINK_VALUEThe 'pink' color name.static ValueSVGValueConstants. PLUM_RGB_VALUEThe 'plum' RGB color.static ValueSVGValueConstants. PLUM_VALUEThe 'plum' color name.static ValueSVGValueConstants. POWDERBLUE_RGB_VALUEThe 'powderblue' RGB color.static ValueSVGValueConstants. POWDERBLUE_VALUEThe 'powderblue' color name.static ValueSVGValueConstants. PURPLE_VALUEThe 'purple' color name.static ValueSVGValueConstants. RESET_SIZE_VALUEThe 'reset-size' keyword.static ValueSVGValueConstants. RL_TB_VALUEThe 'rl-tb' keyword.static ValueSVGValueConstants. RL_VALUEThe 'rl' keyword.static ValueSVGValueConstants. ROSYBROWN_RGB_VALUEThe 'rosybrown' RGB color.static ValueSVGValueConstants. ROSYBROWN_VALUEThe 'rosybrown' color name.static ValueSVGValueConstants. ROUND_VALUEThe 'round' keyword.static ValueSVGValueConstants. ROYALBLUE_RGB_VALUEThe 'royalblue' RGB color.static ValueSVGValueConstants. ROYALBLUE_VALUEThe 'royalblue' color name.static ValueSVGValueConstants. SADDLEBROWN_RGB_VALUEThe 'saddlebrown' RGB color.static ValueSVGValueConstants. SADDLEBROWN_VALUEThe 'saddlebrown' color name.static ValueSVGValueConstants. SALMON_RGB_VALUEThe 'salmon' RGB color.static ValueSVGValueConstants. SALMON_VALUEThe 'salmon' color name.static ValueSVGValueConstants. SANDYBROWN_RGB_VALUEThe 'sandybrown' RGB color.static ValueSVGValueConstants. SANDYBROWN_VALUEThe 'sandybrown' color name.static ValueSVGValueConstants. SEAGREEN_RGB_VALUEThe 'seagreen' RGB color.static ValueSVGValueConstants. SEAGREEN_VALUEThe 'seagreen' color name.static ValueSVGValueConstants. SEASHELL_RGB_VALUEThe 'seashell' RGB color.static ValueSVGValueConstants. SEASHELL_VALUEThe 'seashell' color name.static ValueSVGValueConstants. SIENNA_RGB_VALUEThe 'sienna' RGB color.static ValueSVGValueConstants. SIENNA_VALUEThe 'sienna' color name.static ValueSVGValueConstants. SKYBLUE_RGB_VALUEThe 'skyblue' RGB color.static ValueSVGValueConstants. SKYBLUE_VALUEThe 'skyblue' color name.static ValueSVGValueConstants. SLATEBLUE_RGB_VALUEThe 'slateblue' RGB color.static ValueSVGValueConstants. SLATEBLUE_VALUEThe 'slateblue' color name.static ValueSVGValueConstants. SLATEGRAY_RGB_VALUEThe 'slategray' RGB color.static ValueSVGValueConstants. SLATEGRAY_VALUEThe 'slategray' color name.static ValueSVGValueConstants. SLATEGREY_RGB_VALUEThe 'slategrey' RGB color.static ValueSVGValueConstants. SLATEGREY_VALUEThe 'slategrey' color name.static ValueSVGValueConstants. SNOW_RGB_VALUEThe 'snow' RGB color.static ValueSVGValueConstants. SNOW_VALUEThe 'snow' color name.static ValueSVGValueConstants. SPRINGGREEN_RGB_VALUEThe 'springgreen' RGB color.static ValueSVGValueConstants. SPRINGGREEN_VALUEThe 'springgreen' color name.static ValueSVGValueConstants. SQUARE_VALUEThe 'square' keyword.static ValueSVGValueConstants. SRGB_VALUEThe 'sRGB' keyword.static ValueSVGValueConstants. START_VALUEThe 'start' keyword.static ValueSVGValueConstants. STEELBLUE_RGB_VALUEThe 'steelblue' RGB color.static ValueSVGValueConstants. STEELBLUE_VALUEThe 'steelblue' color name.static ValueSVGValueConstants. SUB_VALUEThe 'sub' keyword.static ValueSVGValueConstants. SUPER_VALUEThe 'super' keyword.static ValueSVGValueConstants. TAN_RGB_VALUEThe 'tan' RGB color.static ValueSVGValueConstants. TAN_VALUEThe 'tan' color name.static ValueSVGValueConstants. TB_RL_VALUEThe 'tb-rl' keyword.static ValueSVGValueConstants. TB_VALUEThe 'tb' keyword.static ValueSVGValueConstants. TEXT_AFTER_EDGE_VALUEThe 'text-after-edge' keyword.static ValueSVGValueConstants. TEXT_BEFORE_EDGE_VALUEThe 'text-before-edge' keyword.static ValueSVGValueConstants. TEXT_BOTTOM_VALUEThe 'text-bottom' keyword.static ValueSVGValueConstants. TEXT_TOP_VALUEThe 'text-top' keyword.static ValueSVGValueConstants. THISTLE_RGB_VALUEThe 'thistle' RGB color.static ValueSVGValueConstants. THISTLE_VALUEThe 'thistle' color name.static ValueSVGValueConstants. TOMATO_RGB_VALUEThe 'tomato' RGB color.static ValueSVGValueConstants. TOMATO_VALUEThe 'tomato' color name.static ValueSVGValueConstants. TURQUOISE_RGB_VALUEThe 'turquoise' RGB color.static ValueSVGValueConstants. TURQUOISE_VALUEThe 'turquoise' color name.static ValueSVGValueConstants. USE_SCRIPT_VALUEThe 'use-script' keyword.static ValueSVGValueConstants. VIOLET_RGB_VALUEThe 'violet' RGB color.static ValueSVGValueConstants. VIOLET_VALUEThe 'violet' color name.static ValueSVGValueConstants. VISIBLEFILL_VALUEThe 'visiblefill' keyword.static ValueSVGValueConstants. VISIBLEFILLSTROKE_VALUEThe 'visiblefillstroke' keyword.static ValueSVGValueConstants. VISIBLEPAINTED_VALUEThe 'visiblepainted' keyword.static ValueSVGValueConstants. VISIBLESTROKE_VALUEThe 'visiblestroke' keyword.static ValueSVGValueConstants. WHEAT_RGB_VALUEThe 'wheat' RGB color.static ValueSVGValueConstants. WHEAT_VALUEThe 'wheat' color name.static ValueSVGValueConstants. WHITESMOKE_RGB_VALUEThe 'whitesmoke' RGB color.static ValueSVGValueConstants. WHITESMOKE_VALUEThe 'whitesmoke' color name.static ValueSVGValueConstants. YELLOWGREEN_RGB_VALUEThe 'yellowgreen' RGB color.static ValueSVGValueConstants. YELLOWGREEN_VALUEThe 'yellowgreen' color name.static ValueSVGValueConstants. ZERO_DEGREE0 degreeMethods in org.apache.batik.css.engine.value.svg that return Value Modifier and Type Method Description ValueBaselineShiftManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueEnableBackgroundManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueStrokeDasharrayManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueSVGColorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueSVGPaintManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)private ValueSVGColorManager. createCIELabColorValue(org.w3c.css.sac.LexicalUnit lu, Value v)private ValueSVGColorManager. createCIELCHColorValue(org.w3c.css.sac.LexicalUnit lu, Value v)private ValueSVGColorManager. createDeviceColorValue(org.w3c.css.sac.LexicalUnit lu, Value v, int expectedComponents)ValueEnableBackgroundManager. createFloatValue(short unitType, float floatValue)ImplementsValueManager.createFloatValue(short,float).ValueGlyphOrientationManager. createFloatValue(short type, float floatValue)ImplementsValueManager.createFloatValue(short,float).ValueOpacityManager. createFloatValue(short type, float floatValue)ImplementsValueManager.createFloatValue(short,float).ValueStrokeMiterlimitManager. createFloatValue(short unitType, float floatValue)ImplementsValueManager.createFloatValue(short,float).private ValueSVGColorManager. createICCColorValue(org.w3c.css.sac.LexicalUnit lu, Value v)private ValueSVGColorManager. createICCNamedColorValue(org.w3c.css.sac.LexicalUnit lu, Value v)ValueBaselineShiftManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueClipPathManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueColorProfileManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueEnableBackgroundManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueFilterManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueGlyphOrientationVerticalManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueKerningManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueMarkerManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueMaskManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueSpacingManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueStrokeDasharrayManager. createStringValue(short type, java.lang.String value, CSSEngine engine)ValueBaselineShiftManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueClipPathManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueColorProfileManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueEnableBackgroundManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueFilterManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueGlyphOrientationManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueGlyphOrientationVerticalManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueKerningManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueMarkerManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueMaskManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueOpacityManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueSpacingManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueStrokeDasharrayManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueStrokeDashoffsetManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueStrokeMiterlimitManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueStrokeWidthManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueSVGColorManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueSVGPaintManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueAlignmentBaselineManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueBaselineShiftManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueClipPathManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueClipRuleManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueColorInterpolationFiltersManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueColorInterpolationManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueColorManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueColorProfileManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueColorRenderingManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueDominantBaselineManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueEnableBackgroundManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueFillRuleManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueFilterManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueGlyphOrientationHorizontalManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueGlyphOrientationVerticalManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueImageRenderingManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueKerningManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueMarkerManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueMaskManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueOpacityManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValuePointerEventsManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueShapeRenderingManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueSpacingManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueStrokeDasharrayManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueStrokeDashoffsetManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueStrokeLinecapManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueStrokeLinejoinManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueStrokeMiterlimitManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueStrokeWidthManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueSVGColorManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueTextAnchorManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueTextRenderingManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueWritingModeManager. getDefaultValue()ImplementsValueManager.getDefaultValue().private ValueSVGColorManager. parseColor12Function(org.w3c.css.sac.LexicalUnit lu, Value v)private ValueSVGColorManager. parseColorFunction(org.w3c.css.sac.LexicalUnit lu, Value v)Methods in org.apache.batik.css.engine.value.svg with parameters of type Value Modifier and Type Method Description ValueBaselineShiftManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueEnableBackgroundManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueStrokeDasharrayManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueSVGColorManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueSVGPaintManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)private ValueSVGColorManager. createCIELabColorValue(org.w3c.css.sac.LexicalUnit lu, Value v)private ValueSVGColorManager. createCIELCHColorValue(org.w3c.css.sac.LexicalUnit lu, Value v)private ValueSVGColorManager. createDeviceColorValue(org.w3c.css.sac.LexicalUnit lu, Value v, int expectedComponents)private ValueSVGColorManager. createICCColorValue(org.w3c.css.sac.LexicalUnit lu, Value v)private ValueSVGColorManager. createICCNamedColorValue(org.w3c.css.sac.LexicalUnit lu, Value v)private ValueSVGColorManager. parseColor12Function(org.w3c.css.sac.LexicalUnit lu, Value v)private ValueSVGColorManager. parseColorFunction(org.w3c.css.sac.LexicalUnit lu, Value v)Constructors in org.apache.batik.css.engine.value.svg with parameters of type Value Constructor Description 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.css.engine.value.svg12
Classes in org.apache.batik.css.engine.value.svg12 that implement Value Modifier and Type Class Description classAbstractCIEColorThis is a base class for CIE Lab/LCH color values.classCIELabColorThis class represents an CIE L*a*b* color value.classCIELCHColorThis class represents an CIE LCH color value.classDeviceColorThis class represents an device-specific color value.classICCNamedColorThis class represents an ICC named color value.classLineHeightValueThis class represents line-height values.Fields in org.apache.batik.css.engine.value.svg12 declared as Value Modifier and Type Field Description static ValueSVG12ValueConstants. END_VALUEThe 'end' keyword.static ValueSVG12ValueConstants. FULL_VALUEThe 'full' keyword.static ValueSVG12ValueConstants. MIDDLE_VALUEThe 'middle' keyword.static ValueSVG12ValueConstants. NORMAL_VALUEThe 'normal' keyword, for 'line-height'.static ValueSVG12ValueConstants. START_VALUEThe 'start' keyword.Methods in org.apache.batik.css.engine.value.svg12 that return Value Modifier and Type Method Description ValueLineHeightManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)ValueLineHeightManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueMarginLengthManager. createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine)ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueLineHeightManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueMarginLengthManager. getDefaultValue()ImplementsValueManager.getDefaultValue().ValueTextAlignManager. getDefaultValue()ImplementsValueManager.getDefaultValue().Methods in org.apache.batik.css.engine.value.svg12 with parameters of type Value Modifier and Type Method Description ValueLineHeightManager. computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
-