|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jpicedt.graphic.view.HitInfo.AbstractHitInfo 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 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.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()
|
String |
toString()
|
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 |
---|
public HitInfo.Text(TextEditable clickedObject, TextHitInfo thi, PEMouseEvent mouseEvent)
HitInfo.Text
that occured on the given
TextEditable
, fetching useful information from the
given TextHitInfo
.
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 |