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

Packages that use PropertyMap
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 PropertyMap in org.apache.batik.css
 

Fields in org.apache.batik.css declared as PropertyMap
protected  PropertyMap CSSOMStyleDeclaration.properties
          The properties.
protected  PropertyMap CSSOMStyleDeclaration.oldProperties
          The old properties.
 

Constructors in org.apache.batik.css with parameters of type PropertyMap
PropertyMap(PropertyMap t)
          Creates a copy of the given PropertyMap object.
 

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

Fields in org.apache.batik.css.svg declared as PropertyMap
protected static PropertyMap AlignmentBaselineFactory.values
          The identifier values.
protected static PropertyMap EnableBackgroundFactory.values
          The identifier values.
protected static PropertyMap StrokeLinejoinFactory.values
          The identifier values.
protected static PropertyMap ShapeRenderingFactory.values
          The identifier values.
protected static PropertyMap TextAnchorFactory.values
          The identifier values.
protected static PropertyMap ColorInterpolationFactory.values
          The identifier values.
protected static PropertyMap DominantBaselineFactory.values
          The identifier values.
protected static PropertyMap ColorProfileFactory.values
          The identifier values.
protected static PropertyMap ImageRenderingFactory.values
          The identifier values.
protected static PropertyMap StrokeLinecapFactory.values
          The identifier values.
protected static PropertyMap ColorRenderingFactory.values
          The identifier values.
protected static PropertyMap PointerEventsFactory.values
          The identifier values.
protected static PropertyMap TextRenderingFactory.values
          The identifier values.
protected static PropertyMap FillRuleFactory.values
          The identifier values.
protected static PropertyMap WritingModeFactory.values
          The identifier values.
protected static PropertyMap BaselineShiftFactory.values
          The identifier values.
protected static PropertyMap ClipRuleFactory.values
          The identifier values.
 

Methods in org.apache.batik.css.svg that return PropertyMap
protected  PropertyMap AlignmentBaselineFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap StrokeLinejoinFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap ShapeRenderingFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap TextAnchorFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap ColorInterpolationFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap DominantBaselineFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap ColorProfileFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap ImageRenderingFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap StrokeLinecapFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap ColorRenderingFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap PointerEventsFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap TextRenderingFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap FillRuleFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap WritingModeFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap ClipRuleFactory.getIdentifiers()
          Returns the property map that contains the possible values.
 

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

Fields in org.apache.batik.css.value declared as PropertyMap
protected  PropertyMap ColorFactory.factories
          The identifier factories.
protected static PropertyMap FontSizeFactory.values
          The identifier values.
protected  PropertyMap CommonValueFactoryMap.table
          The implementation of the map.
protected static PropertyMap FontStyleFactory.values
          The identifier values.
protected static PropertyMap FontStretchFactory.values
          The identifier values.
protected static PropertyMap FontWeightFactory.values
          The identifier values.
protected static PropertyMap FontVariantFactory.values
          The identifier values.
protected static PropertyMap CursorFactory.values
          The identifier values.
protected static PropertyMap UnicodeBidiFactory.values
          The identifier values.
protected static PropertyMap VisibilityFactory.values
          The identifier values.
protected static PropertyMap OverflowFactory.values
          The identifier values.
protected static PropertyMap DirectionFactory.values
          The identifier values.
protected static PropertyMap TextDecorationFactory.values
          The identifier values.
protected static PropertyMap DisplayFactory.values
          The identifier values.
protected static PropertyMap FontFamilyFactory.values
          The identifier values.
 

Methods in org.apache.batik.css.value that return PropertyMap
protected abstract  PropertyMap AbstractIdentifierFactory.getIdentifiers()
          Returns the property map that contains the possible values in lower case.
protected  PropertyMap FontStyleFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap FontStretchFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap FontWeightFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap FontVariantFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap CursorFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap UnicodeBidiFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap VisibilityFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap OverflowFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap DirectionFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap TextDecorationFactory.IdentFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap DisplayFactory.getIdentifiers()
          Returns the property map that contains the possible values.
protected  PropertyMap FontFamilyFactory.IdentFactory.getIdentifiers()
          Returns the property map that contains the possible values.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.