de.tuebingen.uni.sfs.dspin.tcf.data
Class TextLayer

java.lang.Object
  extended by de.tuebingen.uni.sfs.dspin.tcf.data.TextLayer

public class TextLayer
extends java.lang.Object


Field Summary
static LayerTag layerTag
           
 
Method Summary
 de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.LayerDescriptor getDescriptor()
           
 LayerTag getLayerTag()
           
 java.lang.String getText()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

layerTag

public static final LayerTag layerTag
Method Detail

getLayerTag

public LayerTag getLayerTag()

getDescriptor

public de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.LayerDescriptor getDescriptor()

getText

public java.lang.String getText()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object