Search this API

y.view
Interface GenericNodeRealizer.HotSpotPainter

All Known Implementing Classes:
AbstractCustomHotSpotPainter
Enclosing class:
GenericNodeRealizer

public static interface GenericNodeRealizer.HotSpotPainter

This interface is used by GenericNodeRealizer to delegate the work of the GenericNodeRealizer.paintHotSpots(Graphics2D) method to. Classes implementing this interface should query the given context NodeRealizer for the necessary information each time the methods are called since they will be shared instances for multiple GenericNodeRealizer instances.

 

Method Summary
 void paintHotSpots(NodeRealizer context, java.awt.Graphics2D graphics)
          Used as a callback for the GenericNodeRealizer.paintHotSpots(Graphics2D) method.
 

Method Detail

paintHotSpots

void paintHotSpots(NodeRealizer context,
                   java.awt.Graphics2D graphics)
Used as a callback for the GenericNodeRealizer.paintHotSpots(Graphics2D) method.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.