WO1994016408A1 - Method and apparatus for editing electronic ink - Google Patents

Method and apparatus for editing electronic ink Download PDF

Info

Publication number
WO1994016408A1
WO1994016408A1 PCT/US1993/012239 US9312239W WO9416408A1 WO 1994016408 A1 WO1994016408 A1 WO 1994016408A1 US 9312239 W US9312239 W US 9312239W WO 9416408 A1 WO9416408 A1 WO 9416408A1
Authority
WO
WIPO (PCT)
Prior art keywords
stroke
computer
ink
segment
input
Prior art date
Application number
PCT/US1993/012239
Other languages
French (fr)
Inventor
Jeffrey C. Hawkins
Original Assignee
Palm Computing, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Palm Computing, Inc. filed Critical Palm Computing, Inc.
Publication of WO1994016408A1 publication Critical patent/WO1994016408A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • G06F3/04883Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures for inputting data by handwriting, e.g. gesture or text

Definitions

  • This invention relates to computers, and more particular, to a method and apparatus for editing electronic ink for pen-based computers.
  • FIGURE 1 An example of a prior art pen-based hand-held computer is shown in FIGURE 1.
  • the illustrated hand-held computer 1 is typically about 4 inches by 6.5 inches, with a substantial part of one surface comprising a touch-sensitive display screen 2.
  • the display screen 2 is typically a liquid crystal display (LCD) having a resolution of 240x320 pixels or greater (although larger or smaller pixel arrays could be used) .
  • LCD liquid crystal display
  • Various technologies can be used to sense and digitize the location of a pen or stylus 3 touched against the surface of the LCD screen 2 to indicate to the compu- ter's operating system the X-Y coordinates of the touch.
  • Various hardware buttons 4 may be provided to control different functions, and/or to turn power on or off to the unit.
  • a variety of software buttons or icons 5 may be provided, in known fashion, to indicate such functions as, for example, word processing or a calendar.
  • Ink comprises a series of pixels changed (e.g., darkened or lightened) as a pen 3 is moved across the touch-sensitive display screen 2 by a user, thus mimicking the application of real ink to paper.
  • the ink input is typically represented internally as one or more "strokes", each comprising a set of points which can be connected on the display screen 2 to give the illusion of continuous lines.
  • characters drawn in electronic ink can be recognized and converted to ASCII text.
  • One such character recognition system is described in U.S. Patent No. 5,125,039, entitled “Object Recognition System", by the inventor of the present invention.
  • the computer applies algorithms to recognize each character as an ASCII character, and replaces the ink representation of the character drawn by the user with a standardized ASCII representation of that character. In other cases, it is desirable to leave the electronic ink unrecognized.
  • Editing ink input has proven difficult.
  • Two prior methods have generally been used for editing electronic ink input.
  • the first and most common method is to use the pen 3 as an electronic "eraser".
  • the user touches an eraser icon to enter an erasing mode.
  • any pixel of the display screen 2 that contains electronic ink input is erased if the pen 3 passes over that pixel.
  • This method works very much like a real eraser, and has several similar problems. It is difficult to accurately erase only desired portions of a figure, and nothing else. Thus, it is common to accidentally erase part of a figure that was intended to be kept, requiring the user to go back and redraw the partially erased line after changing back to a drawing mode.
  • Another problem with the eraser method is that it leads to a drawing made up of many small strokes, some of which may be difficult to see. Further, what originally appeared to be smooth curves as drawn fre ⁇ quently end up as uneven curves made up of multiple line segments after erasing and then fixing parts of the original curve.
  • the second method for editing electronic ink is to have the user select a block of ink, designated by means of a selection rectangle, "lasso" feature, or other means. The user can then move, copy, or delete the selected portion of the ink figure.
  • the biggest problem with this method is accurately selecting only the ink to be erased. The user may often select lines or parts of lines that the user did not intend to change, requiring that the user fix the erased portions.
  • the invention comprises a method and apparatus for editing electronic ink for pen-based computers in which the ink is represented in stroke form.
  • the invention implements a "backspace" ink function, similar to the backspace key on a keyboard.
  • selecting a "backspace" ink icon with the pen of a pen-based computer, or pressing a hardware button on the computer erases the last stroke, or segment of a stroke, drawn by the user. Erasure is accomplished by deleting the last stroke, or segment of a stroke, in a sequential list of strokes representing the user's input. Again selecting the icon or pressing the button erases the previous line stroke or stroke segment, and so on. This method allows the user to accurately erase any amount of electronic ink represented in stroke form without disrupting nearby or overlapping lines.
  • any dis- played line segment of a drawing can be selected as the starting point for erasing, and erasing can be done on a stroke-by-stroke or segment-by-segment basis, either "forward" or "backward” from the selected stroke.
  • FIGURE 1 is a front left-side perspective drawing showing a prior art pen-based computer.
  • FIGURE 2 is a diagrammatic example of electronic ink strokes made on a digitizer/display grid of a pen-based computer, showing a single-stroke curved line and a double-stroke character.
  • FIGURE 3 is a representation of the stroke data for the single-stroke curved line and the double-stroke charac ⁇ ter of FIGURE 2.
  • FIGURE 4 is a diagrammatic example of FIGURE 2, showing the single-stroke curved line after erasure of one stroke of the double-stroke character.
  • FIGURE 5 is a diagrammatic example of FIGURE 2, showing the single-stroke curved line after erasure of both strokes of the double-stroke character.
  • FIGURE 6 is a flow-chart of the preferred embodiment of the inventive method.
  • FIGURE 2 is a diagrammatic example of electronic ink strokes made on a digitizer/display grid of a pen-based computer, showing a single-stroke curved line 10 and a character "D" 12 comprising two strokes 14, 16.
  • FIGURE 3 is a representation of the stroke data for the single-stroke curved line 10 and the double-stroke character 12 of FIGURE 2.
  • each stroke is represented by a set of paired numbers, each pair comprising the Cartesian coordinates of a pixel. Adjacent pairs of numbers define a segment of the stroke. (A typical input from a digitizer would contain more points than shown; FIGURE 2 is simplified for clarity) .
  • a numeric representation of a stroke requires at least two pairs of coordinates.
  • the single-stroke curved line 10 can be described as comprising six pairs of pixel coordinates (i.e., five segments) .
  • the coordi- nate value "0,0" is used as a delimiter to designate the end of a series of coordinate pairs defining a single stroke; however, other values or means for delimiting strokes may be used.
  • the origin for the grid need not be in the "lower left” corner, as is typical of a standard mathematical representation of a Cartesian grid, but may be in the "upper left", which is more typical of the addressing used for a pixel array.
  • the coordinate points representing a stroke can be compressed, or the strokes can be represented as mathematical equations (such as the equation for a line or a curve) , or in any other desired form.
  • the invention will work with any representation of strokes, such that each stroke can be distinguished from each other stroke.
  • the term "stroke”, as used herein, should be understood to mean any non-bitmapped representation of lines or figures input by a user as electronic ink.
  • the stroke data may be stored in a computer memory as simply a list of stroke entries in order of creation, each separated by a delimiter.
  • the stroke data may be stored in random order in a computer memory as a linked list, in known fashion.
  • the stroke data may be stored in random order in a computer memory with a list of sequential or linked pointers being used to indirectly define an entry order for the stroke data. Any data structure that permits input strokes to be accessed at least in order (or reverse order) of entry can be used to store the stroke data. Because the strokes comprising each drawing are accessible in the sequential order of input, it is easy to determine the "last" stroke drawn by the user. Hence, the term "stroke list" should be interpreted to cover any format from which the sequential order of input of strokes can be determined.
  • the list of strokes is read from the computer memory.
  • the intensity of the pixels comprising each consecutive pair of coordinate pairs is changed, along with all interpolated pixels in between, in known fashion.
  • the data structure sequence shown in FIGURE 3 shows that the stroke for the curved line 10 in FIGURE 2 was drawn before the vertical line stroke 14 for the character "D" 12, which in turn was drawn before the curved line stroke 16 of the character "D" 12.
  • the display of the computer will appear as in FIGURE 2 (without the grid lines) .
  • the computer detects the touch of a pen on a "backspace” ink icon, or the press of a "backspace” hardware button on the computer, by the user.
  • the list of strokes stored in the computer is then examined to determine the last entered stroke. Since the strokes are accessible in sequential order, the last stroke can easily be determined by sequen- tially examining the entire list of strokes until the last "0,0" delimiter is accessed, or by keeping track (e.g., by means of a pointer) of the beginning address of the last stroke entered. Of course, other methods for determining the last entered stroke could also be used.
  • the last stroke may be highlighted, in known fashion (e.g., by holding or blinking the stroke), and the user prompted for approval of the deletion of that stroke.
  • the prior stroke in the stroke list can be highlighted, and the user prompted for approval of the deletion of that stroke.
  • further reselection of the "backspace" ink function highlights the next prior stroke in the stroke list for prompted deletion.
  • FIGURE 6 is a flow-chart of the preferred embodiment of the inventive method.
  • the flow chart shows the following steps in abbreviated form:
  • Step 60 Test if the pen 3 is in a "backspace ink” icon, or a backspace button has been pressed.
  • step sequences may be used to accom ⁇ plish the same function.
  • any dis- played stroke of a drawing can be selected as the starting point for erasing, and erasing can be done on a stroke-by-stroke basis, either "forward" or "back- ward” from the selected stroke.
  • This is most easily accomplished by permitting a user to select with the pen 3 any desired displayed stroke, and setting a pointer to the sequential position of that stroke in the stroke list. If the "backspace ink” function is then selected, the entry of the selected stroke is deleted from the stroke list. The pointer is then set to point to the entry just prior in sequence to the deleted entry. If the "backspace ink” function is selected again, the entry pointed to by the pointer is deleted, and the pointer reset to the prior entry in the stroke list.
  • the user selects a different icon or button, and the entry in the stroke list just after the pointer is deleted.
  • the pointer is set to point to the entry just after the deleted entry, and deletions in either direction are based upon that position as a reference point. In either case, the stroke indicated by the pointer may be highlighted and the user prompted for further deletions.
  • ink is erased segment-by-segment instead of stroke-by- stroke.
  • pressing a "backspace ink” icon causes ink to be erased one segment at a time in either a forward or backward direction, starting either from the end of the last stroke or from a user-selected point.
  • the last stroke the curved line portion 16 of the character "D" shown in FIGURE 2
  • the last segment defined by coordinates 11,2 and 9,1 would be deleted by deleting the last coordinate pair (i.e., 9,1) and moving up the stroke delimiter (i.e., 0,0).
  • the inventive apparatus and method allows the user to accurately erase any amount of electronic ink represented in stroke form without disrupting nearby or overlapping strokes.
  • the invention provides a means for editing electronic ink which permits accurate selection of only those portions of a drawing that a user desires to erase and the ability to erase a selected portion without affecting other portions of a displayed figure.

