Package org.eclipse.nebula.cwt.svg
Class SvgStyle
- java.lang.Object
-
- org.eclipse.nebula.cwt.svg.SvgElement
-
- org.eclipse.nebula.cwt.svg.SvgStyle
-
class SvgStyle extends SvgElement
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>
styles
-
Constructor Summary
Constructors Constructor Description SvgStyle(SvgContainer container)
-
Method Summary
-
Methods inherited from class org.eclipse.nebula.cwt.svg.SvgElement
getAncestry, getContainer, getElement, getFragment, getId, getViewport, setContainer
-
-
-
-
Constructor Detail
-
SvgStyle
SvgStyle(SvgContainer container)
-
-