java.lang.Object | |
↳ | org.jfree.chart.labels.StandardCrosshairLabelGenerator |
A default label generator.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance with default attributes.
| |||||||||||
Creates a new instance with the specified attributes.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tests this generator for equality with an arbitrary object.
| |||||||||||
Returns a string that can be used as the label for a crosshair.
| |||||||||||
Returns the label template string.
| |||||||||||
Returns the number formatter.
| |||||||||||
Returns a hash code for this instance.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new instance with default attributes.
Creates a new instance with the specified attributes.
labelTemplate | the label template (null not
permitted). |
---|---|
numberFormat | the number formatter (null not
permitted).
|
Tests this generator for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Returns a string that can be used as the label for a crosshair.
crosshair | the crosshair (null not permitted). |
---|
null
).
Returns the label template string.
null
).
Returns the number formatter.
null
).
Returns a hash code for this instance.