|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EdgeItem | |
|---|---|
| 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. |
| Uses of EdgeItem in prefuse.action.layout.graph |
|---|
| Methods in prefuse.action.layout.graph with parameters of type EdgeItem | |
|---|---|
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. |
| Uses of EdgeItem in prefuse.render |
|---|
| Methods in prefuse.render with parameters of type EdgeItem | |
|---|---|
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. |
| Uses of EdgeItem in prefuse.visual.tuple |
|---|
| Classes in prefuse.visual.tuple that implement EdgeItem | |
|---|---|
class |
TableEdgeItem
EdgeItem implementation that used data values from a backing VisualTable of edges. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||