Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Runtime

org.eclipse.gmf.runtime.diagram.ui.providers
Class LeftRightProvider

java.lang.Object
  extended by AbstractLayoutEditPartProvider
      extended by org.eclipse.gmf.runtime.diagram.ui.providers.internal.DefaultProvider
          extended by 
org.eclipse.gmf.runtime.diagram.ui.providers.LeftRightProvider

public class LeftRightProvider
extends org.eclipse.gmf.runtime.diagram.ui.providers.internal.DefaultProvider


Field Summary
 
Fields inherited from class org.eclipse.gmf.runtime.diagram.ui.providers.internal.DefaultProvider
layoutDefaultMargin, MAX_EDGE_PADDING, MIN_EDGE_END_POINTS_PADDING, MIN_EDGE_PADDING, minX, minY, mm, NODE_PADDING
 
Constructor Summary
LeftRightProvider ()
           
 
Method Summary
protected   DirectedGraph createGraph ()
          Creates the graph that will be used by the layouy provider Clients can override this method create different kind of graphs This method is called by DefaultProvider.layoutEditParts(GraphicalEditPart, IAdaptable) and DefaultProvider.layoutEditParts(List, IAdaptable)
protected   Rectangle translateFromGraph ( Rectangle rect)
          Retrieves the logical extent and position from the given rectangle.
protected   Rectangle translateToGraph ( Rectangle r)
          Retrieves the extent and position from the given logical rectangle in GEF graph coordinates.
 
Methods inherited from class org.eclipse.gmf.runtime.diagram.ui.providers.internal.DefaultProvider
addAnchorsCommands, build_borderNodes, build_edges, build_graph, build_nodes, canCreateBorderNode, createEdgesChangeBoundsCommands, createGraphLayout, createNodeChangeBoundCommands, createSubCommands, getMapMode, getNodeMetrics, getRelevantConnections, initializeEdge, layoutEditParts, layoutEditParts, layoutTopDown, postProcessGraph, provides, routeThrough, setNodeMetrics, shouldHandleConnectableListItems, supportsBorderNodes, update_diagram
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeftRightProvider

public LeftRightProvider()
Method Detail

translateToGraph

protected 
Rectangle translateToGraph(
Rectangle r)
Description copied from class: org.eclipse.gmf.runtime.diagram.ui.providers.internal.DefaultProvider
Retrieves the extent and position from the given logical rectangle in GEF graph coordinates. Defined as abstract to allow subclasses to implement to perform a transformation on the values stored in the node. i.e. support for Left-Right layout as opposed to Top-Down.

Specified by:
translateToGraph in class org.eclipse.gmf.runtime.diagram.ui.providers.internal.DefaultProvider
Returns:
Rectangle in graph coordinates.

translateFromGraph

protected 
Rectangle translateFromGraph(
Rectangle rect)
Description copied from class: org.eclipse.gmf.runtime.diagram.ui.providers.internal.DefaultProvider
Retrieves the logical extent and position from the given rectangle. Defined as abstract to allow subclasses to implement to perform a transformation on the values stored in the node. i.e. support for Left-Right layout as opposed to Top-Down.

Specified by:
translateFromGraph in class org.eclipse.gmf.runtime.diagram.ui.providers.internal.DefaultProvider
Parameters:
rect - Rectangle that has the values to be translated in graph (pixel) coordinates.
Returns:
Rectangle in logical coordinates.

createGraph

protected 
DirectedGraph createGraph()
Description copied from class: org.eclipse.gmf.runtime.diagram.ui.providers.internal.DefaultProvider
Creates the graph that will be used by the layouy provider Clients can override this method create different kind of graphs This method is called by DefaultProvider.layoutEditParts(GraphicalEditPart, IAdaptable) and DefaultProvider.layoutEditParts(List, IAdaptable)

Overrides:
createGraph in class org.eclipse.gmf.runtime.diagram.ui.providers.internal.DefaultProvider
Returns:
the Graph that will be used by the layout algorithm

Runtime

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire