public interface CanvasCushion
Notice that the content drew by cushion is below elements but over
Background
, that is different from CanvasMarker
which draw content over elements.
TNetwork.addCanvasCushion(CanvasCushion)
Modifier and Type | Method and Description |
---|---|
void |
paint(java.awt.Graphics2D g)
Developers can implements this method to given additional code
to paint more information on the network canvas.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.