Package gov.nih.mipav.model.algorithms
Class ContourPlot.Legend.GlyphLabel
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.ContourPlot.Legend.GlyphLabel
-
- Enclosing class:
- ContourPlot.Legend
protected static class ContourPlot.Legend.GlyphLabel extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
color
ContourPlot.Glyph
glyph
java.lang.String
labelText
int
pickColor
-
Constructor Summary
Constructors Constructor Description GlyphLabel(java.lang.String labelText, ContourPlot.Glyph glyph, int color, int pickColor)
-
-
-
Field Detail
-
labelText
public java.lang.String labelText
-
glyph
public ContourPlot.Glyph glyph
-
color
public int color
-
pickColor
public int pickColor
-
-
Constructor Detail
-
GlyphLabel
public GlyphLabel(java.lang.String labelText, ContourPlot.Glyph glyph, int color, int pickColor)
-
-