Uses of Interface
net.ogdf.ogml.LabelType

Packages that use LabelType
net.ogdf.ogml   
net.ogdf.ogml.impl   
net.ogdf.ogml.util   
 

Uses of LabelType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return LabelType
 LabelType OgmlFactory.createLabelType()
          Returns a new object of class 'Label Type'.
 LabelType DocumentRoot.getLabel()
          Returns the value of the 'Label' containment reference.
 LabelType SourceTargetType.getLabel()
          Returns the value of the 'Label' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type LabelType
 EList<LabelType> EdgeType.getLabel()
          Returns the value of the 'Label' containment reference list.
 EList<LabelType> NodeType.getLabel()
          Returns the value of the 'Label' containment reference list.
 EList<LabelType> StructureType.getLabel()
          Returns the value of the 'Label' containment reference list.
 EList<LabelType> EdgeType.getLabel1()
          Returns the value of the 'Label1' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type LabelType
 void DocumentRoot.setLabel(LabelType value)
          Sets the value of the 'Label' containment reference.
 void SourceTargetType.setLabel(LabelType value)
          Sets the value of the 'Label' containment reference.
 

Uses of LabelType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement LabelType
 class LabelTypeImpl
          An implementation of the model object 'Label Type'.
 

Fields in net.ogdf.ogml.impl declared as LabelType
protected  LabelType SourceTargetTypeImpl.label
          The cached value of the 'Label' containment reference.
 

Fields in net.ogdf.ogml.impl with type parameters of type LabelType
protected  EList<LabelType> EdgeTypeImpl.label
          The cached value of the 'Label' containment reference list.
protected  EList<LabelType> EdgeTypeImpl.label1
          The cached value of the 'Label1' containment reference list.
 

Methods in net.ogdf.ogml.impl that return LabelType
 LabelType OgmlFactoryImpl.createLabelType()
           
 LabelType DocumentRootImpl.getLabel()
           
 LabelType SourceTargetTypeImpl.getLabel()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type LabelType
 EList<LabelType> EdgeTypeImpl.getLabel()
           
 EList<LabelType> NodeTypeImpl.getLabel()
           
 EList<LabelType> StructureTypeImpl.getLabel()
           
 EList<LabelType> EdgeTypeImpl.getLabel1()
           
 

Methods in net.ogdf.ogml.impl with parameters of type LabelType
 NotificationChain DocumentRootImpl.basicSetLabel(LabelType newLabel, NotificationChain msgs)
           
 NotificationChain SourceTargetTypeImpl.basicSetLabel(LabelType newLabel, NotificationChain msgs)
           
 void DocumentRootImpl.setLabel(LabelType newLabel)
           
 void SourceTargetTypeImpl.setLabel(LabelType newLabel)
           
 

Uses of LabelType in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type LabelType
 T OgmlSwitch.caseLabelType(LabelType object)
          Returns the result of interpreting the object as an instance of 'Label Type'.