|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INumberTickUnit
Title: IJChart
Description: a chart library for the Java(tm) platform.
Calculate the tick unit for chart data.Copyright: Copyright (c) 2013
Company:
| Method Summary | |
|---|---|
java.lang.String[] |
getTickUnits(double minValue,
double maxValue,
int maxCount,
boolean includeZero)
Calculate the tick unit by minimum value,maximum value and tick unit count. |
| Method Detail |
|---|
java.lang.String[] getTickUnits(double minValue,
double maxValue,
int maxCount,
boolean includeZero)
minValue - double
The minimum value.maxValue - double
The maximum value.maxCount - int
The maximum count of tick units (must great than 0).includeZero - boolean
A boolean flag indicates whether or not include zero value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||