Package noaa.coastwatch.render
Class PointFeatureSymbol
java.lang.Object
jahuwaldt.plot.PlotSymbol
noaa.coastwatch.render.PointFeatureSymbol
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
DirectionSymbol
,SimpleSymbol
public abstract class PointFeatureSymbol
extends jahuwaldt.plot.PlotSymbol
A
PointFeatureSymbol
is a PlotSymbol
that
may change its rendered appearance slightly depending on the
attributes of the feature that it currently holds.- Since:
- 3.2.0
- Author:
- Peter Hollemans
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected PointFeature
The current point feature to use for rendering. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFeature
(PointFeature feature) Sets the point feature to use for attributes.Methods inherited from class jahuwaldt.plot.PlotSymbol
clone, draw, getBorderColor, getFillColor, getSize, setBorderColor, setFillColor, setSize
-
Field Details
-
feature
The current point feature to use for rendering.
-
-
Constructor Details
-
PointFeatureSymbol
public PointFeatureSymbol()
-
-
Method Details
-
setFeature
Sets the point feature to use for attributes.
-