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 _

N

name - Variable in class edu.berkeley.guir.lib.gesture.AbstractGestureContainer
 
NAME_PROP - Static variable in interface edu.berkeley.guir.lib.gesture.GestureContainer
 
narrow(Vector, String) - Method in class edu.berkeley.guir.lib.gesture.GestureCategoryDisplay
Narrows to the specified gestures (which should be a Vector of Gesture).
NEAR - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
An alias for SatinConstants.CONTAINS.
negativeColor - Variable in class edu.berkeley.guir.lib.gesture.StarPlot
 
NetConstants - interface edu.berkeley.guir.lib.net.NetConstants.
A smattering of constants for use with the net package.
NetLib - class edu.berkeley.guir.lib.net.NetLib.
Miscellaneous utilities for using networking.
NetLib() - Constructor for class edu.berkeley.guir.lib.net.NetLib
 
networkNameToLocalName(String) - Static method in class edu.berkeley.guir.lib.io.FileLib
Convert the filename (or path) from an http-like format to the local system format.
NEW_PAGE_LOADED_EVENT - Static variable in class edu.berkeley.guir.lib.web.WebBrowserPanel
Property change that lets us know when a page is loaded.
NEW_PAGE_LOADED_EVENT - Static variable in class edu.berkeley.guir.lib.web.WebBrowserFrame
 
newPoint(int, int) - Method in class edu.berkeley.guir.lib.gesture.Feature
Subclasses that incrementally compute the value should override this.
newPoint(Point) - Method in class edu.berkeley.guir.lib.gesture.FeatureVector
 
newPoint(Point) - Method in class edu.berkeley.guir.lib.gesture.Feature
 
NewStrokeEvent - class edu.berkeley.guir.lib.satin.event.NewStrokeEvent.
An event signalling an New stroke.
NewStrokeEvent(Object, TimedStroke) - Constructor for class edu.berkeley.guir.lib.satin.event.NewStrokeEvent
Create a new NewStrokeEvent object.
next() - Method in class edu.berkeley.guir.lib.awt.geom.ShapeLineIterator
Get the next line.
next() - Method in class edu.berkeley.guir.lib.collection.EmptyIterator
 
next() - Static method in class edu.berkeley.guir.lib.gesture.util.Gensym
 
next(Line2D) - Method in class edu.berkeley.guir.lib.awt.geom.ShapeLineIterator
Get the next line, using the specified line as storage.
next(String) - Static method in class edu.berkeley.guir.lib.gesture.util.Gensym
 
nextBytes(byte[]) - Method in class edu.berkeley.guir.lib.util.Random
 
nextDouble() - Method in class edu.berkeley.guir.lib.util.Random
 
nextDouble(double, double) - Method in class edu.berkeley.guir.lib.util.Random
Get a random float x, such that a <= x <= b (inclusive).
nextElement() - Method in class edu.berkeley.guir.lib.collection.EmptyEnumeration
 
nextFloat() - Method in class edu.berkeley.guir.lib.util.Random
 
nextFloat(float, float) - Method in class edu.berkeley.guir.lib.util.Random
Get a random float x, such that a <= x <= b (inclusive).
nextGaussian() - Method in class edu.berkeley.guir.lib.util.Random
 
nextInt() - Method in class edu.berkeley.guir.lib.util.Random
 
nextInt(int, int) - Method in class edu.berkeley.guir.lib.util.Random
Get a random integer x, such that a <= x <= b (inclusive).
nextLong() - Method in class edu.berkeley.guir.lib.util.Random
 
NO_TIMEOUT - Static variable in interface edu.berkeley.guir.lib.net.NetConstants
No timeout.
Node - class edu.berkeley.guir.lib.graphs.Node.
A single Node in a Graph, as well as the adjacency list of inlinks (what other Nodes are connected to this Node) and outlinks (what other Nodes can we get to from this Node).
Node() - Constructor for class edu.berkeley.guir.lib.graphs.Node
Creates a new and empty Node.
Node(String) - Constructor for class edu.berkeley.guir.lib.graphs.Node
Create a new Node with the specified name.
nodeExists(Node) - Method in class edu.berkeley.guir.lib.graphs.Graph
See if the given Node is in the Graph or not.
nodeExists(String) - Method in class edu.berkeley.guir.lib.graphs.Graph
See if the given Node is in the Graph or not.
NonlockingStack - class edu.berkeley.guir.lib.collection.NonlockingStack.
A nonlocking version of a stack (list-based).
NonlockingStack() - Constructor for class edu.berkeley.guir.lib.collection.NonlockingStack
 
normalize() - Method in class edu.berkeley.guir.lib.awt.geom.Polygon2D
Force the top-right bounds to be at (0, 0).
normalize() - Method in class edu.berkeley.guir.lib.gesture.Gesture
Move the corner of the gesture to the origin
normalizeBoundingPoints() - Method in class edu.berkeley.guir.lib.satin.objects.ViewHandler
Normalize the view's bounding points, such that its top-left bounds are at (0,0), keeping the transform correct.
normalized - Variable in class edu.berkeley.guir.lib.gesture.Gesture
 
not(BitSet) - Static method in class edu.berkeley.guir.lib.gesture.util.Misc
 
NoteInterpreter - class edu.berkeley.guir.brainstorm.interpreter.NoteInterpreter.
Standard gestures, like cut, copy, paste, delete, and pan.
NoteInterpreter() - Constructor for class edu.berkeley.guir.brainstorm.interpreter.NoteInterpreter
 