Abstract

A method and apparatus for editing electronic ink for pen-based computers in which the ink is represented in stroke form. The invention implements a 'backspace' ink function, similar to the backspace key on a keyboard. In the preferred embodiment, selecting a 'backspace' ink icon (60) with the pen (3) of a pen-based computer (1), or pressing a hardware button on the computer, erases the last stroke, or segment of a stroke, drawn by the user. Erasure is accomplished by deleting (63) the last stroke, or segment of a stroke, in a sequential list of strokes (Figure 3) representing the user's input. Again selecting the backspace icon (65) erases the previous line stroke or stroke segment. In an alternative embodiment, any displayed line segment of a drawing can be selected as the starting point for erasing, and erasing can be done on a stroke-by-stroke or segment-by-segment basis, either 'forward' or 'backward' from the selected stroke.

Description

METHOD AND APPARATUS FOR EDITING ELECTRONIC INK
BACKGROUND OF THE INVENTION
1. Field of the Invention This invention relates to computers, and more particular, to a method and apparatus for editing electronic ink for pen-based computers.
2. Description of Related Art As computers have become increasingly popular for various applications, portable computers have been developed for a wide variety of uses. While many such portable computers use a traditional keyboard for input, for smaller computers, particularly including hand-held computers, the use of "pens" as an interface has been introduced as a way of making a small computer easier to use. With a pen interface, a user can place a pen or stylus directly on a touch-sensitive screen of the computer to control the software running on the computer and to input information. For many people, writing with a pen is a more natural way of inputing information than using a keyboard.
An example of a prior art pen-based hand-held computer is shown in FIGURE 1. The illustrated hand-held computer 1 is typically about 4 inches by 6.5 inches, with a substantial part of one surface comprising a touch-sensitive display screen 2. The display screen 2 is typically a liquid crystal display (LCD) having a resolution of 240x320 pixels or greater (although larger or smaller pixel arrays could be used) . Various technologies can be used to sense and digitize the location of a pen or stylus 3 touched against the surface of the LCD screen 2 to indicate to the compu- ter's operating system the X-Y coordinates of the touch. Various hardware buttons 4 may be provided to control different functions, and/or to turn power on or off to the unit. In addition, a variety of software buttons or icons 5 may be provided, in known fashion, to indicate such functions as, for example, word processing or a calendar.
An inherent characteristic of such pen-based computers is the use of electronic "ink" to depict input by a user on the touch-sensitive display screen 2. "Ink" comprises a series of pixels changed (e.g., darkened or lightened) as a pen 3 is moved across the touch- sensitive display screen 2 by a user, thus mimicking the application of real ink to paper. The ink input is typically represented internally as one or more "strokes", each comprising a set of points which can be connected on the display screen 2 to give the illusion of continuous lines.
In many systems, characters drawn in electronic ink can be recognized and converted to ASCII text. One such character recognition system is described in U.S. Patent No. 5,125,039, entitled "Object Recognition System", by the inventor of the present invention. In such systems, as a user inputs each ink character, or after several ink characters have been input, the computer applies algorithms to recognize each character as an ASCII character, and replaces the ink representation of the character drawn by the user with a standardized ASCII representation of that character. In other cases, it is desirable to leave the electronic ink unrecognized.
Editing ink input has proven difficult. Two prior methods have generally been used for editing electronic ink input. The first and most common method is to use the pen 3 as an electronic "eraser". In this method, the user touches an eraser icon to enter an erasing mode. Thereafter, any pixel of the display screen 2 that contains electronic ink input is erased if the pen 3 passes over that pixel. This method works very much like a real eraser, and has several similar problems. It is difficult to accurately erase only desired portions of a figure, and nothing else. Thus, it is common to accidentally erase part of a figure that was intended to be kept, requiring the user to go back and redraw the partially erased line after changing back to a drawing mode. The problem is exacerbated by the inaccuracies of the digitizer, and inaccuracies and parallax caused by the spacing of the pen 3 from the actual display screen 2 by the glass covering of the display screen 2, both of which makes it difficult to both erase accurately and to fix any inadvertently erased lines.
Another problem with the eraser method is that it leads to a drawing made up of many small strokes, some of which may be difficult to see. Further, what originally appeared to be smooth curves as drawn fre¬ quently end up as uneven curves made up of multiple line segments after erasing and then fixing parts of the original curve.
The second method for editing electronic ink is to have the user select a block of ink, designated by means of a selection rectangle, "lasso" feature, or other means. The user can then move, copy, or delete the selected portion of the ink figure. The biggest problem with this method is accurately selecting only the ink to be erased. The user may often select lines or parts of lines that the user did not intend to change, requiring that the user fix the erased portions.
In addition to the above drawbacks of the prior art, both methods of editing electronic ink make it unlikely that edited ink can be later recognized as ASCII text. Most handwriting recognition algorithms become confused when strokes are moved, partially erased, or consist of many small segments. All of these defects are likely to occur with existing methods of editing electronic ink.
Accordingly, it would be desirable to have an improved method for editing electronic ink, which permits easy and accurate selection of only those portions of a drawing that a user desires to erase and the ability to erase a selected portion without affecting other portions of a displayed figure. The present invention provides such a solution.
SUMMARY OF THE INVENTION
The invention comprises a method and apparatus for editing electronic ink for pen-based computers in which the ink is represented in stroke form. The invention implements a "backspace" ink function, similar to the backspace key on a keyboard. In the preferred embodiment of the invention, selecting a "backspace" ink icon with the pen of a pen-based computer, or pressing a hardware button on the computer, erases the last stroke, or segment of a stroke, drawn by the user. Erasure is accomplished by deleting the last stroke, or segment of a stroke, in a sequential list of strokes representing the user's input. Again selecting the icon or pressing the button erases the previous line stroke or stroke segment, and so on. This method allows the user to accurately erase any amount of electronic ink represented in stroke form without disrupting nearby or overlapping lines.
In an alternative embodiment of the invention, any dis- played line segment of a drawing can be selected as the starting point for erasing, and erasing can be done on a stroke-by-stroke or segment-by-segment basis, either "forward" or "backward" from the selected stroke.
The details of the preferred embodiment of the present invention are set forth in the accompanying drawings and the description below. Once the details of the invention are known, numerous additional innovations and changes will become obvious to one skilled in the art.
BRIEF DESCRIPTION OF THE DRAWINGS
FIGURE 1 is a front left-side perspective drawing showing a prior art pen-based computer.
FIGURE 2 is a diagrammatic example of electronic ink strokes made on a digitizer/display grid of a pen-based computer, showing a single-stroke curved line and a double-stroke character.
FIGURE 3 is a representation of the stroke data for the single-stroke curved line and the double-stroke charac¬ ter of FIGURE 2.
FIGURE 4 is a diagrammatic example of FIGURE 2, showing the single-stroke curved line after erasure of one stroke of the double-stroke character.
FIGURE 5 is a diagrammatic example of FIGURE 2, showing the single-stroke curved line after erasure of both strokes of the double-stroke character.
FIGURE 6 is a flow-chart of the preferred embodiment of the inventive method.
Like reference numbers and designations in the various drawings refer to like elements. DETAILED DESCRIPTION OF THE INVENTION
Throughout this description, the preferred embodiment and examples shown should be considered as exemplars, rather than limitations on the present invention.
FIGURE 2 is a diagrammatic example of electronic ink strokes made on a digitizer/display grid of a pen-based computer, showing a single-stroke curved line 10 and a character "D" 12 comprising two strokes 14, 16. FIGURE 3 is a representation of the stroke data for the single-stroke curved line 10 and the double-stroke character 12 of FIGURE 2. As can be seen from FIGURE 3, each stroke is represented by a set of paired numbers, each pair comprising the Cartesian coordinates of a pixel. Adjacent pairs of numbers define a segment of the stroke. (A typical input from a digitizer would contain more points than shown; FIGURE 2 is simplified for clarity) .
A numeric representation of a stroke requires at least two pairs of coordinates. As FIGURE 3 shows, the single-stroke curved line 10 can be described as comprising six pairs of pixel coordinates (i.e., five segments) . In the illustrated embodiment, the coordi- nate value "0,0" is used as a delimiter to designate the end of a series of coordinate pairs defining a single stroke; however, other values or means for delimiting strokes may be used.
Alternative ways can be used to represent strokes. For example, the origin for the grid need not be in the "lower left" corner, as is typical of a standard mathematical representation of a Cartesian grid, but may be in the "upper left", which is more typical of the addressing used for a pixel array. As another example, the coordinate points representing a stroke can be compressed, or the strokes can be represented as mathematical equations (such as the equation for a line or a curve) , or in any other desired form. The invention will work with any representation of strokes, such that each stroke can be distinguished from each other stroke. Thus, the term "stroke", as used herein, should be understood to mean any non-bitmapped representation of lines or figures input by a user as electronic ink.
The stroke data may be stored in a computer memory as simply a list of stroke entries in order of creation, each separated by a delimiter. Alternatively, the stroke data may be stored in random order in a computer memory as a linked list, in known fashion. As another alternative, the stroke data may be stored in random order in a computer memory with a list of sequential or linked pointers being used to indirectly define an entry order for the stroke data. Any data structure that permits input strokes to be accessed at least in order (or reverse order) of entry can be used to store the stroke data. Because the strokes comprising each drawing are accessible in the sequential order of input, it is easy to determine the "last" stroke drawn by the user. Hence, the term "stroke list" should be interpreted to cover any format from which the sequential order of input of strokes can be determined.
To display the input strokes, the list of strokes is read from the computer memory. For each stroke, the intensity of the pixels comprising each consecutive pair of coordinate pairs is changed, along with all interpolated pixels in between, in known fashion.
Thus, in accordance with these definitions, the data structure sequence shown in FIGURE 3 shows that the stroke for the curved line 10 in FIGURE 2 was drawn before the vertical line stroke 14 for the character "D" 12, which in turn was drawn before the curved line stroke 16 of the character "D" 12. When the strokes are read from the stroke list, the display of the computer will appear as in FIGURE 2 (without the grid lines) .
To accomplish the "backspace" ink function of the present invention, the computer detects the touch of a pen on a "backspace" ink icon, or the press of a "backspace" hardware button on the computer, by the user. The list of strokes stored in the computer is then examined to determine the last entered stroke. Since the strokes are accessible in sequential order, the last stroke can easily be determined by sequen- tially examining the entire list of strokes until the last "0,0" delimiter is accessed, or by keeping track (e.g., by means of a pointer) of the beginning address of the last stroke entered. Of course, other methods for determining the last entered stroke could also be used.
Once the last entered stroke is located, that stroke entry is simply deleted from the stroke list in the computer memory so that the next prior entry becomes the "last" stroke. Thus, referring to FIGURE 4, when the "backspace" ink function is selected, the stroke for the curved line portion 16 of the character "D" is deleted. Thereafter, the display screen is redrawn to show only the remaining strokes, comprising the single- stroke curved line 10 and the vertical line portion 14 of the character "D" 12. Since the displayed lines are re-drawn based upon the current contents of the stroke list, any pixels in common between a deleted stroke and other strokes are also redrawn. Thus, deletion of a stroke has no effect on the appearance of the remaining strokes. Again selecting the icon or pressing the "backspace" ink button erases the previous stroke in the stroke list, and so on. Thus, in FIGURE 5, pressing the "backspace" ink function again causes the vertical line stroke 14 to be deleted in the manner described above.
If desired, after the "backspace" ink function is selected, the last stroke may be highlighted, in known fashion (e.g., by holding or blinking the stroke), and the user prompted for approval of the deletion of that stroke. Also, if the user is prompted for a deletion, but reselects the "backspace" ink function, the prior stroke in the stroke list can be highlighted, and the user prompted for approval of the deletion of that stroke. In like manner, further reselection of the "backspace" ink function highlights the next prior stroke in the stroke list for prompted deletion.
FIGURE 6 is a flow-chart of the preferred embodiment of the inventive method. The flow chart shows the following steps in abbreviated form:
1. Test if the pen 3 is in a "backspace ink" icon, or a backspace button has been pressed (Step 60) .
2. If no, loop back to start (Step 61). 3. If yes, then:
3.1 Find the last entry in the list of strokes (Step 62) .
3.2 Delete the found entry (Step 63).
3.3 Redisplay the remaining strokes (Step 64). 4. Go back to start (Step 65).
Of course, other step sequences may be used to accom¬ plish the same function.
In an alternative embodiment of the invention, any dis- played stroke of a drawing can be selected as the starting point for erasing, and erasing can be done on a stroke-by-stroke basis, either "forward" or "back- ward" from the selected stroke. This is most easily accomplished by permitting a user to select with the pen 3 any desired displayed stroke, and setting a pointer to the sequential position of that stroke in the stroke list. If the "backspace ink" function is then selected, the entry of the selected stroke is deleted from the stroke list. The pointer is then set to point to the entry just prior in sequence to the deleted entry. If the "backspace ink" function is selected again, the entry pointed to by the pointer is deleted, and the pointer reset to the prior entry in the stroke list. To delete in a "forward direction", the user selects a different icon or button, and the entry in the stroke list just after the pointer is deleted. In an alternative embodiment, after a deletion, the pointer is set to point to the entry just after the deleted entry, and deletions in either direction are based upon that position as a reference point. In either case, the stroke indicated by the pointer may be highlighted and the user prompted for further deletions.
In another alternative embodiment of the invention, ink is erased segment-by-segment instead of stroke-by- stroke. In this method, pressing a "backspace ink" icon causes ink to be erased one segment at a time in either a forward or backward direction, starting either from the end of the last stroke or from a user-selected point. For example, referring to FIGURE 3, if the last stroke (the curved line portion 16 of the character "D" shown in FIGURE 2) is selected for erasure, the last segment (defined by coordinates 11,2 and 9,1) would be deleted by deleting the last coordinate pair (i.e., 9,1) and moving up the stroke delimiter (i.e., 0,0). This method allows even finer control of exactly which ink input is erased, while maintaining the benefit of not erasing nearby or adjacent strokes. Because the lines of a drawing are erased on a stroke- by-stroke or segment-by-segment basis, the inventive apparatus and method allows the user to accurately erase any amount of electronic ink represented in stroke form without disrupting nearby or overlapping strokes. The invention provides a means for editing electronic ink which permits accurate selection of only those portions of a drawing that a user desires to erase and the ability to erase a selected portion without affecting other portions of a displayed figure.
A number of embodiments of the present invention have been described. Nevertheless, it will be understood that various modifications may be made without departing from the spirit and scope of the invention. Accordingly, it is to be understood that the invention is not to be limited by the specific illustrated embodiment, but only by the scope of the appended claims.

