|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.geometry.SpatialForm
public class SpatialForm
Base class for every spatial form.
| Constructor Summary | |
|---|---|
SpatialForm()
|
|
| Method Summary | |
|---|---|
protected LocalFrame |
createFrame(String name,
IFrameConnection parentConnection)
Created a frame for given name and connection to the reference frame. |
protected SpatialObject |
getOwnerObject()
Returns the owner object. |
Frame |
getReferenceFrame()
Gets the reference object frame of the spatial form. |
protected void |
setOwnerObject(SpatialObject ownerObject)
Sets the owner object. |
void |
setReferenceFrame(Frame referenceFrame)
Sets the reference object frame of the spatial form. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpatialForm()
| Method Detail |
|---|
public Frame getReferenceFrame()
public void setReferenceFrame(Frame referenceFrame)
referenceFrame - reference object frame
protected LocalFrame createFrame(String name,
IFrameConnection parentConnection)
name - frame nameparentConnection - connection to parent
IllegalStateException - if reference frame is nullprotected SpatialObject getOwnerObject()
SpatialObject.
protected void setOwnerObject(SpatialObject ownerObject)
SpatialObject when form changes in owner object.
ownerObject - owner object of the form
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||