org.onebusaway.presentation.impl.text
Class TextModifications

java.lang.Object
  extended by org.onebusaway.presentation.impl.text.TextModifications
All Implemented Interfaces:
TextModification

public class TextModifications
extends Object
implements TextModification


Constructor Summary
TextModifications()
           
 
Method Summary
 void addModification(TextModification modification)
           
 String modify(String input)
           
 void setModifications(List<TextModification> modifications)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextModifications

public TextModifications()
Method Detail

setModifications

public void setModifications(List<TextModification> modifications)

addModification

public void addModification(TextModification modification)

modify

public String modify(String input)
Specified by:
modify in interface TextModification


Copyright © 2012 OneBusAway. All Rights Reserved.