Class NumberFormattingTransformer<T>
java.lang.Object
edu.uci.ics.jung.visualization.decorators.NumberFormattingTransformer<T>
public class NumberFormattingTransformer<T>
extends Object
implements com.google.common.base.Function<T,String>
Transforms inputs to String representations by chaining an input
Number
-generating Function
with an internal
NumberFormat
instance.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNumberFormattingTransformer
(com.google.common.base.Function<T, ? extends Number> values) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals