com.metsci.glimpse.charts.vector.display
Interface Skin<V extends GeoObject>
- All Known Implementing Classes:
- BasicSkin, DummySkin
public interface Skin<V extends GeoObject>
A skin determines how the enc/dnc vector chart is rendered. Which features
are drawn, color, point size, fill/nofill, stipple/no stipple, stipple pattern, etc.
- Author:
- Cunningham
getHandlersForGeoObject
java.util.List<ContentHandler<V>> getHandlersForGeoObject(V geoObject)
- Given a geo object, method will return a content handler responsible for rendering the object.
reset
void reset()
Copyright © 2012 Metron, Inc.. All Rights Reserved.