|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BinSequence
The BinSequence object serves a two-fold purpose. First, it is used by the Histogram object to map incoming Elements to Bins. Second, it is used to generate a sequence of Bins for use in displaying results for a Report.
| Method Summary | |
|---|---|
Bin |
getBin(Element element)
Map an Element to a Bin. |
Bin[] |
getBins(Element minElement,
Element maxElement)
Get a sequence of Bins. |
Bin[] |
getBins(Element minElement,
Element maxElement,
boolean containsMin,
boolean containsMax)
Get a sequence of Bins. |
Bin |
getNext(Bin bin)
Get the next Bin in the sequence. |
| Method Detail |
|---|
Bin getBin(Element element)
element - The element to be mapped to a Bin
Bin getNext(Bin bin)
bin - The current Bin
Bin[] getBins(Element minElement,
Element maxElement)
minElement - An element that should be contained in the first Bin.maxElement - An element that should be contained in the last Bin.
Bin[] getBins(Element minElement,
Element maxElement,
boolean containsMin,
boolean containsMax)
minElement - An element that defines the first Bin.maxElement - An element that defines the last Bin.containsMin - Should the list contain the first Bin?containsMax - Should the list contain the last Bin?
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||