diva.whiteboard
Class WhiteboardEdits

java.lang.Object
  extended by diva.whiteboard.WhiteboardEdits

public class WhiteboardEdits
extends Object

WhiteboardEdits contains the set of undoable editing operations that the whiteboard application uses to support undo.

Issues:

Version:
$Revision: 1.13 $
Author:
Michael Shilman (michaels@eecs.berkeley.edu), Heloise Hse (hwawen@eecs.berkeley.edu)

Nested Class Summary
static class WhiteboardEdits.AddStrokeEdit
          Add a stroke to the
static class WhiteboardEdits.CutEdit
           
static class WhiteboardEdits.DeleteGroupedStrokeEdit
           
static class WhiteboardEdits.DeletePageEdit
           
static class WhiteboardEdits.DeleteStrokeEdit
           
static class WhiteboardEdits.NewPageEdit
           
static class WhiteboardEdits.PasteEdit
           
static class WhiteboardEdits.ReorderPageEdit
           
static class WhiteboardEdits.StrokeFillColorEdit
          An edit on a stroke's fill color.
static class WhiteboardEdits.StrokeOutlineColorEdit
          An edit on a stroke's outline color.
static class WhiteboardEdits.StrokeWidthEdit
          An edit on a stroke's line width.
 
Constructor Summary
WhiteboardEdits()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhiteboardEdits

public WhiteboardEdits()


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.