| Modifier and Type | Method and Description |
|---|---|
Vector |
Vector.add(Point2D v2) |
Vector |
Vector.divide(double factor) |
Vector |
Vector.getAdded(Point2D v2) |
Vector |
Spline.getEndVector() |
Vector |
Vector.getNormalized() |
Vector |
Vector.getScaled(double factor) |
Vector |
Spline.getStartVector() |
Vector |
Vector.getSubstractedFrom(Point2D v2) |
Vector |
Vector.normalize() |
Vector |
Vector.scale(double factor) |
Vector |
Vector.substract(Point2D v2) |
| Constructor and Description |
|---|
ColoredEdgeItem(E edge,
edu.uci.ics.jung.graph.util.EdgeType edgeType,
Point2D sourcePoint,
Point2D destPoint,
Vector startVector,
Vector endVector,
Path2D path,
org.apache.commons.collections15.Transformer<E,Color> colorTransformer) |
DefaultEdgeItem(T data,
edu.uci.ics.jung.graph.util.EdgeType edgeType,
Point2D sourcePoint,
Point2D destPoint,
Vector startVector,
Vector endVector,
Path2D path) |
| Modifier and Type | Method and Description |
|---|---|
VisualItem |
EdgeFactory.create(E edge,
edu.uci.ics.jung.graph.util.EdgeType edgeType,
Point2D sourcePoint,
Point2D destPoint,
Vector startVector,
Vector endVector,
Path2D path) |
VisualItem |
DefaultEdgeFactory.create(E edge,
edu.uci.ics.jung.graph.util.EdgeType edgeType,
Point2D sourcePoint,
Point2D destPoint,
Vector startVector,
Vector endVector,
Path2D path) |
| Modifier and Type | Method and Description |
|---|---|
Vector |
VertexInfo.getDisp() |
Vector |
VertexInfo.getPos() |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexInfo.setDisp(Vector disp) |
void |
VertexInfo.setPos(Vector pos) |
Copyright © 2013 dontdrinkandroot. All Rights Reserved.