Uses of Interface
org.apache.batik.gvt.GraphicsNodeHitDetector

Packages that use GraphicsNodeHitDetector
org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects.  
 

Uses of GraphicsNodeHitDetector in org.apache.batik.gvt
 

Fields in org.apache.batik.gvt declared as GraphicsNodeHitDetector
protected  GraphicsNodeHitDetector AbstractGraphicsNode.hitDetector
          The hit detector used to filter mouse events.
 

Methods in org.apache.batik.gvt that return GraphicsNodeHitDetector
 GraphicsNodeHitDetector AbstractGraphicsNode.getGraphicsNodeHitDetector()
          Returns the hit detector for this node.
 GraphicsNodeHitDetector GraphicsNode.getGraphicsNodeHitDetector()
          Returns the hit detector for this node.
 

Methods in org.apache.batik.gvt with parameters of type GraphicsNodeHitDetector
 void AbstractGraphicsNode.setGraphicsNodeHitDetector(GraphicsNodeHitDetector hitDetector)
          Sets the hit detector for this node.
 void GraphicsNode.setGraphicsNodeHitDetector(GraphicsNodeHitDetector hitDetector)
          Sets the hit detector for this node.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.