Uses of Class
org.eclipse.gmf.gmfgraph.LineKind

Packages that use LineKind
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.graphdef.editor.edit.parts   
 

Uses of LineKind in org.eclipse.gmf.gmfgraph
 

Fields in org.eclipse.gmf.gmfgraph with type parameters of type LineKind
static List<LineKind> LineKind.VALUES
          A public read-only list of all the 'Line Kind' enumerators.
 

Methods in org.eclipse.gmf.gmfgraph that return LineKind
static LineKind LineKind.get(int value)
          Returns the 'Line Kind' literal with the specified integer value.
static LineKind LineKind.get(String literal)
          Returns the 'Line Kind' literal with the specified literal value.
static LineKind LineKind.getByName(String name)
          Returns the 'Line Kind' literal with the specified name.
 LineKind Shape.getLineKind()
          Returns the value of the 'Line Kind' attribute.
static LineKind LineKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LineKind[] LineKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type LineKind
 void Shape.setLineKind(LineKind value)
          Sets the value of the 'Line Kind' attribute.
 

Uses of LineKind in org.eclipse.gmf.gmfgraph.impl
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as LineKind
protected static LineKind ShapeImpl.LINE_KIND_EDEFAULT
          The default value of the 'Line Kind' attribute.
protected  LineKind ShapeImpl.lineKind
          The cached value of the 'Line Kind' attribute.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return LineKind
 LineKind GMFGraphFactoryImpl.createLineKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 LineKind ShapeImpl.getLineKind()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type LineKind
 void ShapeImpl.setLineKind(LineKind newLineKind)
           
 

Uses of LineKind in org.eclipse.gmf.graphdef.editor.edit.parts
 

Methods in org.eclipse.gmf.graphdef.editor.edit.parts with parameters of type LineKind
protected static int AbstractFigureEditPart.getLineStyle(LineKind lineKind)
           
 



Copyright © 2012. All Rights Reserved.