A B C D E F G H I J K L M N O P Q R S T U V Z

P

P2DTextPageRenderer - Class in net.nexttext.renderer
 
P2DTextPageRenderer(PApplet) - Constructor for class net.nexttext.renderer.P2DTextPageRenderer
Constructs a P2DTextPageRenderer.
P2DTextPageRenderer(PApplet, PGraphics) - Constructor for class net.nexttext.renderer.P2DTextPageRenderer
Constructs a P2DTextPageRenderer.
P3DTextPageRenderer - Class in net.nexttext.renderer
Renders the text stored in a text page.
P3DTextPageRenderer(PApplet) - Constructor for class net.nexttext.renderer.P3DTextPageRenderer
Constructor.
P3DTextPageRenderer(PApplet, PGraphics) - Constructor for class net.nexttext.renderer.P3DTextPageRenderer
Constructor.
PhysicsAction - Class in net.nexttext.behaviour.physics
Every Action in this package should be a descendant of this class.
PhysicsAction() - Constructor for class net.nexttext.behaviour.physics.PhysicsAction
 
PhysicsFactory - Class in net.nexttext.behaviour.physics
The factory of Physics behaviours.
PhysicsFactory() - Constructor for class net.nexttext.behaviour.physics.PhysicsFactory
 
PI - Static variable in class net.nexttext.FastMath
The value PI as a float.
PlanarEdge - Class in net.nexttext.renderer.util
PlanarEdge.
PlanarVertex - Class in net.nexttext.renderer.util
PlanarVertex.
PLocatableVector - Class in net.nexttext
The PLocatableVector encapsulates a PVector to use as a Locatable object.
PLocatableVector() - Constructor for class net.nexttext.PLocatableVector
Default constructor -- x, y and z gets assigned the value 0 by default.
PLocatableVector(float, float) - Constructor for class net.nexttext.PLocatableVector
Constructs and initialize using xy properties ( z = 0 by default ).
PLocatableVector(float, float, float) - Constructor for class net.nexttext.PLocatableVector
Constructs and initialize using xyz properties.
PLocatableVector(PVector) - Constructor for class net.nexttext.PLocatableVector
Constructs and store pointer to the PVector.
pow(float, float) - Static method in class net.nexttext.FastMath
Returns a number raised to an exponent power.
printEdges() - Method in class net.nexttext.renderer.util.PlanarVertex
Outpot edges.
properties() - Method in class net.nexttext.behaviour.AbstractAction
Exposes this Action's property set.
Property - Class in net.nexttext.property
A property value of a TextObject or Behaviour.
Property() - Constructor for class net.nexttext.property.Property
 
propertyChanged(Property) - Method in interface net.nexttext.property.PropertyChangeListener
 
propertyChanged(Property) - Method in class net.nexttext.property.PVectorListProperty
For interface PropertyChangeListener, called when one of the properties in the list changes.
PropertyChangeListener - Interface in net.nexttext.property
Listeners implemeting this interface can be notified when a property changes and receive a reference to that property.
PropertySet - Class in net.nexttext
The PropertySet encapsulates the named properties of an object.
PropertySet() - Constructor for class net.nexttext.PropertySet
 
pull() - Static method in class net.nexttext.behaviour.dform.DFormFactory
Creates a Pull behaviour that deforms when the left button is pressed and reform when not.
Pull - Class in net.nexttext.behaviour.dform
A DForm which pulls the TextObject towards a target.
Pull(Locatable, float, float) - Constructor for class net.nexttext.behaviour.dform.Pull
Constructor creates a Pull at a target with a certain speed and reach.
Pull(Locatable) - Constructor for class net.nexttext.behaviour.dform.Pull
Constructor creates a Pull at a target with a default speed of 10 and reach of 2.
Pull(float, float, float, float) - Constructor for class net.nexttext.behaviour.dform.Pull
Constructor creates a Pull at x,y.
Pull(float, float) - Constructor for class net.nexttext.behaviour.dform.Pull
Constructor creates a Pull at x,y with a default speed and reach.
Pull(float, float, float) - Constructor for class net.nexttext.behaviour.dform.Pull
Constructor creates a Pull at x,y,z with a default speed and reach.
Pull(float, float, float, float, float) - Constructor for class net.nexttext.behaviour.dform.Pull
Constructor creates a Pull at x,y,z.
Push - Class in net.nexttext.behaviour.physics
This action gives the object a one-time velocity push in a given direction.
Push() - Constructor for class net.nexttext.behaviour.physics.Push
Default constructor.
Push(float, float, float) - Constructor for class net.nexttext.behaviour.physics.Push
 
Push(float, float, float, float) - Constructor for class net.nexttext.behaviour.physics.Push
 
Push(PVector, float) - Constructor for class net.nexttext.behaviour.physics.Push
 
PVectorListProperty - Class in net.nexttext.property
A property for list of PVectors.
PVectorListProperty() - Constructor for class net.nexttext.property.PVectorListProperty
Default constructor.
PVectorProperty - Class in net.nexttext.property
A PVector property of a TextObject or a Behaviour.
PVectorProperty(PVector) - Constructor for class net.nexttext.property.PVectorProperty
Constructor.
PVectorProperty(float, float, float) - Constructor for class net.nexttext.property.PVectorProperty
Creates a PVectorProperty from 3 floats.
PVectorProperty(float, float) - Constructor for class net.nexttext.property.PVectorProperty
Creates a PVectorProperty from 2 float, using 0 as the z coordinate.
PVectorProperty(PVector, PVector) - Constructor for class net.nexttext.property.PVectorProperty
Construct a property with specified original and future values.

A B C D E F G H I J K L M N O P Q R S T U V Z