Uses of Class
net.nexttext.property.PVectorProperty

Packages that use PVectorProperty
net.nexttext   
net.nexttext.behaviour.physics   
net.nexttext.property   
 

Uses of PVectorProperty in net.nexttext
 

Methods in net.nexttext that return PVectorProperty
 PVectorProperty TextPage.getPosition()
          A getter for the standard "Position" property.
 PVectorProperty TextObject.getPosition()
          A getter for the standard "Position" property.
 PVectorProperty TextPage.getRotation()
          A getter for the standard "Rotation" property.
 

Uses of PVectorProperty in net.nexttext.behaviour.physics
 

Methods in net.nexttext.behaviour.physics that return PVectorProperty
 PVectorProperty PhysicsAction.getVelocity(TextObject to)
           
 

Uses of PVectorProperty in net.nexttext.property
 

Methods in net.nexttext.property that return PVectorProperty
 PVectorProperty PVectorProperty.clone()
           
 

Methods in net.nexttext.property that return types with arguments of type PVectorProperty
 java.util.Iterator<PVectorProperty> PVectorListProperty.iterator()
          Returns an iterator for the list of PVectorProperty objects.
 

Methods in net.nexttext.property with parameters of type PVectorProperty
 void PVectorListProperty.add(int position, PVectorProperty v1)
          Adds a PVectorProperty object at the specified position in the list.
 void PVectorListProperty.add(PVectorProperty v1)
          Adds a PVectorProperty object to the list.