com.partnersoft.v3x.apps.Redliner
Class RedlineTextCommands

java.lang.Object
  extended by com.partnersoft.v3x.apps.Redliner.RedlineTextCommands

public class RedlineTextCommands
extends java.lang.Object

A factory for RedlineTextCommands. Encapsulates the interactive logic of manipulation of RedlineTexts.


Constructor Summary
RedlineTextCommands()
           
 
Method Summary
static Command createAddTextCommand(java.util.Set redlineBag, Coord3D coords, java.lang.String text, java.lang.String fontSize)
          Returns a command object that, when invoked, adds a new RedlineText to the given bag at the given point with the given text and font size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedlineTextCommands

public RedlineTextCommands()
Method Detail

createAddTextCommand

public static Command createAddTextCommand(java.util.Set redlineBag,
                                           Coord3D coords,
                                           java.lang.String text,
                                           java.lang.String fontSize)
Returns a command object that, when invoked, adds a new RedlineText to the given bag at the given point with the given text and font size.