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