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

Packages that use Direction
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
 

Uses of Direction in org.eclipse.gmf.gmfgraph
 

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

Methods in org.eclipse.gmf.gmfgraph that return Direction
static Direction Direction.get(int value)
          Returns the 'Direction' literal with the specified integer value.
static Direction Direction.get(String literal)
          Returns the 'Direction' literal with the specified literal value.
 Direction Node.getAffixedParentSide()
          Returns the value of the 'Affixed Parent Side' attribute.
static Direction Direction.getByName(String name)
          Returns the 'Direction' literal with the specified name.
 Direction GradientFacet.getDirection()
          Returns the value of the 'Direction' attribute.
 Direction Node.getResizeConstraint()
          Returns the value of the 'Resize Constraint' attribute.
static Direction Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Direction[] Direction.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 Direction
 void Node.setAffixedParentSide(Direction value)
          Sets the value of the 'Affixed Parent Side' attribute.
 void GradientFacet.setDirection(Direction value)
          Sets the value of the 'Direction' attribute.
 void Node.setResizeConstraint(Direction value)
          Sets the value of the 'Resize Constraint' attribute.
 

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

Fields in org.eclipse.gmf.gmfgraph.impl declared as Direction
protected static Direction NodeImpl.AFFIXED_PARENT_SIDE_EDEFAULT
          The default value of the 'Affixed Parent Side' attribute.
protected  Direction NodeImpl.affixedParentSide
          The cached value of the 'Affixed Parent Side' attribute.
protected  Direction GradientFacetImpl.direction
          The cached value of the 'Direction' attribute.
protected static Direction GradientFacetImpl.DIRECTION_EDEFAULT
          The default value of the 'Direction' attribute.
protected static Direction NodeImpl.RESIZE_CONSTRAINT_EDEFAULT
          The default value of the 'Resize Constraint' attribute.
protected  Direction NodeImpl.resizeConstraint
          The cached value of the 'Resize Constraint' attribute.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Direction
 Direction GMFGraphFactoryImpl.createDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 Direction NodeImpl.getAffixedParentSide()
           
 Direction GradientFacetImpl.getDirection()
           
 Direction NodeImpl.getResizeConstraint()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Direction
 void NodeImpl.setAffixedParentSide(Direction newAffixedParentSide)
           
 void GradientFacetImpl.setDirection(Direction newDirection)
           
 void NodeImpl.setResizeConstraint(Direction newResizeConstraint)
           
 



Copyright © 2012. All Rights Reserved.