|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EdgeLayout
An EdgeLayout draws a set of edges onto a Graphics2D object.
Method Summary | |
---|---|
int |
getHeight()
The height of the layout for the last call to layout(java.util.Collection, TokenLayout,
java.awt.Graphics2D) . |
int |
getWidth()
The width of the layout for the last call to layout(java.util.Collection, TokenLayout,
java.awt.Graphics2D) . |
void |
layout(java.util.Collection<Edge> edges,
TokenLayout tokenLayout,
java.awt.Graphics2D g2d)
Draws the edges onto the graphics object. |
Method Detail |
---|
void layout(java.util.Collection<Edge> edges, TokenLayout tokenLayout, java.awt.Graphics2D g2d)
edges
- a set of edges.tokenLayout
- a token layout.g2d
- the graphics object to draw to.int getHeight()
layout(java.util.Collection, TokenLayout,
java.awt.Graphics2D)
.
int getWidth()
layout(java.util.Collection, TokenLayout,
java.awt.Graphics2D)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |