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'.
 



Copyright © 2012. All Rights Reserved.