NotEnabledException - exception edu.berkeley.guir.lib.satin.command.NotEnabledException.
The command to be executed is not enabled.
NotEnabledException() - Constructor for class edu.berkeley.guir.lib.satin.command.NotEnabledException
 
NotEnabledException(Command) - Constructor for class edu.berkeley.guir.lib.satin.command.NotEnabledException
 
NotEnabledException(String) - Constructor for class edu.berkeley.guir.lib.satin.command.NotEnabledException
 
NotGate - class edu.berkeley.guir.sketchyspice.objects.NotGate.
 
NotGate() - Constructor for class edu.berkeley.guir.sketchyspice.objects.NotGate
 
NOTIFY_BOUNDS - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Notification of a change in the bounding points.
NOTIFY_LAYER - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Notification of a change in the layer.
NOTIFY_LOCATION - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Notification of a change in the location of the top-left corner.
NOTIFY_STYLE - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Notification of a change in the style.
NOTIFY_TRANSFORM - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Notification of move, rotate, scale, or translate.
notifyWatchers() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
notifyWatchers() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
notifyWatchers() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
notifyWatchers() - Method in class edu.berkeley.guir.lib.satin.watch.WatchableImpl
Throws an exception.
notifyWatchers() - Method in interface edu.berkeley.guir.lib.satin.watch.Watchable
Notify the watchers.
notifyWatchers(Object) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
notifyWatchers(Object) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
notifyWatchers(Object) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
notifyWatchers(Object) - Method in class edu.berkeley.guir.lib.satin.watch.WatchableImpl
Throws an exception.
notifyWatchers(Object) - Method in interface edu.berkeley.guir.lib.satin.watch.Watchable
Notify the watchers.
notifyWatchers(Watchable) - Method in class edu.berkeley.guir.lib.satin.watch.WatchableImpl
 
notifyWatchers(Watchable, Object) - Method in class edu.berkeley.guir.lib.satin.watch.WatchableImpl
This is a convenience method if this class is used in a delegation fashion.
notifyWatchersDelete() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
notifyWatchersDelete() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
notifyWatchersDelete() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
notifyWatchersDelete() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
notifyWatchersDelete() - Method in class edu.berkeley.guir.lib.satin.watch.WatchableImpl
Throws an exception.
notifyWatchersDelete() - Method in interface edu.berkeley.guir.lib.satin.watch.Watchable
Notify the watchers that this object has been deleted.
notifyWatchersDelete(Watchable) - Method in class edu.berkeley.guir.lib.satin.watch.WatchableImpl
This is a convenience method if this class is used in a delegation fashion.
notifyWatchersUpdate(Object) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
notifyWatchersUpdate(Object) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
notifyWatchersUpdate(Object) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
notifyWatchersUpdate(Object) - Method in class edu.berkeley.guir.lib.satin.watch.WatchableImpl
Throws an exception.
notifyWatchersUpdate(Object) - Method in interface edu.berkeley.guir.lib.satin.watch.Watchable
Notify the watchers that the object has been changed and the change needs to be handled by the watchers.
notifyWatchersUpdate(String, Object, Object) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
notifyWatchersUpdate(String, Object, Object) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
notifyWatchersUpdate(String, Object, Object) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
notifyWatchersUpdate(String, Object, Object) - Method in class edu.berkeley.guir.lib.satin.watch.WatchableImpl
Throws an exception.
notifyWatchersUpdate(String, Object, Object) - Method in interface edu.berkeley.guir.lib.satin.watch.Watchable
Notify the watchers that some value has been changed.
notifyWatchersUpdate(Watchable) - Method in class edu.berkeley.guir.lib.satin.watch.WatchableImpl
This is a convenience method if this class is used in a delegation fashion.
notifyWatchersUpdate(Watchable, Object) - Method in class edu.berkeley.guir.lib.satin.watch.WatchableImpl
This is a convenience method if this class is used in a delegation fashion.
notifyWatchersUpdate(Watchable, String, Object, Object) - Method in class edu.berkeley.guir.lib.satin.watch.WatchableImpl
This is a convenience method if this class is used in a delegation fashion.
npoints - Variable in class edu.berkeley.guir.lib.awt.geom.Polygon2D
 
numberOfEdges() - Method in class edu.berkeley.guir.lib.graphs.Graph
Count the number of Edges in this Graph.
numberOfNodes() - Method in class edu.berkeley.guir.lib.graphs.Graph
Count the number of Nodes in this Graph.
numCategories() - Method in class edu.berkeley.guir.lib.gesture.CategoryPicker
Return number of check boxes/categories
NumComparison - class edu.berkeley.guir.lib.util.NumComparison.
Allows comparisons between arbitrary number objects.
NumComparison() - Constructor for class edu.berkeley.guir.lib.util.NumComparison
 
numElements() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
numElements() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
numElements() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
 
numElements() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollection
Get the number of elements contained in this collection.
NumericalComparator - class edu.berkeley.guir.lib.collection.NumericalComparator.
Compare Number objects.
NumericalComparator() - Constructor for class edu.berkeley.guir.lib.collection.NumericalComparator
 
NUMFRAMES - Static variable in class edu.berkeley.guir.brainstorm.BrainstormSheet
Number of frames for animation.

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 _