com.vp.plugin.diagram
Class AbstractShapeController

java.lang.Object
  extended bycom.vp.plugin.diagram.AbstractShapeController
All Implemented Interfaces:
VPShapeController

public abstract class AbstractShapeController
extends java.lang.Object
implements VPShapeController


Constructor Summary
AbstractShapeController()
           
 
Method Summary
 boolean contains(int x, int y, VPShapeInfo aShapeInfo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.vp.plugin.diagram.VPShapeController
drawShape
 

Constructor Detail

AbstractShapeController

public AbstractShapeController()
Method Detail

contains

public boolean contains(int x,
                        int y,
                        VPShapeInfo aShapeInfo)
Specified by:
contains in interface VPShapeController