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

O

ObjectNotFoundException - Exception in net.nexttext
This exception is thrown whenever an object was expect to be part of a list but isnt there.
ObjectNotFoundException(String) - Constructor for exception net.nexttext.ObjectNotFoundException
 
OnButtonDepressed - Class in net.nexttext.behaviour.control
A Condition which is true when a mouse button is depressed.
OnButtonDepressed(Mouse, int, Action, Action) - Constructor for class net.nexttext.behaviour.control.OnButtonDepressed
 
OnCollision - Class in net.nexttext.behaviour.control
This control applies an Action when an object overlaps with another object.
OnCollision(Action) - Constructor for class net.nexttext.behaviour.control.OnCollision
Creates an OnCollision which applies the specified Action to every object that are being collided with.
OnDrag - Class in net.nexttext.behaviour.control
A Condition which is true when the TextObject is being dragged by the mouse.
OnDrag(Action) - Constructor for class net.nexttext.behaviour.control.OnDrag
Creates an OnDrag which performs the given Action when the mouse button 1 is pressed.
OnDrag(Action, Action) - Constructor for class net.nexttext.behaviour.control.OnDrag
Creates an OnDrag which performs one of the given Actions, depending on whether or not the mouse button 1 is pressed.
OnDrag(int, Action) - Constructor for class net.nexttext.behaviour.control.OnDrag
Creates an OnDrag which performs the given Action when the selected mouse button is pressed.
OnDrag(int, Action, Action) - Constructor for class net.nexttext.behaviour.control.OnDrag
Creates an OnDrag which performs one of the given Actions, depending on whether or not the selected mouse button is pressed.
ONE_THIRD - Static variable in class net.nexttext.FastMath
 
