|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IconPartCollectionEntry | |
|---|---|
| com.bbn.openmap.tools.icon | The icon package is intended to provide the capability to create or fetch icons. |
| Uses of IconPartCollectionEntry in com.bbn.openmap.tools.icon |
|---|
| Subclasses of IconPartCollectionEntry in com.bbn.openmap.tools.icon | |
|---|---|
class |
IconPartCollection
A collection of IconParts, available by name. |
class |
OpenMapAppPartCollection
|
static class |
OpenMapAppPartCollection.OpenMapAppPart
|
static class |
OpenMapAppPartCollection.OpenMapAppPart.Arc
type = Arc2D.OPEN, Arc2D.CHORD, Arc2D.PIE |
static class |
OpenMapAppPartCollection.OpenMapAppPart.Circle
|
static class |
OpenMapAppPartCollection.OpenMapAppPart.Poly
|
| Fields in com.bbn.openmap.tools.icon with type parameters of type IconPartCollectionEntry | |
|---|---|
protected java.util.Map<java.lang.String,IconPartCollectionEntry> |
IconPartCollection.entryMap
|
| Methods in com.bbn.openmap.tools.icon that return types with arguments of type IconPartCollectionEntry | |
|---|---|
protected java.util.Map<java.lang.String,IconPartCollectionEntry> |
IconPartCollection.getEntryMap()
Get the entry Map. |
| Methods in com.bbn.openmap.tools.icon with parameters of type IconPartCollectionEntry | |
|---|---|
void |
IconPartCollection.add(IconPartCollectionEntry entry)
Add an entry to the collection. |
java.lang.Object |
IconPartCollection.remove(IconPartCollectionEntry entry)
Remove an entry from the collection. |
| Method parameters in com.bbn.openmap.tools.icon with type arguments of type IconPartCollectionEntry | |
|---|---|
protected void |
IconPartCollection.setEntryMap(java.util.Map<java.lang.String,IconPartCollectionEntry> map)
Set the entry Map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||