Package | Description |
---|---|
prefuse.action.layout.graph |
Action modules for computing the layout of graph or tree structured data.
|
prefuse.render |
Interfaces and modules for rendering VisualItems into a graphics context.
|
prefuse.visual.tuple |
Implementations of VisualItem types and backing TupleManager
instances.
|
Modifier and Type | Method and Description |
---|---|
void |
FruchtermanReingoldLayout.calcAttraction(EdgeItem e) |
protected float |
ForceDirectedLayout.getSpringCoefficient(EdgeItem e)
Get the spring coefficient for the given edge, which controls the
tension or strength of the spring.
|
protected float |
ForceDirectedLayout.getSpringLength(EdgeItem e)
Get the spring length for the given edge.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EdgeRenderer.getCurveControlPoints(EdgeItem eitem,
java.awt.geom.Point2D[] cp,
double x1,
double y1,
double x2,
double y2)
Determines the control points to use for cubic (Bezier) curve edges.
|
Modifier and Type | Class and Description |
---|---|
class |
TableEdgeItem
EdgeItem implementation that used data values from a backing
VisualTable of edges.
|
Copyright ? 2013 Regents of the University of California