Class FlowSeriesColumn


  • public class FlowSeriesColumn
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()  
      boolean isIngress()  
      void setIngress​(boolean ingress)  
      void setLabel​(java.lang.String label)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlowSeriesColumn

        public FlowSeriesColumn()
      • FlowSeriesColumn

        public FlowSeriesColumn​(java.lang.String label,
                                boolean ingress)
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String label)
      • isIngress

        public boolean isIngress()
      • setIngress

        public void setIngress​(boolean ingress)