|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpicedt.graphic.view.HitInfo
jpicedt.graphic.view.HitInfo.Interior
jpicedt.graphic.view.HitInfo.Text
public static class HitInfo.Text
Represent a Hit that occured on some interior area of a TextEditable. This is simply a convenient wrapper for
java.awt.font.TextHitInfo
.
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 | |
---|---|
HitInfo.Text(TextEditable clickedObject,
TextHitInfo thi,
PEMouseEvent mouseEvent)
construct a new HitInfo.Text that occured on the given TextEditable, fetching useful information from the given TextHitInfo. |
Method Summary | |
---|---|
TextHitInfo |
getTextHitInfo()
Returns the java.awt.font.TextHitInfo wrapped into this HitInfo. |
String |
toString()
|
Methods inherited from class jpicedt.graphic.view.HitInfo |
---|
getMouseEvent, getTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HitInfo.Text(TextEditable clickedObject, TextHitInfo thi, PEMouseEvent mouseEvent)
Method Detail |
---|
public TextHitInfo getTextHitInfo()
java.awt.font.TextHitInfo
wrapped into this HitInfo.
public String toString()
toString
in class HitInfo.Interior
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |