|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentHandler | |
---|---|
com.metsci.glimpse.charts.vector.display |
Uses of ContentHandler in com.metsci.glimpse.charts.vector.display |
---|
Classes in com.metsci.glimpse.charts.vector.display that implement ContentHandler | |
---|---|
class |
AnnotationHandler<V extends GeoObject>
This content handler renders text attributes from the GeoObjects. |
class |
DNCAnnotationHandler
This content handler renders text attributes for DNCObjects. |
class |
ENCAnnotationHandler
This content handler renders text attributes for ENCObjects. |
class |
PolygonHandler<V extends GeoObject>
This content handler renders GeoObjects by drawing polygons. |
class |
TrackHandler<V extends GeoObject>
This content handler renders GeoObjects by drawing points and lines. |
Methods in com.metsci.glimpse.charts.vector.display that return ContentHandler | |
---|---|
ContentHandler<ENCObject> |
ENCBasicSkinHelper.createAnnotationPainterSpec(AnnotationPainterSpec annotationSpec)
|
ContentHandler<DNCObject> |
DNCBasicSkinHelper.createAnnotationPainterSpec(AnnotationPainterSpec annotationSpec)
|
ContentHandler<V> |
BasicSkinHelper.createAnnotationPainterSpec(AnnotationPainterSpec annotationSpec)
Returns a ContentHandler |
ContentHandler<V> |
DummySkin.getHandlerForShape(V geoObject,
ENCShape shape,
int shapeIndex)
|
Methods in com.metsci.glimpse.charts.vector.display that return types with arguments of type ContentHandler | |
---|---|
java.util.List<ContentHandler<V>> |
Skin.getHandlersForGeoObject(V geoObject)
Given a geo object, method will return a content handler responsible for rendering the object. |
java.util.List<ContentHandler<V>> |
DummySkin.getHandlersForGeoObject(V geoObject)
|
java.util.List<ContentHandler<V>> |
BasicSkin.getHandlersForGeoObject(V geoObject)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |