UC Berkeley Group for User Interface Research
Updated November 17, 2000
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

D

D_ALL - Static variable in class edu.berkeley.guir.lib.schema.Schema
Accept any String.
D_DATE - Static variable in class edu.berkeley.guir.lib.schema.Schema
Accept any valid ISO8601 date.
D_DIGIT - Static variable in class edu.berkeley.guir.lib.schema.Schema
Accept any String of digits.
D_EXTENSION - Static variable in class edu.berkeley.guir.lib.schema.Schema
Accept any String starting with "X-".
DAMAGE_LATER - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Damage the region and repaint lazily
DAMAGE_NOW - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Damage the region and repaint immediately
damage(int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
damage(int) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
damage(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
damage(int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
If this GraphicalObject Watchable.hasNotifyEnabled(), mark this GraphicalObject as damaged and repaint.
damage(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
Done on proxy, not on proxied object.
damage(int, GraphicalObject) - Method in class edu.berkeley.guir.lib.satin.Sheet
Damage an area for repainting.
damage(int, GraphicalObject) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
damage(int, GraphicalObject) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
damage(int, GraphicalObject) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
If this GraphicalObject Watchable.hasNotifyEnabled(), mark the specified GraphicalObject as damaged and repaint.
damage(int, GraphicalObject) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
Done on proxy, not on proxied object.
damage(int, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.Sheet
Damage an area for immediate repainting.
damage(int, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
damage(int, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
damage(int, Rectangle2D) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
If this GraphicalObject Watchable.hasNotifyEnabled(), mark the specified region as damaged and repaint.
damage(int, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
Done on proxy, not on proxied object.
damage(int, Rectangle2D, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
damage(int, Rectangle2D, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
damage(int, Rectangle2D, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
damage(int, Rectangle2D, Rectangle2D) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
If this GraphicalObject Watchable.hasNotifyEnabled(), mark the specified regions as damaged and repaint.
damage(int, Rectangle2D, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
Done on proxy, not on proxied object.
damageNote(int) - Method in class edu.berkeley.guir.brainstorm.BrainstormSheet
Well, I'm not happy with this, but we need to update links too.
data - Variable in class edu.berkeley.guir.lib.graphs.BinaryTree
 
data() - Method in class edu.berkeley.guir.lib.graphs.PathTree
Get the value at the root of this tree.
data() - Method in class edu.berkeley.guir.lib.graphs.BinarySearchTree
Get the data at the root of this BinarySearchTree.
DataBuffer - class edu.berkeley.guir.lib.collection.DataBuffer.
Holds a buffer of bytes that can be resized, compacted, inserted into, removed, sliced, and diced.
DataBuffer() - Constructor for class edu.berkeley.guir.lib.collection.DataBuffer
Create a new, empty DataBuffer.
DataBuffer(byte[]) - Constructor for class edu.berkeley.guir.lib.collection.DataBuffer
Create a DataBuffer using the specified buffer.
DataBuffer(byte[], int) - Constructor for class edu.berkeley.guir.lib.collection.DataBuffer
Create a DataBuffer using the specified buffer and the specified length.
DataBuffer(int) - Constructor for class edu.berkeley.guir.lib.collection.DataBuffer
Create a new, empty DataBuffer with the specified buffer size.
DataBuffer(String) - Constructor for class edu.berkeley.guir.lib.collection.DataBuffer
Create a new DataBuffer containing this String.
DateLib - class edu.berkeley.guir.lib.util.DateLib.
Formats Java Date object as ISO date (ISO8601).
DateToISO(Date) - Static method in class edu.berkeley.guir.lib.util.DateLib
Convert a Java Date object to an ISO date string.
debug - class edu.berkeley.guir.lib.gesture.util.debug.
various routines useful for debugging
debug - Static variable in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
 
debug - Static variable in class edu.berkeley.guir.lib.satin.util.GetTypeContains
 
debug - Static variable in class edu.berkeley.guir.lib.satin.util.GetTypeIntersects
 
Debug - class edu.berkeley.guir.lib.debugging.Debug.
Lots of debugging utilities, including log file output, stream output, graphical window output, and object introspection.
DEBUG_GRAPHICS_OFFSET - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Number of pixels used for spacing for drawing height and width bars.
DEBUG_STYLE_FILE - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
The name of the file containing the default debug properties.
DEBUG_STYLE_GPROPERTY - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Global property for debugging style.
debug() - Static method in class edu.berkeley.guir.lib.satin.command.CommandImpl
 
Debug() - Constructor for class edu.berkeley.guir.lib.debugging.Debug
Create a new debugging object.
Debug(boolean) - Constructor for class edu.berkeley.guir.lib.debugging.Debug
Create a new debugging object.
DebugEventQueue - class edu.berkeley.guir.lib.debugging.DebugEventQueue.
A debugging version of the Event Queue, printing all the events to the debugging window.
DebugFilter - class edu.berkeley.guir.lib.io.DebugFilter.
A filter to be used with the Pipe class.
DebugFilter() - Constructor for class edu.berkeley.guir.lib.io.DebugFilter
Create a filter.
DebugFilter(String) - Constructor for class edu.berkeley.guir.lib.io.DebugFilter
Create a filter that prints out the specified String on every new packet received.
DebugMultiInterpreterImpl - class edu.berkeley.guir.lib.satin.interpreter.DebugMultiInterpreterImpl.
Basically a collection of Interpreters, used for delegation purposes by a GraphicalObject.
DebugMultiInterpreterImpl() - Constructor for class edu.berkeley.guir.lib.satin.interpreter.DebugMultiInterpreterImpl
Does nothing.
DebugMultiViewImpl - class edu.berkeley.guir.lib.satin.view.DebugMultiViewImpl.
A MultiView that displays all of the valid views.
DebugMultiViewImpl() - Constructor for class edu.berkeley.guir.lib.satin.view.DebugMultiViewImpl
Does nothing.
DebugWindow - class edu.berkeley.guir.lib.debugging.DebugWindow.
A window which allows output for debugging purposes.
DebugWindow() - Constructor for class edu.berkeley.guir.lib.debugging.DebugWindow
Default constructor.
DebugWindow(String) - Constructor for class edu.berkeley.guir.lib.debugging.DebugWindow
Construct a DebugWindow with the specified frame name.
DEEP - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Get Graphical Objects deeply
deepClone() - Method in class edu.berkeley.guir.lib.satin.Sheet
My clone sleeps alone as a deep clone.
deepClone() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
If you do not override this method, it calls clone() by default.
deepClone() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
Make a deep clone of the GraphicalObjectGroup.
deepClone() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
Make a deep clone of this GraphicalObjectCollection.
deepClone() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollection
Clone deeply, recursing if necessary.
deepClone() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Clone this object deeply, recursively deep-cloning any children this GraphicalObject has.
deepClone() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
Done on proxy, not on proxied object.
deepClone() - Method in class edu.berkeley.guir.lib.satin.objects.PatchImpl
Make a deep-clone.
deepClone() - Method in class edu.berkeley.guir.lib.satin.objects.GObImage
 
deepClone() - Method in class edu.berkeley.guir.lib.satin.objects.StickyZGraphicalObjectWrapper
Done on proxy, not on proxied object.
deepClone() - Method in class edu.berkeley.guir.lib.satin.objects.StickyXYGraphicalObjectWrapper
Done on proxy, not on proxied object.
deepClone(GObImage) - Method in class edu.berkeley.guir.lib.satin.objects.GObImage
 
deepClone(GObJComponentWrapper) - Method in class edu.berkeley.guir.lib.satin.objects.GObJComponentWrapper
Since there is no way to generically clone a JComponent, this method exists only for descendants of GObJComponentWrapper to call in their deepClone methods.
deepClone(GraphicalObjectCollectionImpl) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
For deep-clone chaining purposes.
deepClone(GraphicalObjectGroupImpl) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
For deep-clone chaining.
deepClone(GraphicalObjectImpl) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
deepClone(GraphicalObjectWrapper) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
Deep clone our current state into the passed-in object.
deepClone(LineArrow) - Method in class edu.berkeley.guir.lib.satin.objects.LineArrow
For deep-clone chaining.
deepClone(PatchImpl) - Method in class edu.berkeley.guir.lib.satin.objects.PatchImpl
For deep-clone chaining.
deepClone(StickyGraphicalObjectWrapper) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Done on proxy, not on proxied object.
deepClone(StickyXYGraphicalObjectWrapper) - Method in class edu.berkeley.guir.lib.satin.objects.StickyXYGraphicalObjectWrapper
 
deepClone(StickyZGraphicalObjectWrapper) - Method in class edu.berkeley.guir.lib.satin.objects.StickyZGraphicalObjectWrapper
 
deepCopy(Collection) - Static method in class edu.berkeley.guir.lib.gesture.util.Misc
make a deep copy of c, as far as possible.
deepCopy(Map) - Static method in class edu.berkeley.guir.lib.gesture.Properties
Deep copy a property map (persistent properties only)
deepCopy(Map) - Static method in class edu.berkeley.guir.lib.gesture.util.Misc
 
deepCopy(Map, Misc.MapAcceptor) - Static method in class edu.berkeley.guir.lib.gesture.util.Misc
deep copy only key/value pairs that are accepted by acceptor
deepCopy(Object) - Static method in class edu.berkeley.guir.lib.gesture.util.Misc
 
deepCopy(Object[]) - Static method in class edu.berkeley.guir.lib.gesture.util.Misc
make a deep copy of a, as far as possible.
DEFAULT_AUTO_OPEN - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Default value for auto-open is false.
DEFAULT_BIG_RADIUS - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Default radius size for the pie menu, currently 100.
DEFAULT_BORDER_WIDTH - Static variable in class edu.berkeley.guir.lib.gesture.util.SelectablePanel
 
DEFAULT_CLIP_FLAG - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Default value for clipping is false.
DEFAULT_FILL_COLOR - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
The default color of the pie menu, currently light gray.
DEFAULT_FLUSHTIME - Static variable in class edu.berkeley.guir.lib.db.OskiDB
Default to 30 seconds between writes.
DEFAULT_FOLD_LENGTH - Static variable in class edu.berkeley.guir.lib.util.StringLib
The maximum number of characters per line.
DEFAULT_FONT - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
The default font, currently sans serif plain, 16 point.
DEFAULT_FONT_COLOR - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
The default color of fonts, currently black.
DEFAULT_INITIAL_DELAY - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
The default delay (msec) before pie menus initially pop up, currently 200ms.
DEFAULT_LENGTH - Static variable in class edu.berkeley.guir.brainstorm.BrainNote
 
DEFAULT_LINE_COLOR - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
The default color of the lines in the pie menu, currently black.
DEFAULT_LINE_WIDTH - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Default line width for drawing lines in the Pie Menu, currently 0.5.
DEFAULT_LOGFILE - Static variable in class edu.berkeley.guir.lib.debugging.LogFile
Name of the logfile if no logfile name is specified
DEFAULT_NUMBER_EDGES - Static variable in interface edu.berkeley.guir.lib.graphs.GraphConst
The default size of the table for each adjacency list (both inlinks and outlinks).
DEFAULT_NUMBER_NODES - Static variable in interface edu.berkeley.guir.lib.graphs.GraphConst
The default size of the table that contains the nodes.
DEFAULT_PATCH_LENGTH - Static variable in class edu.berkeley.guir.brainstorm.BrainstormSheet
Currently unused.
DEFAULT_PATH_SIZE - Static variable in interface edu.berkeley.guir.lib.graphs.GraphConst
The default size of the list for Paths.
DEFAULT_POINT2D_POOL_SIZE - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
 
DEFAULT_POLYGON2D_POOL_SIZE - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
 
DEFAULT_POS_POLICY - Static variable in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroup
Which of the two policies above we use by default, if unspecified.
DEFAULT_RECTANGLE_POOL_SIZE - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
 
DEFAULT_REPAINT_THRESHOLD - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Satin damages and repaints in rectangular regions.
DEFAULT_SCALING_FACTOR - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
The default scaling factor for where to draw objects.
DEFAULT_SELECT_THRESHOLD - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Default threshold for distances when selecting Graphical Objects in terms of absolute coordinates (screen pixels).
DEFAULT_SELECTED_BORDER - Static variable in class edu.berkeley.guir.lib.gesture.util.SelectablePanel
 
DEFAULT_SELECTED_COLOR - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
The default color of the selected item in the pie menu, currently gray.
DEFAULT_SMALL_RADIUS - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
The radius of the small inner circle, currently 20.
DEFAULT_START - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Where the first pie slice is rendered.
DEFAULT_STRINGBUFFER_POOL_SIZE - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
 
DEFAULT_SUBMENU_DELAY - Static variable in class edu.berkeley.guir.lib.satin.widgets.PieMenu
The default delay (msec) before pie submenus pop up, currently 500ms.
DEFAULT_TIMEOUT - Static variable in interface edu.berkeley.guir.lib.net.NetConstants
By default, wait at most 10 seconds for a connection.
DEFAULT_TRANSFORM_POOL_SIZE - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
 
DEFAULT_UNSELECTED_BORDER - Static variable in class edu.berkeley.guir.lib.gesture.util.SelectablePanel
 
DEFAULT_WEIGHT - Static variable in interface edu.berkeley.guir.lib.graphs.GraphConst
This is the default weight that will be assigned if no weight is specified.
DefaultCTableModel - class edu.berkeley.guir.lib.gesture.util.DefaultCTableModel.
 
DefaultCTableModel() - Constructor for class edu.berkeley.guir.lib.gesture.util.DefaultCTableModel
 
DefaultCTableModel(int, int) - Constructor for class edu.berkeley.guir.lib.gesture.util.DefaultCTableModel
 
defaultFeatureClasses - Static variable in class edu.berkeley.guir.lib.gesture.FeatureVector
 
DefaultGestureObject - class edu.berkeley.guir.lib.gesture.DefaultGestureObject.
A default implementation of a GestureObject.
DefaultGestureObject() - Constructor for class edu.berkeley.guir.lib.gesture.DefaultGestureObject
 
DefaultInterpreterImpl - class edu.berkeley.guir.lib.satin.interpreter.DefaultInterpreterImpl.
An interpreter that does nothing.
DefaultInterpreterImpl() - Constructor for class edu.berkeley.guir.lib.satin.interpreter.DefaultInterpreterImpl
Empty constructor.
DefaultIntrospectHandler - class edu.berkeley.guir.lib.introspect.DefaultIntrospectHandler.
Default handler for introspection debugging.
DefaultIntrospectHandler() - Constructor for class edu.berkeley.guir.lib.introspect.DefaultIntrospectHandler
 
DefaultIntrospectHandler(IntrospectFilter) - Constructor for class edu.berkeley.guir.lib.introspect.DefaultIntrospectHandler
 
DefaultMultiInterpreterImpl - class edu.berkeley.guir.lib.satin.interpreter.DefaultMultiInterpreterImpl.
Basically a collection of Interpreters, used for delegation purposes by a GraphicalObject.
DefaultMultiInterpreterImpl() - Constructor for class edu.berkeley.guir.lib.satin.interpreter.DefaultMultiInterpreterImpl
Does nothing.
DefaultMultiViewImpl - class edu.berkeley.guir.lib.satin.view.DefaultMultiViewImpl.
A sample implementation of a MultiView, which just displays the view with the greatest display value.
DefaultMultiViewImpl() - Constructor for class edu.berkeley.guir.lib.satin.view.DefaultMultiViewImpl
Does nothing.
defaultRender(SatinGraphics) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
The default method for rendering.
defaultRender(SatinGraphics) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
defaultRender(SatinGraphics) - Method in class edu.berkeley.guir.lib.satin.objects.GObJComponentWrapper
 
defaultRender(SatinGraphics) - Method in class edu.berkeley.guir.lib.satin.objects.LineArrow
 
defaultRender(SatinGraphics) - Method in class edu.berkeley.guir.lib.satin.objects.PatchImpl
 
defaultRender(SatinGraphics) - Method in class edu.berkeley.guir.lib.satin.objects.GObText
 
defaultRender(SatinGraphics) - Method in class edu.berkeley.guir.lib.satin.objects.GObImage
 
defaultRender(SatinGraphics) - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
 
defaultSize() - Static method in class edu.berkeley.guir.lib.gesture.FeatureVector
 
DefaultViewImpl - class edu.berkeley.guir.lib.satin.view.DefaultViewImpl.
A sample implementation of View that does nothing.
DefaultViewImpl() - Constructor for class edu.berkeley.guir.lib.satin.view.DefaultViewImpl
 
delegate - Variable in class edu.berkeley.guir.lib.gesture.util.TokenReader
 
delete() - Method in class edu.berkeley.guir.lib.satin.Sheet
Ignore.
delete() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
delete() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Delete this object.
delete() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
Done on proxy, not on proxied object.
delete() - Method in class edu.berkeley.guir.brainstorm.BrainNote
 
DeleteCommand - class edu.berkeley.guir.lib.satin.command.DeleteCommand.
Delete a Graphical Object.
DeleteCommand() - Constructor for class edu.berkeley.guir.lib.satin.command.DeleteCommand
 
DeleteCommand(GraphicalObject) - Constructor for class edu.berkeley.guir.lib.satin.command.DeleteCommand
Create the delete command object, deleting the specified GraphicalObject.
DeleteCommand(Iterator) - Constructor for class edu.berkeley.guir.lib.satin.command.DeleteCommand
Make the specified collection of GraphicalObjects the list of GraphicalObjects to delete.
DeleteCommand(Vector) - Constructor for class edu.berkeley.guir.lib.satin.command.DeleteCommand
Make the specified collection of Graphical Objects the list of Graphical Objects to delete.
deleteInternal() - Method in class edu.berkeley.guir.lib.satin.Sheet
Called when the user deletes by keyboard.
DELIMITERS - Static variable in class edu.berkeley.guir.lib.util.ParserLib
 
Demo - class edu.berkeley.guir.posterboard.Demo.
Revisions: 1.0.0 08-12-1999 JH Created class Demo
Demo() - Constructor for class edu.berkeley.guir.posterboard.Demo
Default constructor.
Density1 - class edu.berkeley.guir.lib.gesture.features.Density1.
 
Density1() - Constructor for class edu.berkeley.guir.lib.gesture.features.Density1
 
Density1(Gesture) - Constructor for class edu.berkeley.guir.lib.gesture.features.Density1
 
Density2 - class edu.berkeley.guir.lib.gesture.features.Density2.
 
Density2() - Constructor for class edu.berkeley.guir.lib.gesture.features.Density2
 
Density2(Gesture) - Constructor for class edu.berkeley.guir.lib.gesture.features.Density2
 
dequeue() - Method in class edu.berkeley.guir.lib.collection.QueueFixedSize
 
dequeue() - Method in class edu.berkeley.guir.lib.collection.QueueDynamicSize
 
dequeue() - Method in interface edu.berkeley.guir.lib.collection.Queue
Remove and return the first element in the queue.
DeserializeFile - class edu.berkeley.guir.lib.debugging.DeserializeFile.
A debugging tool that simply deserializes a serialized file and prints out the objects in it.
DeserializeFile() - Constructor for class edu.berkeley.guir.lib.debugging.DeserializeFile
 
deSlice(double[][], double, BitSet, BitSet, double[][]) - Static method in class edu.berkeley.guir.lib.gesture.util.Matrix
Only works on rectangular matrices.
DIAMETER - Static variable in class edu.berkeley.guir.lib.swing.Arrowtail
 
dibDepth(int) - Method in class edu.berkeley.guir.lib.awt.image.eztwain.EZTwainWrapper
 
dibHeight(int) - Method in class edu.berkeley.guir.lib.awt.image.eztwain.EZTwainWrapper
 
dibReadRowRGB(int, int, byte[]) - Method in class edu.berkeley.guir.lib.awt.image.eztwain.EZTwainWrapper
 
dibWidth(int) - Method in class edu.berkeley.guir.lib.awt.image.eztwain.EZTwainWrapper
 
die() - Method in class edu.berkeley.guir.lib.satin.command.CommandImpl
Override this method in the subclass.
die() - Method in class edu.berkeley.guir.lib.satin.command.MoveCommand
 
die() - Method in class edu.berkeley.guir.lib.satin.command.DeleteCommand
 
die() - Method in class edu.berkeley.guir.lib.satin.command.MacroCommand
 
die() - Method in class edu.berkeley.guir.lib.satin.command.RemoveCommand
 
die() - Method in class edu.berkeley.guir.lib.satin.command.SetLocationCommand
 
die() - Method in class edu.berkeley.guir.lib.satin.command.UndoableCommand
 
die() - Method in class edu.berkeley.guir.lib.satin.command.SelectCommand
 
die() - Method in class edu.berkeley.guir.lib.satin.command.ApplyTransformationCommand
 
die() - Method in class edu.berkeley.guir.lib.satin.command.SetTransformCommand
 
die() - Method in class edu.berkeley.guir.lib.satin.command.PasteCommand
 
die() - Method in class edu.berkeley.guir.lib.satin.command.InsertCommand
 
die() - Method in class edu.berkeley.guir.lib.satin.command.CopyCommand
 
dimension - Variable in class edu.berkeley.guir.lib.gesture.HumanCoords.DistanceInfo
 
DIR_CENTER - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
o o o o x o o o o
DIR_DOWN - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
o o o o o o o x o
DIR_DOWN_LEFT - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
o o o o o o x o o
DIR_DOWN_RIGHT - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
o o o o o o o o x
DIR_LEFT - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
o o o x o o o o o
DIR_RIGHT - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
o o o o o x o o o
DIR_UP - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
o x o o o o o o o
DIR_UP_LEFT - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
x o o o o o o o o
DIR_UP_RIGHT - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
o o x o o o o o o
direction - Variable in class edu.berkeley.guir.lib.gesture.HumanCoords.DistanceInfo
 
direction - Variable in class edu.berkeley.guir.lib.gesture.Classifier.FeatureDirection
-1 if a is < b (for featureClass), 1 if a > b, and 0 if they are equal.
directionInvariant - Variable in class edu.berkeley.guir.lib.gesture.GestureCategory
 
DIRECTIVES_FIELDS - Static variable in class edu.berkeley.guir.lib.schema.Schema
This lists the valid directives that field values can have.
DIRECTIVES_PROPERTIES - Static variable in class edu.berkeley.guir.lib.schema.Schema
This lists the valid directives that property values can have.
disable() - Method in class edu.berkeley.guir.lib.satin.command.CommandImpl
This method is implemented for all subclasses in the superclass.
disable() - Method in interface edu.berkeley.guir.lib.satin.command.Command
Disable this command, disallowing execution.
disableDamage() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
disableDamage() - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
disableDamage() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
disableDamage() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Turn off damage mechanism temporarily.
disableDamage() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
disableNotify() - Method in class edu.berkeley.guir.lib.properties.FlexProperties
 
disableNotify() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
disableNotify() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
disableNotify() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
disableNotify() - Method in class edu.berkeley.guir.lib.satin.watch.WatchableImpl
 
disableNotify() - Method in interface edu.berkeley.guir.lib.satin.watch.Watchable
Turn off ability to notify others.
disableNotify(String) - Method in class edu.berkeley.guir.lib.properties.FlexProperties
 
disableSource() - Method in class edu.berkeley.guir.lib.awt.image.eztwain.EZTwainWrapper
 
dispatchEvent(AWTEvent) - Method in class edu.berkeley.guir.lib.awt.HackedEventQueue
 
displayJTree() - Method in class edu.berkeley.guir.lib.introspect.JTreeIntrospectHandler
Just display the tree.
displayObjectStream(Object) - Static method in class edu.berkeley.guir.lib.debugging.Debug
Use introspection to debug an object, using the specified output i/o.
displayObjectStream(Object, OutputStream) - Static method in class edu.berkeley.guir.lib.debugging.Debug
Use introspection to debug an object, using the specified output i/o.
displayObjectStream(Object, PrintWriter) - Static method in class edu.berkeley.guir.lib.debugging.Debug
Use introspection to debug an object, using the specified output i/o.
displayObjectTree(Object) - Static method in class edu.berkeley.guir.lib.debugging.Debug
Use introspection to debug an object, using a JTree as output.
dispose() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
distance(double, double, double, double) - Static method in class edu.berkeley.guir.lib.awt.geom.GeomLib
Calculate the Euclidean distance from point 1 to point 2.
distance(int, int, int, int) - Static method in class edu.berkeley.guir.lib.awt.geom.GeomLib
Calculate the Euclidean distance from point 1 to point 2.
distance(Point2D, Point2D) - Static method in class edu.berkeley.guir.lib.awt.geom.GeomLib
 
DistanceMatrix - class edu.berkeley.guir.lib.gesture.DistanceMatrix.
Displays distances between (the means of) each GestureCategory.
DistanceMatrix(Classifier) - Constructor for class edu.berkeley.guir.lib.gesture.DistanceMatrix
 
DistanceMatrix(GestureSet, Double[][]) - Constructor for class edu.berkeley.guir.lib.gesture.DistanceMatrix
 
DistanceMatrix(GestureSet, Double[][], double) - Constructor for class edu.berkeley.guir.lib.gesture.DistanceMatrix
 
distanceSq - Variable in class edu.berkeley.guir.lib.gesture.HumanCoords.DistanceInfo
 
distanceSq(double[], double[]) - Static method in class edu.berkeley.guir.lib.gesture.HumanCoords
 
distanceSq(GestureCategory, GestureCategory) - Static method in class edu.berkeley.guir.lib.gesture.HumanCoords
computes the average coordinates of all gestures in each category, then computes the distance between the averages
distanceToCategory(Gesture, GestureCategory) - Method in class edu.berkeley.guir.lib.gesture.Classifier
 
distanceToCategory(Gesture, int) - Method in class edu.berkeley.guir.lib.gesture.Classifier
 
distToMean - Variable in class edu.berkeley.guir.lib.gesture.Classifier.Result
Mahalanobis distance from the example to the mean of the category given by gcIndex.
doCommand(Command) - Method in class edu.berkeley.guir.lib.satin.command.CommandQueue
Execute the specified command.
doesActivateMenu(MouseEvent) - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Specify what triggers the popup of this pie menu.
doesAutoSaveExist() - Method in class edu.berkeley.guir.lib.gesture.GestureFile
 
doesNewerAutoSaveExist() - Method in class edu.berkeley.guir.lib.gesture.GestureFile
 
doit() - Method in class edu.berkeley.guir.lib.metrics.ActionItem
A single unit of interaction.
doneAddingPoints() - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
Tell the stroke that we won't add any more points.
dontIgnoreTransforms() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Restore the current transforms.
DOT - Static variable in class edu.berkeley.guir.lib.satin.recognizer.rubine.RubineClassifier
 
dotCategory - Variable in class edu.berkeley.guir.lib.gesture.Classifier
 
dotMultiply(double[][], double[][]) - Static method in class edu.berkeley.guir.lib.gesture.util.Matrix
Dot Multiply matrix by another matrix.
dotMultiply(double[], double[]) - Static method in class edu.berkeley.guir.lib.gesture.util.Matrix
 
dotRadius - Static variable in class edu.berkeley.guir.lib.gesture.GesturePointsDisplay
 
DOWN - Static variable in interface edu.berkeley.guir.sketchyspice.SketchySpiceConstants
Constant for gate pointing down.
drag_end(MouseEvent, Object) - Method in class edu.berkeley.guir.lib.gesture.GestureInteractor
This is a holdover from subArctic, which I'm keeping in case I ever want to extend the event model to be more like it was
drag_feedback(MouseEvent, Object) - Method in class edu.berkeley.guir.lib.gesture.GestureInteractor
This is a holdover from subArctic, which I'm keeping in case I ever want to extend the event model to be more like it was
drag_start(MouseEvent, Object) - Method in class edu.berkeley.guir.lib.gesture.GestureInteractor
This is a holdover from subArctic, which I'm keeping in case I ever want to extend the event model to be more like it was
DRAW_AND - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_ANDINVERTED - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_ANDREVERSE - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_CLEAR - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
Clear out what is underneath
DRAW_COPY - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_COPYINVERTED - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_EQUIV - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_INVERT - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_NAND - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_NOOP - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_NOR - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_OR - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_ORINVERTED - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_ORREVERSE - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_SET - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
DRAW_XOR - Static variable in class edu.berkeley.guir.lib.satin.objects.Style
 
draw(Shape) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowQuality
Does polygon simplification on Polygon2D.
draw(Shape) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
 
draw(Shape) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
draw3DRect(int, int, int, int, boolean) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
 
draw3DRect(int, int, int, int, boolean) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawArc(int, int, int, int, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawArrowHead(SatinGraphics) - Method in class edu.berkeley.guir.lib.satin.objects.LineArrow
Draw the arrowhead portion of the arrow.
drawArrowLine(SatinGraphics) - Method in class edu.berkeley.guir.lib.satin.objects.LineArrow
Draw the line portion of the arrow.
drawBytes(byte[], int, int, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
 
drawBytes(byte[], int, int, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawChars(char[], int, int, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
 
drawChars(char[], int, int, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawGlyphVector(GlyphVector, float, float) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
 
drawGlyphVector(GlyphVector, float, float) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
Draw outline of image.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Transparency not implemented for this method yet.
drawImage(Image, AffineTransform, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
Draw outline of image.
drawImage(Image, AffineTransform, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
Draw outline of image.
drawImage(Image, int, int, Color, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawImage(Image, int, int, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
Only draws bounds, no fill.
drawImage(Image, int, int, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
Draw outline of image.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
Draw outline of image.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
Draw outline of image.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
Draw outline of image.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawLine(int, int, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawOval(int, int, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawPolygon(int[], int[], int) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowQuality
 
drawPolygon(int[], int[], int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawPolygon(Polygon) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowQuality
 
drawPolygon(Polygon) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawPolyline(int[], int[], int) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowQuality
 
drawPolyline(int[], int[], int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawRect(int, int, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawRect(int, int, int, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawRect(Rectangle) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
This is a convenience method, since Java doesn't let you just draw Rectangles.
drawRect(Rectangle, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Draw a Rectangle, and qualify what the coordinates are supposed to be.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawRoundRect(int, int, int, int, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawString(AttributedCharacterIterator, float, float) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
 
drawString(AttributedCharacterIterator, float, float) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawString(AttributedCharacterIterator, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
 
drawString(AttributedCharacterIterator, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawString(String, float, float) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
 
drawString(String, float, float) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawString(String, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
 
drawString(String, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
drawString(String, int, int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Draw a String at the specified coordinates, and qualifying what the coordinates are supposed to be.
dump(PrintStream) - Method in class edu.berkeley.guir.lib.gesture.Gesture
For debugging.
dump(PrintStream) - Method in class edu.berkeley.guir.lib.gesture.Classifier
 
dumpMFV(PrintStream) - Method in class edu.berkeley.guir.lib.gesture.Classifier
Return a matrix where A[Ci][Cj] is a Vector of category Ci examples (i.e.
dumpNames(PrintStream) - Method in class edu.berkeley.guir.lib.gesture.GestureSet
For debugging.
dumpRelativeVariance(PrintStream) - Method in class edu.berkeley.guir.lib.gesture.Classifier
 

Copyright Information
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _