Uses of Class
org.pentaho.reporting.libraries.xmlns.common.AttributeMap
-
Packages that use AttributeMap Package Description org.pentaho.reporting.libraries.xmlns.common -
-
Uses of AttributeMap in org.pentaho.reporting.libraries.xmlns.common
Methods in org.pentaho.reporting.libraries.xmlns.common that return AttributeMap Modifier and Type Method Description AttributeMap<T>AttributeMap. clone()Creates a copy of this map.Methods in org.pentaho.reporting.libraries.xmlns.common with parameters of type AttributeMap Modifier and Type Method Description voidAttributeMap. putAll(AttributeMap<T> attributeMap)Constructors in org.pentaho.reporting.libraries.xmlns.common with parameters of type AttributeMap Constructor Description AttributeMap(AttributeMap copy)Creates a new attribute map using the given parameter as source for the initial values.
-