Uses of Interface
net.ogdf.ogml.ShapeType1

Packages that use ShapeType1
de.cau.cs.kieler.kiml.export.util Utility functionality. 
net.ogdf.ogml   
net.ogdf.ogml.impl   
net.ogdf.ogml.util   
 

Uses of ShapeType1 in de.cau.cs.kieler.kiml.export.util
 

Methods in de.cau.cs.kieler.kiml.export.util with parameters of type ShapeType1
static void XtendUtil.ogmlSetShapeBounds(ShapeType1 shape, KShapeLayout shapeLayout)
          Applies the bounds defined by a shape layout to an ogml shape.
 

Uses of ShapeType1 in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return ShapeType1
 ShapeType1 OgmlFactory.createShapeType1()
          Returns a new object of class 'Shape Type1'.
 ShapeType1 DocumentRoot.getShape()
          Returns the value of the 'Shape' containment reference.
 ShapeType1 NodeLayoutType.getShape()
          Returns the value of the 'Shape' containment reference.
 ShapeType1 NodeStyleTemplateType.getShape()
          Returns the value of the 'Shape' containment reference.
 

Methods in net.ogdf.ogml with parameters of type ShapeType1
 void DocumentRoot.setShape(ShapeType1 value)
          Sets the value of the 'Shape' containment reference.
 void NodeLayoutType.setShape(ShapeType1 value)
          Sets the value of the 'Shape' containment reference.
 void NodeStyleTemplateType.setShape(ShapeType1 value)
          Sets the value of the 'Shape' containment reference.
 

Uses of ShapeType1 in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement ShapeType1
 class ShapeType1Impl
          An implementation of the model object 'Shape Type1'.
 

Fields in net.ogdf.ogml.impl declared as ShapeType1
protected  ShapeType1 NodeLayoutTypeImpl.shape
          The cached value of the 'Shape' containment reference.
protected  ShapeType1 NodeStyleTemplateTypeImpl.shape
          The cached value of the 'Shape' containment reference.
 

Methods in net.ogdf.ogml.impl that return ShapeType1
 ShapeType1 OgmlFactoryImpl.createShapeType1()
           
 ShapeType1 DocumentRootImpl.getShape()
           
 ShapeType1 NodeLayoutTypeImpl.getShape()
           
 ShapeType1 NodeStyleTemplateTypeImpl.getShape()
           
 

Methods in net.ogdf.ogml.impl with parameters of type ShapeType1
 NotificationChain DocumentRootImpl.basicSetShape(ShapeType1 newShape, NotificationChain msgs)
           
 NotificationChain NodeLayoutTypeImpl.basicSetShape(ShapeType1 newShape, NotificationChain msgs)
           
 NotificationChain NodeStyleTemplateTypeImpl.basicSetShape(ShapeType1 newShape, NotificationChain msgs)
           
 void DocumentRootImpl.setShape(ShapeType1 newShape)
           
 void NodeLayoutTypeImpl.setShape(ShapeType1 newShape)
           
 void NodeStyleTemplateTypeImpl.setShape(ShapeType1 newShape)
           
 

Uses of ShapeType1 in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type ShapeType1
 T OgmlSwitch.caseShapeType1(ShapeType1 object)
          Returns the result of interpreting the object as an instance of 'Shape Type1'.