|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Graph2DRenderer
Implementations of this interface render a Graph2D object.
Method Summary | |
---|---|
void |
paint(java.awt.Graphics2D gfx,
Graph2D graph)
Renders the given graph2D on the given Graphics2D context. |
void |
paintSloppy(java.awt.Graphics2D gfx,
Graph2D graph)
Renders the given graph2D on the given Graphics2D context. |
Method Detail |
---|
void paint(java.awt.Graphics2D gfx, Graph2D graph)
void paintSloppy(java.awt.Graphics2D gfx, Graph2D graph)
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |