Uses of Interface
org.apache.batik.css.value.ValueFactory

Packages that use ValueFactory
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. 
org.apache.batik.dom.svg   
 

Uses of ValueFactory in org.apache.batik.css
 

Fields in org.apache.batik.css declared as ValueFactory
protected  ValueFactory CSSOMValue.factory
          The value factory
 

Constructors in org.apache.batik.css with parameters of type ValueFactory
CSSOMValue(ValueFactory vf, ImmutableValue v)
          Creates a new CSS value.
 

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

Classes in org.apache.batik.css.svg that implement ValueFactory
 class AlignmentBaselineFactory
          This class provides a factory for the 'alignment-baseline' property values.
 class BaselineShiftFactory
          This class provides a factory for the 'baseline-shift' property values.
 class ClipPathFactory
          This class provides a factory for the 'clip-path' property values.
 class ClipRuleFactory
          This class provides a factory for the 'clip-rule' property values.
 class ColorInterpolationFactory
          This class provides a factory for the 'color-interpolation*' properties values.
 class ColorProfileFactory
          This class provides a factory for the color-profile property values.
 class ColorRenderingFactory
          This class provides a factory for the 'color-rendering' property values.
 class DominantBaselineFactory
          This class provides a factory for the 'dominant-baseline' property values.
 class EnableBackgroundFactory
          This class provides a factory for the 'enable-background' property values.
protected  class EnableBackgroundFactory.LengthFactory
          This class provides a factory for the lengths of the list.
 class FillRuleFactory
          This class provides a factory for the 'fill-rule' property values.
 class FilterFactory
          This class provides a factory for the 'filter' property values.
 class GlyphOrientationHorizontalFactory
          This class provides a factory for the 'glyph-orientation-horizontal' property values.
 class GlyphOrientationVerticalFactory
          This class provides a factory for the 'glyph-orientation-vertical' property values.
 class ImageRenderingFactory
          This class provides a factory for the 'image-rendering' property values.
 class MarkerFactory
          This class provides a factory for the 'marker-*' property values.
 class MarkerShorthandFactory
          This class provides a factory for the 'marker' property values.
 class MaskFactory
          This class provides a factory for the 'mask' property values.
 class OpacityFactory
          This class represents the factories for opacity SVG values.
 class PaintFactory
          This class provides a factory for values of type paint.
 class PointerEventsFactory
          This class provides a factory for the 'pointer-events' property values.
 class ShapeRenderingFactory
          This class provides a factory for the 'shape-rendering' property values.
 class SimpleColorFactory
          This class provides a factory for values of type color.
 class StrokeDasharrayFactory
          This class provides a factory for the 'stroke-dasharray' property values.
protected  class StrokeDasharrayFactory.NumberFactory
          To manage number values.
 class StrokeDashoffsetFactory
          This class provides a factory for the 'stroke-dashoffset' property.
 class StrokeLinecapFactory
          This class provides a factory for the 'stroke-linecap' property values.
 class StrokeLinejoinFactory
          This class provides a factory for the 'stroke-linejoin' property values.
 class StrokeMiterlimitFactory
          This class provides a factory for the 'stroke-miterlimit' property values.
 class StrokeWidthFactory
          This class provides a factory for the 'stroke-width' property.
 class SVGColorFactory
          This class provides a factory for values of color type.
 class SVGFontSizeFactory
          This class provides a factory for the 'font-size' property.
 class TextAnchorFactory
          This class provides a factory for the 'text-anchor' property values.
 class TextRenderingFactory
          This class provides a factory for the 'text-rendering' property values.
 class WritingModeFactory
          This class provides a factory for the 'alignment-baseline' property values.
 

Fields in org.apache.batik.css.svg declared as ValueFactory
protected  ValueFactory MarkerShorthandFactory.markerEndFactory
          The marker-end factory.
protected  ValueFactory MarkerShorthandFactory.markerMidFactory
          The marker-mid factory.
protected  ValueFactory MarkerShorthandFactory.markerStartFactory
          The marker-start factory.
protected  ValueFactory StrokeDasharrayFactory.NUMBER_FACTORY
          The numbers factory.
 

Constructors in org.apache.batik.css.svg with parameters of type ValueFactory
SVGCSSValue(ValueFactory vf, ImmutableValue v)
          Creates a new CSS value.
 

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

Classes in org.apache.batik.css.value that implement ValueFactory
 class AbstractIdentifierFactory
          This class provides a factory for the property with support for identifier values.
 class AbstractLengthFactory
          This class provides a factory for CSS lengths.
 class AbstractRectFactory
          This class provides a factory for 'rect' shapes.
 class AbstractRGBColorFactory
          This class provides a factory for CSS RGBColor.
protected  class AbstractRGBColorFactory.ColorComponentFactory
          To manage color component values.
 class AbstractValueFactory
          This class provides a base implementation for every value factories.
protected  class AbstractValueFactory.StringFactory
          To create string values.
protected  class AbstractValueFactory.URIFactory
          To manage the uri values.
 class ClipFactory
          This class provides a factory for 'clip' propery values.
 class ColorFactory
          This class provides a factory for the 'color'-like CSS properties.
 class CursorFactory
          This class provides a factory for the 'cursor' property values.
protected  class CursorFactory.IdentifierFactory
          To manage the identifier values.
 class DirectionFactory
          This class provides a factory for the 'direction' property values.
 class DisplayFactory
          This class provides a factory for the 'display' property values.
 class FontFamilyFactory
          This class provides a factory for the 'font-family' property values.
protected  class FontFamilyFactory.IdentFactory
          This class provides a factory for the identifiers of the list.
 class FontSizeAdjustFactory
          This class provides a factory for 'font-size-adjust' property values..
 class FontSizeFactory
          This class provides a factory for the 'font-size' property value..
 class FontStretchFactory
          This class provides a factory for the 'font-stretch' property values.
 class FontStyleFactory
          This class provides a factory for the 'font-style' property values.
 class FontVariantFactory
          This class provides a factory for the 'font-variant' property values.
 class FontWeightFactory
          This class provides a factory for the 'font-weight' property values.
 class LengthFactory
          This class provides a factory for CSS lengths.
 class OverflowFactory
          This class provides a factory for the 'overflow' property values.
 class SpacingFactory
          This class provides a factory for CSS spacing properties.
 class TextDecorationFactory
          This class provides a factory for the 'text-decoration' property values.
protected  class TextDecorationFactory.IdentFactory
          This class provides a factory for the identifiers of the list.
 class UnicodeBidiFactory
          This class provides a factory for the 'unicode-bidi' property values.
 class VisibilityFactory
          This class provides a factory for the 'visibility' property values.
 

Fields in org.apache.batik.css.value declared as ValueFactory
 ValueFactory ColorFactory.RGB_FACTORY
          The color component factory.
protected  ValueFactory CursorFactory.uriFactory
          The URI factory.
protected  ValueFactory CursorFactory.identFactory
          The identifier factory.
protected  ValueFactory FontFamilyFactory.stringFactory
          The string factory.
 

Methods in org.apache.batik.css.value that return ValueFactory
 ValueFactory CommonValueFactoryMap.get(java.lang.String property)
          Returns the PropertyHandler object associated with the given property.
 ValueFactory ValueFactoryMap.get(java.lang.String property)
          Returns the ValueFactory object associated with the given property.
 

Methods in org.apache.batik.css.value with parameters of type ValueFactory
 void CommonValueFactoryMap.put(java.lang.String property, ValueFactory factory)
          Associates the given the ValueFactory with the given property.
 

Uses of ValueFactory in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg with parameters of type ValueFactory
 void ExtensibleSVGDOMImplementation.registerCustomCSSValueFactory(ValueFactory vf)
          Allows the user to register a new CSS value factory.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.