Uses of Interface
net.ogdf.ogml.PointType

Packages that use PointType
net.ogdf.ogml   
net.ogdf.ogml.impl   
net.ogdf.ogml.util   
 

Uses of PointType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return PointType
 PointType OgmlFactory.createPointType()
          Returns a new object of class 'Point Type'.
 PointType DocumentRoot.getPoint()
          Returns the value of the 'Point' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type PointType
 EList<PointType> EdgeLayoutType.getPoint()
          Returns the value of the 'Point' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type PointType
 void DocumentRoot.setPoint(PointType value)
          Sets the value of the 'Point' containment reference.
 

Uses of PointType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement PointType
 class PointTypeImpl
          An implementation of the model object 'Point Type'.
 

Fields in net.ogdf.ogml.impl with type parameters of type PointType
protected  EList<PointType> EdgeLayoutTypeImpl.point
          The cached value of the 'Point' containment reference list.
 

Methods in net.ogdf.ogml.impl that return PointType
 PointType OgmlFactoryImpl.createPointType()
           
 PointType DocumentRootImpl.getPoint()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type PointType
 EList<PointType> EdgeLayoutTypeImpl.getPoint()
           
 

Methods in net.ogdf.ogml.impl with parameters of type PointType
 NotificationChain DocumentRootImpl.basicSetPoint(PointType newPoint, NotificationChain msgs)
           
 void DocumentRootImpl.setPoint(PointType newPoint)
           
 

Uses of PointType in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type PointType
 T OgmlSwitch.casePointType(PointType object)
          Returns the result of interpreting the object as an instance of 'Point Type'.