Package net.sourceforge.plantuml.graphic
Class SvgAttributes
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.SvgAttributes
-
public class SvgAttributes extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SvgAttributes()
SvgAttributes(java.lang.String args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SvgAttributes
add(java.lang.String key, java.lang.String value)
SvgAttributes
add(SvgAttributes toBeAdded)
java.util.Map<java.lang.String,java.lang.String>
attributes()
-
-
-
Method Detail
-
attributes
public java.util.Map<java.lang.String,java.lang.String> attributes()
-
add
public SvgAttributes add(java.lang.String key, java.lang.String value)
-
add
public SvgAttributes add(SvgAttributes toBeAdded)
-
-