Class ContourPlot.Legend.GlyphLabel

  • Enclosing class:
    ContourPlot.Legend

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

      Constructors 
      Constructor Description
      GlyphLabel​(java.lang.String labelText, ContourPlot.Glyph glyph, int color, int pickColor)  
    • 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
      • color

        public int color
      • pickColor

        public int pickColor
    • Constructor Detail

      • GlyphLabel

        public GlyphLabel​(java.lang.String labelText,
                          ContourPlot.Glyph glyph,
                          int color,
                          int pickColor)