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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • styles

      java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> styles
  • Constructor Details