Class InterpolatingVertexSizeTransformer<V>
java.lang.Object
edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer<V>
public class InterpolatingVertexSizeTransformer<V>
extends Object
implements com.google.common.base.Function<V,Integer>
Provides vertex sizes that are spaced proportionally between
min_size and max_size depending on
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInterpolatingVertexSizeTransformer
(com.google.common.base.Function<V, ? extends Number> values, int min_size, int max_size) -
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
-
Field Details
-
min
protected double min -
max
protected double max -
values
-
min_size
protected int min_size -
size_diff
protected int size_diff
-
-
Constructor Details
-
InterpolatingVertexSizeTransformer
-
-
Method Details