Claims

1. A method for editing electronic ink for a pen-based computer in which the ink is represented as a plurality of entries in a stroke list in a computer memory, and displayed on a display screen of the computer, comprising the steps of:
(a) accepting input from a user selecting a deletion function;
(b) deleting the last entry from the stroke list in response to the accepted input.
2. A method for editing electronic ink for a pen-based computer in which the ink is represented as a plurality of entries in a stroke list in a computer memory, and displayed on a display screen of the computer, comprising the steps of:
(a) accepting input from a user selecting a deletion function;
(b) finding the last entry in the stroke list in response to the accepted input; (c) deleting the found last entry from the stroke list; (d) displaying the remaining entries of the stroke list on the display screen of the computer.
3. A method for editing electronic ink for a pen-based computer in which the ink is represented as a plurality of entries in a stroke list in a computer memory, and displayed on a display screen of the computer, each entry comprising at least one segment, comprising the steps of:
(a) accepting input from a user selecting a deletion function;
(b) deleting the last segment of the last entry from the stroke list in response to the accepted input.
4. A method for editing electronic ink for a pen-based computer in which the ink is represented as a plurality of entries in a stroke list in a computer memory, and displayed on a display screen of the computer, each entry comprising at least one segment, comprising the steps of:
(a) accepting input from a user selecting a deletion function;
(b) finding the last entry in the stroke list in response to the accepted input;
(c) deleting the last segment of the found last entry from the stroke list;
(d) displaying the entries of the stroke list on the display screen of the computer.
5. A method for editing electronic ink for a pen-based computer in which the ink is represented as a plurality of entries in a stroke list in a computer memory, and displayed on a display screen of the computer, comprising the steps of:
(a) accepting pen input from a user selecting a displayed stroke;
(b) accepting input from a user selecting a deletion function; (c) deleting the selected displayed stroke from the stroke list in response to the accepted inputs.
6. The method for editing electronic ink of claim 5, further including the steps of:
(a) accepting further input from a user selecting the deletion function; (b) deleting the displayed stroke adjacent to the last deleted stroke.
7. A method for editing electronic ink for a pen-based computer in which the ink is represented as a plurality of entries in a stroke list in a computer memory, and displayed on a display screen of the computer, each entry comprising at least one segment, comprising the steps of:
(a) accepting pen input from a user selecting a displayed stroke;
(b) accepting input from a user selecting a deletion function;
(c) deleting the last segment of the selected displayed stroke from the stroke list in response to the accepted inputs.
8. The method for editing electronic ink of claim 7, further including the steps of:
(a) accepting further input from a user selecting the deletion function; (b) deleting the segment adjacent to the last deleted segment.
9. A method for editing electronic ink for a pen-based computer in which the ink is represented as a plurality of entries in a stroke list in a computer memory, and displayed on a display screen of the computer, comprising the steps of:
(a) accepting pen input from a user selecting a displayed stroke;
(b) accepting input from a user selecting a deletion function; (c) finding the entry of the selected displayed stroke in the stroke list in response to the accepted inputs;
(d) deleting the found selected entry from the stroke list; (e) displaying the remaining entries of the stroke list on the display screen of the computer.
10. The method for editing electronic ink of claim 9, further including the steps of:
(a) accepting further input from a user selecting the deletion function; (b) deleting the entry in the stroke list adjacent to the entry of the last deleted stroke.
11. A method for editing electronic ink for a pen-based computer in which the ink is represented as a plurality of entries in a stroke list in a computer memory, and displayed on a display screen of the computer, each entry comprising at least one segment, comprising the steps of:
(a) accepting pen input from a user selecting a displayed stroke;
(b) accepting input from a user selecting a deletion function;
(c) finding the entry of the selected displayed stroke in the stroke list in response to the accepted inputs;
(d) deleting the last segment of the found entry from the stroke list;
(e) displaying the entries of the stroke list on the display screen of the computer.
12. The method for editing electronic ink of claim 11, further including the steps of:
(a) accepting further input from a user selecting the deletion function; (b) deleting the segment adjacent to the last deleted segment.
13. The method for editing electronic ink of claims 1, 2, 3, 4, 5, 7, 9, or 11, further including the step of prompting the user to approve each deletion.
14. The method for editing electronic ink of claim 13, further including the step of highlighting the displayed stroke corresponding to the item to be deleted while prompting the user.
PCT/US1993/012239 1993-01-06 1993-12-15 Method and apparatus for editing electronic ink WO1994016408A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US103293A 1993-01-06 1993-01-06
US08/001,032 1993-01-06

Publications (1)

Publication Number Publication Date
WO1994016408A1 true WO1994016408A1 (en) 1994-07-21

Family

ID=21694058

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1993/012239 WO1994016408A1 (en) 1993-01-06 1993-12-15 Method and apparatus for editing electronic ink

Country Status (1)

Country Link
WO (1) WO1994016408A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8072433B2 (en) 2003-08-21 2011-12-06 Microsoft Corporation Ink editing architecture
US8259075B2 (en) 2009-01-06 2012-09-04 Hewlett-Packard Development Company, L.P. Secondary key group layout for keyboard
US8976108B2 (en) 2001-06-11 2015-03-10 Qualcomm Incorporated Interface for processing of an alternate symbol in a computer device
US9549056B2 (en) 2001-06-11 2017-01-17 Qualcomm Incorporated Integrated personal digital assistant device
WO2017218312A1 (en) * 2016-06-16 2017-12-21 Microsoft Technology Licensing, Llc Segment eraser
CN112035035A (en) * 2020-08-27 2020-12-04 哈尔滨工业大学(深圳) Eraser realizing method and system capable of erasing strokes of top layer local area

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3821727A (en) * 1972-04-27 1974-06-28 Litton Systems Inc Digital display generators
US4727588A (en) * 1984-09-27 1988-02-23 International Business Machines Corporation System for automatic adjustment and editing of handwritten text image
US4742343A (en) * 1984-12-11 1988-05-03 O Donnell Ciaran Digital stroke generator
US4829583A (en) * 1985-06-03 1989-05-09 Sino Business Machines, Inc. Method and apparatus for processing ideographic characters
US5231698A (en) * 1991-03-20 1993-07-27 Forcier Mitchell D Script/binary-encoded-character processing method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3821727A (en) * 1972-04-27 1974-06-28 Litton Systems Inc Digital display generators
US4727588A (en) * 1984-09-27 1988-02-23 International Business Machines Corporation System for automatic adjustment and editing of handwritten text image
US4742343A (en) * 1984-12-11 1988-05-03 O Donnell Ciaran Digital stroke generator
US4829583A (en) * 1985-06-03 1989-05-09 Sino Business Machines, Inc. Method and apparatus for processing ideographic characters
US5231698A (en) * 1991-03-20 1993-07-27 Forcier Mitchell D Script/binary-encoded-character processing method and system

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8976108B2 (en) 2001-06-11 2015-03-10 Qualcomm Incorporated Interface for processing of an alternate symbol in a computer device
US9549056B2 (en) 2001-06-11 2017-01-17 Qualcomm Incorporated Integrated personal digital assistant device
US9696905B2 (en) 2001-06-11 2017-07-04 Qualcomm Incorporated Interface for processing of an alternate symbol in a computer device
US10097679B2 (en) 2001-06-11 2018-10-09 Qualcomm Incorporated Integrated personal digital assistant device
US10326871B2 (en) 2001-06-11 2019-06-18 Qualcomm Incorporated Integrated personal digital assistant device
US8072433B2 (en) 2003-08-21 2011-12-06 Microsoft Corporation Ink editing architecture
US8259075B2 (en) 2009-01-06 2012-09-04 Hewlett-Packard Development Company, L.P. Secondary key group layout for keyboard
WO2017218312A1 (en) * 2016-06-16 2017-12-21 Microsoft Technology Licensing, Llc Segment eraser
CN112035035A (en) * 2020-08-27 2020-12-04 哈尔滨工业大学(深圳) Eraser realizing method and system capable of erasing strokes of top layer local area

