getDomainBounds(boolean includeInterval) Returns the range of the values in this dataset's domain.
Parameters: includeInterval - a flag that determines whether or not thex-interval is taken into account.
public double
getDomainLowerBound(boolean includeInterval) Returns the minimum x-value in the dataset.
Parameters: includeInterval - a flag that determines whether or not thex-interval is taken into account.
public double
getDomainUpperBound(boolean includeInterval) Returns the maximum x-value in the dataset.
Parameters: includeInterval - a flag that determines whether or not thex-interval is taken into account.
Returns the range of the values in this dataset's domain.
Parameters: includeInterval - a flag that determines whether or not thex-interval is taken into account. The range.
getDomainLowerBound
public double getDomainLowerBound(boolean includeInterval)(Code)
Returns the minimum x-value in the dataset.
Parameters: includeInterval - a flag that determines whether or not thex-interval is taken into account. The minimum value.
getDomainUpperBound
public double getDomainUpperBound(boolean includeInterval)(Code)
Returns the maximum x-value in the dataset.
Parameters: includeInterval - a flag that determines whether or not thex-interval is taken into account. The maximum value.