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

  




 

 

Generation Framework

Uses of Interface
org.eclipse.gmf.gmfgraph.DecorationFigure

Packages that use DecorationFigure
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
 

Uses of DecorationFigure in org.eclipse.gmf.gmfgraph
 

Subinterfaces of DecorationFigure in org.eclipse.gmf.gmfgraph
 interface CustomDecoration
          A representation of the model object ' Custom Decoration '
 interface PolygonDecoration
          A representation of the model object ' Polygon Decoration '
 interface PolylineDecoration
          A representation of the model object ' Polyline Decoration '
 

Methods in org.eclipse.gmf.gmfgraph that return DecorationFigure
  DecorationFigure PolylineConnection. getSourceDecoration ()
          Returns the value of the ' Source Decoration ' reference
  DecorationFigure PolylineConnection. getTargetDecoration ()
          Returns the value of the ' Target Decoration ' reference
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type DecorationFigure
 void PolylineConnection. setSourceDecoration ( DecorationFigure value)
          Sets the value of the ' Source Decoration' reference
 void PolylineConnection. setTargetDecoration ( DecorationFigure value)
          Sets the value of the ' Target Decoration' reference
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement DecorationFigure
 class CustomDecorationImpl
          An implementation of the model object ' Custom Decoration '
 class PolygonDecorationImpl
          An implementation of the model object ' Polygon Decoration '
 class PolylineDecorationImpl
          An implementation of the model object ' Polyline Decoration '
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as DecorationFigure
protected   DecorationFigure PolylineConnectionImpl. sourceDecoration
          The cached value of the ' Source Decoration' reference
protected   DecorationFigure PolylineConnectionImpl. targetDecoration
          The cached value of the ' Target Decoration' reference
 

Methods in org.eclipse.gmf.gmfgraph.impl that return DecorationFigure
  DecorationFigure PolylineConnectionImpl. basicGetSourceDecoration ()
           
  DecorationFigure PolylineConnectionImpl. basicGetTargetDecoration ()
           
  DecorationFigure PolylineConnectionImpl. getSourceDecoration ()
           
  DecorationFigure PolylineConnectionImpl. getTargetDecoration ()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type DecorationFigure
 void PolylineConnectionImpl. setSourceDecoration ( DecorationFigure newSourceDecoration)
           
 void PolylineConnectionImpl. setTargetDecoration ( DecorationFigure newTargetDecoration)
           
 

Uses of DecorationFigure in org.eclipse.gmf.gmfgraph.util
 

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type DecorationFigure
  T GMFGraphSwitch. caseDecorationFigure ( DecorationFigure object)
          Returns the result of interpreting the object as an instance of 'Decoration Figure'
 


Generation Framework

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