http://www.jpicedt.org

jpicedt.graphic.view
Class HitInfo.HighlighterStroke

java.lang.Object
  extended by jpicedt.graphic.view.HitInfo.AbstractHitInfo
      extended by jpicedt.graphic.view.HitInfo.Stroke
          extended by jpicedt.graphic.view.HitInfo.HighlighterStroke
All Implemented Interfaces:
HitInfo
Enclosing interface:
HitInfo

public static class HitInfo.HighlighterStroke
extends HitInfo.Stroke

Represent a hit that occured on the stroke of a highlighter (eg tangents of a PicSmoothPolygon). It includes information as of which stroke segment was hit (this may be used by the UI to know where to add new points).


Nested Class Summary
 
Nested classes/interfaces inherited from interface jpicedt.graphic.view.HitInfo
HitInfo.AbstractHitInfo, HitInfo.Composite, HitInfo.EnvelopeStroke, HitInfo.HighlighterStroke, HitInfo.Interior, HitInfo.InverseZOrderingComparator, HitInfo.List, HitInfo.Point, HitInfo.Stroke, HitInfo.Text
 
Field Summary
 
Fields inherited from class jpicedt.graphic.view.HitInfo.AbstractHitInfo
clickedObject, mouseEvent
 
Constructor Summary
HitInfo.HighlighterStroke(Element clicked, int clickedSegment, PEMouseEvent mouseEvent)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class jpicedt.graphic.view.HitInfo.Stroke
getClickedSegment
 
Methods inherited from class jpicedt.graphic.view.HitInfo.AbstractHitInfo
append, getMouseEvent, getTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HitInfo.HighlighterStroke

public HitInfo.HighlighterStroke(Element clicked,
                                 int clickedSegment,
                                 PEMouseEvent mouseEvent)
Method Detail

toString

public String toString()
Overrides:
toString in class HitInfo.Stroke

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org