|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwarefx.chartfx.server.maps.VisibleMapRegions
public class VisibleMapRegions
Provides access to the VisibleMapRegions object.
The VisibleMapRegions object returns all the MapRegions which are visible in the map at a current level.
Constructor Summary | |
---|---|
VisibleMapRegions()
|
Method Summary | |
---|---|
MapRegion |
get(int i)
Returns the element at the specified position in the VisibleMapRegions. |
int |
getCount()
Returns the number of visible map regions in the map. |
Iterator<MapRegion> |
iterator()
Returns an iterator over the elements in this collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VisibleMapRegions()
Method Detail |
---|
public MapRegion get(int i)
Returns the element at the specified position in the VisibleMapRegions.
i
- public int getCount()
Returns the number of visible map regions in the map.
This property will return the number of visible regions in the map.
The Map.getVisibleMapRegions()
member of the Map object returns a VisibleMapRegions object.
Map.getVisibleMapRegions()
,
Map
public Iterator<MapRegion> iterator()
Returns an iterator over the elements in this collection.
iterator
in interface Iterable<MapRegion>
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |