Uses of Class
net.nexttext.TextObjectGlyph

Packages that use TextObjectGlyph
net.nexttext   
net.nexttext.behaviour.dform   
 

Uses of TextObjectGlyph in net.nexttext
 

Methods in net.nexttext that return TextObjectGlyph
 TextObjectGlyph TextObjectGlyphIterator.next()
          Get the next node in the traversal.
 

Methods in net.nexttext that return types with arguments of type TextObjectGlyph
 java.util.HashSet<TextObjectGlyph> SpatialList.getPotentialCollisions(TextObject to)
          Redirects to the proper implementation of getPotentialCollisions based on type (TextObjectGlyph or TextObjectGroup)
 java.util.HashSet<TextObjectGlyph> SpatialList.getPotentialCollisions(TextObjectGlyph to)
          Given a TextObjectGlyph, get a list of objects which's bounding box are overlapping.
 java.util.HashSet<TextObjectGlyph> SpatialList.getPotentialCollisions(TextObjectGroup tog)
          Given a TextObjectGroup, find all the glyphs which's bounding boxes are overlapping with any of the given group's glyphs.
 

Methods in net.nexttext with parameters of type TextObjectGlyph
 void SpatialList.add(TextObjectGlyph to)
          Adds a single TextObjectGlyph to the spatial list
 java.util.HashSet<TextObjectGlyph> SpatialList.getPotentialCollisions(TextObjectGlyph to)
          Given a TextObjectGlyph, get a list of objects which's bounding box are overlapping.
 void SpatialList.remove(TextObjectGlyph to)
          Removes an object from the spatial list
 

Constructors in net.nexttext with parameters of type TextObjectGlyph
TextObjectGlyph(TextObjectGlyph glyph)
          Copy Constructor.
 

Uses of TextObjectGlyph in net.nexttext.behaviour.dform
 

Methods in net.nexttext.behaviour.dform with parameters of type TextObjectGlyph
 Action.ActionResult Throb.behave(TextObjectGlyph to)
           
 Action.ActionResult Scale.behave(TextObjectGlyph to)
           
 Action.ActionResult Reform.behave(TextObjectGlyph to)
           
 Action.ActionResult Pull.behave(TextObjectGlyph to)
           
abstract  Action.ActionResult DForm.behave(TextObjectGlyph to)
          DForms generally just make sense on TextObjectGlyphs.
 Action.ActionResult ChaosPull.behave(TextObjectGlyph to)
           
 Action.ActionResult Blow.behave(TextObjectGlyph to)
           
 PVectorListProperty DForm.getControlPoints(TextObjectGlyph tog)
          The control points used to deform a glyph.