public class FRPlacement<V,E> extends Object implements VertexPlacement<V,E>
| Constructor and Description |
|---|
FRPlacement() |
FRPlacement(double k) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistanceIgnoreFactor() |
Double |
getHeight() |
org.slf4j.Logger |
getLogger() |
Double |
getWidth() |
void |
place(edu.uci.ics.jung.graph.Graph<V,E> g,
Map<V,VisualItem> vertexMap) |
void |
setCoolDownFactor(double coolDownFactor) |
void |
setDistanceIgnoreFactor(double distanceIgnoreFactor) |
void |
setEdgeStrengthTransformer(org.apache.commons.collections15.Transformer<E,Double> edgeStrengthTransformer) |
void |
setEdgeWeightTransformer(org.apache.commons.collections15.Transformer<E,Double> edgeWeightTransformer) |
void |
setHeight(Double height) |
void |
setK(double k) |
void |
setMaxDecreaseInRow(int maxDecreaseInRow) |
void |
setWidth(Double width) |
public final org.slf4j.Logger getLogger()
public final void setEdgeStrengthTransformer(org.apache.commons.collections15.Transformer<E,Double> edgeStrengthTransformer)
public final void setEdgeWeightTransformer(org.apache.commons.collections15.Transformer<E,Double> edgeWeightTransformer)
public final void setDistanceIgnoreFactor(double distanceIgnoreFactor)
public final double getDistanceIgnoreFactor()
public final void setMaxDecreaseInRow(int maxDecreaseInRow)
public final void setCoolDownFactor(double coolDownFactor)
public final void setK(double k)
public final Double getWidth()
public final Double getHeight()
public final void setHeight(Double height)
public final void setWidth(Double width)
public final void place(edu.uci.ics.jung.graph.Graph<V,E> g, Map<V,VisualItem> vertexMap) throws PlacementException
place in interface VertexPlacement<V,E>PlacementExceptionCopyright © 2013 dontdrinkandroot. All Rights Reserved.