Similar Documents

Publication Publication Date Title
US5539427A (en) Graphic indexing system
US5276794A (en) Pop-up keyboard system for entering handwritten data into computer generated forms
US6282315B1 (en) System for entering handwritten data into computer generated forms
USRE36137E (en) Instruction input system for electronic processor
US7058902B2 (en) Enhanced on-object context menus
US5956021A (en) Method and device for inputting information for a portable information processing device that uses a touch screen
US7954054B2 (en) Insertion point bungee space tool
US5848187A (en) Method and apparatus for entering and manipulating spreadsheet cell data
KR930001926B1 (en) Display control method and apparatus
JP3705986B2 (en) How to automatically select electronic writing pen tool and electronic marker tool
CA2594428A1 (en) Method and apparatus for inputting character through pointing device
WO2007030620A1 (en) Software key labeling on software keyboards
WO1994010678A1 (en) Data input system for pen-based computers
JP3345433B2 (en) Image editing device
WO1994016408A1 (en) Method and apparatus for editing electronic ink
CA2098419A1 (en) Method and apparatus for interacting with a user interface for a pen-based computing system
JP3388451B2 (en) Handwriting input device
JPH06175775A (en) Information processor
JPH05189149A (en) Information processor
US6304276B1 (en) Data processing device and data processing method
JPH08255221A (en) Character graphic input editing device
JPH0594253A (en) Screen touch type key input device
JP3456023B2 (en) Data display device
JPH11306369A (en) Picture data editor
JP2002268617A (en) Electronic blackboard application system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase