Uses of Class
org.diamondspin.DSPoint

Packages that use DSPoint
org.diamondspin   
 

Uses of DSPoint in org.diamondspin
 

Fields in org.diamondspin with type parameters of type DSPoint
protected  ArrayList<DSPoint> DSStroke.strokePoints
          all the points of the stroke
 

Methods in org.diamondspin that return DSPoint
 DSPoint DSStroke.getFirstPoint()
           
 DSPoint DSStroke.getIntervalX()
          return the maxi and mini point on the x axis
 DSPoint DSStroke.getIntervalY()
          return the maxi and mini point on the y axis (which is rotated !)
 DSPoint DSStroke.getPoint(int index_arg)
           
 DSPoint DSStroke.untransformPoint(double x_Arg, double y_Arg)
          transform a point into local-cartesian coordinate system
 

Methods in org.diamondspin that return types with arguments of type DSPoint
protected  ArrayList<DSPoint> DSStroke.getThePoints()
          Gets the thePoints attribute of the DSStroke object
 

Methods in org.diamondspin with parameters of type DSPoint
 void DSStroke.addPoint(DSPoint pos, Float size, long timestamp)
          Add a point in the stroke
 



Copyright © 2006 Frederic Vernier(LIMSI) Chia Shen(MERL) Guillaume Besacier(LIMSI). All Rights Reserved.