com.partnersoft.v3x.apps.Staker.domain
Class SpanLinetypes

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.domain.SpanLinetypes

public class SpanLinetypes
extends java.lang.Object

Linetypes used to draw Spans.


Constructor Summary
SpanLinetypes()
           
 
Method Summary
static java.lang.String getDefaultLinetypeName()
           
static FormattedLineDrawer getDrawerFor(Linetype linetype)
           
static FormattedLineDrawer getDrawerFor(java.lang.String linetypeName)
           
static Linetype getErrorLinetype()
           
static Linetype getLinetype(java.lang.String linetypeName)
           
static java.util.ArrayList getLinetypeList()
           
static boolean linetypeExists(java.lang.String linetypeName)
           
static java.util.Map linetypes()
           
static java.util.Iterator listLinetypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanLinetypes

public SpanLinetypes()
Method Detail

linetypes

public static java.util.Map linetypes()

linetypeExists

public static boolean linetypeExists(java.lang.String linetypeName)

getDefaultLinetypeName

public static java.lang.String getDefaultLinetypeName()

getErrorLinetype

public static Linetype getErrorLinetype()

getLinetype

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

listLinetypes

public static java.util.Iterator listLinetypes()

getLinetypeList

public static java.util.ArrayList getLinetypeList()

getDrawerFor

public static FormattedLineDrawer getDrawerFor(Linetype linetype)

getDrawerFor

public static FormattedLineDrawer getDrawerFor(java.lang.String linetypeName)