com.partnersoft.v3x.apps.Redliner
Class RedlineLinetypes

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

public class RedlineLinetypes
extends java.lang.Object

Linetypes used in the Redliner.


Field Summary
protected static java.lang.String packageName
           
 
Constructor Summary
RedlineLinetypes()
           
 
Method Summary
static FormattedLineDrawer getDrawerFor(Linetype linetype)
           
static Linetype getLinetype(java.lang.String linetypeName)
           
static java.util.Iterator listLinetypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packageName

protected static java.lang.String packageName
Constructor Detail

RedlineLinetypes

public RedlineLinetypes()
Method Detail

getLinetype

public static Linetype getLinetype(java.lang.String linetypeName)

listLinetypes

public static java.util.Iterator listLinetypes()

getDrawerFor

public static FormattedLineDrawer getDrawerFor(Linetype linetype)