public class AbstractPieItemLabelGenerator extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns an independent copy of the generator.
|
boolean |
equals(Object obj)
Tests the generator for equality with an arbitrary object.
|
String |
getLabelFormat()
Returns the label format string.
|
NumberFormat |
getNumberFormat()
Returns the number formatter.
|
NumberFormat |
getPercentFormat()
Returns the percent formatter.
|
int |
hashCode()
Returns a hash code for this instance.
|
public String getLabelFormat()
null
).public NumberFormat getNumberFormat()
null
).public NumberFormat getPercentFormat()
null
).public boolean equals(Object obj)
public int hashCode()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
- should not happen.Jas4pp 1.5 © Java Analysis Studio for Particle Physics