Generation Framework

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 declared as Direction
static Direction Direction.NONE_LITERAL
          The 'NONE' literal object
static Direction Direction.NORTH_LITERAL
          The 'NORTH' literal object
static Direction Direction.SOUTH_LITERAL
          The 'SOUTH' literal object
static Direction Direction.WEST_LITERAL
          The 'WEST' literal object
static Direction Direction.EAST_LITERAL
          The 'EAST' literal object
static Direction Direction.NORTH_EAST_LITERAL
          The 'NORTH EAST' literal object
static Direction Direction.NORTH_WEST_LITERAL
          The 'NORTH WEST' literal object
static Direction Direction.SOUTH_EAST_LITERAL
          The 'SOUTH EAST' literal object
static Direction Direction.SOUTH_WEST_LITERAL
          The 'SOUTH WEST' literal object
static Direction Direction.NORTH_SOUTH_LITERAL
          The 'NORTH SOUTH' literal object
static Direction Direction.EAST_WEST_LITERAL
          The 'EAST WEST' literal object
static Direction Direction.NSEW_LITERAL
          The 'NSEW' literal object
 

Methods in org.eclipse.gmf.gmfgraph that return Direction
 Direction Node.getResizeConstraint()
          Returns the value of the 'Resize Constraint' attribute.
static Direction Direction.get(java.lang.String literal)
          Returns the 'Direction' literal with the specified literal value
static Direction Direction.getByName(java.lang.String name)
          Returns the 'Direction' literal with the specified name
static Direction Direction.get(int value)
          Returns the 'Direction' literal with the specified integer value
 Direction GradientFacet.getDirection()
          Returns the value of the 'Direction' attribute.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Direction
 void Node.setResizeConstraint(Direction value)
          Sets the value of the 'Resize Constraint' attribute
 void GradientFacet.setDirection(Direction value)
          Sets the value of the 'Direction' attribute
 

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

Fields in org.eclipse.gmf.gmfgraph.impl declared as Direction
protected static Direction GradientFacetImpl.DIRECTION_EDEFAULT
          The default value of the 'Direction' attribute
protected  Direction GradientFacetImpl.direction
          The cached 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(EDataType eDataType, java.lang.String initialValue)
           
 Direction GradientFacetImpl.getDirection()
           
 Direction NodeImpl.getResizeConstraint()
           
 

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


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.