Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jpicedt.graphic.view
Class HitInfo.Interior  view HitInfo.Interior download HitInfo.Interior.java

java.lang.Object
  extended byjpicedt.graphic.view.HitInfo
      extended byjpicedt.graphic.view.HitInfo.Interior
Enclosing class:
HitInfo

public static class HitInfo.Interior
extends HitInfo

Represent a Hit that occured on the interior of a Element


Nested Class Summary
 
Nested classes inherited from class jpicedt.graphic.view.HitInfo
HitInfo.Composite, HitInfo.Interior, HitInfo.Point, HitInfo.Stroke
 
Field Summary
 
Fields inherited from class jpicedt.graphic.view.HitInfo
 
Constructor Summary
HitInfo.Interior(jpicedt.graphic.model.Element clickedObject, jpicedt.graphic.event.PEMouseEvent mouseEvent)
          construct a new HitInfo.Interior that occured on the given Element
 
Methods inherited from class jpicedt.graphic.view.HitInfo
getMouseEvent, getTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HitInfo.Interior

public HitInfo.Interior(jpicedt.graphic.model.Element clickedObject,
                        jpicedt.graphic.event.PEMouseEvent mouseEvent)
construct a new HitInfo.Interior that occured on the given Element