|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use RangeSegmentInterface | |
|---|---|
| com.sas.models | Interfaces and classes for models which may be displayed in various viewers. |
| Uses of RangeSegmentInterface in com.sas.models |
|---|
| Classes in com.sas.models that implement RangeSegmentInterface | |
|---|---|
class |
RangeSegment
A RangeSegment defines one portion of a RangeCollection object. |
| Methods in com.sas.models that return RangeSegmentInterface | |
|---|---|
RangeSegmentInterface |
RangeCollection.getSegment(double value)
Fetch the segment containing the specified value in the rangeCollection. |
abstract RangeSegmentInterface |
RangeCollectionInterface.getSegment(double value)
Fetch the segment at the specified index in the rangeCollection. |
RangeSegmentInterface |
RangeCollection.getSegment(int index)
Fetch the segment at the specified index in the rangeCollection. |
abstract RangeSegmentInterface |
RangeCollectionInterface.getSegment(int index)
Fetch the segment containing the specified value in the rangeCollection. |
| Methods in com.sas.models with parameters of type RangeSegmentInterface | |
|---|---|
void |
RangeCollection.addSegment(RangeSegmentInterface segment)
Add a segment into the rangeCollection. |
abstract void |
RangeCollectionInterface.addSegment(RangeSegmentInterface segment)
Add a segment into the rangeCollection. |
void |
RangeCollection.removeSegment(RangeSegmentInterface segment)
Remove a segment from the rangeCollection. |
abstract void |
RangeCollectionInterface.removeSegment(RangeSegmentInterface segment)
Remove a segment from the rangeCollection. |
| Constructors in com.sas.models with parameters of type RangeSegmentInterface | |
|---|---|
RangeCollection(RangeSegmentInterface[] rangeSegments)
|
|
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||