|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ants.core.Thing | +--ants.move.core.models.simulation3D.Simulation3DModel
Implementation of Simulation3D Model.
Constructor Summary | |
Simulation3DModel()
Sole & void constructor. |
Method Summary | |
void |
addSimulation3DListener(Simulation3DListener sList)
Add new Simulation 3d listener |
void |
destroy()
Destroy method |
void |
firstS3D()
Display first Simulation3D. |
java.lang.String |
getCurrent3DSlide()
Return Url of current Simulation3D |
ants.core.Thing |
getS3DThing()
Get simulation3D thing instance |
java.lang.String |
getScale()
Get simulation3D scale factor by coordinate |
java.lang.String |
getTranslation()
Get 3D Simulation Translation factor by coordinate. |
java.lang.String |
getType()
Tool type |
void |
init()
Initialize Model |
void |
lastS3D()
Display last Simulation3D. |
void |
load3dSimulation(java.lang.String thingKey)
|
void |
moveS3D(java.lang.String values)
Remotely move 3D Simulation. |
void |
nextS3D()
Display next Simulation3D. |
void |
prevS3D()
Display previous Simulation3D. |
void |
propertyChange(ants.core.PropertyChangeEvent evt)
Method triggered in response to a property change. |
void |
removeS3D()
Remotely remove 3D Simulation. |
void |
removeSimulation3DListener(Simulation3DListener sList)
Remove simulation3d listener |
void |
scaleS3D(java.lang.String values)
Remotely scale 3D Simulation. |
void |
setS3DThing(java.lang.String thingKey)
Set new Simulation3D set in tool |
void |
setScale(java.lang.String values)
Set new scale value |
void |
setTranslation(java.lang.String values)
Set new translation value |
Methods inherited from class ants.core.Thing |
addPropertyChangeListener, addTokenToProperty, eventArrived, getContext, getDescription, getIndexedProperty, getIndexedProperty, getIndexedPropertyNames, getIndexedPropertySize, getName, getPlace, getProperty, getPropertyNames, getThingGateway, getThingId, incrementProperty, init, removePropertyChangeListener, setProperty, triggerEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Simulation3DModel()
Method Detail |
public void init()
init
in class ants.core.Thing
public void addSimulation3DListener(Simulation3DListener sList)
sList
- Class that implements Simulation3DListener interfacepublic void removeSimulation3DListener(Simulation3DListener sList)
sList
- Class that implements Simulation3DListener interfacepublic void setS3DThing(java.lang.String thingKey)
thingKey
- public ants.core.Thing getS3DThing()
public void load3dSimulation(java.lang.String thingKey)
public void removeS3D()
public void moveS3D(java.lang.String values)
values
- translation "x y z" stringpublic void scaleS3D(java.lang.String values)
values
- scale "x y z" stringpublic void firstS3D()
public void prevS3D()
public void nextS3D()
public void lastS3D()
public java.lang.String getCurrent3DSlide()
public void propertyChange(ants.core.PropertyChangeEvent evt)
ants.core.PropertyChangeListener
propertyChange
in interface ants.core.PropertyChangeListener
ants.core.PropertyChangeListener
public java.lang.String getTranslation()
public java.lang.String getScale()
public void setTranslation(java.lang.String values)
values
- String "x y z"public void setScale(java.lang.String values)
values
- String "x y z"public java.lang.String getType()
getType
in class ants.core.Thing
public void destroy()
destroy
in class ants.core.Thing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |