Class PlotSymbolFactory

java.lang.Object
noaa.coastwatch.render.PlotSymbolFactory

public class PlotSymbolFactory extends Object
The PlotSymbolFactory class supplies plot symbols for scatter plots and point feature plots.
Since:
3.2.3
Author:
Peter Hollemans
  • Constructor Details

    • PlotSymbolFactory

      public PlotSymbolFactory()
  • Method Details

    • getSymbolNames

      public static Iterator<String> getSymbolNames()
      Gets the list of plot symbol names.
    • create

      public static jahuwaldt.plot.PlotSymbol create(String name)
      Gets a plot symbol.
      Parameters:
      name - the plot symbol name.
      Returns:
      the plot symbol or null if no symbol was found with the specified name. The same plot symbol is returned for any given call to this method, therefore methods should set up the plot symbol prior to rendering.