-
public class SegmentBundle extends SeriesBundle<Segment, SegmentFormatter>
Manages the association between a given Segment and the SegmentFormatter that will be used to render it.
-
-
Constructor Summary
Constructors Constructor Description SegmentBundle(Segment series, SegmentFormatter formatter)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
SegmentBundle
SegmentBundle(Segment series, SegmentFormatter formatter)
-
-
-
-