public class Target_packet extends Object
Constructor and Description |
---|
Target_packet() |
Target_packet(cz.cuni.amis.pogamut.base3d.worldview.object.Location targetLocation,
Force_packet force_packet) |
Target_packet(XMLTarget_packet xml_packet) |
Modifier and Type | Method and Description |
---|---|
int |
getAttractiveForce()
Returns the attractive force at the distance 0.
|
int |
getAttractiveForce(double distance) |
Force_packet |
getForce_packet() |
String |
getSpecialText() |
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getTargetLocation() |
XMLTarget_packet |
getXMLProperties() |
void |
setAttractiveForce(int force)
Sets the attractive force at the distance 0.
|
void |
setForce_packet(Force_packet f_packet) |
void |
setTarget_Packet(Target_packet tp) |
void |
setTargetLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location endLocation) |
public Target_packet()
public Target_packet(XMLTarget_packet xml_packet)
public Target_packet(cz.cuni.amis.pogamut.base3d.worldview.object.Location targetLocation, Force_packet force_packet)
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getTargetLocation()
public void setTargetLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location endLocation)
public void setTarget_Packet(Target_packet tp)
public Force_packet getForce_packet()
public void setForce_packet(Force_packet f_packet)
public int getAttractiveForce(double distance)
public void setAttractiveForce(int force)
public int getAttractiveForce()
public String getSpecialText()
public XMLTarget_packet getXMLProperties()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.