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 Value
SVGStylableElement.PresentationAttributeColorValue.value
The value.protected Value
SVGStylableElement.PresentationAttributePaintValue.value
The value.protected Value
SVGStylableElement.PresentationAttributeValue.value
The 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 TypeMethodDescriptionvoid
SVGStylableElement.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 Value
SVGAnimationEngine.CSSValueFactory.computeValue
(CSSStylableElement elt, String pn, Value v) Computes a CSSValue
and performance inheritance if the specified value is 'inherit'.protected Value
SVGAnimationEngine.CSSValueFactory.createCSSValue
(AnimationTarget t, String pn, String s) Creates a new CSSValue
from a string.static Value
CSSUtilities.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 Value
SVGAnimationEngine.CSSValueFactory.computeValue
(CSSStylableElement elt, String pn, Value v) Computes a CSSValue
and performance inheritance if the specified value is 'inherit'.static Color
PaintServer.convertColor
(Value c, float opacity) Converts the given Value and opacity to a Color object.static Color
PaintServer.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 Marker
PaintServer.convertMarker
(Element e, Value v, BridgeContext ctx) Returns aMarker
defined on the specified element by the specified value, and for the specified shape node.static float
PaintServer.convertOpacity
(Value v) Returns the opacity represented by the specified CSSValue.static Paint
PaintServer.convertPaint
(Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx) Converts a Paint definition to a concretejava.awt.Paint
instance according to the specified parameters.static Color
PaintServer.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 int
PaintServer.convertStrokeLinecap
(Value v) Converts the 'linecap' property to the appropriate BasicStroke constant.static int
PaintServer.convertStrokeLinejoin
(Value v) Converts the 'linejoin' property to the appropriate BasicStroke constant.static float
PaintServer.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 Paint
PaintServer.convertURIPaint
(Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx) Converts a Paint specified as a URI.protected AnimatableValue
SVGAnimationEngine.AnimatableAngleOrIdentFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected AnimatableValue
SVGAnimationEngine.AnimatableAngleValueFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected AnimatableValue
SVGAnimationEngine.AnimatableColorValueFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected AnimatableValue
SVGAnimationEngine.AnimatableLengthOrIdentFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected AnimatableValue
SVGAnimationEngine.AnimatableNumberOrIdentFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected AnimatableValue
SVGAnimationEngine.AnimatablePaintValueFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected AnimatableValue
SVGAnimationEngine.AnimatableStringValueFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected abstract AnimatableValue
SVGAnimationEngine.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 Object
CSSFontFace.getSrcValue
(Value v, ParsedURL base) static int
PaintServer.resolveColorComponent
(Value v) Returns the value of one color component (0 <= result <= 255).static Paint
PaintServer.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 Value
CSSOMSVGColor.AbstractComponent.getValue()
The returns the actual value of this component.protected abstract Value
CSSOMSVGColor.AbstractModificationHandler.getValue()
Returns the associated value.protected Value
CSSOMSVGColor.BlueComponent.getValue()
The returns the actual value of this component.protected Value
CSSOMSVGColor.GreenComponent.getValue()
The returns the actual value of this component.protected Value
CSSOMSVGColor.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 Value
CSSOMSVGPaint.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 Value
CSSOMValue.AbstractComponent.getValue()
The returns the actual value of this component.protected abstract Value
CSSOMValue.AbstractModificationHandler.getValue()
Returns the associated value.protected Value
CSSOMValue.BlueComponent.getValue()
The returns the actual value of this component.protected Value
CSSOMValue.BottomComponent.getValue()
The returns the actual value of this component.protected Value
CSSOMValue.GreenComponent.getValue()
The returns the actual value of this component.protected Value
CSSOMValue.LeftComponent.getValue()
The returns the actual value of this component.protected Value
CSSOMValue.ListComponent.getValue()
The returns the actual value of this component.protected Value
CSSOMValue.RedComponent.getValue()
The returns the actual value of this component.protected Value
CSSOMValue.RightComponent.getValue()
The returns the actual value of this component.protected Value
CSSOMValue.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 float
CSSOMValue.convertFloatValue
(short unitType, Value value) Converts the actual float value to the given unit type.protected static float
CSSOMValue.toCentimeters
(Value value) Converts the current value into centimeters.protected static float
Converts the current value into degrees.protected static float
CSSOMValue.toGradians
(Value value) Converts the current value into gradians.protected static float
Converts the current value into Hertz.protected static float
Converts the current value into inches.protected static float
Converts the current value into kHertz.protected static float
CSSOMValue.toMillimeters
(Value value) Converts the current value into millimeters.protected static float
CSSOMValue.toMilliseconds
(Value value) Converts the current value into milliseconds.protected static float
Converts the current value into picas.protected static float
Converts the current value into points.protected static float
Converts the current value into radians.protected static float
Converts 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.values
The values.protected Value[]
StyleMap.values
The 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 Value
SystemColorSupport.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 TypeMethodDescriptionvoid
Appends a value to the declaration.void
Sets a value within the declaration.protected void
CSSEngine.putAuthorProperty
(StyleMap dest, int idx, Value sval, boolean imp, short origin) Puts an author property from a style-map in another style-map, if possible.void
Puts a property value, given the property index.void
CSSEngine.CSSNavigableDocumentHandler.setMainProperty
(String name, Value v, boolean important) Sets a main property value in response to a shorthand property being set.void
CSSEngine.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 TypeClassDescriptionclass
This class provides an abstract implementation of the Value interface.class
This class represents a computed property value.class
This class represents float values.class
This singleton class represents the 'inherit' value.class
This class represents a list of values.class
This class represents CSS rect values.class
This class represents RGB colors.class
This class represents string values.class
This class represents uri values.Fields in org.apache.batik.css.engine.value declared as ValueModifier and TypeFieldDescriptionstatic final Value
ValueConstants.ACTIVEBORDER_VALUE
The 'ACTIVEBORDER' color name.static final Value
ValueConstants.ACTIVECAPTION_VALUE
The 'ACTIVECAPTION' color name.static final Value
ValueConstants.ALL_VALUE
The 'all' keyword.static final Value
ValueConstants.APPWORKSPACE_VALUE
The 'APPWORKSPACE' color name.static final Value
ValueConstants.AQUA_RGB_VALUE
The 'aqua' RGB color.static final Value
ValueConstants.AQUA_VALUE
The 'aqua' color name.static final Value
ValueConstants.AUTO_VALUE
The 'auto' keyword.static final Value
ValueConstants.BACKGROUND_VALUE
The 'BACKGROUND' color name.static final Value
ValueConstants.BIDI_OVERRIDE_VALUE
The 'bidi-override' keyword.static final Value
ValueConstants.BLACK_RGB_VALUE
The 'black' RGB color.static final Value
ValueConstants.BLACK_VALUE
The 'black' color name.static final Value
ValueConstants.BLINK_VALUE
The 'blink' keyword.static final Value
ValueConstants.BLOCK_VALUE
The 'block' keyword.protected Value
RGBColorValue.blue
The blue component.static final Value
ValueConstants.BLUE_RGB_VALUE
The 'blue' RGB color.static final Value
ValueConstants.BLUE_VALUE
The 'blue' color name.static final Value
ValueConstants.BOLD_VALUE
The 'bold' keyword.static final Value
ValueConstants.BOLDER_VALUE
The 'bolder' keyword.protected Value
RectValue.bottom
The bottom value.static final Value
ValueConstants.BOTTOM_VALUE
The 'bottom' keyword.static final Value
ValueConstants.BUTTONFACE_VALUE
The 'BUTTONFACE' color name.static final Value
ValueConstants.BUTTONHIGHLIGHT_VALUE
The 'BUTTONHIGHLIGHT' color name.static final Value
ValueConstants.BUTTONSHADOW_VALUE
The 'BUTTONSHADOW' color name.static final Value
ValueConstants.BUTTONTEXT_VALUE
The 'BUTTONTEXT' color name.static final Value
ValueConstants.CAPTIONTEXT_VALUE
The 'CAPTIONTEXT' color name.protected Value
ComputedValue.cascadedValue
The cascaded value.static final Value
ValueConstants.COLLAPSE_VALUE
The 'collapse' keyword.static final Value
ValueConstants.COMPACT_VALUE
The 'compact' keyword.protected Value
ComputedValue.computedValue
The computed value.static final Value
ValueConstants.CONDENSED_VALUE
The 'condensed' keyword.static final Value
ValueConstants.CRISPEDGES_VALUE
The 'crispedges' keyword.static final Value
ValueConstants.CROSSHAIR_VALUE
The 'crosshair' keyword.static final Value
ValueConstants.CURSIVE_VALUE
The 'cursive' keyword.static final Value
ValueConstants.DEFAULT_VALUE
The 'default' keyword.static final Value
ValueConstants.E_RESIZE_VALUE
The 'e-resize' keyword.static final Value
ValueConstants.EMBED_VALUE
The 'embed' keyword.static final Value
ValueConstants.EXPANDED_VALUE
The 'expanded' keyword.static final Value
ValueConstants.EXTRA_CONDENSED_VALUE
The 'extra-condensed' keyword.static final Value
ValueConstants.EXTRA_EXPANDED_VALUE
The 'extra-expanded' keyword.static final Value
ValueConstants.FANTASY_VALUE
The 'fantasy' keyword.static final Value
ValueConstants.FUCHSIA_RGB_VALUE
The 'fuchsia' RGB color.static final Value
ValueConstants.FUCHSIA_VALUE
The 'fuchsia' color name.static final Value
ValueConstants.GRAY_RGB_VALUE
The 'gray' RGB color.static final Value
ValueConstants.GRAY_VALUE
The 'gray' color name.static final Value
ValueConstants.GRAYTEXT_VALUE
The 'GRAYTEXT' color name.protected Value
RGBColorValue.green
The green component.static final Value
ValueConstants.GREEN_RGB_VALUE
The 'green' RGB color.static final Value
ValueConstants.GREEN_VALUE
The 'green' color name.static final Value
ValueConstants.HELP_VALUE
The 'help' keyword.static final Value
ValueConstants.HIDDEN_VALUE
The 'hidden' keyword.static final Value
ValueConstants.HIGHLIGHT_VALUE
The 'HIGHLIGHT' color name.static final Value
ValueConstants.HIGHLIGHTTEXT_VALUE
The 'HIGHLIGHTTEXT' color name.static final Value
ValueConstants.INACTIVEBORDER_VALUE
The 'INACTIVEBORDER' color name.static final Value
ValueConstants.INACTIVECAPTION_VALUE
The 'INACTIVECAPTION' color name.static final Value
ValueConstants.INACTIVECAPTIONTEXT_VALUE
The 'INACTIVECAPTIONTEXT' color name.static final Value
ValueConstants.INFOBACKGROUND_VALUE
The 'INFOBACKGROUND' color name.static final Value
ValueConstants.INFOTEXT_VALUE
The 'INFOTEXT' color name.static final Value
ValueConstants.INHERIT_VALUE
The 'inherit' value.static final Value
ValueConstants.INLINE_TABLE_VALUE
The 'inline-table' keyword.static final Value
ValueConstants.INLINE_VALUE
The 'inline' keyword.static final Value
ValueConstants.ITALIC_VALUE
The 'italic' keyword.protected Value[]
ListValue.items
The items.static final Value
ValueConstants.LARGE_VALUE
The 'large' keyword.static final Value
ValueConstants.LARGER_VALUE
The 'larger' keyword.protected Value
RectValue.left
The left value.static final Value
ValueConstants.LIGHTER_VALUE
The 'lighter' keyword.static final Value
ValueConstants.LIME_RGB_VALUE
The 'lime' RGB color.static final Value
ValueConstants.LIME_VALUE
The 'lime' color name.static final Value
ValueConstants.LINE_THROUGH_VALUE
The 'line_through' keyword.static final Value
ValueConstants.LIST_ITEM_VALUE
The 'list-item' keyword.static final Value
ValueConstants.LTR_VALUE
The 'ltr' keyword.static final Value
ValueConstants.MARKER_VALUE
The 'marker' keyword.static final Value
ValueConstants.MAROON_RGB_VALUE
The 'maroon' RGB color.static final Value
ValueConstants.MAROON_VALUE
The 'maroon' color name.static final Value
ValueConstants.MEDIUM_VALUE
The 'medium' keyword.static final Value
ValueConstants.MENU_VALUE
The 'MENU' color name.static final Value
ValueConstants.MENUTEXT_VALUE
The 'MENUTEXT' color name.static final Value
ValueConstants.MONOSPACE_VALUE
The 'monospaced' keyword.static final Value
ValueConstants.MOVE_VALUE
The 'move' keyword.static final Value
ValueConstants.N_RESIZE_VALUE
The 'n-resize' keyword.static final Value
ValueConstants.NARROWER_VALUE
The 'narrower' keyword.static final Value
ValueConstants.NAVY_RGB_VALUE
The 'navy' RGB color.static final Value
ValueConstants.NAVY_VALUE
The 'navy' color name.static final Value
ValueConstants.NE_RESIZE_VALUE
The 'ne-resize' keyword.static final Value
ValueConstants.NONE_VALUE
The 'none' keyword.static final Value
ValueConstants.NORMAL_VALUE
The 'normal' keyword.static final Value
ValueConstants.NUMBER_0
0static final Value
ValueConstants.NUMBER_100
100static final Value
ValueConstants.NUMBER_128
128static final Value
ValueConstants.NUMBER_192
192static final Value
ValueConstants.NUMBER_200
200static final Value
ValueConstants.NUMBER_255
255static final Value
ValueConstants.NUMBER_300
300static final Value
ValueConstants.NUMBER_400
400static final Value
ValueConstants.NUMBER_500
500static final Value
ValueConstants.NUMBER_600
600static final Value
ValueConstants.NUMBER_700
700static final Value
ValueConstants.NUMBER_800
800static final Value
ValueConstants.NUMBER_900
900static final Value
ValueConstants.NW_RESIZE_VALUE
The 'nw-resize' keyword.static final Value
ValueConstants.OBLIQUE_VALUE
The 'oblique' keyword.static final Value
ValueConstants.OLIVE_RGB_VALUE
The 'olive' RGB color.static final Value
ValueConstants.OLIVE_VALUE
The 'olive' color name.static final Value
ValueConstants.OVERLINE_VALUE
The 'overline' keyword.static final Value
ValueConstants.PAINTED_VALUE
The 'painted' keyword.static final Value
ValueConstants.POINTER_VALUE
The 'pointer' keyword.static final Value
ValueConstants.PURPLE_RGB_VALUE
The 'purple' RGB color.static final Value
ValueConstants.PURPLE_VALUE
The 'purple' color name.protected Value
RGBColorValue.red
The red component.static final Value
ValueConstants.RED_RGB_VALUE
The 'red' RGB color.static final Value
ValueConstants.RED_VALUE
The 'red' color name.protected Value
RectValue.right
The right value.static final Value
ValueConstants.RTL_VALUE
The 'rtl' keyword.static final Value
ValueConstants.RUN_IN_VALUE
The 'run-in' keyword.static final Value
ValueConstants.S_RESIZE_VALUE
The 's-resize' keyword.static final Value
ValueConstants.SANS_SERIF_VALUE
The 'sans-serif' keyword.static final Value
ValueConstants.SCROLL_VALUE
The 'scroll' keyword.static final Value
ValueConstants.SCROLLBAR_VALUE
The 'SCROLLBAR' color name.static final Value
ValueConstants.SE_RESIZE_VALUE
The 'se-resize' keyword.static final Value
ValueConstants.SEMI_CONDENSED_VALUE
The 'semi-condensed' keyword.static final Value
ValueConstants.SEMI_EXPANDED_VALUE
The 'semi-expanded' keyword.static final Value
ValueConstants.SERIF_VALUE
The 'serif' keyword.static final Value
ValueConstants.SILVER_RGB_VALUE
The 'silver' RGB color.static final Value
ValueConstants.SILVER_VALUE
The 'silver' color name.static final Value
ValueConstants.SMALL_CAPS_VALUE
The 'small-caps' keyword.static final Value
ValueConstants.SMALL_VALUE
The 'small' keyword.static final Value
ValueConstants.SMALLER_VALUE
The 'smaller' keyword.static final Value
ValueConstants.STROKE_VALUE
The 'stroke' keyword.static final Value
ValueConstants.SW_RESIZE_VALUE
The 'sw-resize' keyword.static final Value
ValueConstants.TABLE_CAPTION_VALUE
The 'table-caption' keyword.static final Value
ValueConstants.TABLE_CELL_VALUE
The 'table-cell' keyword.static final Value
ValueConstants.TABLE_COLUMN_GROUP_VALUE
The 'table-column-group' keyword.static final Value
ValueConstants.TABLE_COLUMN_VALUE
The 'table-column' keyword.static final Value
ValueConstants.TABLE_FOOTER_GROUP_VALUE
The 'table-footer-group' keyword.static final Value
ValueConstants.TABLE_HEADER_GROUP_VALUE
The 'table-header-group' keyword.static final Value
ValueConstants.TABLE_ROW_GROUP_VALUE
The 'table-row-group' keyword.static final Value
ValueConstants.TABLE_ROW_VALUE
The 'table-row' keyword.static final Value
ValueConstants.TABLE_VALUE
The 'table' keyword.static final Value
ValueConstants.TEAL_RGB_VALUE
The 'teal' RGB color.static final Value
ValueConstants.TEAL_VALUE
The 'teal' color name.static final Value
ValueConstants.TEXT_VALUE
The 'text' keyword.static final Value
ValueConstants.THREEDDARKSHADOW_VALUE
The 'THREEDDARKSHADOW' color name.static final Value
ValueConstants.THREEDFACE_VALUE
The 'THREEDFACE' color name.static final Value
ValueConstants.THREEDHIGHLIGHT_VALUE
The 'THREEDHIGHLIGHT' color name.static final Value
ValueConstants.THREEDLIGHTSHADOW_VALUE
The 'THREEDLIGHTSHADOW' color name.static final Value
ValueConstants.THREEDSHADOW_VALUE
The 'THREEDSHADOW' color name.protected Value
RectValue.top
The top value.static final Value
ValueConstants.TOP_VALUE
The 'top' keyword.static final Value
ValueConstants.ULTRA_CONDENSED_VALUE
The 'ultra-condensed' keyword.static final Value
ValueConstants.ULTRA_EXPANDED_VALUE
The 'ultra-expanded' keyword.static final Value
ValueConstants.UNDERLINE_VALUE
The 'underline' keyword.static final Value
ValueConstants.VISIBLE_VALUE
The 'visible' keyword.static final Value
ValueConstants.W_RESIZE_VALUE
The 'w-resize' keyword.static final Value
ValueConstants.WAIT_VALUE
The 'wait' keyword.static final Value
ValueConstants.WHITE_RGB_VALUE
The 'white' RGB color.static final Value
ValueConstants.WHITE_VALUE
The 'white' color name.static final Value
ValueConstants.WIDER_VALUE
The 'wider' keyword.static final Value
ValueConstants.WINDOW_VALUE
The 'WINDOW' color name.static final Value
ValueConstants.WINDOWFRAME_VALUE
The 'WINDOWFRAME' color name.static final Value
ValueConstants.WINDOWTEXT_VALUE
The 'WINDOWTEXT' color name.static final Value
ValueConstants.X_LARGE_VALUE
The 'x-large' keyword.static final Value
ValueConstants.X_SMALL_VALUE
The 'x-small' keyword.static final Value
ValueConstants.XX_LARGE_VALUE
The 'xx-large' keyword.static final Value
ValueConstants.XX_SMALL_VALUE
The 'xx-small' keyword.static final Value
ValueConstants.YELLOW_RGB_VALUE
The 'yellow' RGB color.static final Value
ValueConstants.YELLOW_VALUE
The '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 Value
AbstractColorManager.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.protected Value
AbstractColorManager.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()
ImplementsgetBlue()
.ComputedValue.getBlue()
ImplementsgetBlue()
.RGBColorValue.getBlue()
ImplementsgetBlue()
.Value.getBlue()
The blue value of the RGB color.AbstractValue.getBottom()
ImplementsgetBottom()
.ComputedValue.getBottom()
ImplementsgetBottom()
.RectValue.getBottom()
ImplementsgetBottom()
.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()
ImplementsgetGreen()
.ComputedValue.getGreen()
ImplementsgetGreen()
.RGBColorValue.getGreen()
ImplementsgetGreen()
.Value.getGreen()
The green value of the RGB color.AbstractValue.getLeft()
ImplementsgetLeft()
.ComputedValue.getLeft()
ImplementsgetLeft()
.RectValue.getLeft()
ImplementsgetLeft()
.Value.getLeft()
The left value of the rect.AbstractValue.getRed()
ImplementsgetRed()
.ComputedValue.getRed()
ImplementsgetRed()
.RGBColorValue.getRed()
ImplementsgetRed()
.Value.getRed()
The red value of the RGB color.AbstractValue.getRight()
ImplementsgetRight()
.ComputedValue.getRight()
ImplementsgetRight()
.RectValue.getRight()
ImplementsgetRight()
.Value.getRight()
The right value of the rect.AbstractValue.getTop()
ImplementsgetTop()
.ComputedValue.getTop()
ImplementsgetTop()
.RectValue.getTop()
ImplementsgetTop()
.Value.getTop()
The top value of the rect.AbstractValue.item
(int index) Implementsitem(int)
.ComputedValue.item
(int index) Implementsitem(int)
.ListValue.item
(int index) Implementsitem(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 TypeMethodDescriptionvoid
Appends 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 Value
AbstractColorManager.createRGBColor
(Value r, Value g, Value b) Creates an RGB color.void
ComputedValue.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 Value
FontWeightManager.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 TypeInterfaceDescriptioninterface
This 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 Value
SVGValueConstants.ACCUMULATE_VALUE
The 'accumulate' keyword.static final Value
SVGValueConstants.AFTER_EDGE_VALUE
The 'after-edge' keyword.static final Value
SVGValueConstants.ALICEBLUE_RGB_VALUE
The 'aliceblue' RGB color.static final Value
SVGValueConstants.ALICEBLUE_VALUE
The 'aliceblue' color name.static final Value
SVGValueConstants.ALPHABETIC_VALUE
The 'alphabetic' keyword.static final Value
SVGValueConstants.ANTIQUEWHITE_RGB_VALUE
The 'antiquewhite' RGB color.static final Value
SVGValueConstants.ANTIQUEWHITE_VALUE
The 'antiquewhite' color name.static final Value
SVGValueConstants.AQUAMARINE_RGB_VALUE
The 'aquamarine' RGB color.static final Value
SVGValueConstants.AQUAMARINE_VALUE
The 'aquamarine' color name.static final Value
SVGValueConstants.AZURE_RGB_VALUE
The 'azure' RGB color.static final Value
SVGValueConstants.AZURE_VALUE
The 'azure' color name.static final Value
SVGValueConstants.BASELINE_VALUE
The 'baseline' keyword.static final Value
SVGValueConstants.BEFORE_EDGE_VALUE
The 'before-edge' keyword.static final Value
SVGValueConstants.BEIGE_RGB_VALUE
The 'beige' RGB color.static final Value
SVGValueConstants.BEIGE_VALUE
The 'beige' color name.static final Value
SVGValueConstants.BEVEL_VALUE
The 'bevel' keyword.static final Value
SVGValueConstants.BISQUE_RGB_VALUE
The 'bisque' RGB color.static final Value
SVGValueConstants.BISQUE_VALUE
The 'bisque' color name.static final Value
SVGValueConstants.BLANCHEDALMOND_RGB_VALUE
The 'blanchedalmond' RGB color.static final Value
SVGValueConstants.BLANCHEDALMOND_VALUE
The 'blanchedalmond' color name.static final Value
SVGValueConstants.BLUEVIOLET_RGB_VALUE
The 'blueviolet' RGB color.static final Value
SVGValueConstants.BLUEVIOLET_VALUE
The 'blueviolet' color name.static final Value
SVGValueConstants.BROWN_RGB_VALUE
The 'brown' RGB color.static final Value
SVGValueConstants.BROWN_VALUE
The 'brown' color name.static final Value
SVGValueConstants.BURLYWOOD_RGB_VALUE
The 'burlywood' RGB color.static final Value
SVGValueConstants.BURLYWOOD_VALUE
The 'burlywood' color name.static final Value
SVGValueConstants.BUTT_VALUE
The 'butt' keyword.static final Value
SVGValueConstants.CADETBLUE_RGB_VALUE
The 'cadetblue' RGB color.static final Value
SVGValueConstants.CADETBLUE_VALUE
The 'cadetblue' color name.static final Value
SVGValueConstants.CENTRAL_VALUE
The 'central' keyword.static final Value
SVGValueConstants.CHARTREUSE_RGB_VALUE
The 'chartreuse' RGB color.static final Value
SVGValueConstants.CHARTREUSE_VALUE
The 'chartreuse' color name.static final Value
SVGValueConstants.CHOCOLATE_RGB_VALUE
The 'chocolate' RGB color.static final Value
SVGValueConstants.CHOCOLATE_VALUE
The 'chocolate' color name.static final Value
SVGValueConstants.CORAL_RGB_VALUE
The 'coral' RGB color.static final Value
SVGValueConstants.CORAL_VALUE
The 'coral' color name.static final Value
SVGValueConstants.CORNFLOWERBLUE_RGB_VALUE
The 'cornflowerblue' RGB color.static final Value
SVGValueConstants.CORNFLOWERBLUE_VALUE
The 'cornflowerblue' color name.static final Value
SVGValueConstants.CORNSILK_RGB_VALUE
The 'cornsilk' RGB color.static final Value
SVGValueConstants.CORNSILK_VALUE
The 'cornsilk' color name.static final Value
SVGValueConstants.CRIMSON_RGB_VALUE
The 'crimson' RGB color.static final Value
SVGValueConstants.CRIMSON_VALUE
The 'crimson' color name.static final Value
SVGValueConstants.CURRENTCOLOR_VALUE
The 'currentcolor' keyword.static final Value
SVGValueConstants.CYAN_RGB_VALUE
The 'cyan' RGB color.static final Value
SVGValueConstants.CYAN_VALUE
The 'cyan' color name.static final Value
SVGValueConstants.DARKBLUE_RGB_VALUE
The 'darkblue' RGB color.static final Value
SVGValueConstants.DARKBLUE_VALUE
The 'darkblue' color name.static final Value
SVGValueConstants.DARKCYAN_RGB_VALUE
The 'darkcyan' RGB color.static final Value
SVGValueConstants.DARKCYAN_VALUE
The 'darkcyan' color name.static final Value
SVGValueConstants.DARKGOLDENROD_RGB_VALUE
The 'darkgoldenrod' RGB color.static final Value
SVGValueConstants.DARKGOLDENROD_VALUE
The 'darkgoldenrod' color name.static final Value
SVGValueConstants.DARKGRAY_RGB_VALUE
The 'darkgray' RGB color.static final Value
SVGValueConstants.DARKGRAY_VALUE
The 'darkgray' color name.static final Value
SVGValueConstants.DARKGREEN_RGB_VALUE
The 'darkgreen' RGB color.static final Value
SVGValueConstants.DARKGREEN_VALUE
The 'darkgreen' color name.static final Value
SVGValueConstants.DARKGREY_RGB_VALUE
The 'darkgrey' RGB color.static final Value
SVGValueConstants.DARKGREY_VALUE
The 'darkgrey' color name.static final Value
SVGValueConstants.DARKKHAKI_RGB_VALUE
The 'darkkhaki' RGB color.static final Value
SVGValueConstants.DARKKHAKI_VALUE
The 'darkkhaki' color name.static final Value
SVGValueConstants.DARKMAGENTA_RGB_VALUE
The 'darkmagenta' RGB color.static final Value
SVGValueConstants.DARKMAGENTA_VALUE
The 'darkmagenta' color name.static final Value
SVGValueConstants.DARKOLIVEGREEN_RGB_VALUE
The 'darkolivegreen' RGB color.static final Value
SVGValueConstants.DARKOLIVEGREEN_VALUE
The 'darkolivegreen' color name.static final Value
SVGValueConstants.DARKORANGE_RGB_VALUE
The 'darkorange' RGB color.static final Value
SVGValueConstants.DARKORANGE_VALUE
The 'darkorange' color name.static final Value
SVGValueConstants.DARKORCHID_RGB_VALUE
The 'darkorchid' RGB color.static final Value
SVGValueConstants.DARKORCHID_VALUE
The 'darkorchid' color name.static final Value
SVGValueConstants.DARKRED_RGB_VALUE
The 'darkred' RGB color.static final Value
SVGValueConstants.DARKRED_VALUE
The 'darkred' color name.static final Value
SVGValueConstants.DARKSALMON_RGB_VALUE
The 'darksalmon' RGB color.static final Value
SVGValueConstants.DARKSALMON_VALUE
The 'darksalmon' color name.static final Value
SVGValueConstants.DARKSEAGREEN_RGB_VALUE
The 'darkseagreen' RGB color.static final Value
SVGValueConstants.DARKSEAGREEN_VALUE
The 'darkseagreen' color name.static final Value
SVGValueConstants.DARKSLATEBLUE_RGB_VALUE
The 'darkslateblue' RGB color.static final Value
SVGValueConstants.DARKSLATEBLUE_VALUE
The 'darkslateblue' color name.static final Value
SVGValueConstants.DARKSLATEGRAY_RGB_VALUE
The 'darkslategray' RGB color.static final Value
SVGValueConstants.DARKSLATEGRAY_VALUE
The 'darkslategray' color name.static final Value
SVGValueConstants.DARKSLATEGREY_RGB_VALUE
The 'darkslategrey' RGB color.static final Value
SVGValueConstants.DARKSLATEGREY_VALUE
The 'darkslategrey' color name.static final Value
SVGValueConstants.DARKTURQUOISE_RGB_VALUE
The 'darkturquoise' RGB color.static final Value
SVGValueConstants.DARKTURQUOISE_VALUE
The 'darkturquoise' color name.static final Value
SVGValueConstants.DARKVIOLET_RGB_VALUE
The 'darkviolet' RGB color.static final Value
SVGValueConstants.DARKVIOLET_VALUE
The 'darkviolet' color name.static final Value
SVGValueConstants.DEEPPINK_RGB_VALUE
The 'deeppink' RGB color.static final Value
SVGValueConstants.DEEPPINK_VALUE
The 'deeppink' color name.static final Value
SVGValueConstants.DEEPSKYBLUE_RGB_VALUE
The 'deepskyblue' RGB color.static final Value
SVGValueConstants.DEEPSKYBLUE_VALUE
The 'deepskyblue' color name.protected static final Value
ColorManager.DEFAULT_VALUE
The default color value.protected Value
SVGColorManager.defaultValue
The default value.static final Value
SVGValueConstants.DIMGRAY_RGB_VALUE
The 'dimgray' RGB color.static final Value
SVGValueConstants.DIMGRAY_VALUE
The 'dimgray' color name.static final Value
SVGValueConstants.DIMGREY_RGB_VALUE
The 'dimgrey' RGB color.static final Value
SVGValueConstants.DIMGREY_VALUE
The 'dimgrey' color name.static final Value
SVGValueConstants.DODGERBLUE_RGB_VALUE
The 'dodgerblue' RGB color.static final Value
SVGValueConstants.DODGERBLUE_VALUE
The 'dodgerblue' color name.static final Value
SVGValueConstants.END_VALUE
The 'end' keyword.static final Value
SVGValueConstants.EVENODD_VALUE
The 'evenodd' keyword.static final Value
SVGValueConstants.FILL_VALUE
The 'fill' keyword.static final Value
SVGValueConstants.FILLSTROKE_VALUE
The 'fillstroke' keyword.static final Value
SVGValueConstants.FIREBRICK_RGB_VALUE
The 'firebrick' RGB color.static final Value
SVGValueConstants.FIREBRICK_VALUE
The 'firebrick' color name.static final Value
SVGValueConstants.FLORALWHITE_RGB_VALUE
The 'floralwhite' RGB color.static final Value
SVGValueConstants.FLORALWHITE_VALUE
The 'floralwhite' color name.static final Value
SVGValueConstants.FORESTGREEN_RGB_VALUE
The 'forestgreen' RGB color.static final Value
SVGValueConstants.FORESTGREEN_VALUE
The 'forestgreen' color name.static final Value
SVGValueConstants.GAINSBORO_RGB_VALUE
The 'gainsboro' RGB color.static final Value
SVGValueConstants.GAINSBORO_VALUE
The 'gainsboro' color name.static final Value
SVGValueConstants.GEOMETRICPRECISION_VALUE
The 'geometricprecision' keyword.static final Value
SVGValueConstants.GHOSTWHITE_RGB_VALUE
The 'ghostwhite' RGB color.static final Value
SVGValueConstants.GHOSTWHITE_VALUE
The 'ghostwhite' color name.static final Value
SVGValueConstants.GOLD_RGB_VALUE
The 'gold' RGB color.static final Value
SVGValueConstants.GOLD_VALUE
The 'gold' color name.static final Value
SVGValueConstants.GOLDENROD_RGB_VALUE
The 'goldenrod' RGB color.static final Value
SVGValueConstants.GOLDENROD_VALUE
The 'goldenrod' color name.static final Value
SVGValueConstants.GREENYELLOW_RGB_VALUE
The 'greenyellow' RGB color.static final Value
SVGValueConstants.GREENYELLOW_VALUE
The 'greenyellow' color name.static final Value
SVGValueConstants.GREY_RGB_VALUE
The 'grey' RGB color.static final Value
SVGValueConstants.GREY_VALUE
The 'grey' color name.static final Value
SVGValueConstants.HANGING_VALUE
The 'hanging' keyword.static final Value
SVGValueConstants.HONEYDEW_RGB_VALUE
The 'honeydew' RGB color.static final Value
SVGValueConstants.HONEYDEW_VALUE
The 'honeydew' color name.static final Value
SVGValueConstants.HOTPINK_RGB_VALUE
The 'hotpink' RGB color.static final Value
SVGValueConstants.HOTPINK_VALUE
The 'hotpink' color name.static final Value
SVGValueConstants.IDEOGRAPHIC_VALUE
The 'ideographic' keyword.static final Value
SVGValueConstants.INDIANRED_RGB_VALUE
The 'indianred' RGB color.static final Value
SVGValueConstants.INDIANRED_VALUE
The 'indianred' color name.static final Value
SVGValueConstants.INDIGO_RGB_VALUE
The 'indigo' RGB color.static final Value
SVGValueConstants.INDIGO_VALUE
The 'indigo' color name.static final Value
SVGValueConstants.IVORY_RGB_VALUE
The 'ivory' RGB color.static final Value
SVGValueConstants.IVORY_VALUE
The 'ivory' color name.static final Value
SVGValueConstants.KHAKI_RGB_VALUE
The 'khaki' RGB color.static final Value
SVGValueConstants.KHAKI_VALUE
The 'khaki' color name.static final Value
SVGValueConstants.LAVENDER_RGB_VALUE
The 'lavender' RGB color.static final Value
SVGValueConstants.LAVENDER_VALUE
The 'lavender' color name.static final Value
SVGValueConstants.LAVENDERBLUSH_RGB_VALUE
The 'lavenderblush' RGB color.static final Value
SVGValueConstants.LAVENDERBLUSH_VALUE
The 'lavenderblush' color name.static final Value
SVGValueConstants.LAWNGREEN_RGB_VALUE
The 'lawngreen' RGB color.static final Value
SVGValueConstants.LAWNGREEN_VALUE
The 'lawngreen' color name.static final Value
SVGValueConstants.LEMONCHIFFON_RGB_VALUE
The 'lemonchiffon' RGB color.static final Value
SVGValueConstants.LEMONCHIFFON_VALUE
The 'lemonchiffon' color name.static final Value
SVGValueConstants.LIGHTBLUE_RGB_VALUE
The 'lightblue' RGB color.static final Value
SVGValueConstants.LIGHTBLUE_VALUE
The 'lightblue' color name.static final Value
SVGValueConstants.LIGHTCORAL_RGB_VALUE
The 'lightcoral' RGB color.static final Value
SVGValueConstants.LIGHTCORAL_VALUE
The 'lightcoral' color name.static final Value
SVGValueConstants.LIGHTCYAN_RGB_VALUE
The 'lightcyan' RGB color.static final Value
SVGValueConstants.LIGHTCYAN_VALUE
The 'lightcyan' color name.static final Value
SVGValueConstants.LIGHTGOLDENRODYELLOW_RGB_VALUE
The 'lightgoldenrodyellow' RGB color.static final Value
SVGValueConstants.LIGHTGOLDENRODYELLOW_VALUE
The 'lightgoldenrodyellow' color name.static final Value
SVGValueConstants.LIGHTGRAY_RGB_VALUE
The 'lightgray' RGB color.static final Value
SVGValueConstants.LIGHTGRAY_VALUE
The 'lightgray' color name.static final Value
SVGValueConstants.LIGHTGREEN_RGB_VALUE
The 'lightgreen' RGB color.static final Value
SVGValueConstants.LIGHTGREEN_VALUE
The 'lightgreen' color name.static final Value
SVGValueConstants.LIGHTGREY_RGB_VALUE
The 'lightgrey' RGB color.static final Value
SVGValueConstants.LIGHTGREY_VALUE
The 'lightgrey' color name.static final Value
SVGValueConstants.LIGHTPINK_RGB_VALUE
The 'lightpink' RGB color.static final Value
SVGValueConstants.LIGHTPINK_VALUE
The 'lightpink' color name.static final Value
SVGValueConstants.LIGHTSALMON_RGB_VALUE
The 'lightsalmon' RGB color.static final Value
SVGValueConstants.LIGHTSALMON_VALUE
The 'lightsalmon' color name.static final Value
SVGValueConstants.LIGHTSEAGREEN_RGB_VALUE
The 'lightseagreen' RGB color.static final Value
SVGValueConstants.LIGHTSEAGREEN_VALUE
The 'lightseagreen' color name.static final Value
SVGValueConstants.LIGHTSKYBLUE_RGB_VALUE
The 'lightskyblue' RGB color.static final Value
SVGValueConstants.LIGHTSKYBLUE_VALUE
The 'lightskyblue' color name.static final Value
SVGValueConstants.LIGHTSLATEGRAY_RGB_VALUE
The 'lightslategray' RGB color.static final Value
SVGValueConstants.LIGHTSLATEGRAY_VALUE
The 'lightslategray' color name.static final Value
SVGValueConstants.LIGHTSLATEGREY_RGB_VALUE
The 'lightslategrey' RGB color.static final Value
SVGValueConstants.LIGHTSLATEGREY_VALUE
The 'lightslategrey' color name.static final Value
SVGValueConstants.LIGHTSTEELBLUE_RGB_VALUE
The 'lightsteelblue' RGB color.static final Value
SVGValueConstants.LIGHTSTEELBLUE_VALUE
The 'lightsteelblue' color name.static final Value
SVGValueConstants.LIGHTYELLOW_RGB_VALUE
The 'lightyellow' RGB color.static final Value
SVGValueConstants.LIGHTYELLOW_VALUE
The 'lightyellow' color name.static final Value
SVGValueConstants.LIMEGREEN_RGB_VALUE
The 'limegreen' RGB color.static final Value
SVGValueConstants.LIMEGREEN_VALUE
The 'limegreen' color name.static final Value
SVGValueConstants.LINEARRGB_VALUE
The 'linearRGB' keyword.static final Value
SVGValueConstants.LINEN_RGB_VALUE
The 'linen' RGB color.static final Value
SVGValueConstants.LINEN_VALUE
The 'linen' color name.static final Value
SVGValueConstants.LR_TB_VALUE
The 'lr-tb' keyword.static final Value
SVGValueConstants.LR_VALUE
The 'lr' keyword.static final Value
SVGValueConstants.MAGENTA_RGB_VALUE
The 'magenta' RGB color.static final Value
SVGValueConstants.MAGENTA_VALUE
The 'magenta' color name.static final Value
SVGValueConstants.MATHEMATICAL_VALUE
The 'mathematical' keyword.static final Value
SVGValueConstants.MEDIUMAQUAMARINE_RGB_VALUE
The 'mediumaquamarine' RGB color.static final Value
SVGValueConstants.MEDIUMAQUAMARINE_VALUE
The 'mediumaquamarine' color name.static final Value
SVGValueConstants.MEDIUMBLUE_RGB_VALUE
The 'mediumblue' RGB color.static final Value
SVGValueConstants.MEDIUMBLUE_VALUE
The 'mediumblue' color name.static final Value
SVGValueConstants.MEDIUMORCHID_RGB_VALUE
The 'mediumorchid' RGB color.static final Value
SVGValueConstants.MEDIUMORCHID_VALUE
The 'mediumorchid' color name.static final Value
SVGValueConstants.MEDIUMPURPLE_RGB_VALUE
The 'mediumpurple' RGB color.static final Value
SVGValueConstants.MEDIUMPURPLE_VALUE
The 'mediumpurple' color name.static final Value
SVGValueConstants.MEDIUMSEAGREEN_RGB_VALUE
The 'mediumseagreen' RGB color.static final Value
SVGValueConstants.MEDIUMSEAGREEN_VALUE
The 'mediumseagreen' color name.static final Value
SVGValueConstants.MEDIUMSLATEBLUE_RGB_VALUE
The 'mediumslateblue' RGB color.static final Value
SVGValueConstants.MEDIUMSLATEBLUE_VALUE
The 'mediumslateblue' color name.static final Value
SVGValueConstants.MEDIUMSPRINGGREEN_RGB_VALUE
The 'mediumspringgreen' RGB color.static final Value
SVGValueConstants.MEDIUMSPRINGGREEN_VALUE
The 'mediumspringgreen' color name.static final Value
SVGValueConstants.MEDIUMTURQUOISE_RGB_VALUE
The 'mediumturquoise' RGB color.static final Value
SVGValueConstants.MEDIUMTURQUOISE_VALUE
The 'mediumturquoise' color name.static final Value
SVGValueConstants.MEDIUMVIOLETRED_RGB_VALUE
The 'mediumvioletred' RGB color.static final Value
SVGValueConstants.MEDIUMVIOLETRED_VALUE
The 'mediumvioletred' color name.static final Value
SVGValueConstants.MIDDLE_VALUE
The 'middle' keyword.static final Value
SVGValueConstants.MIDNIGHTBLUE_RGB_VALUE
The 'midnightblue' RGB color.static final Value
SVGValueConstants.MIDNIGHTBLUE_VALUE
The 'midnightblue' color name.static final Value
SVGValueConstants.MINTCREAM_RGB_VALUE
The 'mintcream' RGB color.static final Value
SVGValueConstants.MINTCREAM_VALUE
The 'mintcream' color name.static final Value
SVGValueConstants.MISTYROSE_RGB_VALUE
The 'mistyrose' RGB color.static final Value
SVGValueConstants.MISTYROSE_VALUE
The 'mistyrose' color name.static final Value
SVGValueConstants.MITER_VALUE
The 'miter' keyword.static final Value
SVGValueConstants.MOCCASIN_RGB_VALUE
The 'moccasin' RGB color.static final Value
SVGValueConstants.MOCCASIN_VALUE
The 'moccasin' color name.static final Value
SVGValueConstants.NAVAJOWHITE_RGB_VALUE
The 'navajowhite' RGB color.static final Value
SVGValueConstants.NAVAJOWHITE_VALUE
The 'navajowhite' color name.static final Value
SVGValueConstants.NEW_VALUE
The 'new' keyword.static final Value
SVGValueConstants.NO_CHANGE_VALUE
The 'no-change' keyword.static final Value
SVGValueConstants.NONZERO_VALUE
The 'nonzero' keyword.static final Value
SVGValueConstants.NUMBER_1
1static final Value
SVGValueConstants.NUMBER_102
102static final Value
SVGValueConstants.NUMBER_104
104static final Value
SVGValueConstants.NUMBER_105
105static final Value
SVGValueConstants.NUMBER_106
106static final Value
SVGValueConstants.NUMBER_107
107static final Value
SVGValueConstants.NUMBER_11
11static final Value
SVGValueConstants.NUMBER_112
112static final Value
SVGValueConstants.NUMBER_113
113static final Value
SVGValueConstants.NUMBER_114
114static final Value
SVGValueConstants.NUMBER_119
119static final Value
SVGValueConstants.NUMBER_122
122static final Value
SVGValueConstants.NUMBER_123
123static final Value
SVGValueConstants.NUMBER_124
124static final Value
SVGValueConstants.NUMBER_127
127static final Value
SVGValueConstants.NUMBER_130
130static final Value
SVGValueConstants.NUMBER_133
133static final Value
SVGValueConstants.NUMBER_134
134static final Value
SVGValueConstants.NUMBER_135
135static final Value
SVGValueConstants.NUMBER_136
136static final Value
SVGValueConstants.NUMBER_138
138static final Value
SVGValueConstants.NUMBER_139
139static final Value
SVGValueConstants.NUMBER_140
140static final Value
SVGValueConstants.NUMBER_142
142static final Value
SVGValueConstants.NUMBER_143
143static final Value
SVGValueConstants.NUMBER_144
144static final Value
SVGValueConstants.NUMBER_147
147static final Value
SVGValueConstants.NUMBER_148
148static final Value
SVGValueConstants.NUMBER_149
149static final Value
SVGValueConstants.NUMBER_150
150static final Value
SVGValueConstants.NUMBER_152
152static final Value
SVGValueConstants.NUMBER_153
153static final Value
SVGValueConstants.NUMBER_154
154static final Value
SVGValueConstants.NUMBER_158
158static final Value
SVGValueConstants.NUMBER_160
160static final Value
SVGValueConstants.NUMBER_164
164static final Value
SVGValueConstants.NUMBER_165
165static final Value
SVGValueConstants.NUMBER_169
169static final Value
SVGValueConstants.NUMBER_170
170static final Value
SVGValueConstants.NUMBER_173
173static final Value
SVGValueConstants.NUMBER_175
175static final Value
SVGValueConstants.NUMBER_176
176static final Value
SVGValueConstants.NUMBER_178
178static final Value
SVGValueConstants.NUMBER_179
179static final Value
SVGValueConstants.NUMBER_180
180static final Value
SVGValueConstants.NUMBER_181
181static final Value
SVGValueConstants.NUMBER_182
182static final Value
SVGValueConstants.NUMBER_183
183static final Value
SVGValueConstants.NUMBER_184
184static final Value
SVGValueConstants.NUMBER_185
185static final Value
SVGValueConstants.NUMBER_186
186static final Value
SVGValueConstants.NUMBER_188
188static final Value
SVGValueConstants.NUMBER_189
189static final Value
SVGValueConstants.NUMBER_19
19static final Value
SVGValueConstants.NUMBER_191
191static final Value
SVGValueConstants.NUMBER_193
193static final Value
SVGValueConstants.NUMBER_196
196static final Value
SVGValueConstants.NUMBER_199
199static final Value
SVGValueConstants.NUMBER_20
20static final Value
SVGValueConstants.NUMBER_203
203static final Value
SVGValueConstants.NUMBER_204
204static final Value
SVGValueConstants.NUMBER_205
205static final Value
SVGValueConstants.NUMBER_206
206static final Value
SVGValueConstants.NUMBER_208
208static final Value
SVGValueConstants.NUMBER_209
209static final Value
SVGValueConstants.NUMBER_21
21static final Value
SVGValueConstants.NUMBER_210
210static final Value
SVGValueConstants.NUMBER_211
211static final Value
SVGValueConstants.NUMBER_212
212static final Value
SVGValueConstants.NUMBER_213
213static final Value
SVGValueConstants.NUMBER_214
214static final Value
SVGValueConstants.NUMBER_215
215static final Value
SVGValueConstants.NUMBER_216
216static final Value
SVGValueConstants.NUMBER_218
218static final Value
SVGValueConstants.NUMBER_219
219static final Value
SVGValueConstants.NUMBER_220
220static final Value
SVGValueConstants.NUMBER_221
221static final Value
SVGValueConstants.NUMBER_222
222static final Value
SVGValueConstants.NUMBER_224
224static final Value
SVGValueConstants.NUMBER_225
225static final Value
SVGValueConstants.NUMBER_226
226static final Value
SVGValueConstants.NUMBER_228
228static final Value
SVGValueConstants.NUMBER_230
230static final Value
SVGValueConstants.NUMBER_232
232static final Value
SVGValueConstants.NUMBER_233
233static final Value
SVGValueConstants.NUMBER_235
235static final Value
SVGValueConstants.NUMBER_237
237static final Value
SVGValueConstants.NUMBER_238
238static final Value
SVGValueConstants.NUMBER_239
239static final Value
SVGValueConstants.NUMBER_240
240static final Value
SVGValueConstants.NUMBER_244
244static final Value
SVGValueConstants.NUMBER_245
245static final Value
SVGValueConstants.NUMBER_248
248static final Value
SVGValueConstants.NUMBER_25
25static final Value
SVGValueConstants.NUMBER_250
250static final Value
SVGValueConstants.NUMBER_251
251static final Value
SVGValueConstants.NUMBER_252
252static final Value
SVGValueConstants.NUMBER_253
253static final Value
SVGValueConstants.NUMBER_30
30static final Value
SVGValueConstants.NUMBER_32
32static final Value
SVGValueConstants.NUMBER_34
34static final Value
SVGValueConstants.NUMBER_35
35static final Value
SVGValueConstants.NUMBER_4
4static final Value
SVGValueConstants.NUMBER_42
42static final Value
SVGValueConstants.NUMBER_43
43static final Value
SVGValueConstants.NUMBER_45
45static final Value
SVGValueConstants.NUMBER_46
46static final Value
SVGValueConstants.NUMBER_47
47static final Value
SVGValueConstants.NUMBER_50
50static final Value
SVGValueConstants.NUMBER_60
60static final Value
SVGValueConstants.NUMBER_61
61static final Value
SVGValueConstants.NUMBER_63
63static final Value
SVGValueConstants.NUMBER_64
64static final Value
SVGValueConstants.NUMBER_65
65static final Value
SVGValueConstants.NUMBER_69
69static final Value
SVGValueConstants.NUMBER_70
70static final Value
SVGValueConstants.NUMBER_71
71static final Value
SVGValueConstants.NUMBER_72
72static final Value
SVGValueConstants.NUMBER_75
75static final Value
SVGValueConstants.NUMBER_79
79static final Value
SVGValueConstants.NUMBER_80
80static final Value
SVGValueConstants.NUMBER_82
82static final Value
SVGValueConstants.NUMBER_85
85static final Value
SVGValueConstants.NUMBER_87
87static final Value
SVGValueConstants.NUMBER_90
90static final Value
SVGValueConstants.NUMBER_91
91static final Value
SVGValueConstants.NUMBER_92
92static final Value
SVGValueConstants.NUMBER_95
95static final Value
SVGValueConstants.NUMBER_96
96static final Value
SVGValueConstants.NUMBER_99
99static final Value
SVGValueConstants.OLDLACE_RGB_VALUE
The 'oldlace' RGB color.static final Value
SVGValueConstants.OLDLACE_VALUE
The 'oldlace' color name.static final Value
SVGValueConstants.OLIVEDRAB_RGB_VALUE
The 'olivedrab' RGB color.static final Value
SVGValueConstants.OLIVEDRAB_VALUE
The 'olivedrab' color name.static final Value
SVGValueConstants.OPTIMIZELEGIBILITY_VALUE
The 'optimizeLegibility' keyword.static final Value
SVGValueConstants.OPTIMIZEQUALITY_VALUE
The 'optimizeQuality' keyword.static final Value
SVGValueConstants.OPTIMIZESPEED_VALUE
The 'optimizeSpeed' keyword.static final Value
SVGValueConstants.ORANGE_RGB_VALUE
The 'orange' RGB color.static final Value
SVGValueConstants.ORANGE_VALUE
The 'orange' color name.static final Value
SVGValueConstants.ORANGERED_RGB_VALUE
The 'orangered' RGB color.static final Value
SVGValueConstants.ORANGERED_VALUE
The 'orangered' color name.static final Value
SVGValueConstants.ORCHID_RGB_VALUE
The 'orchid' RGB color.static final Value
SVGValueConstants.ORCHID_VALUE
The 'orchid' color name.static final Value
SVGValueConstants.PALEGOLDENROD_RGB_VALUE
The 'palegoldenrod' RGB color.static final Value
SVGValueConstants.PALEGOLDENROD_VALUE
The 'palegoldenrod' color name.static final Value
SVGValueConstants.PALEGREEN_RGB_VALUE
The 'palegreen' RGB color.static final Value
SVGValueConstants.PALEGREEN_VALUE
The 'palegreen' color name.static final Value
SVGValueConstants.PALETURQUOISE_RGB_VALUE
The 'paleturquoise' RGB color.static final Value
SVGValueConstants.PALETURQUOISE_VALUE
The 'paleturquoise' color name.static final Value
SVGValueConstants.PALEVIOLETRED_RGB_VALUE
The 'palevioletred' RGB color.static final Value
SVGValueConstants.PALEVIOLETRED_VALUE
The 'palevioletred' color name.static final Value
SVGValueConstants.PAPAYAWHIP_RGB_VALUE
The 'papayawhip' RGB color.static final Value
SVGValueConstants.PAPAYAWHIP_VALUE
The 'papayawhip' color name.static final Value
SVGValueConstants.PEACHPUFF_RGB_VALUE
The 'peachpuff' RGB color.static final Value
SVGValueConstants.PEACHPUFF_VALUE
The 'peachpuff' color name.static final Value
SVGValueConstants.PERU_RGB_VALUE
The 'peru' RGB color.static final Value
SVGValueConstants.PERU_VALUE
The 'peru' color name.static final Value
SVGValueConstants.PINK_RGB_VALUE
The 'pink' RGB color.static final Value
SVGValueConstants.PINK_VALUE
The 'pink' color name.static final Value
SVGValueConstants.PLUM_RGB_VALUE
The 'plum' RGB color.static final Value
SVGValueConstants.PLUM_VALUE
The 'plum' color name.static final Value
SVGValueConstants.POWDERBLUE_RGB_VALUE
The 'powderblue' RGB color.static final Value
SVGValueConstants.POWDERBLUE_VALUE
The 'powderblue' color name.static final Value
SVGValueConstants.PURPLE_VALUE
The 'purple' color name.static final Value
SVGValueConstants.RESET_SIZE_VALUE
The 'reset-size' keyword.static final Value
SVGValueConstants.RL_TB_VALUE
The 'rl-tb' keyword.static final Value
SVGValueConstants.RL_VALUE
The 'rl' keyword.static final Value
SVGValueConstants.ROSYBROWN_RGB_VALUE
The 'rosybrown' RGB color.static final Value
SVGValueConstants.ROSYBROWN_VALUE
The 'rosybrown' color name.static final Value
SVGValueConstants.ROUND_VALUE
The 'round' keyword.static final Value
SVGValueConstants.ROYALBLUE_RGB_VALUE
The 'royalblue' RGB color.static final Value
SVGValueConstants.ROYALBLUE_VALUE
The 'royalblue' color name.static final Value
SVGValueConstants.SADDLEBROWN_RGB_VALUE
The 'saddlebrown' RGB color.static final Value
SVGValueConstants.SADDLEBROWN_VALUE
The 'saddlebrown' color name.static final Value
SVGValueConstants.SALMON_RGB_VALUE
The 'salmon' RGB color.static final Value
SVGValueConstants.SALMON_VALUE
The 'salmon' color name.static final Value
SVGValueConstants.SANDYBROWN_RGB_VALUE
The 'sandybrown' RGB color.static final Value
SVGValueConstants.SANDYBROWN_VALUE
The 'sandybrown' color name.static final Value
SVGValueConstants.SEAGREEN_RGB_VALUE
The 'seagreen' RGB color.static final Value
SVGValueConstants.SEAGREEN_VALUE
The 'seagreen' color name.static final Value
SVGValueConstants.SEASHELL_RGB_VALUE
The 'seashell' RGB color.static final Value
SVGValueConstants.SEASHELL_VALUE
The 'seashell' color name.static final Value
SVGValueConstants.SIENNA_RGB_VALUE
The 'sienna' RGB color.static final Value
SVGValueConstants.SIENNA_VALUE
The 'sienna' color name.static final Value
SVGValueConstants.SKYBLUE_RGB_VALUE
The 'skyblue' RGB color.static final Value
SVGValueConstants.SKYBLUE_VALUE
The 'skyblue' color name.static final Value
SVGValueConstants.SLATEBLUE_RGB_VALUE
The 'slateblue' RGB color.static final Value
SVGValueConstants.SLATEBLUE_VALUE
The 'slateblue' color name.static final Value
SVGValueConstants.SLATEGRAY_RGB_VALUE
The 'slategray' RGB color.static final Value
SVGValueConstants.SLATEGRAY_VALUE
The 'slategray' color name.static final Value
SVGValueConstants.SLATEGREY_RGB_VALUE
The 'slategrey' RGB color.static final Value
SVGValueConstants.SLATEGREY_VALUE
The 'slategrey' color name.static final Value
SVGValueConstants.SNOW_RGB_VALUE
The 'snow' RGB color.static final Value
SVGValueConstants.SNOW_VALUE
The 'snow' color name.static final Value
SVGValueConstants.SPRINGGREEN_RGB_VALUE
The 'springgreen' RGB color.static final Value
SVGValueConstants.SPRINGGREEN_VALUE
The 'springgreen' color name.static final Value
SVGValueConstants.SQUARE_VALUE
The 'square' keyword.static final Value
SVGValueConstants.SRGB_VALUE
The 'sRGB' keyword.static final Value
SVGValueConstants.START_VALUE
The 'start' keyword.static final Value
SVGValueConstants.STEELBLUE_RGB_VALUE
The 'steelblue' RGB color.static final Value
SVGValueConstants.STEELBLUE_VALUE
The 'steelblue' color name.static final Value
SVGValueConstants.SUB_VALUE
The 'sub' keyword.static final Value
SVGValueConstants.SUPER_VALUE
The 'super' keyword.static final Value
SVGValueConstants.TAN_RGB_VALUE
The 'tan' RGB color.static final Value
SVGValueConstants.TAN_VALUE
The 'tan' color name.static final Value
SVGValueConstants.TB_RL_VALUE
The 'tb-rl' keyword.static final Value
SVGValueConstants.TB_VALUE
The 'tb' keyword.static final Value
SVGValueConstants.TEXT_AFTER_EDGE_VALUE
The 'text-after-edge' keyword.static final Value
SVGValueConstants.TEXT_BEFORE_EDGE_VALUE
The 'text-before-edge' keyword.static final Value
SVGValueConstants.TEXT_BOTTOM_VALUE
The 'text-bottom' keyword.static final Value
SVGValueConstants.TEXT_TOP_VALUE
The 'text-top' keyword.static final Value
SVGValueConstants.THISTLE_RGB_VALUE
The 'thistle' RGB color.static final Value
SVGValueConstants.THISTLE_VALUE
The 'thistle' color name.static final Value
SVGValueConstants.TOMATO_RGB_VALUE
The 'tomato' RGB color.static final Value
SVGValueConstants.TOMATO_VALUE
The 'tomato' color name.static final Value
SVGValueConstants.TURQUOISE_RGB_VALUE
The 'turquoise' RGB color.static final Value
SVGValueConstants.TURQUOISE_VALUE
The 'turquoise' color name.static final Value
SVGValueConstants.USE_SCRIPT_VALUE
The 'use-script' keyword.static final Value
SVGValueConstants.VIOLET_RGB_VALUE
The 'violet' RGB color.static final Value
SVGValueConstants.VIOLET_VALUE
The 'violet' color name.static final Value
SVGValueConstants.VISIBLEFILL_VALUE
The 'visiblefill' keyword.static final Value
SVGValueConstants.VISIBLEFILLSTROKE_VALUE
The 'visiblefillstroke' keyword.static final Value
SVGValueConstants.VISIBLEPAINTED_VALUE
The 'visiblepainted' keyword.static final Value
SVGValueConstants.VISIBLESTROKE_VALUE
The 'visiblestroke' keyword.static final Value
SVGValueConstants.WHEAT_RGB_VALUE
The 'wheat' RGB color.static final Value
SVGValueConstants.WHEAT_VALUE
The 'wheat' color name.static final Value
SVGValueConstants.WHITESMOKE_RGB_VALUE
The 'whitesmoke' RGB color.static final Value
SVGValueConstants.WHITESMOKE_VALUE
The 'whitesmoke' color name.static final Value
SVGValueConstants.YELLOWGREEN_RGB_VALUE
The 'yellowgreen' RGB color.static final Value
SVGValueConstants.YELLOWGREEN_VALUE
The 'yellowgreen' color name.static final Value
SVGValueConstants.ZERO_DEGREE
0 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) 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)
.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()
.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) 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 TypeClassDescriptionclass
This is a base class for CIE Lab/LCH color values.class
This class represents an CIE L*a*b* color value.class
This class represents an CIE LCH color value.class
This class represents an device-specific color value.class
This class represents an ICC named color value.class
This class represents line-height values.Fields in org.apache.batik.css.engine.value.svg12 declared as ValueModifier and TypeFieldDescriptionstatic final Value
SVG12ValueConstants.END_VALUE
The 'end' keyword.static final Value
SVG12ValueConstants.FULL_VALUE
The 'full' keyword.static final Value
SVG12ValueConstants.MIDDLE_VALUE
The 'middle' keyword.static final Value
SVG12ValueConstants.NORMAL_VALUE
The 'normal' keyword, for 'line-height'.static final Value
SVG12ValueConstants.START_VALUE
The '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)