|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrackPainter | |
---|---|
com.metsci.glimpse.charts.vector.display | |
com.metsci.glimpse.painter.geo | Painters which draw plot elements for creating geographic display. |
com.metsci.glimpse.support.selection | Provides callbacks when selection events occur in
GlimpsePainter s. |
Uses of TrackPainter in com.metsci.glimpse.charts.vector.display |
---|
Methods in com.metsci.glimpse.charts.vector.display that return TrackPainter | |
---|---|
TrackPainter |
GeoContext.getTrackPainter()
|
Constructors in com.metsci.glimpse.charts.vector.display with parameters of type TrackPainter | |
---|---|
GeoContext(GeoProjection projection,
PolygonPainter polyPainter,
TrackPainter trackPainter,
AnnotationPainter annotationPainter)
|
Uses of TrackPainter in com.metsci.glimpse.painter.geo |
---|
Subclasses of TrackPainter in com.metsci.glimpse.painter.geo | |
---|---|
class |
LatLonTrackPainter
A facade over TrackPainter which allows the specification of new track points in lat/lon and automatically uses the provided GeoProjection to convert to
plot coordinates. |
Uses of TrackPainter in com.metsci.glimpse.support.selection |
---|
Constructors in com.metsci.glimpse.support.selection with parameters of type TrackPainter | |
---|---|
SpatialSelectionAxisListener(TrackPainter painter,
SpatialSelectionListener<Point> listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |