|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Edge weight attributes.
A layout algorithm, that considers edge weights, generally tries to keep heavy, or important, edges straight and short.
Field Summary | |
static EdgeWeightAttr |
DEFAULT
Default edge weight attributes. |
static GraphLayoutAttrBuilderFactory |
DEFAULT_BUILDER_FACTORY
Default edge weight attribute builder factory. |
static double |
DEFAULT_EDGE_WEIGHT
The default weight of an edge is 1.0 . |
static java.lang.Object |
KEY_EDGE_WEIGHT
Key for textual attribute representation. |
Method Summary | |
double |
edgeWeight(java.lang.Object edge)
Weight of the given edge. |
Field Detail |
public static final java.lang.Object KEY_EDGE_WEIGHT
Key for textual attribute representation.
public static final double DEFAULT_EDGE_WEIGHT
The default weight of an edge is 1.0
.
public static final EdgeWeightAttr DEFAULT
Default edge weight attributes.
public static final GraphLayoutAttrBuilderFactory DEFAULT_BUILDER_FACTORY
Default edge weight attribute builder factory.
Method Detail |
public double edgeWeight(java.lang.Object edge)
Weight of the given edge.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |