Uses of Class
de.cau.cs.kieler.kiml.options.EdgeLabelPlacement

Packages that use EdgeLabelPlacement
de.cau.cs.kieler.kiml.gmf KIML bridge implementation for GMF, the Graphical Modeling Framework. 
de.cau.cs.kieler.kiml.options Definition of layout options for automatic layout. 
 

Uses of EdgeLabelPlacement in de.cau.cs.kieler.kiml.gmf
 

Methods in de.cau.cs.kieler.kiml.gmf with parameters of type EdgeLabelPlacement
protected  void GmfDiagramLayoutManager.processEdgeLabels(LayoutMapping<org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart> mapping, org.eclipse.gmf.runtime.diagram.ui.editparts.ConnectionEditPart connection, KEdge edge, EdgeLabelPlacement placement, KVector offset)
          Process the labels of an edge.
 

Uses of EdgeLabelPlacement in de.cau.cs.kieler.kiml.options
 

Fields in de.cau.cs.kieler.kiml.options with type parameters of type EdgeLabelPlacement
static IProperty<EdgeLabelPlacement> LayoutOptions.EDGE_LABEL_PLACEMENT
          Where to place an edge label: at the head, center, or tail.
 

Methods in de.cau.cs.kieler.kiml.options that return EdgeLabelPlacement
static EdgeLabelPlacement EdgeLabelPlacement.valueOf(int i)
          Returns the enumeration value related to the given ordinal.
static EdgeLabelPlacement EdgeLabelPlacement.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdgeLabelPlacement[] EdgeLabelPlacement.values()
          Returns an array containing the constants of this enum type, in the order they are declared.