org.jfree.data.xy
public interface XYDomainInfo
Since: 1.0.13
Method Summary | |
---|---|
Range | getDomainBounds(List visibleSeriesKeys, boolean includeInterval)
Returns the range of the values in this dataset's domain.
|
Parameters: visibleSeriesKeys the keys of the visible series. includeInterval a flag that determines whether or not the y-interval is taken into account.
Returns: The range (or null
if the dataset contains no
values).