Uses of Class
org.apache.batik.css.CSSOMReadOnlyValue

Packages that use CSSOMReadOnlyValue
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
 

Uses of CSSOMReadOnlyValue in org.apache.batik.css
 

Fields in org.apache.batik.css declared as CSSOMReadOnlyValue
 CSSOMReadOnlyValue CSSOMReadOnlyStyleDeclaration.ValueEntry.value
          The value.
 

Methods in org.apache.batik.css that return CSSOMReadOnlyValue
 CSSOMReadOnlyValue CSSOMReadOnlyStyleDeclaration.getPropertyCSSValueInternal(java.lang.String propertyName)
          Internal version of getPropertyCSSValue().
 CSSOMReadOnlyValue CSSOMValue.createReadOnlyCopy()
          Returns a read-only copy of this value.
 

Methods in org.apache.batik.css with parameters of type CSSOMReadOnlyValue
protected  void AbstractViewCSS.resolveURI(CSSOMReadOnlyValue value, java.net.URL buri)
          If 'value' is an CSS_URI, resolves the value, relative to the given URI.
protected static CSSOMReadOnlyStyleDeclaration.ValueEntry CSSOMReadOnlyStyleDeclaration.createValueEntry(CSSOMReadOnlyValue v, java.lang.String s, int p)
          Creates a new value entry.
 void CSSOMReadOnlyStyleDeclaration.PropertyMap.put(java.lang.String key, CSSOMReadOnlyValue v, java.lang.String imp, int orig)
          Sets a new value for the given variable
 

Constructors in org.apache.batik.css with parameters of type CSSOMReadOnlyValue
CSSOMReadOnlyStyleDeclaration.ImportantUserAgentValueEntry(CSSOMReadOnlyValue v)
          Creates a new value entry.
CSSOMReadOnlyStyleDeclaration.UserAgentValueEntry(CSSOMReadOnlyValue v)
          Creates a new value entry.
CSSOMReadOnlyStyleDeclaration.ImportantUserValueEntry(CSSOMReadOnlyValue v)
          Creates a new value entry.
CSSOMReadOnlyStyleDeclaration.UserValueEntry(CSSOMReadOnlyValue v)
          Creates a new value entry.
CSSOMReadOnlyStyleDeclaration.ImportantAuthorValueEntry(CSSOMReadOnlyValue v)
          Creates a new value entry.
CSSOMReadOnlyStyleDeclaration.AuthorValueEntry(CSSOMReadOnlyValue v)
          Creates a new value entry.
 

Uses of CSSOMReadOnlyValue in org.apache.batik.css.svg
 

Subclasses of CSSOMReadOnlyValue in org.apache.batik.css.svg
 class SVGCSSReadOnlyValue
          This class represents a read-only SVG CSS value.
 

Fields in org.apache.batik.css.svg declared as CSSOMReadOnlyValue
static CSSOMReadOnlyValue BaselineShiftResolver.BASELINE
          The baseline CSS value.
static CSSOMReadOnlyValue ColorRenderingResolver.AUTO
          The none CSS value.
 

Methods in org.apache.batik.css.svg that return CSSOMReadOnlyValue
 CSSOMReadOnlyValue MaskResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue BaselineShiftResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue GlyphOrientationVerticalResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue FillResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue FilterResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue SVGCSSValue.createReadOnlyCopy()
          Returns a read-only copy of this value.
 CSSOMReadOnlyValue SimpleColorResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue ClipRuleResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue PointerEventsResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue LightingColorResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue ImageRenderingResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue ShapeRenderingResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue GlyphOrientationHorizontalResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue ColorInterpolationFiltersResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue ClipPathResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue ColorProfileResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue StrokeDasharrayResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue DominantBaselineResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue ColorInterpolationResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue StrokeLinejoinResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue ColorRenderingResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue WritingModeResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue MarkerResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue TextAnchorResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue AlignmentBaselineResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue StrokeResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue StrokeDashoffsetResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue EnableBackgroundResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue StrokeLinecapResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue OpacityResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue TextRenderingResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue FillRuleResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue StrokeMiterlimitResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue StrokeWidthResolver.getDefaultValue()
          Returns the default value for the handled property.
 

Methods in org.apache.batik.css.svg with parameters of type CSSOMReadOnlyValue
 void MaskResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void BaselineShiftResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void GlyphOrientationVerticalResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FillResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FilterResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void SimpleColorResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ClipRuleResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void PointerEventsResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void LightingColorResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ImageRenderingResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ShapeRenderingResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void GlyphOrientationHorizontalResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ColorInterpolationFiltersResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ClipPathResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ColorProfileResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeDasharrayResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void DominantBaselineResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ColorInterpolationResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeLinejoinResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ColorRenderingResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void WritingModeResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void MarkerResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void TextAnchorResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void AlignmentBaselineResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeDashoffsetResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void EnableBackgroundResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeLinecapResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void OpacityResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void TextRenderingResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FillRuleResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeMiterlimitResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeWidthResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 

Uses of CSSOMReadOnlyValue in org.apache.batik.css.value
 

Fields in org.apache.batik.css.value declared as CSSOMReadOnlyValue
static CSSOMReadOnlyValue FontStretchResolver.NORMAL
          The medium CSS value.
 

Methods in org.apache.batik.css.value that return CSSOMReadOnlyValue
 CSSOMReadOnlyValue FontStyleResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue FontSizeAdjustResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue CursorResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue FontSizeResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue FontStretchResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue UnicodeBidiResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue FontVariantResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue FontFamilyResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue ColorResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue ClipResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue OverflowResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue DirectionResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue DisplayResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue RelativeValueResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue FontWeightResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue SpacingResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue VisibilityResolver.getDefaultValue()
          Returns the default value for the handled property.
 CSSOMReadOnlyValue TextDecorationResolver.getDefaultValue()
          Returns the default value for the handled property.
 

Methods in org.apache.batik.css.value with parameters of type CSSOMReadOnlyValue
 void FontStyleResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontSizeAdjustResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void CursorResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontSizeResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontStretchResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void UnicodeBidiResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontVariantResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontFamilyResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ColorResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ClipResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void OverflowResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void DirectionResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void DisplayResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void RelativeValueResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontWeightResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void SpacingResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void VisibilityResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void TextDecorationResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.