|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.javagl.swogl.PickingInfo
public class PickingInfo
This class stores information about a picked component. Instances
of this class may be obtained from an IntersectionInfo
.
Method Summary | |
---|---|
javax.swing.JComponent |
getComponent()
Returns the component that has been picked |
java.awt.Point |
getPoint()
Returns a copy of the point where the component was hit |
java.lang.String |
toString()
Returns a String representation of this PickingInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public javax.swing.JComponent getComponent()
public java.awt.Point getPoint()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |