com.partnersoft.v3x.apps.Redliner
Class RedlineStickerCommands

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

public class RedlineStickerCommands
extends java.lang.Object

A factory for RedlineStickerCommands. Encapsulates the interactive logic of manipulation of RedlineStickers.


Constructor Summary
RedlineStickerCommands()
           
 
Method Summary
static Command createAddStickerCommand(java.util.Set redlineBag, Coord3D coords, java.lang.String linetypeName)
          Returns a command object that, when invoked, adds a new node to the given bag at the given point with the given parent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedlineStickerCommands

public RedlineStickerCommands()
Method Detail

createAddStickerCommand

public static Command createAddStickerCommand(java.util.Set redlineBag,
                                              Coord3D coords,
                                              java.lang.String linetypeName)
Returns a command object that, when invoked, adds a new node to the given bag at the given point with the given parent.