Class ContourPlot.Legend.LineLabel

java.lang.Object
gov.nih.mipav.model.algorithms.ContourPlot.Legend.LineLabel
Enclosing class:
ContourPlot.Legend

protected static class ContourPlot.Legend.LineLabel extends Object
  • Field Details

    • labelText

      public String labelText
    • thickness

      public double thickness
    • color

      public int color
    • pickColor

      public int pickColor
    • strokePattern

      public int strokePattern
  • Constructor Details

    • LineLabel

      public LineLabel(String labelText, double thickness, int color, int pickColor, int strokePattern)
    • LineLabel

      public LineLabel(String labelText, double thickness, int color, int pickColor)