Class InterpolatingVertexSizeTransformer<V>
java.lang.Object
edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer<V>
-
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
apply
-
setMinSize
public void setMinSize(int min_size) -
setMaxSize
public void setMaxSize(int max_size)
-