Package jpicedt.graphic.view
Class HitInfo.Interior
- java.lang.Object
-
- jpicedt.graphic.view.HitInfo
-
- jpicedt.graphic.view.HitInfo.Interior
-
- Direct Known Subclasses:
HitInfo.Text
- 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/interfaces inherited from class jpicedt.graphic.view.HitInfo
HitInfo.Composite, HitInfo.EnvelopeStroke, HitInfo.HighlighterStroke, HitInfo.Interior, HitInfo.Point, HitInfo.Stroke, HitInfo.Text
-
-
Constructor Summary
Constructors Constructor Description Interior(Element clickedObject, PEMouseEvent mouseEvent)construct a new HitInfo.Interior that occured on the given Element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class jpicedt.graphic.view.HitInfo
getMouseEvent, getTarget
-
-
-
-
Constructor Detail
-
Interior
public Interior(Element clickedObject, PEMouseEvent mouseEvent)
construct a new HitInfo.Interior that occured on the given Element
-
-