|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvMapSegmentStringInterface
This interface defines the methods that must be implemented by any segment string object.
| Method Summary | |
|---|---|
IlvMapSegment |
getSegment(int index)
Retrieves the segment at specified position. |
int |
getSegmentCount()
Returns the number of segments composing this string. |
void |
removeAll()
Removes all the segments contained in this string. |
| Method Detail |
|---|
int getSegmentCount()
IlvMapSegment getSegment(int index)
index - The position of the segment. This index must be between
0 and getSegmentCount() - 1.
void removeAll()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||