Uses of Class
org.devaki.nextobjects.workspace.models.graphics.SelectionPoint

Packages that use SelectionPoint
org.devaki.nextobjects.workspace.models.graphics   
 

Uses of SelectionPoint in org.devaki.nextobjects.workspace.models.graphics
 

Fields in org.devaki.nextobjects.workspace.models.graphics declared as SelectionPoint
protected  SelectionPoint[] ObjectView.selectionPoints
          selections points
 

Methods in org.devaki.nextobjects.workspace.models.graphics that return SelectionPoint
 SelectionPoint[] InheritanceLinkView.getSelectionPoints()
          Return the Selection Points Array
 SelectionPoint InheritanceLinkView.getSelectionPoint(int i)
          Return the Selection Point
 SelectionPoint LineView.getParentClassPoint()
          Get the parent class control point
 SelectionPoint LineView.getChildClassPoint()
          Get the child class control point
 SelectionPoint[] ObjectView.getSelectionPoints()
          Return the Selection Points Array
 SelectionPoint ObjectView.getSelectionPoint(int i)
          Return the Selection Point
 

Methods in org.devaki.nextobjects.workspace.models.graphics with parameters of type SelectionPoint
 void InheritanceLinkView.setSelectionPoint(SelectionPoint point, int i)
          Set the Selection Point
 void LineView.setParentClassPoint(SelectionPoint pSelectionPoint)
          Set the parent class control point
 void LineView.setChildClassPoint(SelectionPoint pSelectionPoint)
          Set the child class control point
 



Copyright © 2002-2004 devaki.org. All Rights Reserved.