Uses of Interface
org.apache.batik.css.engine.value.Value
Packages that use Value
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of Value in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as ValueModifier and TypeFieldDescriptionprotected ValueSVGStylableElement.PresentationAttributeColorValue.valueThe value.protected ValueSVGStylableElement.PresentationAttributePaintValue.valueThe value.protected ValueSVGStylableElement.PresentationAttributeValue.valueThe value.Methods in org.apache.batik.anim.dom that return ValueModifier and TypeMethodDescriptionSVGStylableElement.PresentationAttributeColorValue.getValue()Returns the current value associated with this object.SVGStylableElement.PresentationAttributePaintValue.getValue()Returns the current value associated with this object.SVGStylableElement.PresentationAttributeValue.getValue()Returns the current value associated with this object.Methods in org.apache.batik.anim.dom with parameters of type ValueModifier and TypeMethodDescriptionvoidSVGStylableElement.StyleDeclaration.setMainProperty(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 ValueModifier and TypeMethodDescriptionprotected ValueSVGAnimationEngine.CSSValueFactory.computeValue(CSSStylableElement elt, String pn, Value v) Computes a CSSValueand performance inheritance if the specified value is 'inherit'.protected ValueSVGAnimationEngine.CSSValueFactory.createCSSValue(AnimationTarget t, String pn, String s) Creates a new CSSValuefrom a string.static ValueCSSUtilities.getComputedStyle(Element e, int property) Returns the computed style of the given property.BridgeContext.getDefaultFontFamily()Returns the value corresponding to the default font.BridgeContext.getSystemColor(String ident) Returns the Value corresponding to the given system color.Methods in org.apache.batik.bridge with parameters of type ValueModifier and TypeMethodDescriptionprotected ValueSVGAnimationEngine.CSSValueFactory.computeValue(CSSStylableElement elt, String pn, Value v) Computes a CSSValueand performance inheritance if the specified value is 'inherit'.static ColorPaintServer.convertColor(Value c, float opacity) Converts the given Value and opacity to a Color object.static ColorPaintServer.convertDeviceColor(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(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 PaintPaintServer.convertPaint(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 ColorPaintServer.convertRGBICCColor(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.CursorManager.convertSVGCursor(Element e, Value l) Returns a cursor for the given value list.static PaintPaintServer.convertURIPaint(Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx) Converts a Paint specified as a URI.protected AnimatableValueSVGAnimationEngine.AnimatableAngleOrIdentFactory.createAnimatableValue(AnimationTarget target, String pn, Value v) protected AnimatableValueSVGAnimationEngine.AnimatableAngleValueFactory.createAnimatableValue(AnimationTarget target, String pn, Value v) protected AnimatableValueSVGAnimationEngine.AnimatableColorValueFactory.createAnimatableValue(AnimationTarget target, String pn, Value v) protected AnimatableValueSVGAnimationEngine.AnimatableLengthOrIdentFactory.createAnimatableValue(AnimationTarget target, String pn, Value v) protected AnimatableValueSVGAnimationEngine.AnimatableNumberOrIdentFactory.createAnimatableValue(AnimationTarget target, String pn, Value v) protected AnimatableValueSVGAnimationEngine.AnimatablePaintValueFactory.createAnimatableValue(AnimationTarget target, String pn, Value v) protected AnimatableValueSVGAnimationEngine.AnimatableStringValueFactory.createAnimatableValue(AnimationTarget target, String pn, Value v) protected abstract AnimatableValueSVGAnimationEngine.CSSValueFactory.createAnimatableValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue, after computation and inheritance.SVGAnimationEngine.AnimatableBooleanValueFactory.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.SVGAnimationEngine.AnimatableIntegerValueFactory.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.SVGAnimationEngine.AnimatableLengthListValueFactory.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.SVGAnimationEngine.AnimatableLengthValueFactory.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.SVGAnimationEngine.AnimatableNumberListValueFactory.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.SVGAnimationEngine.AnimatableNumberValueFactory.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.SVGAnimationEngine.AnimatablePathDataFactory.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.SVGAnimationEngine.AnimatablePointListValueFactory.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.SVGAnimationEngine.AnimatableRectValueFactory.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.SVGAnimationEngine.CSSValueFactory.createValue(AnimationTarget target, String pn, Value v) SVGAnimationEngine.Factory.createValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.SVGAnimationEngine.UncomputedAnimatableStringValueFactory.createValue(AnimationTarget target, String pn, Value v) static ObjectCSSFontFace.getSrcValue(Value v, ParsedURL base) static intPaintServer.resolveColorComponent(Value v) Returns the value of one color component (0 <= result <= 255).static PaintPaintServer.silentConvertURIPaint(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 ValueModifier and TypeMethodDescriptionCSSOMComputedStyle.ComputedCSSValue.getValue()Returns the Value associated with this object.Returns the current value associated with this object.CSSOMStyleDeclaration.StyleDeclarationValue.getValue()Returns the current value associated with this object.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.CSSOMSVGColor.ValueProvider.getValue()Returns the current value associated with this object.CSSOMSVGComputedStyle.ComputedCSSColorValue.getValue()Returns the Value associated with this object.CSSOMSVGComputedStyle.ComputedCSSPaintValue.getValue()Returns the Value associated with this object.protected abstract ValueCSSOMSVGPaint.AbstractModificationHandler.getValue()Returns the associated value.CSSOMSVGStyleDeclaration.StyleDeclarationColorValue.getValue()Returns the current value associated with this object.CSSOMSVGStyleDeclaration.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.CSSOMValue.ValueProvider.getValue()Returns the current value associated with this object.Methods in org.apache.batik.css.dom with parameters of type ValueModifier and TypeMethodDescriptionstatic 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 floatConverts the current value into degrees.protected static floatCSSOMValue.toGradians(Value value) Converts the current value into gradians.protected static floatConverts the current value into Hertz.protected static floatConverts the current value into inches.protected static floatConverts 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 floatConverts the current value into picas.protected static floatConverts the current value into points.protected static floatConverts the current value into radians.protected static floatConverts the current value into seconds. -
Uses of Value in org.apache.batik.css.engine
Fields in org.apache.batik.css.engine declared as ValueModifier and TypeFieldDescriptionprotected Value[]StyleDeclaration.valuesThe values.protected Value[]StyleMap.valuesThe values.Methods in org.apache.batik.css.engine that return ValueModifier and TypeMethodDescriptionCSSEngine.getComputedStyle(CSSStylableElement elt, String pseudo, int propidx) Returns the computed style of the given element/pseudo for the property corresponding to the given index.CSSContext.getDefaultFontFamily()Returns the value corresponding to the default font-family.CSSContext.getSystemColor(String ident) Returns the Value corresponding to the given system color.static ValueSystemColorSupport.getSystemColor(String ident) Returns the Value corresponding to the given system color.StyleDeclaration.getValue(int idx) Returns the value at the given index.StyleMap.getValue(int i) Returns the value at the given index, null if unspecified.CSSEngine.parsePropertyValue(CSSStylableElement elt, String prop, String value) Parses and creates a property value from elt.Methods in org.apache.batik.css.engine with parameters of type ValueModifier and TypeMethodDescriptionvoidAppends a value to the declaration.voidSets 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.voidPuts a property value, given the property index.voidCSSEngine.CSSNavigableDocumentHandler.setMainProperty(String name, Value v, boolean important) Sets a main property value in response to a shorthand property being set.voidCSSEngine.MainPropertyReceiver.setMainProperty(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 ValueModifier and TypeClassDescriptionclassThis class provides an abstract implementation of the Value interface.classThis class represents a computed property value.classThis class represents float values.classThis singleton class represents the 'inherit' value.classThis class represents a list of values.classThis class represents CSS rect values.classThis class represents RGB colors.classThis class represents string values.classThis class represents uri values.Fields in org.apache.batik.css.engine.value declared as ValueModifier and TypeFieldDescriptionstatic final ValueValueConstants.ACTIVEBORDER_VALUEThe 'ACTIVEBORDER' color name.static final ValueValueConstants.ACTIVECAPTION_VALUEThe 'ACTIVECAPTION' color name.static final ValueValueConstants.ALL_VALUEThe 'all' keyword.static final ValueValueConstants.APPWORKSPACE_VALUEThe 'APPWORKSPACE' color name.static final ValueValueConstants.AQUA_RGB_VALUEThe 'aqua' RGB color.static final ValueValueConstants.AQUA_VALUEThe 'aqua' color name.static final ValueValueConstants.AUTO_VALUEThe 'auto' keyword.static final ValueValueConstants.BACKGROUND_VALUEThe 'BACKGROUND' color name.static final ValueValueConstants.BIDI_OVERRIDE_VALUEThe 'bidi-override' keyword.static final ValueValueConstants.BLACK_RGB_VALUEThe 'black' RGB color.static final ValueValueConstants.BLACK_VALUEThe 'black' color name.static final ValueValueConstants.BLINK_VALUEThe 'blink' keyword.static final ValueValueConstants.BLOCK_VALUEThe 'block' keyword.protected ValueRGBColorValue.blueThe blue component.static final ValueValueConstants.BLUE_RGB_VALUEThe 'blue' RGB color.static final ValueValueConstants.BLUE_VALUEThe 'blue' color name.static final ValueValueConstants.BOLD_VALUEThe 'bold' keyword.static final ValueValueConstants.BOLDER_VALUEThe 'bolder' keyword.protected ValueRectValue.bottomThe bottom value.static final ValueValueConstants.BOTTOM_VALUEThe 'bottom' keyword.static final ValueValueConstants.BUTTONFACE_VALUEThe 'BUTTONFACE' color name.static final ValueValueConstants.BUTTONHIGHLIGHT_VALUEThe 'BUTTONHIGHLIGHT' color name.static final ValueValueConstants.BUTTONSHADOW_VALUEThe 'BUTTONSHADOW' color name.static final ValueValueConstants.BUTTONTEXT_VALUEThe 'BUTTONTEXT' color name.static final ValueValueConstants.CAPTIONTEXT_VALUEThe 'CAPTIONTEXT' color name.protected ValueComputedValue.cascadedValueThe cascaded value.static final ValueValueConstants.COLLAPSE_VALUEThe 'collapse' keyword.static final ValueValueConstants.COMPACT_VALUEThe 'compact' keyword.protected ValueComputedValue.computedValueThe computed value.static final ValueValueConstants.CONDENSED_VALUEThe 'condensed' keyword.static final ValueValueConstants.CRISPEDGES_VALUEThe 'crispedges' keyword.static final ValueValueConstants.CROSSHAIR_VALUEThe 'crosshair' keyword.static final ValueValueConstants.CURSIVE_VALUEThe 'cursive' keyword.static final ValueValueConstants.DEFAULT_VALUEThe 'default' keyword.static final ValueValueConstants.E_RESIZE_VALUEThe 'e-resize' keyword.static final ValueValueConstants.EMBED_VALUEThe 'embed' keyword.static final ValueValueConstants.EXPANDED_VALUEThe 'expanded' keyword.static final ValueValueConstants.EXTRA_CONDENSED_VALUEThe 'extra-condensed' keyword.static final ValueValueConstants.EXTRA_EXPANDED_VALUEThe 'extra-expanded' keyword.static final ValueValueConstants.FANTASY_VALUEThe 'fantasy' keyword.static final ValueValueConstants.FUCHSIA_RGB_VALUEThe 'fuchsia' RGB color.static final ValueValueConstants.FUCHSIA_VALUEThe 'fuchsia' color name.static final ValueValueConstants.GRAY_RGB_VALUEThe 'gray' RGB color.static final ValueValueConstants.GRAY_VALUEThe 'gray' color name.static final ValueValueConstants.GRAYTEXT_VALUEThe 'GRAYTEXT' color name.protected ValueRGBColorValue.greenThe green component.static final ValueValueConstants.GREEN_RGB_VALUEThe 'green' RGB color.static final ValueValueConstants.GREEN_VALUEThe 'green' color name.static final ValueValueConstants.HELP_VALUEThe 'help' keyword.static final ValueValueConstants.HIDDEN_VALUEThe 'hidden' keyword.static final ValueValueConstants.HIGHLIGHT_VALUEThe 'HIGHLIGHT' color name.static final ValueValueConstants.HIGHLIGHTTEXT_VALUEThe 'HIGHLIGHTTEXT' color name.static final ValueValueConstants.INACTIVEBORDER_VALUEThe 'INACTIVEBORDER' color name.static final ValueValueConstants.INACTIVECAPTION_VALUEThe 'INACTIVECAPTION' color name.static final ValueValueConstants.INACTIVECAPTIONTEXT_VALUEThe 'INACTIVECAPTIONTEXT' color name.static final ValueValueConstants.INFOBACKGROUND_VALUEThe 'INFOBACKGROUND' color name.static final ValueValueConstants.INFOTEXT_VALUEThe 'INFOTEXT' color name.static final ValueValueConstants.INHERIT_VALUEThe 'inherit' value.static final ValueValueConstants.INLINE_TABLE_VALUEThe 'inline-table' keyword.static final ValueValueConstants.INLINE_VALUEThe 'inline' keyword.static final ValueValueConstants.ITALIC_VALUEThe 'italic' keyword.protected Value[]ListValue.itemsThe items.static final ValueValueConstants.LARGE_VALUEThe 'large' keyword.static final ValueValueConstants.LARGER_VALUEThe 'larger' keyword.protected ValueRectValue.leftThe left value.static final ValueValueConstants.LIGHTER_VALUEThe 'lighter' keyword.static final ValueValueConstants.LIME_RGB_VALUEThe 'lime' RGB color.static final ValueValueConstants.LIME_VALUEThe 'lime' color name.static final ValueValueConstants.LINE_THROUGH_VALUEThe 'line_through' keyword.static final ValueValueConstants.LIST_ITEM_VALUEThe 'list-item' keyword.static final ValueValueConstants.LTR_VALUEThe 'ltr' keyword.static final ValueValueConstants.MARKER_VALUEThe 'marker' keyword.static final ValueValueConstants.MAROON_RGB_VALUEThe 'maroon' RGB color.static final ValueValueConstants.MAROON_VALUEThe 'maroon' color name.static final ValueValueConstants.MEDIUM_VALUEThe 'medium' keyword.static final ValueValueConstants.MENU_VALUEThe 'MENU' color name.static final ValueValueConstants.MENUTEXT_VALUEThe 'MENUTEXT' color name.static final ValueValueConstants.MONOSPACE_VALUEThe 'monospaced' keyword.static final ValueValueConstants.MOVE_VALUEThe 'move' keyword.static final ValueValueConstants.N_RESIZE_VALUEThe 'n-resize' keyword.static final ValueValueConstants.NARROWER_VALUEThe 'narrower' keyword.static final ValueValueConstants.NAVY_RGB_VALUEThe 'navy' RGB color.static final ValueValueConstants.NAVY_VALUEThe 'navy' color name.static final ValueValueConstants.NE_RESIZE_VALUEThe 'ne-resize' keyword.static final ValueValueConstants.NONE_VALUEThe 'none' keyword.static final ValueValueConstants.NORMAL_VALUEThe 'normal' keyword.static final ValueValueConstants.NUMBER_00static final ValueValueConstants.NUMBER_100100static final ValueValueConstants.NUMBER_128128static final ValueValueConstants.NUMBER_192192static final ValueValueConstants.NUMBER_200200static final ValueValueConstants.NUMBER_255255static final ValueValueConstants.NUMBER_300300static final ValueValueConstants.NUMBER_400400static final ValueValueConstants.NUMBER_500500static final ValueValueConstants.NUMBER_600600static final ValueValueConstants.NUMBER_700700static final ValueValueConstants.NUMBER_800800static final ValueValueConstants.NUMBER_900900static final ValueValueConstants.NW_RESIZE_VALUEThe 'nw-resize' keyword.static final ValueValueConstants.OBLIQUE_VALUEThe 'oblique' keyword.static final ValueValueConstants.OLIVE_RGB_VALUEThe 'olive' RGB color.static final ValueValueConstants.OLIVE_VALUEThe 'olive' color name.static final ValueValueConstants.OVERLINE_VALUEThe 'overline' keyword.static final ValueValueConstants.PAINTED_VALUEThe 'painted' keyword.static final ValueValueConstants.POINTER_VALUEThe 'pointer' keyword.static final ValueValueConstants.PURPLE_RGB_VALUEThe 'purple' RGB color.static final ValueValueConstants.PURPLE_VALUEThe 'purple' color name.protected ValueRGBColorValue.redThe red component.static final ValueValueConstants.RED_RGB_VALUEThe 'red' RGB color.static final ValueValueConstants.RED_VALUEThe 'red' color name.protected ValueRectValue.rightThe right value.static final ValueValueConstants.RTL_VALUEThe 'rtl' keyword.static final ValueValueConstants.RUN_IN_VALUEThe 'run-in' keyword.static final ValueValueConstants.S_RESIZE_VALUEThe 's-resize' keyword.static final ValueValueConstants.SANS_SERIF_VALUEThe 'sans-serif' keyword.static final ValueValueConstants.SCROLL_VALUEThe 'scroll' keyword.static final ValueValueConstants.SCROLLBAR_VALUEThe 'SCROLLBAR' color name.static final ValueValueConstants.SE_RESIZE_VALUEThe 'se-resize' keyword.static final ValueValueConstants.SEMI_CONDENSED_VALUEThe 'semi-condensed' keyword.static final ValueValueConstants.SEMI_EXPANDED_VALUEThe 'semi-expanded' keyword.static final ValueValueConstants.SERIF_VALUEThe 'serif' keyword.static final ValueValueConstants.SILVER_RGB_VALUEThe 'silver' RGB color.static final ValueValueConstants.SILVER_VALUEThe 'silver' color name.static final ValueValueConstants.SMALL_CAPS_VALUEThe 'small-caps' keyword.static final ValueValueConstants.SMALL_VALUEThe 'small' keyword.static final ValueValueConstants.SMALLER_VALUEThe 'smaller' keyword.static final ValueValueConstants.STROKE_VALUEThe 'stroke' keyword.static final ValueValueConstants.SW_RESIZE_VALUEThe 'sw-resize' keyword.static final ValueValueConstants.TABLE_CAPTION_VALUEThe 'table-caption' keyword.static final ValueValueConstants.TABLE_CELL_VALUEThe 'table-cell' keyword.static final ValueValueConstants.TABLE_COLUMN_GROUP_VALUEThe 'table-column-group' keyword.static final ValueValueConstants.TABLE_COLUMN_VALUEThe 'table-column' keyword.static final ValueValueConstants.TABLE_FOOTER_GROUP_VALUEThe 'table-footer-group' keyword.static final ValueValueConstants.TABLE_HEADER_GROUP_VALUEThe 'table-header-group' keyword.static final ValueValueConstants.TABLE_ROW_GROUP_VALUEThe 'table-row-group' keyword.static final ValueValueConstants.TABLE_ROW_VALUEThe 'table-row' keyword.static final ValueValueConstants.TABLE_VALUEThe 'table' keyword.static final ValueValueConstants.TEAL_RGB_VALUEThe 'teal' RGB color.static final ValueValueConstants.TEAL_VALUEThe 'teal' color name.static final ValueValueConstants.TEXT_VALUEThe 'text' keyword.static final ValueValueConstants.THREEDDARKSHADOW_VALUEThe 'THREEDDARKSHADOW' color name.static final ValueValueConstants.THREEDFACE_VALUEThe 'THREEDFACE' color name.static final ValueValueConstants.THREEDHIGHLIGHT_VALUEThe 'THREEDHIGHLIGHT' color name.static final ValueValueConstants.THREEDLIGHTSHADOW_VALUEThe 'THREEDLIGHTSHADOW' color name.static final ValueValueConstants.THREEDSHADOW_VALUEThe 'THREEDSHADOW' color name.protected ValueRectValue.topThe top value.static final ValueValueConstants.TOP_VALUEThe 'top' keyword.static final ValueValueConstants.ULTRA_CONDENSED_VALUEThe 'ultra-condensed' keyword.static final ValueValueConstants.ULTRA_EXPANDED_VALUEThe 'ultra-expanded' keyword.static final ValueValueConstants.UNDERLINE_VALUEThe 'underline' keyword.static final ValueValueConstants.VISIBLE_VALUEThe 'visible' keyword.static final ValueValueConstants.W_RESIZE_VALUEThe 'w-resize' keyword.static final ValueValueConstants.WAIT_VALUEThe 'wait' keyword.static final ValueValueConstants.WHITE_RGB_VALUEThe 'white' RGB color.static final ValueValueConstants.WHITE_VALUEThe 'white' color name.static final ValueValueConstants.WIDER_VALUEThe 'wider' keyword.static final ValueValueConstants.WINDOW_VALUEThe 'WINDOW' color name.static final ValueValueConstants.WINDOWFRAME_VALUEThe 'WINDOWFRAME' color name.static final ValueValueConstants.WINDOWTEXT_VALUEThe 'WINDOWTEXT' color name.static final ValueValueConstants.X_LARGE_VALUEThe 'x-large' keyword.static final ValueValueConstants.X_SMALL_VALUEThe 'x-small' keyword.static final ValueValueConstants.XX_LARGE_VALUEThe 'xx-large' keyword.static final ValueValueConstants.XX_SMALL_VALUEThe 'xx-small' keyword.static final ValueValueConstants.YELLOW_RGB_VALUEThe 'yellow' RGB color.static final ValueValueConstants.YELLOW_VALUEThe 'yellow' color name.Methods in org.apache.batik.css.engine.value that return ValueModifier and TypeMethodDescriptionAbstractColorManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) AbstractValueManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) LengthManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) RectManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) ValueManager.computeValue(CSSStylableElement elt, 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.AbstractValueManager.createFloatValue(short unitType, float floatValue) ImplementsValueManager.createFloatValue(short,float).LengthManager.createFloatValue(short type, float floatValue) ImplementsValueManager.createFloatValue(short,float).ValueManager.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.AbstractValueManager.createStringValue(short type, String value, CSSEngine engine) IdentifierManager.createStringValue(short type, String value, CSSEngine engine) ValueManager.createStringValue(short type, String value, CSSEngine engine) Creates and returns a new string value.AbstractColorManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).IdentifierManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).LengthManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).RectManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ValueManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) Creates a value from a lexical unit.AbstractValue.getBlue()ImplementsValue.getBlue().ComputedValue.getBlue()ImplementsValue.getBlue().RGBColorValue.getBlue()ImplementsValue.getBlue().Value.getBlue()The blue value of the RGB color.AbstractValue.getBottom()ImplementsValue.getBottom().ComputedValue.getBottom()ImplementsValue.getBottom().RectValue.getBottom()ImplementsValue.getBottom().Value.getBottom()The bottom value of the rect.ComputedValue.getCascadedValue()Returns the cascaded value.ComputedValue.getComputedValue()Returns the computed value.ValueManager.getDefaultValue()Returns the default value for the handled property.AbstractValue.getGreen()ImplementsValue.getGreen().ComputedValue.getGreen()ImplementsValue.getGreen().RGBColorValue.getGreen()ImplementsValue.getGreen().Value.getGreen()The green value of the RGB color.AbstractValue.getLeft()ImplementsValue.getLeft().ComputedValue.getLeft()ImplementsValue.getLeft().RectValue.getLeft()ImplementsValue.getLeft().Value.getLeft()The left value of the rect.AbstractValue.getRed()ImplementsValue.getRed().ComputedValue.getRed()ImplementsValue.getRed().RGBColorValue.getRed()ImplementsValue.getRed().Value.getRed()The red value of the RGB color.AbstractValue.getRight()ImplementsValue.getRight().ComputedValue.getRight()ImplementsValue.getRight().RectValue.getRight()ImplementsValue.getRight().Value.getRight()The right value of the rect.AbstractValue.getTop()ImplementsValue.getTop().ComputedValue.getTop()ImplementsValue.getTop().RectValue.getTop()ImplementsValue.getTop().Value.getTop()The top value of the rect.AbstractValue.item(int index) ImplementsValue.item(int).ComputedValue.item(int index) ImplementsValue.item(int).ListValue.item(int index) ImplementsValue.item(int).Value.item(int index) Used to retrieve a rule by ordinal index.Methods in org.apache.batik.css.engine.value with parameters of type ValueModifier and TypeMethodDescriptionvoidAppends an item to the list.AbstractColorManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) AbstractValueManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) LengthManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) RectManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) ValueManager.computeValue(CSSStylableElement elt, 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 -
Uses of Value in org.apache.batik.css.engine.value.css2
Methods in org.apache.batik.css.engine.value.css2 that return ValueModifier and TypeMethodDescriptionCursorManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontFamilyManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontSizeManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontStretchManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontWeightManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontSizeAdjustManager.createFloatValue(short type, float floatValue) ImplementsValueManager.createFloatValue(short,float).FontWeightManager.createFloatValue(short type, float floatValue) ImplementsValueManager.createFloatValue(short,float).protected ValueFontWeightManager.createFontWeight(float f) Returns the CSS value associated with the given font-weight.ClipManager.createStringValue(short type, String value, CSSEngine engine) FontSizeAdjustManager.createStringValue(short type, String value, CSSEngine engine) FontSizeManager.createStringValue(short type, String value, CSSEngine engine) TextDecorationManager.createStringValue(short type, String value, CSSEngine engine) ClipManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).CursorManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).FontFamilyManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).FontSizeAdjustManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).FontSizeManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).FontWeightManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).SrcManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).TextDecorationManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ClipManager.getDefaultValue()ImplementsValueManager.getDefaultValue().CursorManager.getDefaultValue()ImplementsValueManager.getDefaultValue().DirectionManager.getDefaultValue()ImplementsValueManager.getDefaultValue().DisplayManager.getDefaultValue()ImplementsValueManager.getDefaultValue().FontFamilyManager.getDefaultValue()ImplementsValueManager.getDefaultValue().FontSizeAdjustManager.getDefaultValue()ImplementsValueManager.getDefaultValue().FontSizeManager.getDefaultValue()ImplementsValueManager.getDefaultValue().FontStretchManager.getDefaultValue()ImplementsValueManager.getDefaultValue().FontStyleManager.getDefaultValue()ImplementsValueManager.getDefaultValue().FontVariantManager.getDefaultValue()ImplementsValueManager.getDefaultValue().FontWeightManager.getDefaultValue()ImplementsValueManager.getDefaultValue().OverflowManager.getDefaultValue()ImplementsValueManager.getDefaultValue().SrcManager.getDefaultValue()ImplementsValueManager.getDefaultValue().TextDecorationManager.getDefaultValue()ImplementsValueManager.getDefaultValue().UnicodeBidiManager.getDefaultValue()ImplementsValueManager.getDefaultValue().VisibilityManager.getDefaultValue()ImplementsValueManager.getDefaultValue().Methods in org.apache.batik.css.engine.value.css2 with parameters of type ValueModifier and TypeMethodDescriptionCursorManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontFamilyManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontSizeManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontStretchManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) FontWeightManager.computeValue(CSSStylableElement elt, 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.svgModifier and TypeInterfaceDescriptioninterfaceThis interface represents the values for properties like 'fill', 'flood-color'...Classes in org.apache.batik.css.engine.value.svg that implement ValueFields in org.apache.batik.css.engine.value.svg declared as ValueModifier and TypeFieldDescriptionstatic final ValueSVGValueConstants.ACCUMULATE_VALUEThe 'accumulate' keyword.static final ValueSVGValueConstants.AFTER_EDGE_VALUEThe 'after-edge' keyword.static final ValueSVGValueConstants.ALICEBLUE_RGB_VALUEThe 'aliceblue' RGB color.static final ValueSVGValueConstants.ALICEBLUE_VALUEThe 'aliceblue' color name.static final ValueSVGValueConstants.ALPHABETIC_VALUEThe 'alphabetic' keyword.static final ValueSVGValueConstants.ANTIQUEWHITE_RGB_VALUEThe 'antiquewhite' RGB color.static final ValueSVGValueConstants.ANTIQUEWHITE_VALUEThe 'antiquewhite' color name.static final ValueSVGValueConstants.AQUAMARINE_RGB_VALUEThe 'aquamarine' RGB color.static final ValueSVGValueConstants.AQUAMARINE_VALUEThe 'aquamarine' color name.static final ValueSVGValueConstants.AZURE_RGB_VALUEThe 'azure' RGB color.static final ValueSVGValueConstants.AZURE_VALUEThe 'azure' color name.static final ValueSVGValueConstants.BASELINE_VALUEThe 'baseline' keyword.static final ValueSVGValueConstants.BEFORE_EDGE_VALUEThe 'before-edge' keyword.static final ValueSVGValueConstants.BEIGE_RGB_VALUEThe 'beige' RGB color.static final ValueSVGValueConstants.BEIGE_VALUEThe 'beige' color name.static final ValueSVGValueConstants.BEVEL_VALUEThe 'bevel' keyword.static final ValueSVGValueConstants.BISQUE_RGB_VALUEThe 'bisque' RGB color.static final ValueSVGValueConstants.BISQUE_VALUEThe 'bisque' color name.static final ValueSVGValueConstants.BLANCHEDALMOND_RGB_VALUEThe 'blanchedalmond' RGB color.static final ValueSVGValueConstants.BLANCHEDALMOND_VALUEThe 'blanchedalmond' color name.static final ValueSVGValueConstants.BLUEVIOLET_RGB_VALUEThe 'blueviolet' RGB color.static final ValueSVGValueConstants.BLUEVIOLET_VALUEThe 'blueviolet' color name.static final ValueSVGValueConstants.BROWN_RGB_VALUEThe 'brown' RGB color.static final ValueSVGValueConstants.BROWN_VALUEThe 'brown' color name.static final ValueSVGValueConstants.BURLYWOOD_RGB_VALUEThe 'burlywood' RGB color.static final ValueSVGValueConstants.BURLYWOOD_VALUEThe 'burlywood' color name.static final ValueSVGValueConstants.BUTT_VALUEThe 'butt' keyword.static final ValueSVGValueConstants.CADETBLUE_RGB_VALUEThe 'cadetblue' RGB color.static final ValueSVGValueConstants.CADETBLUE_VALUEThe 'cadetblue' color name.static final ValueSVGValueConstants.CENTRAL_VALUEThe 'central' keyword.static final ValueSVGValueConstants.CHARTREUSE_RGB_VALUEThe 'chartreuse' RGB color.static final ValueSVGValueConstants.CHARTREUSE_VALUEThe 'chartreuse' color name.static final ValueSVGValueConstants.CHOCOLATE_RGB_VALUEThe 'chocolate' RGB color.static final ValueSVGValueConstants.CHOCOLATE_VALUEThe 'chocolate' color name.static final ValueSVGValueConstants.CORAL_RGB_VALUEThe 'coral' RGB color.static final ValueSVGValueConstants.CORAL_VALUEThe 'coral' color name.static final ValueSVGValueConstants.CORNFLOWERBLUE_RGB_VALUEThe 'cornflowerblue' RGB color.static final ValueSVGValueConstants.CORNFLOWERBLUE_VALUEThe 'cornflowerblue' color name.static final ValueSVGValueConstants.CORNSILK_RGB_VALUEThe 'cornsilk' RGB color.static final ValueSVGValueConstants.CORNSILK_VALUEThe 'cornsilk' color name.static final ValueSVGValueConstants.CRIMSON_RGB_VALUEThe 'crimson' RGB color.static final ValueSVGValueConstants.CRIMSON_VALUEThe 'crimson' color name.static final ValueSVGValueConstants.CURRENTCOLOR_VALUEThe 'currentcolor' keyword.static final ValueSVGValueConstants.CYAN_RGB_VALUEThe 'cyan' RGB color.static final ValueSVGValueConstants.CYAN_VALUEThe 'cyan' color name.static final ValueSVGValueConstants.DARKBLUE_RGB_VALUEThe 'darkblue' RGB color.static final ValueSVGValueConstants.DARKBLUE_VALUEThe 'darkblue' color name.static final ValueSVGValueConstants.DARKCYAN_RGB_VALUEThe 'darkcyan' RGB color.static final ValueSVGValueConstants.DARKCYAN_VALUEThe 'darkcyan' color name.static final ValueSVGValueConstants.DARKGOLDENROD_RGB_VALUEThe 'darkgoldenrod' RGB color.static final ValueSVGValueConstants.DARKGOLDENROD_VALUEThe 'darkgoldenrod' color name.static final ValueSVGValueConstants.DARKGRAY_RGB_VALUEThe 'darkgray' RGB color.static final ValueSVGValueConstants.DARKGRAY_VALUEThe 'darkgray' color name.static final ValueSVGValueConstants.DARKGREEN_RGB_VALUEThe 'darkgreen' RGB color.static final ValueSVGValueConstants.DARKGREEN_VALUEThe 'darkgreen' color name.static final ValueSVGValueConstants.DARKGREY_RGB_VALUEThe 'darkgrey' RGB color.static final ValueSVGValueConstants.DARKGREY_VALUEThe 'darkgrey' color name.static final ValueSVGValueConstants.DARKKHAKI_RGB_VALUEThe 'darkkhaki' RGB color.static final ValueSVGValueConstants.DARKKHAKI_VALUEThe 'darkkhaki' color name.static final ValueSVGValueConstants.DARKMAGENTA_RGB_VALUEThe 'darkmagenta' RGB color.static final ValueSVGValueConstants.DARKMAGENTA_VALUEThe 'darkmagenta' color name.static final ValueSVGValueConstants.DARKOLIVEGREEN_RGB_VALUEThe 'darkolivegreen' RGB color.static final ValueSVGValueConstants.DARKOLIVEGREEN_VALUEThe 'darkolivegreen' color name.static final ValueSVGValueConstants.DARKORANGE_RGB_VALUEThe 'darkorange' RGB color.static final ValueSVGValueConstants.DARKORANGE_VALUEThe 'darkorange' color name.static final ValueSVGValueConstants.DARKORCHID_RGB_VALUEThe 'darkorchid' RGB color.static final ValueSVGValueConstants.DARKORCHID_VALUEThe 'darkorchid' color name.static final ValueSVGValueConstants.DARKRED_RGB_VALUEThe 'darkred' RGB color.static final ValueSVGValueConstants.DARKRED_VALUEThe 'darkred' color name.static final ValueSVGValueConstants.DARKSALMON_RGB_VALUEThe 'darksalmon' RGB color.static final ValueSVGValueConstants.DARKSALMON_VALUEThe 'darksalmon' color name.static final ValueSVGValueConstants.DARKSEAGREEN_RGB_VALUEThe 'darkseagreen' RGB color.static final ValueSVGValueConstants.DARKSEAGREEN_VALUEThe 'darkseagreen' color name.static final ValueSVGValueConstants.DARKSLATEBLUE_RGB_VALUEThe 'darkslateblue' RGB color.static final ValueSVGValueConstants.DARKSLATEBLUE_VALUEThe 'darkslateblue' color name.static final ValueSVGValueConstants.DARKSLATEGRAY_RGB_VALUEThe 'darkslategray' RGB color.static final ValueSVGValueConstants.DARKSLATEGRAY_VALUEThe 'darkslategray' color name.static final ValueSVGValueConstants.DARKSLATEGREY_RGB_VALUEThe 'darkslategrey' RGB color.static final ValueSVGValueConstants.DARKSLATEGREY_VALUEThe 'darkslategrey' color name.static final ValueSVGValueConstants.DARKTURQUOISE_RGB_VALUEThe 'darkturquoise' RGB color.static final ValueSVGValueConstants.DARKTURQUOISE_VALUEThe 'darkturquoise' color name.static final ValueSVGValueConstants.DARKVIOLET_RGB_VALUEThe 'darkviolet' RGB color.static final ValueSVGValueConstants.DARKVIOLET_VALUEThe 'darkviolet' color name.static final ValueSVGValueConstants.DEEPPINK_RGB_VALUEThe 'deeppink' RGB color.static final ValueSVGValueConstants.DEEPPINK_VALUEThe 'deeppink' color name.static final ValueSVGValueConstants.DEEPSKYBLUE_RGB_VALUEThe 'deepskyblue' RGB color.static final ValueSVGValueConstants.DEEPSKYBLUE_VALUEThe 'deepskyblue' color name.protected static final ValueColorManager.DEFAULT_VALUEThe default color value.protected ValueSVGColorManager.defaultValueThe default value.static final ValueSVGValueConstants.DIMGRAY_RGB_VALUEThe 'dimgray' RGB color.static final ValueSVGValueConstants.DIMGRAY_VALUEThe 'dimgray' color name.static final ValueSVGValueConstants.DIMGREY_RGB_VALUEThe 'dimgrey' RGB color.static final ValueSVGValueConstants.DIMGREY_VALUEThe 'dimgrey' color name.static final ValueSVGValueConstants.DODGERBLUE_RGB_VALUEThe 'dodgerblue' RGB color.static final ValueSVGValueConstants.DODGERBLUE_VALUEThe 'dodgerblue' color name.static final ValueSVGValueConstants.END_VALUEThe 'end' keyword.static final ValueSVGValueConstants.EVENODD_VALUEThe 'evenodd' keyword.static final ValueSVGValueConstants.FILL_VALUEThe 'fill' keyword.static final ValueSVGValueConstants.FILLSTROKE_VALUEThe 'fillstroke' keyword.static final ValueSVGValueConstants.FIREBRICK_RGB_VALUEThe 'firebrick' RGB color.static final ValueSVGValueConstants.FIREBRICK_VALUEThe 'firebrick' color name.static final ValueSVGValueConstants.FLORALWHITE_RGB_VALUEThe 'floralwhite' RGB color.static final ValueSVGValueConstants.FLORALWHITE_VALUEThe 'floralwhite' color name.static final ValueSVGValueConstants.FORESTGREEN_RGB_VALUEThe 'forestgreen' RGB color.static final ValueSVGValueConstants.FORESTGREEN_VALUEThe 'forestgreen' color name.static final ValueSVGValueConstants.GAINSBORO_RGB_VALUEThe 'gainsboro' RGB color.static final ValueSVGValueConstants.GAINSBORO_VALUEThe 'gainsboro' color name.static final ValueSVGValueConstants.GEOMETRICPRECISION_VALUEThe 'geometricprecision' keyword.static final ValueSVGValueConstants.GHOSTWHITE_RGB_VALUEThe 'ghostwhite' RGB color.static final ValueSVGValueConstants.GHOSTWHITE_VALUEThe 'ghostwhite' color name.static final ValueSVGValueConstants.GOLD_RGB_VALUEThe 'gold' RGB color.static final ValueSVGValueConstants.GOLD_VALUEThe 'gold' color name.static final ValueSVGValueConstants.GOLDENROD_RGB_VALUEThe 'goldenrod' RGB color.static final ValueSVGValueConstants.GOLDENROD_VALUEThe 'goldenrod' color name.static final ValueSVGValueConstants.GREENYELLOW_RGB_VALUEThe 'greenyellow' RGB color.static final ValueSVGValueConstants.GREENYELLOW_VALUEThe 'greenyellow' color name.static final ValueSVGValueConstants.GREY_RGB_VALUEThe 'grey' RGB color.static final ValueSVGValueConstants.GREY_VALUEThe 'grey' color name.static final ValueSVGValueConstants.HANGING_VALUEThe 'hanging' keyword.static final ValueSVGValueConstants.HONEYDEW_RGB_VALUEThe 'honeydew' RGB color.static final ValueSVGValueConstants.HONEYDEW_VALUEThe 'honeydew' color name.static final ValueSVGValueConstants.HOTPINK_RGB_VALUEThe 'hotpink' RGB color.static final ValueSVGValueConstants.HOTPINK_VALUEThe 'hotpink' color name.static final ValueSVGValueConstants.IDEOGRAPHIC_VALUEThe 'ideographic' keyword.static final ValueSVGValueConstants.INDIANRED_RGB_VALUEThe 'indianred' RGB color.static final ValueSVGValueConstants.INDIANRED_VALUEThe 'indianred' color name.static final ValueSVGValueConstants.INDIGO_RGB_VALUEThe 'indigo' RGB color.static final ValueSVGValueConstants.INDIGO_VALUEThe 'indigo' color name.static final ValueSVGValueConstants.IVORY_RGB_VALUEThe 'ivory' RGB color.static final ValueSVGValueConstants.IVORY_VALUEThe 'ivory' color name.static final ValueSVGValueConstants.KHAKI_RGB_VALUEThe 'khaki' RGB color.static final ValueSVGValueConstants.KHAKI_VALUEThe 'khaki' color name.static final ValueSVGValueConstants.LAVENDER_RGB_VALUEThe 'lavender' RGB color.static final ValueSVGValueConstants.LAVENDER_VALUEThe 'lavender' color name.static final ValueSVGValueConstants.LAVENDERBLUSH_RGB_VALUEThe 'lavenderblush' RGB color.static final ValueSVGValueConstants.LAVENDERBLUSH_VALUEThe 'lavenderblush' color name.static final ValueSVGValueConstants.LAWNGREEN_RGB_VALUEThe 'lawngreen' RGB color.static final ValueSVGValueConstants.LAWNGREEN_VALUEThe 'lawngreen' color name.static final ValueSVGValueConstants.LEMONCHIFFON_RGB_VALUEThe 'lemonchiffon' RGB color.static final ValueSVGValueConstants.LEMONCHIFFON_VALUEThe 'lemonchiffon' color name.static final ValueSVGValueConstants.LIGHTBLUE_RGB_VALUEThe 'lightblue' RGB color.static final ValueSVGValueConstants.LIGHTBLUE_VALUEThe 'lightblue' color name.static final ValueSVGValueConstants.LIGHTCORAL_RGB_VALUEThe 'lightcoral' RGB color.static final ValueSVGValueConstants.LIGHTCORAL_VALUEThe 'lightcoral' color name.static final ValueSVGValueConstants.LIGHTCYAN_RGB_VALUEThe 'lightcyan' RGB color.static final ValueSVGValueConstants.LIGHTCYAN_VALUEThe 'lightcyan' color name.static final ValueSVGValueConstants.LIGHTGOLDENRODYELLOW_RGB_VALUEThe 'lightgoldenrodyellow' RGB color.static final ValueSVGValueConstants.LIGHTGOLDENRODYELLOW_VALUEThe 'lightgoldenrodyellow' color name.static final ValueSVGValueConstants.LIGHTGRAY_RGB_VALUEThe 'lightgray' RGB color.static final ValueSVGValueConstants.LIGHTGRAY_VALUEThe 'lightgray' color name.static final ValueSVGValueConstants.LIGHTGREEN_RGB_VALUEThe 'lightgreen' RGB color.static final ValueSVGValueConstants.LIGHTGREEN_VALUEThe 'lightgreen' color name.static final ValueSVGValueConstants.LIGHTGREY_RGB_VALUEThe 'lightgrey' RGB color.static final ValueSVGValueConstants.LIGHTGREY_VALUEThe 'lightgrey' color name.static final ValueSVGValueConstants.LIGHTPINK_RGB_VALUEThe 'lightpink' RGB color.static final ValueSVGValueConstants.LIGHTPINK_VALUEThe 'lightpink' color name.static final ValueSVGValueConstants.LIGHTSALMON_RGB_VALUEThe 'lightsalmon' RGB color.static final ValueSVGValueConstants.LIGHTSALMON_VALUEThe 'lightsalmon' color name.static final ValueSVGValueConstants.LIGHTSEAGREEN_RGB_VALUEThe 'lightseagreen' RGB color.static final ValueSVGValueConstants.LIGHTSEAGREEN_VALUEThe 'lightseagreen' color name.static final ValueSVGValueConstants.LIGHTSKYBLUE_RGB_VALUEThe 'lightskyblue' RGB color.static final ValueSVGValueConstants.LIGHTSKYBLUE_VALUEThe 'lightskyblue' color name.static final ValueSVGValueConstants.LIGHTSLATEGRAY_RGB_VALUEThe 'lightslategray' RGB color.static final ValueSVGValueConstants.LIGHTSLATEGRAY_VALUEThe 'lightslategray' color name.static final ValueSVGValueConstants.LIGHTSLATEGREY_RGB_VALUEThe 'lightslategrey' RGB color.static final ValueSVGValueConstants.LIGHTSLATEGREY_VALUEThe 'lightslategrey' color name.static final ValueSVGValueConstants.LIGHTSTEELBLUE_RGB_VALUEThe 'lightsteelblue' RGB color.static final ValueSVGValueConstants.LIGHTSTEELBLUE_VALUEThe 'lightsteelblue' color name.static final ValueSVGValueConstants.LIGHTYELLOW_RGB_VALUEThe 'lightyellow' RGB color.static final ValueSVGValueConstants.LIGHTYELLOW_VALUEThe 'lightyellow' color name.static final ValueSVGValueConstants.LIMEGREEN_RGB_VALUEThe 'limegreen' RGB color.static final ValueSVGValueConstants.LIMEGREEN_VALUEThe 'limegreen' color name.static final ValueSVGValueConstants.LINEARRGB_VALUEThe 'linearRGB' keyword.static final ValueSVGValueConstants.LINEN_RGB_VALUEThe 'linen' RGB color.static final ValueSVGValueConstants.LINEN_VALUEThe 'linen' color name.static final ValueSVGValueConstants.LR_TB_VALUEThe 'lr-tb' keyword.static final ValueSVGValueConstants.LR_VALUEThe 'lr' keyword.static final ValueSVGValueConstants.MAGENTA_RGB_VALUEThe 'magenta' RGB color.static final ValueSVGValueConstants.MAGENTA_VALUEThe 'magenta' color name.static final ValueSVGValueConstants.MATHEMATICAL_VALUEThe 'mathematical' keyword.static final ValueSVGValueConstants.MEDIUMAQUAMARINE_RGB_VALUEThe 'mediumaquamarine' RGB color.static final ValueSVGValueConstants.MEDIUMAQUAMARINE_VALUEThe 'mediumaquamarine' color name.static final ValueSVGValueConstants.MEDIUMBLUE_RGB_VALUEThe 'mediumblue' RGB color.static final ValueSVGValueConstants.MEDIUMBLUE_VALUEThe 'mediumblue' color name.static final ValueSVGValueConstants.MEDIUMORCHID_RGB_VALUEThe 'mediumorchid' RGB color.static final ValueSVGValueConstants.MEDIUMORCHID_VALUEThe 'mediumorchid' color name.static final ValueSVGValueConstants.MEDIUMPURPLE_RGB_VALUEThe 'mediumpurple' RGB color.static final ValueSVGValueConstants.MEDIUMPURPLE_VALUEThe 'mediumpurple' color name.static final ValueSVGValueConstants.MEDIUMSEAGREEN_RGB_VALUEThe 'mediumseagreen' RGB color.static final ValueSVGValueConstants.MEDIUMSEAGREEN_VALUEThe 'mediumseagreen' color name.static final ValueSVGValueConstants.MEDIUMSLATEBLUE_RGB_VALUEThe 'mediumslateblue' RGB color.static final ValueSVGValueConstants.MEDIUMSLATEBLUE_VALUEThe 'mediumslateblue' color name.static final ValueSVGValueConstants.MEDIUMSPRINGGREEN_RGB_VALUEThe 'mediumspringgreen' RGB color.static final ValueSVGValueConstants.MEDIUMSPRINGGREEN_VALUEThe 'mediumspringgreen' color name.static final ValueSVGValueConstants.MEDIUMTURQUOISE_RGB_VALUEThe 'mediumturquoise' RGB color.static final ValueSVGValueConstants.MEDIUMTURQUOISE_VALUEThe 'mediumturquoise' color name.static final ValueSVGValueConstants.MEDIUMVIOLETRED_RGB_VALUEThe 'mediumvioletred' RGB color.static final ValueSVGValueConstants.MEDIUMVIOLETRED_VALUEThe 'mediumvioletred' color name.static final ValueSVGValueConstants.MIDDLE_VALUEThe 'middle' keyword.static final ValueSVGValueConstants.MIDNIGHTBLUE_RGB_VALUEThe 'midnightblue' RGB color.static final ValueSVGValueConstants.MIDNIGHTBLUE_VALUEThe 'midnightblue' color name.static final ValueSVGValueConstants.MINTCREAM_RGB_VALUEThe 'mintcream' RGB color.static final ValueSVGValueConstants.MINTCREAM_VALUEThe 'mintcream' color name.static final ValueSVGValueConstants.MISTYROSE_RGB_VALUEThe 'mistyrose' RGB color.static final ValueSVGValueConstants.MISTYROSE_VALUEThe 'mistyrose' color name.static final ValueSVGValueConstants.MITER_VALUEThe 'miter' keyword.static final ValueSVGValueConstants.MOCCASIN_RGB_VALUEThe 'moccasin' RGB color.static final ValueSVGValueConstants.MOCCASIN_VALUEThe 'moccasin' color name.static final ValueSVGValueConstants.NAVAJOWHITE_RGB_VALUEThe 'navajowhite' RGB color.static final ValueSVGValueConstants.NAVAJOWHITE_VALUEThe 'navajowhite' color name.static final ValueSVGValueConstants.NEW_VALUEThe 'new' keyword.static final ValueSVGValueConstants.NO_CHANGE_VALUEThe 'no-change' keyword.static final ValueSVGValueConstants.NONZERO_VALUEThe 'nonzero' keyword.static final ValueSVGValueConstants.NUMBER_11static final ValueSVGValueConstants.NUMBER_102102static final ValueSVGValueConstants.NUMBER_104104static final ValueSVGValueConstants.NUMBER_105105static final ValueSVGValueConstants.NUMBER_106106static final ValueSVGValueConstants.NUMBER_107107static final ValueSVGValueConstants.NUMBER_1111static final ValueSVGValueConstants.NUMBER_112112static final ValueSVGValueConstants.NUMBER_113113static final ValueSVGValueConstants.NUMBER_114114static final ValueSVGValueConstants.NUMBER_119119static final ValueSVGValueConstants.NUMBER_122122static final ValueSVGValueConstants.NUMBER_123123static final ValueSVGValueConstants.NUMBER_124124static final ValueSVGValueConstants.NUMBER_127127static final ValueSVGValueConstants.NUMBER_130130static final ValueSVGValueConstants.NUMBER_133133static final ValueSVGValueConstants.NUMBER_134134static final ValueSVGValueConstants.NUMBER_135135static final ValueSVGValueConstants.NUMBER_136136static final ValueSVGValueConstants.NUMBER_138138static final ValueSVGValueConstants.NUMBER_139139static final ValueSVGValueConstants.NUMBER_140140static final ValueSVGValueConstants.NUMBER_142142static final ValueSVGValueConstants.NUMBER_143143static final ValueSVGValueConstants.NUMBER_144144static final ValueSVGValueConstants.NUMBER_147147static final ValueSVGValueConstants.NUMBER_148148static final ValueSVGValueConstants.NUMBER_149149static final ValueSVGValueConstants.NUMBER_150150static final ValueSVGValueConstants.NUMBER_152152static final ValueSVGValueConstants.NUMBER_153153static final ValueSVGValueConstants.NUMBER_154154static final ValueSVGValueConstants.NUMBER_158158static final ValueSVGValueConstants.NUMBER_160160static final ValueSVGValueConstants.NUMBER_164164static final ValueSVGValueConstants.NUMBER_165165static final ValueSVGValueConstants.NUMBER_169169static final ValueSVGValueConstants.NUMBER_170170static final ValueSVGValueConstants.NUMBER_173173static final ValueSVGValueConstants.NUMBER_175175static final ValueSVGValueConstants.NUMBER_176176static final ValueSVGValueConstants.NUMBER_178178static final ValueSVGValueConstants.NUMBER_179179static final ValueSVGValueConstants.NUMBER_180180static final ValueSVGValueConstants.NUMBER_181181static final ValueSVGValueConstants.NUMBER_182182static final ValueSVGValueConstants.NUMBER_183183static final ValueSVGValueConstants.NUMBER_184184static final ValueSVGValueConstants.NUMBER_185185static final ValueSVGValueConstants.NUMBER_186186static final ValueSVGValueConstants.NUMBER_188188static final ValueSVGValueConstants.NUMBER_189189static final ValueSVGValueConstants.NUMBER_1919static final ValueSVGValueConstants.NUMBER_191191static final ValueSVGValueConstants.NUMBER_193193static final ValueSVGValueConstants.NUMBER_196196static final ValueSVGValueConstants.NUMBER_199199static final ValueSVGValueConstants.NUMBER_2020static final ValueSVGValueConstants.NUMBER_203203static final ValueSVGValueConstants.NUMBER_204204static final ValueSVGValueConstants.NUMBER_205205static final ValueSVGValueConstants.NUMBER_206206static final ValueSVGValueConstants.NUMBER_208208static final ValueSVGValueConstants.NUMBER_209209static final ValueSVGValueConstants.NUMBER_2121static final ValueSVGValueConstants.NUMBER_210210static final ValueSVGValueConstants.NUMBER_211211static final ValueSVGValueConstants.NUMBER_212212static final ValueSVGValueConstants.NUMBER_213213static final ValueSVGValueConstants.NUMBER_214214static final ValueSVGValueConstants.NUMBER_215215static final ValueSVGValueConstants.NUMBER_216216static final ValueSVGValueConstants.NUMBER_218218static final ValueSVGValueConstants.NUMBER_219219static final ValueSVGValueConstants.NUMBER_220220static final ValueSVGValueConstants.NUMBER_221221static final ValueSVGValueConstants.NUMBER_222222static final ValueSVGValueConstants.NUMBER_224224static final ValueSVGValueConstants.NUMBER_225225static final ValueSVGValueConstants.NUMBER_226226static final ValueSVGValueConstants.NUMBER_228228static final ValueSVGValueConstants.NUMBER_230230static final ValueSVGValueConstants.NUMBER_232232static final ValueSVGValueConstants.NUMBER_233233static final ValueSVGValueConstants.NUMBER_235235static final ValueSVGValueConstants.NUMBER_237237static final ValueSVGValueConstants.NUMBER_238238static final ValueSVGValueConstants.NUMBER_239239static final ValueSVGValueConstants.NUMBER_240240static final ValueSVGValueConstants.NUMBER_244244static final ValueSVGValueConstants.NUMBER_245245static final ValueSVGValueConstants.NUMBER_248248static final ValueSVGValueConstants.NUMBER_2525static final ValueSVGValueConstants.NUMBER_250250static final ValueSVGValueConstants.NUMBER_251251static final ValueSVGValueConstants.NUMBER_252252static final ValueSVGValueConstants.NUMBER_253253static final ValueSVGValueConstants.NUMBER_3030static final ValueSVGValueConstants.NUMBER_3232static final ValueSVGValueConstants.NUMBER_3434static final ValueSVGValueConstants.NUMBER_3535static final ValueSVGValueConstants.NUMBER_44static final ValueSVGValueConstants.NUMBER_4242static final ValueSVGValueConstants.NUMBER_4343static final ValueSVGValueConstants.NUMBER_4545static final ValueSVGValueConstants.NUMBER_4646static final ValueSVGValueConstants.NUMBER_4747static final ValueSVGValueConstants.NUMBER_5050static final ValueSVGValueConstants.NUMBER_6060static final ValueSVGValueConstants.NUMBER_6161static final ValueSVGValueConstants.NUMBER_6363static final ValueSVGValueConstants.NUMBER_6464static final ValueSVGValueConstants.NUMBER_6565static final ValueSVGValueConstants.NUMBER_6969static final ValueSVGValueConstants.NUMBER_7070static final ValueSVGValueConstants.NUMBER_7171static final ValueSVGValueConstants.NUMBER_7272static final ValueSVGValueConstants.NUMBER_7575static final ValueSVGValueConstants.NUMBER_7979static final ValueSVGValueConstants.NUMBER_8080static final ValueSVGValueConstants.NUMBER_8282static final ValueSVGValueConstants.NUMBER_8585static final ValueSVGValueConstants.NUMBER_8787static final ValueSVGValueConstants.NUMBER_9090static final ValueSVGValueConstants.NUMBER_9191static final ValueSVGValueConstants.NUMBER_9292static final ValueSVGValueConstants.NUMBER_9595static final ValueSVGValueConstants.NUMBER_9696static final ValueSVGValueConstants.NUMBER_9999static final ValueSVGValueConstants.OLDLACE_RGB_VALUEThe 'oldlace' RGB color.static final ValueSVGValueConstants.OLDLACE_VALUEThe 'oldlace' color name.static final ValueSVGValueConstants.OLIVEDRAB_RGB_VALUEThe 'olivedrab' RGB color.static final ValueSVGValueConstants.OLIVEDRAB_VALUEThe 'olivedrab' color name.static final ValueSVGValueConstants.OPTIMIZELEGIBILITY_VALUEThe 'optimizeLegibility' keyword.static final ValueSVGValueConstants.OPTIMIZEQUALITY_VALUEThe 'optimizeQuality' keyword.static final ValueSVGValueConstants.OPTIMIZESPEED_VALUEThe 'optimizeSpeed' keyword.static final ValueSVGValueConstants.ORANGE_RGB_VALUEThe 'orange' RGB color.static final ValueSVGValueConstants.ORANGE_VALUEThe 'orange' color name.static final ValueSVGValueConstants.ORANGERED_RGB_VALUEThe 'orangered' RGB color.static final ValueSVGValueConstants.ORANGERED_VALUEThe 'orangered' color name.static final ValueSVGValueConstants.ORCHID_RGB_VALUEThe 'orchid' RGB color.static final ValueSVGValueConstants.ORCHID_VALUEThe 'orchid' color name.static final ValueSVGValueConstants.PALEGOLDENROD_RGB_VALUEThe 'palegoldenrod' RGB color.static final ValueSVGValueConstants.PALEGOLDENROD_VALUEThe 'palegoldenrod' color name.static final ValueSVGValueConstants.PALEGREEN_RGB_VALUEThe 'palegreen' RGB color.static final ValueSVGValueConstants.PALEGREEN_VALUEThe 'palegreen' color name.static final ValueSVGValueConstants.PALETURQUOISE_RGB_VALUEThe 'paleturquoise' RGB color.static final ValueSVGValueConstants.PALETURQUOISE_VALUEThe 'paleturquoise' color name.static final ValueSVGValueConstants.PALEVIOLETRED_RGB_VALUEThe 'palevioletred' RGB color.static final ValueSVGValueConstants.PALEVIOLETRED_VALUEThe 'palevioletred' color name.static final ValueSVGValueConstants.PAPAYAWHIP_RGB_VALUEThe 'papayawhip' RGB color.static final ValueSVGValueConstants.PAPAYAWHIP_VALUEThe 'papayawhip' color name.static final ValueSVGValueConstants.PEACHPUFF_RGB_VALUEThe 'peachpuff' RGB color.static final ValueSVGValueConstants.PEACHPUFF_VALUEThe 'peachpuff' color name.static final ValueSVGValueConstants.PERU_RGB_VALUEThe 'peru' RGB color.static final ValueSVGValueConstants.PERU_VALUEThe 'peru' color name.static final ValueSVGValueConstants.PINK_RGB_VALUEThe 'pink' RGB color.static final ValueSVGValueConstants.PINK_VALUEThe 'pink' color name.static final ValueSVGValueConstants.PLUM_RGB_VALUEThe 'plum' RGB color.static final ValueSVGValueConstants.PLUM_VALUEThe 'plum' color name.static final ValueSVGValueConstants.POWDERBLUE_RGB_VALUEThe 'powderblue' RGB color.static final ValueSVGValueConstants.POWDERBLUE_VALUEThe 'powderblue' color name.static final ValueSVGValueConstants.PURPLE_VALUEThe 'purple' color name.static final ValueSVGValueConstants.RESET_SIZE_VALUEThe 'reset-size' keyword.static final ValueSVGValueConstants.RL_TB_VALUEThe 'rl-tb' keyword.static final ValueSVGValueConstants.RL_VALUEThe 'rl' keyword.static final ValueSVGValueConstants.ROSYBROWN_RGB_VALUEThe 'rosybrown' RGB color.static final ValueSVGValueConstants.ROSYBROWN_VALUEThe 'rosybrown' color name.static final ValueSVGValueConstants.ROUND_VALUEThe 'round' keyword.static final ValueSVGValueConstants.ROYALBLUE_RGB_VALUEThe 'royalblue' RGB color.static final ValueSVGValueConstants.ROYALBLUE_VALUEThe 'royalblue' color name.static final ValueSVGValueConstants.SADDLEBROWN_RGB_VALUEThe 'saddlebrown' RGB color.static final ValueSVGValueConstants.SADDLEBROWN_VALUEThe 'saddlebrown' color name.static final ValueSVGValueConstants.SALMON_RGB_VALUEThe 'salmon' RGB color.static final ValueSVGValueConstants.SALMON_VALUEThe 'salmon' color name.static final ValueSVGValueConstants.SANDYBROWN_RGB_VALUEThe 'sandybrown' RGB color.static final ValueSVGValueConstants.SANDYBROWN_VALUEThe 'sandybrown' color name.static final ValueSVGValueConstants.SEAGREEN_RGB_VALUEThe 'seagreen' RGB color.static final ValueSVGValueConstants.SEAGREEN_VALUEThe 'seagreen' color name.static final ValueSVGValueConstants.SEASHELL_RGB_VALUEThe 'seashell' RGB color.static final ValueSVGValueConstants.SEASHELL_VALUEThe 'seashell' color name.static final ValueSVGValueConstants.SIENNA_RGB_VALUEThe 'sienna' RGB color.static final ValueSVGValueConstants.SIENNA_VALUEThe 'sienna' color name.static final ValueSVGValueConstants.SKYBLUE_RGB_VALUEThe 'skyblue' RGB color.static final ValueSVGValueConstants.SKYBLUE_VALUEThe 'skyblue' color name.static final ValueSVGValueConstants.SLATEBLUE_RGB_VALUEThe 'slateblue' RGB color.static final ValueSVGValueConstants.SLATEBLUE_VALUEThe 'slateblue' color name.static final ValueSVGValueConstants.SLATEGRAY_RGB_VALUEThe 'slategray' RGB color.static final ValueSVGValueConstants.SLATEGRAY_VALUEThe 'slategray' color name.static final ValueSVGValueConstants.SLATEGREY_RGB_VALUEThe 'slategrey' RGB color.static final ValueSVGValueConstants.SLATEGREY_VALUEThe 'slategrey' color name.static final ValueSVGValueConstants.SNOW_RGB_VALUEThe 'snow' RGB color.static final ValueSVGValueConstants.SNOW_VALUEThe 'snow' color name.static final ValueSVGValueConstants.SPRINGGREEN_RGB_VALUEThe 'springgreen' RGB color.static final ValueSVGValueConstants.SPRINGGREEN_VALUEThe 'springgreen' color name.static final ValueSVGValueConstants.SQUARE_VALUEThe 'square' keyword.static final ValueSVGValueConstants.SRGB_VALUEThe 'sRGB' keyword.static final ValueSVGValueConstants.START_VALUEThe 'start' keyword.static final ValueSVGValueConstants.STEELBLUE_RGB_VALUEThe 'steelblue' RGB color.static final ValueSVGValueConstants.STEELBLUE_VALUEThe 'steelblue' color name.static final ValueSVGValueConstants.SUB_VALUEThe 'sub' keyword.static final ValueSVGValueConstants.SUPER_VALUEThe 'super' keyword.static final ValueSVGValueConstants.TAN_RGB_VALUEThe 'tan' RGB color.static final ValueSVGValueConstants.TAN_VALUEThe 'tan' color name.static final ValueSVGValueConstants.TB_RL_VALUEThe 'tb-rl' keyword.static final ValueSVGValueConstants.TB_VALUEThe 'tb' keyword.static final ValueSVGValueConstants.TEXT_AFTER_EDGE_VALUEThe 'text-after-edge' keyword.static final ValueSVGValueConstants.TEXT_BEFORE_EDGE_VALUEThe 'text-before-edge' keyword.static final ValueSVGValueConstants.TEXT_BOTTOM_VALUEThe 'text-bottom' keyword.static final ValueSVGValueConstants.TEXT_TOP_VALUEThe 'text-top' keyword.static final ValueSVGValueConstants.THISTLE_RGB_VALUEThe 'thistle' RGB color.static final ValueSVGValueConstants.THISTLE_VALUEThe 'thistle' color name.static final ValueSVGValueConstants.TOMATO_RGB_VALUEThe 'tomato' RGB color.static final ValueSVGValueConstants.TOMATO_VALUEThe 'tomato' color name.static final ValueSVGValueConstants.TURQUOISE_RGB_VALUEThe 'turquoise' RGB color.static final ValueSVGValueConstants.TURQUOISE_VALUEThe 'turquoise' color name.static final ValueSVGValueConstants.USE_SCRIPT_VALUEThe 'use-script' keyword.static final ValueSVGValueConstants.VIOLET_RGB_VALUEThe 'violet' RGB color.static final ValueSVGValueConstants.VIOLET_VALUEThe 'violet' color name.static final ValueSVGValueConstants.VISIBLEFILL_VALUEThe 'visiblefill' keyword.static final ValueSVGValueConstants.VISIBLEFILLSTROKE_VALUEThe 'visiblefillstroke' keyword.static final ValueSVGValueConstants.VISIBLEPAINTED_VALUEThe 'visiblepainted' keyword.static final ValueSVGValueConstants.VISIBLESTROKE_VALUEThe 'visiblestroke' keyword.static final ValueSVGValueConstants.WHEAT_RGB_VALUEThe 'wheat' RGB color.static final ValueSVGValueConstants.WHEAT_VALUEThe 'wheat' color name.static final ValueSVGValueConstants.WHITESMOKE_RGB_VALUEThe 'whitesmoke' RGB color.static final ValueSVGValueConstants.WHITESMOKE_VALUEThe 'whitesmoke' color name.static final ValueSVGValueConstants.YELLOWGREEN_RGB_VALUEThe 'yellowgreen' RGB color.static final ValueSVGValueConstants.YELLOWGREEN_VALUEThe 'yellowgreen' color name.static final ValueSVGValueConstants.ZERO_DEGREE0 degreeMethods in org.apache.batik.css.engine.value.svg that return ValueModifier and TypeMethodDescriptionBaselineShiftManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) EnableBackgroundManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) StrokeDasharrayManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) SVGColorManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) SVGPaintManager.computeValue(CSSStylableElement elt, 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) EnableBackgroundManager.createFloatValue(short unitType, float floatValue) ImplementsValueManager.createFloatValue(short,float).GlyphOrientationManager.createFloatValue(short type, float floatValue) ImplementsValueManager.createFloatValue(short,float).OpacityManager.createFloatValue(short type, float floatValue) ImplementsValueManager.createFloatValue(short,float).StrokeMiterlimitManager.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) BaselineShiftManager.createStringValue(short type, String value, CSSEngine engine) ClipPathManager.createStringValue(short type, String value, CSSEngine engine) ColorProfileManager.createStringValue(short type, String value, CSSEngine engine) EnableBackgroundManager.createStringValue(short type, String value, CSSEngine engine) FilterManager.createStringValue(short type, String value, CSSEngine engine) GlyphOrientationVerticalManager.createStringValue(short type, String value, CSSEngine engine) KerningManager.createStringValue(short type, String value, CSSEngine engine) MarkerManager.createStringValue(short type, String value, CSSEngine engine) MaskManager.createStringValue(short type, String value, CSSEngine engine) SpacingManager.createStringValue(short type, String value, CSSEngine engine) StrokeDasharrayManager.createStringValue(short type, String value, CSSEngine engine) BaselineShiftManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ClipPathManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).ColorProfileManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).EnableBackgroundManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).FilterManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).GlyphOrientationManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).GlyphOrientationVerticalManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).KerningManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).MarkerManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).MaskManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).OpacityManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).SpacingManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).StrokeDasharrayManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).StrokeDashoffsetManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).StrokeMiterlimitManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).StrokeWidthManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).SVGColorManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).SVGPaintManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).AlignmentBaselineManager.getDefaultValue()ImplementsValueManager.getDefaultValue().BaselineShiftManager.getDefaultValue()ImplementsValueManager.getDefaultValue().ClipPathManager.getDefaultValue()ImplementsValueManager.getDefaultValue().ClipRuleManager.getDefaultValue()ImplementsValueManager.getDefaultValue().ColorInterpolationFiltersManager.getDefaultValue()ImplementsValueManager.getDefaultValue().ColorInterpolationManager.getDefaultValue()ImplementsValueManager.getDefaultValue().ColorManager.getDefaultValue()ImplementsValueManager.getDefaultValue().ColorProfileManager.getDefaultValue()ImplementsValueManager.getDefaultValue().ColorRenderingManager.getDefaultValue()ImplementsValueManager.getDefaultValue().DominantBaselineManager.getDefaultValue()ImplementsValueManager.getDefaultValue().EnableBackgroundManager.getDefaultValue()ImplementsValueManager.getDefaultValue().FillRuleManager.getDefaultValue()ImplementsValueManager.getDefaultValue().FilterManager.getDefaultValue()ImplementsValueManager.getDefaultValue().GlyphOrientationHorizontalManager.getDefaultValue()ImplementsValueManager.getDefaultValue().GlyphOrientationVerticalManager.getDefaultValue()ImplementsValueManager.getDefaultValue().ImageRenderingManager.getDefaultValue()ImplementsValueManager.getDefaultValue().KerningManager.getDefaultValue()ImplementsValueManager.getDefaultValue().MarkerManager.getDefaultValue()ImplementsValueManager.getDefaultValue().MaskManager.getDefaultValue()ImplementsValueManager.getDefaultValue().OpacityManager.getDefaultValue()ImplementsValueManager.getDefaultValue().PointerEventsManager.getDefaultValue()ImplementsValueManager.getDefaultValue().ShapeRenderingManager.getDefaultValue()ImplementsValueManager.getDefaultValue().SpacingManager.getDefaultValue()ImplementsValueManager.getDefaultValue().StrokeDasharrayManager.getDefaultValue()ImplementsValueManager.getDefaultValue().StrokeDashoffsetManager.getDefaultValue()ImplementsValueManager.getDefaultValue().StrokeLinecapManager.getDefaultValue()ImplementsValueManager.getDefaultValue().StrokeLinejoinManager.getDefaultValue()ImplementsValueManager.getDefaultValue().StrokeMiterlimitManager.getDefaultValue()ImplementsValueManager.getDefaultValue().StrokeWidthManager.getDefaultValue()ImplementsValueManager.getDefaultValue().SVGColorManager.getDefaultValue()ImplementsValueManager.getDefaultValue().TextAnchorManager.getDefaultValue()ImplementsValueManager.getDefaultValue().TextRenderingManager.getDefaultValue()ImplementsValueManager.getDefaultValue().WritingModeManager.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 ValueModifier and TypeMethodDescriptionBaselineShiftManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) EnableBackgroundManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) StrokeDasharrayManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) SVGColorManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) SVGPaintManager.computeValue(CSSStylableElement elt, 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 ValueModifierConstructorDescriptionSVGColorManager(String prop, Value v) Creates a new SVGColorManager.SVGPaintManager(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 ValueModifier and TypeClassDescriptionclassThis is a base class for CIE Lab/LCH color values.classThis class represents an CIE L*a*b* color value.classThis class represents an CIE LCH color value.classThis class represents an device-specific color value.classThis class represents an ICC named color value.classThis class represents line-height values.Fields in org.apache.batik.css.engine.value.svg12 declared as ValueModifier and TypeFieldDescriptionstatic final ValueSVG12ValueConstants.END_VALUEThe 'end' keyword.static final ValueSVG12ValueConstants.FULL_VALUEThe 'full' keyword.static final ValueSVG12ValueConstants.MIDDLE_VALUEThe 'middle' keyword.static final ValueSVG12ValueConstants.NORMAL_VALUEThe 'normal' keyword, for 'line-height'.static final ValueSVG12ValueConstants.START_VALUEThe 'start' keyword.Methods in org.apache.batik.css.engine.value.svg12 that return ValueModifier and TypeMethodDescriptionLineHeightManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value) LineHeightManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).MarginLengthManager.createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) ImplementsValueManager.createValue(LexicalUnit,CSSEngine).LineHeightManager.getDefaultValue()ImplementsValueManager.getDefaultValue().MarginLengthManager.getDefaultValue()ImplementsValueManager.getDefaultValue().TextAlignManager.getDefaultValue()ImplementsValueManager.getDefaultValue().Methods in org.apache.batik.css.engine.value.svg12 with parameters of type ValueModifier and TypeMethodDescriptionLineHeightManager.computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)