|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.boylesoftware.cb2.util.StatsGraph.ScaleDescriptor
Descriptor of a horizontal scale.
| Field Summary | |
java.text.DateFormat |
dateFormat
Format for scale labels. |
int |
labelWidth
Maximum possible width in pixels of one label. |
long |
stepMs
Scale step in milliseconds. |
| Constructor Summary | |
StatsGraph.ScaleDescriptor(long stepMs,
java.text.DateFormat dateFormat,
int labelWidth)
Constructs a scale descriptor. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final long stepMs
public final java.text.DateFormat dateFormat
public final int labelWidth
| Constructor Detail |
public StatsGraph.ScaleDescriptor(long stepMs,
java.text.DateFormat dateFormat,
int labelWidth)
stepMs - scale step in milliseconds.dateFormat - format for scale labels.labelWidth - maximum possible width in pixels of one label.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||