|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.j3d.threeD.ui.event.SceneEvent
net.sf.j3d.threeD.ui.event.SceneEditEvent
net.sf.j3d.threeD.ui.event.SurfaceRemoveEvent
public class SurfaceRemoveEvent
A SurfaceRemoveEvent object represents the event of removing a Surface object from the current Scene object.
| Constructor Summary | |
|---|---|
SurfaceRemoveEvent(Surface target)
Constructs a new SurfaceRemoveEvent object using the specified target. |
|
| Method Summary | |
|---|---|
Surface |
getTarget()
Returns the target of this SurfaceRemoveEvent object. |
String |
toString()
Returns "SurfaceRemoveEvent". |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SurfaceRemoveEvent(Surface target)
| Method Detail |
|---|
public Surface getTarget()
getTarget in interface SurfaceEventpublic String toString()
toString in class SceneEditEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||