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

    Fields
    Modifier and Type
    Field
    Description
    protected PointFeature
    The current point feature to use for rendering.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the point feature to use for attributes.

    Methods inherited from class jahuwaldt.plot.PlotSymbol

    clone, draw, getBorderColor, getFillColor, getSize, setBorderColor, setFillColor, setSize

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • feature

      protected PointFeature feature
      The current point feature to use for rendering.
  • Constructor Details

    • PointFeatureSymbol

      public PointFeatureSymbol()
  • Method Details

    • setFeature

      public void setFeature(PointFeature feature)
      Sets the point feature to use for attributes.