OnMouseDepressed - Class in net.nexttext.behaviour.control
A Condition which is true when a mouse button is down and false when a mouse button is up.
OnMouseDepressed(Action) - Constructor for class net.nexttext.behaviour.control.OnMouseDepressed
Creates an OnMouseDepressed which performs the given Action when the mouse button 1 is pressed.
OnMouseDepressed(Action, Action) - Constructor for class net.nexttext.behaviour.control.OnMouseDepressed
Creates an OnMouseDepressed which performs one of the given Actions, depending on whether or not the mouse button 1 is pressed.
OnMouseDepressed(int, Action) - Constructor for class net.nexttext.behaviour.control.OnMouseDepressed
Creates an OnMouseDepressed which performs the given Action when the selected mouse button is pressed.
OnMouseDepressed(int, Action, Action) - Constructor for class net.nexttext.behaviour.control.OnMouseDepressed
Creates an OnMouseDepressed which performs one of the given Actions, depending on whether or not the selected mouse button is pressed.
OnMouseIn - Class in net.nexttext.behaviour.control
A Condition which is true when the mouse moves over the TextObject i.e.
OnMouseIn(Action) - Constructor for class net.nexttext.behaviour.control.OnMouseIn
Creates an OnMouseIn which performs the given Action when the mouse moves over the TextObject.
OnMouseInApplet - Class in net.nexttext.behaviour.control
A Condition which is true when the mouse moves over the PApplet i.e.
OnMouseInApplet(PApplet, Action) - Constructor for class net.nexttext.behaviour.control.OnMouseInApplet
Creates an OnMouseInApplet which performs the given Action when the mouse moves over the PApplet.
OnMouseOut - Class in net.nexttext.behaviour.control
A Condition which is true when the mouse moves off of the TextObject i.e.
OnMouseOut(Action) - Constructor for class net.nexttext.behaviour.control.OnMouseOut
Creates an OnMouseOut which performs the given Action when the mouse moves off the TextObject.
OnMouseOutApplet - Class in net.nexttext.behaviour.control
A Condition which is true when the mouse moves off the PApplet i.e.
OnMouseOutApplet(PApplet, Action) - Constructor for class net.nexttext.behaviour.control.OnMouseOutApplet
Creates an OnMouseOutApplet which performs the given Action when the mouse moves off of the PApplet.
OnMouseOver - Class in net.nexttext.behaviour.control
A Condition which is true when the mouse is on top of the TextObject and false when it is not.
OnMouseOver(Action) - Constructor for class net.nexttext.behaviour.control.OnMouseOver
Creates an OnMouseOver which performs the given Action when the mouse is over the TextObject.
OnMouseOver(Action, Action) - Constructor for class net.nexttext.behaviour.control.OnMouseOver
Creates an OnMouseOver which performs one of the given Actions, depending on whether or not the mouse is over the TextObject.
OnMouseOverApplet - Class in net.nexttext.behaviour.control
A Condition which is true when the mouse is on top of the PApplet and false when it is not.
OnMouseOverApplet(PApplet, Action) - Constructor for class net.nexttext.behaviour.control.OnMouseOverApplet
Creates an OnMouseOverApplet which performs the given Action when the mouse is over the PApplet.
OnMouseOverApplet(PApplet, Action, Action) - Constructor for class net.nexttext.behaviour.control.OnMouseOverApplet
Creates an OnMouseOverApplet which performs one of the given Actions, depending on whether or not the mouse is over the PApplet.
OnMousePressed - Class in net.nexttext.behaviour.control
A Condition which is true when a mouse button is pressed i.e.
OnMousePressed(Action) - Constructor for class net.nexttext.behaviour.control.OnMousePressed
Creates an OnMousePressed which performs the given Action when the mouse button 1 is pressed.
OnMousePressed(int, Action) - Constructor for class net.nexttext.behaviour.control.OnMousePressed
Creates an OnMousePressed which performs the given Action when the selected mouse button is pressed.
OnMousePressedOver - Class in net.nexttext.behaviour.control
A Condition which is true when a mouse button is pressed over a TextObject i.e.
OnMousePressedOver(Action) - Constructor for class net.nexttext.behaviour.control.OnMousePressedOver
Creates an OnMousePressedOver which performs the given Action when the mouse button 1 is pressed.
OnMousePressedOver(int, Action) - Constructor for class net.nexttext.behaviour.control.OnMousePressedOver
Creates an OnMousePressedOver which performs the given Action when the selected mouse button is pressed.
OnMouseReleased - Class in net.nexttext.behaviour.control
A Condition which is true when a mouse button is released i.e.
OnMouseReleased(Action) - Constructor for class net.nexttext.behaviour.control.OnMouseReleased
Creates an OnMouseReleased which performs the given Action when the mouse button 1 is released.
OnMouseReleased(int, Action) - Constructor for class net.nexttext.behaviour.control.OnMouseReleased
Creates an OnMouseReleased which performs the given Action when the selected mouse button is released.
OnMouseReleasedOver - Class in net.nexttext.behaviour.control
A Condition which is true when a mouse button is released over a TextObject i.e.
OnMouseReleasedOver(Action) - Constructor for class net.nexttext.behaviour.control.OnMouseReleasedOver
Creates an OnMouseReleasedOver which performs the given Action when the mouse button 1 is released.
OnMouseReleasedOver(int, Action) - Constructor for class net.nexttext.behaviour.control.OnMouseReleasedOver
Creates an OnMouseReleasedOver which performs the given Action when the selected mouse button is released.
OpenGLTextPageRenderer - Class in net.nexttext.renderer
Renders the text stored in a TextPage as glyphs.
OpenGLTextPageRenderer(PApplet) - Constructor for class net.nexttext.renderer.OpenGLTextPageRenderer
Builds a TextPageRenderer.
OpenGLTextPageRenderer(PApplet, PGraphics) - Constructor for class net.nexttext.renderer.OpenGLTextPageRenderer
Builds a TextPageRenderer.
OpenGLTextPageRenderer.TessCallback - Class in net.nexttext.renderer
This tesselator callback uses native Processing drawing functions to execute the incoming commands.
OpenGLTextPageRenderer.TessCallback() - Constructor for class net.nexttext.renderer.OpenGLTextPageRenderer.TessCallback
 
outIndex - Variable in class net.nexttext.renderer.util.ClosedPolygon.Distance
 

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