public abstract class PointFeatureSymbol
extends jahuwaldt.plot.PlotSymbol
PointFeatureSymbol
is a PlotSymbol
that
may change its rendered appearance slightly depending on the
attributes of the feature that it currently holds.Modifier and Type | Field and Description |
---|---|
protected PointFeature |
feature
The current point feature to use for rendering.
|
Constructor and Description |
---|
PointFeatureSymbol() |
Modifier and Type | Method and Description |
---|---|
void |
setFeature(PointFeature feature)
Sets the point feature to use for attributes.
|
protected PointFeature feature
public void setFeature(PointFeature feature)