Package noaa.coastwatch.render
Class PlotSymbolFactory
java.lang.Object
noaa.coastwatch.render.PlotSymbolFactory
The
PlotSymbolFactory
class supplies plot symbols
for scatter plots and point feature plots.- Since:
- 3.2.3
- Author:
- Peter Hollemans
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic jahuwaldt.plot.PlotSymbol
Gets a plot symbol.Gets the list of plot symbol names.
-
Constructor Details
-
PlotSymbolFactory
public PlotSymbolFactory()
-
-
Method Details
-
getSymbolNames
Gets the list of plot symbol names. -
create
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.
-