|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Community | |
|---|---|
| com.micello.mapapi | This package includes the main administrative classes for the Micello Map API. |
| com.micello.mapapi.data | This package includes the classes that control the map data. |
| com.micello.mapapi.render | This package includes the classes for rendering the map. |
| com.micello.mapapi.standard | This package includes the classes to implement high level functions on top of the map control. |
| com.micello.mapapi.store | This package includes the classes for retrieving data from the Micello web service and from persistent storage. |
| Uses of Community in com.micello.mapapi |
|---|
| Methods in com.micello.mapapi with parameters of type Community | |
|---|---|
void |
ErrorMonitor.onCommunityChanged(Community community,
Drawing drawing,
DrawingLevel level,
int flags)
This is part of a listener method to monitor for errors. |
| Uses of Community in com.micello.mapapi.data |
|---|
| Methods in com.micello.mapapi.data that return Community | |
|---|---|
Community |
MapData.getCommunity()
Thie method gets the current community. |
Community |
Drawing.getCommunity()
This method returns the community for the drawing. |
static Community |
Community.load(JSONObject json)
This method loads the from a JSON object. |
| Methods in com.micello.mapapi.data with parameters of type Community | |
|---|---|
void |
MapData.communityLoaded(Community community)
This is an implementation of the CommunityDataListener interface |
void |
CommunityChangedListener.onCommunityChanged(Community community,
Drawing drawing,
DrawingLevel level,
int flags)
This method is called when the community, drawing or level status changes. |
| Uses of Community in com.micello.mapapi.render |
|---|
| Methods in com.micello.mapapi.render with parameters of type Community | |
|---|---|
void |
MapViewRegion.onCommunityChanged(Community comunity,
Drawing drawing,
DrawingLevel level,
int flags)
This is part of the drawing changed listener implementation. |
| Uses of Community in com.micello.mapapi.standard |
|---|
| Methods in com.micello.mapapi.standard with parameters of type Community | |
|---|---|
void |
InfoHelper.onCommunityChanged(Community community,
Drawing drawing,
DrawingLevel level,
int flags)
This is part of the CommunityChangedListener interface. |
| Uses of Community in com.micello.mapapi.store |
|---|
| Methods in com.micello.mapapi.store with parameters of type Community | |
|---|---|
void |
CommunityDataListener.communityLoaded(Community comumnity)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||