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

T

tan(float) - Static method in class net.nexttext.FastMath
Returns the tangent of a value.
TargetingAction - Interface in net.nexttext.behaviour
A TargetingAction is an Action that uses a target.
TextInternalsRenderer - Class in net.nexttext.renderer
This renderer prints out the internals of the TextPage tree to the console.
TextInternalsRenderer() - Constructor for class net.nexttext.renderer.TextInternalsRenderer
 
TextObject - Class in net.nexttext
An object in the core text data.
TextObjectBuilder - Class in net.nexttext
Factory class used for creating TextObjects and adding them to NextText.
TextObjectBuilder(Book) - Constructor for class net.nexttext.TextObjectBuilder
Instantiates the TextObjectBuilder.
TextObjectBuilder(Book, TextPage) - Constructor for class net.nexttext.TextObjectBuilder
Instantiates the TextObjectBuilder.
TextObjectGlyph - Class in net.nexttext
TextObjectGlyph represents an individual glyph and its vectorial outline in a data structure that is understood by the Renderer.
TextObjectGlyph(String, PFont, float) - Constructor for class net.nexttext.TextObjectGlyph
Default constructor.
TextObjectGlyph(String, PFont, float, PVector) - Constructor for class net.nexttext.TextObjectGlyph
Constructor with a specific position.
TextObjectGlyph(String, PFont, float, Map<String, Property>, PVector) - Constructor for class net.nexttext.TextObjectGlyph
Constructor with extra properties and a specific position.
TextObjectGlyph(TextObjectGlyph) - Constructor for class net.nexttext.TextObjectGlyph
Copy Constructor.
TextObjectGlyphIterator - Class in net.nexttext
A utility class used to traverse the Glyph children of a TextObjectGroup.
TextObjectGroup - Class in net.nexttext
TextObjectGroup is a TextObject which is made up of other TextObjects.
TextObjectGroup() - Constructor for class net.nexttext.TextObjectGroup
Default Constructor.
TextObjectGroup(PVector) - Constructor for class net.nexttext.TextObjectGroup
Creates a new TextObjectGroup at the specified position.
TextObjectGroup(Map<String, Property>, PVector) - Constructor for class net.nexttext.TextObjectGroup
Creates a new TextObjectGroup at the specified position, and with extra properties.
TextObjectIterator - Class in net.nexttext
A utility class used to traverse the children of a TextObjectGroup.
TextObjectRoot - Class in net.nexttext
The TextObjectRoot is just like a regular TextObjectGroup except that it contains a reference to the Book it belongs too.
TextPage - Class in net.nexttext
A page responsible for storing and displaying text
TextPage(Book, TextPageRenderer) - Constructor for class net.nexttext.TextPage
 
TextPageRenderer - Class in net.nexttext.renderer
An interface that represents classes capable of rendering a TextPage in a PApplet.
TextPageRenderer(PApplet) - Constructor for class net.nexttext.renderer.TextPageRenderer
Builds a TextPageRenderer.
TextPageRenderer(PApplet, PGraphics) - Constructor for class net.nexttext.renderer.TextPageRenderer
 
throb() - Static method in class net.nexttext.behaviour.dform.DFormFactory
 
Throb - Class in net.nexttext.behaviour.dform
A DForm which throbs the TextObject.
Throb(float, int) - Constructor for class net.nexttext.behaviour.dform.Throb
 
throwable() - Static method in class net.nexttext.behaviour.physics.PhysicsFactory
 
Timer - Class in net.nexttext.behaviour.control
A Timer executes a given action for an absolute period of time given in seconds.
Timer(Action, float) - Constructor for class net.nexttext.behaviour.control.Timer
Creates a Timer for the given action.
toBuilder - Static variable in class net.nexttext.Book
 
toString() - Method in class net.nexttext.behaviour.AbstractBehaviour
 
toString() - Method in class net.nexttext.behaviour.dform.DFormFactory
 
toString() - Method in class net.nexttext.behaviour.physics.PhysicsFactory
Returns a descriptive name for this factory.
toString() - Method in class net.nexttext.behaviour.standard.StandardFactory
 
toString() - Method in class net.nexttext.CoordinateSystem
 
toString() - Method in class net.nexttext.property.NumberProperty
 
toString() - Method in class net.nexttext.property.PVectorListProperty
 
toString() - Method in class net.nexttext.property.PVectorProperty
Wrapper around toString() function of Vector3 class.
toString() - Method in class net.nexttext.renderer.util.PlanarVertex
 
toString() - Method in class net.nexttext.renderer.util.TriangulationEdge
 
toString() - Method in class net.nexttext.renderer.util.TriangulationVertex
 
toString() - Method in class net.nexttext.TextObject
 
toString() - Method in class net.nexttext.TextObjectGlyph
 
toString() - Method in class net.nexttext.TextObjectGroup
 
Tracker - Class in net.nexttext.behaviour.control
Tracks the TextObjects processed by an action.
Tracker(Action) - Constructor for class net.nexttext.behaviour.control.Tracker
Construct a Tracker for the given Action.
transform(PVector) - Method in class net.nexttext.CoordinateSystem
Takes a vector local to this coordinate system and returns an equivalent vector transformed "out of" this system such that the vector is now relative to the parent system.
transform(Polygon) - Method in class net.nexttext.CoordinateSystem
Transforms a polygon out of this coordinate system.
transformInto(PVector) - Method in class net.nexttext.CoordinateSystem
Transforms a vector from the parent system such that it is now relative to this system.
triangulate() - Method in class net.nexttext.renderer.util.Glyph3D
Triangulate the glyph, but first save the original outline.
triangulate(boolean) - Method in class net.nexttext.renderer.util.Triangulator
Triangulate from a fresh start if cleanrun is true.
triangulate() - Method in class net.nexttext.renderer.util.Triangulator
Triangulate.
TriangulationEdge - Class in net.nexttext.renderer.util
TriangulationEdge.
TriangulationVertex - Class in net.nexttext.renderer.util
Used to do a triangulation of a complex polygon.
TriangulationVertex.VertexType - Enum in net.nexttext.renderer.util
Vertex type enumeration.
Triangulator - Class in net.nexttext.renderer.util
Triangulator.
Triangulator() - Constructor for class net.nexttext.renderer.util.Triangulator
 
TWO_PI - Static variable in class net.nexttext.FastMath
The value 2PI as a float.

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