Uses of Class
org.diamondspin.DSStroke

Packages that use DSStroke
org.diamondspin   
 

Uses of DSStroke in org.diamondspin
 

Fields in org.diamondspin declared as DSStroke
protected  DSStroke DSStrokeEvent.stroke
           
 

Fields in org.diamondspin with type parameters of type DSStroke
protected  ArrayList<DSStroke> DSAnnotationPanel.DSStrokeList
          The list of strokes
 

Methods in org.diamondspin that return DSStroke
 DSStroke DSStroke.clone()
          duplicate this element
 DSStroke DSStrokeEvent.getStroke()
           
 DSStroke DSAnnotationPanel.getStroke(int i)
          return a given stroke
 

Methods in org.diamondspin that return types with arguments of type DSStroke
 ArrayList<DSStroke> DSAnnotationPanel.getStrokeList()
           
 

Methods in org.diamondspin with parameters of type DSStroke
 void DSAnnotationPanel.addStroke(DSStroke stroke)
           
 void DSAnnotationPanel.addStrokeBack(DSStroke stroke)
           
protected  void DSJoglTabletopPane.displayDSStroke(DSStroke str, javax.media.opengl.GL2 gl)
          display a DSframe element using openGL
 void DSTabletopPane.fireStrokeFinished(DSStroke str)
          Fire the "new stroke" events to the subscribers
protected  DSElement DSDefaultView.strokeAt(double x, double y, DSStroke stroke)
          Take a stroke and see if it can apply to an element here.
protected  boolean DSDefaultView.strokeOn(double x, double y, DSStroke stroke, DSElement el)
          Take a stroke and see if it can apply to an element here.
 

Constructors in org.diamondspin with parameters of type DSStroke
DSStrokeEvent(Object source, DSStroke stroke)
          Creates a new instance of DSStrokeEvent
 



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