Package gov.nih.mipav.model.algorithms
Class ContourPlot.Legend.ColormapLabel
java.lang.Object
gov.nih.mipav.model.algorithms.ContourPlot.Legend.ColormapLabel
- Enclosing class:
ContourPlot.Legend
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionColormapLabel(String labelText, ContourPlot.ColorMap cmap, boolean vertical, int pickColor) ColormapLabel(String labelText, ContourPlot.ColorMap cmap, boolean vertical, int pickColor, double[] ticks) ColormapLabel(String labelText, ContourPlot.ColorMap cmap, boolean vertical, int pickColor, double[] ticks, String[] ticklabels) -
Method Summary
-
Field Details
-
labelText
-
cmap
-
vertical
public boolean vertical -
pickColor
public int pickColor -
ticks
public double[] ticks -
ticklabels
-
-
Constructor Details
-
ColormapLabel
public ColormapLabel(String labelText, ContourPlot.ColorMap cmap, boolean vertical, int pickColor, double[] ticks, String[] ticklabels) -
ColormapLabel
public ColormapLabel(String labelText, ContourPlot.ColorMap cmap, boolean vertical, int pickColor, double[] ticks) -
ColormapLabel
-