|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.viz.AbstractEdgeStyler
public abstract class AbstractEdgeStyler
Abstract edge styler that handles the creation of the edge. The edge paint is delegated to a subclass.
Constructor Summary | |
---|---|
AbstractEdgeStyler()
|
Method Summary | |
---|---|
edu.umd.cs.piccolo.nodes.PPath |
createEdge(CGEdge edge,
java.awt.geom.Point2D pt1,
java.awt.geom.Point2D pt2)
Creates a PPath to represent the specified edge. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface anl.aida.viz.EdgeStyler |
---|
getPaint, update |
Constructor Detail |
---|
public AbstractEdgeStyler()
Method Detail |
---|
public edu.umd.cs.piccolo.nodes.PPath createEdge(CGEdge edge, java.awt.geom.Point2D pt1, java.awt.geom.Point2D pt2)
EdgeStyler
createEdge
in interface EdgeStyler
edge
- the edge to reprsent.pt1
- the first end point of the edgept2
- the second end point of the edge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |