Class Series<T extends Series<T>>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Series.PointStyle  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Series​(java.lang.String name)  
    • Field Detail

      • name

        protected java.lang.String name
    • Constructor Detail

      • Series

        protected Series​(java.lang.String name)
    • Method Detail

      • getThis

        protected abstract T getThis()
      • getName

        public java.lang.String getName()
      • setName

        public T setName​(java.lang.String label)
      • getBorderWidth

        public int getBorderWidth()
      • setBorderWidth

        public T setBorderWidth​(int borderWidth)
      • getJsonDataNode

        public com.fasterxml.jackson.databind.node.ObjectNode getJsonDataNode​(com.fasterxml.jackson.databind.ObjectMapper mapper)