public interface IlvMapSegmentStringInterface
Modifier and Type | Method and Description |
---|---|
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.
|
int getSegmentCount()
IlvMapSegment getSegment(int index)
index
- The position of the segment. This index must be between
0
and getSegmentCount() - 1
.void removeAll()
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.