Package | Description |
---|---|
org.jdesktop.swingx | |
org.jdesktop.swingx.mapviewer | |
org.jdesktop.swingx.painter |
Modifier and Type | Method and Description |
---|---|
Painter<? super JXMapViewer> |
JXMapViewer.getOverlayPainter()
Gets the current map overlay
|
Modifier and Type | Method and Description |
---|---|
void |
JXMapViewer.setOverlayPainter(Painter<? super JXMapViewer> overlay)
Sets the map overlay.
|
Modifier and Type | Class and Description |
---|---|
class |
WaypointPainter<W extends Waypoint>
Paints waypoints on the JXMapViewer.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPainter<T>
A convenient base class from which concrete
Painter implementations may
extend. |
class |
CompoundPainter<T>
A
Painter implementation composed of an array of Painter s. |
Modifier and Type | Method and Description |
---|---|
Collection<Painter<T>> |
CompoundPainter.getPainters()
Gets the array of painters used by this CompoundPainter
|
Modifier and Type | Method and Description |
---|---|
void |
CompoundPainter.addPainter(Painter<T> painter)
Adds a painter to the queue of painters
|
void |
CompoundPainter.removePainter(Painter<T> painter)
Removes a painter from the queue of painters
|
void |
CompoundPainter.setPainters(Painter<T>... painters)
Sets the array of Painters to use.
|
Modifier and Type | Method and Description |
---|---|
void |
CompoundPainter.setPainters(List<? extends Painter<T>> painters)
Sets the array of Painters to use.
|
Constructor and Description |
---|
CompoundPainter(Painter<T>... painters)
Convenience constructor for creating a CompoundPainter for an array
of painters.
|
Constructor and Description |
---|
CompoundPainter(List<? extends Painter<T>> painters)
Convenience constructor for creating a CompoundPainter for a list
of painters.
|
Copyright © 2013. All Rights Reserved.