Class TagStatsView.ValueSourceImpl

    • Field Detail

      • name

        java.lang.String name
      • index

        int index
      • colours

        org.eclipse.swt.graphics.Color[] colours
      • is_up

        boolean is_up
      • is_hover

        private boolean is_hover
      • is_invisible

        private boolean is_invisible
    • Constructor Detail

      • ValueSourceImpl

        private ValueSourceImpl​(TagFeatureRateLimit _tag,
                                java.lang.String _name,
                                int _index,
                                org.eclipse.swt.graphics.Color[] _colours,
                                boolean _is_up)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface ValueSource
      • getLineColor

        public org.eclipse.swt.graphics.Color getLineColor()
        Specified by:
        getLineColor in interface ValueSource
      • setHover

        private void setHover​(boolean h)
      • setVisible

        private void setVisible​(boolean visible)