edu.mit.sketch.system
Interface StrokeBased


public interface StrokeBased

Indicate that this object is based on a collection of strokes and provides acess to those strokes (as a Collection of StrokeData objects).

Created: Fri Nov 30 14:35:45 2001
Copyright: Copyright (C) 2001 by MIT. All rights reserved.


Method Summary
 Collection getStrokes()
          Get the raw strokes that this object is based on.
 

Method Detail

getStrokes

public Collection getStrokes()
Get the raw strokes that this object is based on. The elements of the collection should be StrokeData objects.