public interface SVGDescriptor
GraphicContext
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getAttributeMap(java.util.Map attrMap) |
java.util.List |
getDefinitionSet(java.util.List defSet) |
java.util.Map getAttributeMap(java.util.Map attrMap)
attrMap
- if not null, attribute name/value pairs
for this descriptor should be written in this Map.
Otherwise, a new Map will be created and attribute
name/value pairs will be written into it.java.util.List getDefinitionSet(java.util.List defSet)
defSet
- if not null, definitions required to provide
targets for the descriptor attribute values will be
copied into defSet. If null, a new Set should be created
and definitions copied into it. The set contains
zero, one or more Elements.Copyright © 2022 Apache Software Foundation. All Rights Reserved.