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