|
Chart FX for Java 6.5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SoftwareFX.ChartFX.Map.VisibleMapRegions
public final 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 | |
---|---|
java.util.Enumeration |
elements()
Returns an enumeration of the values in the VisibleMapRegions . |
MapRegion |
getItem(int i)
Returns a selected MapRegion object from the VisibleMapRegions collection. |
boolean |
hasMoreElements()
Tests if this enumeration contains more elements. |
java.lang.Object |
nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
int |
size()
Returns the number of 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 java.util.Enumeration elements()
Returns an enumeration of the values in the VisibleMapRegions . Use the Enumeration methods on the returned object to fetch the elements sequentially.
public MapRegion getItem(int i)
Returns a selected MapRegion object from the VisibleMapRegions collection.
This property is used to access a selected MapRegion object form the VisibleMapRegions collection.
The size()
property may be used to return the total number of MapRegion items in the VisibleMapRegions collection.
The Map.getVisibleMapRegions()
member of the Map class is used to return a VisibleMapRegions collection object.
Map.getVisibleMapRegions()
,
Map
public boolean hasMoreElements()
Tests if this enumeration contains more elements.
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement
in interface java.util.Enumeration
public int size()
Returns the number of elements in this collection.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |