Class ContourPlot.Legend.LineLabel

  • Enclosing class:
    ContourPlot.Legend

    protected static class ContourPlot.Legend.LineLabel
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LineLabel​(java.lang.String labelText, double thickness, int color, int pickColor)  
      LineLabel​(java.lang.String labelText, double thickness, int color, int pickColor, int strokePattern)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • labelText

        public java.lang.String labelText
      • thickness

        public double thickness
      • color

        public int color
      • pickColor

        public int pickColor
      • strokePattern

        public int strokePattern
    • Constructor Detail

      • LineLabel

        public LineLabel​(java.lang.String labelText,
                         double thickness,
                         int color,
                         int pickColor,
                         int strokePattern)
      • LineLabel

        public LineLabel​(java.lang.String labelText,
                         double thickness,
                         int color,
                         int pickColor)