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 _

P

PACKAGE - Variable in class edu.berkeley.guir.lib.gesture.GestureFile
the file was in package format (also ASCII)
padAtEnd(String, int) - Static method in class edu.berkeley.guir.lib.util.StringLib
Pad this String at the end so that it is at least the specified length.
padAtFront(String, int) - Static method in class edu.berkeley.guir.lib.util.StringLib
Pad this String at the front so that it is at least the specified length.
paint(Graphics) - Method in class edu.berkeley.guir.lib.awt.image.eztwain.SimpleEZTwainSource.TestFrame
 
paint(Graphics) - Method in class edu.berkeley.guir.lib.gesture.GesturePointsDisplay
 
paint(Graphics) - Method in class edu.berkeley.guir.lib.gesture.GestureCategoryThumbnail
 
paintComponent(Graphics) - Method in class edu.berkeley.guir.lib.gesture.StarPlot
 
paintComponent(Graphics) - Method in class edu.berkeley.guir.lib.gesture.PlotColumn
 
paintComponent(Graphics) - Method in class edu.berkeley.guir.lib.gesture.util.Blinker
 
paintComponent(Graphics) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
paintComponent(Graphics) - Method in class edu.berkeley.guir.lib.satin.widgets.ImagePreviewer
 
paintComponent(Graphics) - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
paintComponent(Graphics) - Method in class edu.berkeley.guir.lib.satin.widgets.JSatinComponent
 
paintComponent(Graphics) - Method in class edu.berkeley.guir.lib.swing.Arrowtail
 
paintComponent(Graphics) - Method in class edu.berkeley.guir.lib.swing.Arrowhead
 
paintComponent(Graphics) - Method in class edu.berkeley.guir.brainstorm.BrainstormSheet
 
paintIcon(Component, Graphics, int, int) - Method in class edu.berkeley.guir.lib.gesture.util.SolidIcon
 
paintIcon(Component, Graphics, int, int) - Method in class edu.berkeley.guir.lib.gesture.util.CompositeIcon
 
paintLink(Graphics2D) - Method in class edu.berkeley.guir.lib.swing.AbstractLinkView
 
paintThumb(Graphics) - Method in class edu.berkeley.guir.lib.satin.plaf.PenSliderUI
 
PanCommand - class edu.berkeley.guir.lib.satin.command.PanCommand.
Pan up, down, left, or right.
PanCommand(GraphicalObject, int, int) - Constructor for class edu.berkeley.guir.lib.satin.command.PanCommand
Create the apply transformation command.
parent - Variable in class edu.berkeley.guir.lib.gesture.DefaultGestureObject
 
PARENT_PROP - Static variable in interface edu.berkeley.guir.lib.gesture.GestureObject
 
parentsTable - Variable in class edu.berkeley.guir.lib.satin.command.DeleteCommand
 
PARSE_TOKENS - Static variable in class edu.berkeley.guir.brainstorm.net.SerializationLib
 
parseColor(String) - Static method in class edu.berkeley.guir.lib.util.ParserLib
 
ParseException - exception edu.berkeley.guir.lib.util.ParseException.
 
parseFloatArray(String) - Static method in class edu.berkeley.guir.lib.util.ParserLib
 
parseFrames(BrainstormSheet, String) - Static method in class edu.berkeley.guir.brainstorm.net.SerializationLib
Given a collection of frames, parse the whole thing into Brainnote objects and re-assemble the scenegraph.
parseIntArray(String) - Static method in class edu.berkeley.guir.lib.util.ParserLib
 
parseObject(Object, IntrospectHandler) - Static method in class edu.berkeley.guir.lib.introspect.Introspect
Use introspection to debug an object, using the specified callback.
ParserLib - class edu.berkeley.guir.lib.util.ParserLib.
Simple parsing.
ParserLib() - Constructor for class edu.berkeley.guir.lib.util.ParserLib
 
paste(Polygon2D) - Method in class edu.berkeley.guir.lib.awt.geom.Polygon2D
Try to merge the current Polygon2D with the specified Polygon2D.
PasteCommand - class edu.berkeley.guir.lib.satin.command.PasteCommand.
Paste a Graphical Object to the clipboard.
PasteCommand(GraphicalObjectGroup) - Constructor for class edu.berkeley.guir.lib.satin.command.PasteCommand
Create the paste command object, pasting the GraphicalObjects from the clipboard into the specified GraphicalObjectGroup.
PasteCommand(GraphicalObjectGroup, double, double) - Constructor for class edu.berkeley.guir.lib.satin.command.PasteCommand
Paste from the clipboard into the specified GraphicalObjectGroup, using the (x,y) coordinate as the top-left corner of the pasted collection of GraphicalObjects.
PasteCommand(GraphicalObjectGroup, Point2D) - Constructor for class edu.berkeley.guir.lib.satin.command.PasteCommand
 
pasteInternal() - Method in class edu.berkeley.guir.lib.satin.Sheet
Called when the user pastes by keyboard.
Patch - interface edu.berkeley.guir.lib.satin.objects.Patch.
A Graphical Object Group with boundaries, additional kinds of properties and behavior.
PATCH_STYLE_FILE - Static variable in class edu.berkeley.guir.lib.satin.objects.PatchImpl
The name of the file containing the current stroke properties.
PatchImpl - class edu.berkeley.guir.lib.satin.objects.PatchImpl.
A Graphical Object Group with boundaries, additional kinds of properties and behavior.
PatchImpl() - Constructor for class edu.berkeley.guir.lib.satin.objects.PatchImpl
 
PatchImpl(Polygon) - Constructor for class edu.berkeley.guir.lib.satin.objects.PatchImpl
Make a patch with the specified boundaries.
PatchImpl(Polygon2D) - Constructor for class edu.berkeley.guir.lib.satin.objects.PatchImpl
Make a patch with the specified boundaries.
PatchImpl(Rectangle2D) - Constructor for class edu.berkeley.guir.lib.satin.objects.PatchImpl
 
PatchImpl(Shape) - Constructor for class edu.berkeley.guir.lib.satin.objects.PatchImpl
Make a patch with the specified boundaries.
PatchImpl(TimedStroke) - Constructor for class edu.berkeley.guir.lib.satin.objects.PatchImpl
Make a patch with the specified boundaries.
Path - class edu.berkeley.guir.lib.graphs.Path.
An object representing a Path in a Graph.
Path() - Constructor for class edu.berkeley.guir.lib.graphs.Path
Create a new empty Path.
pathIteratorToPolygon(PathIterator) - Static method in class edu.berkeley.guir.lib.awt.geom.GeomLib
Convert a path iterator into a polygon.
PathTree - class edu.berkeley.guir.lib.graphs.PathTree.
A Path Tree that represents a hierarchy of siblings and children.
PathTree() - Constructor for class edu.berkeley.guir.lib.graphs.PathTree
Creates a new and empty PathTree.
PathTree(Node) - Constructor for class edu.berkeley.guir.lib.graphs.PathTree
Creates a new PathTree.
PathTreeFormatter - interface edu.berkeley.guir.lib.graphs.PathTreeFormatter.
An interface that specifies how a PathTree will be displayed as text.
PathTreeFormatterDefault - class edu.berkeley.guir.lib.graphs.PathTreeFormatterDefault.
Formats a Path Tree to be displayed via text.
PathTreeFormatterDefault() - Constructor for class edu.berkeley.guir.lib.graphs.PathTreeFormatterDefault
 
peek() - Method in class edu.berkeley.guir.lib.collection.QueueFixedSize
 
peek() - Method in class edu.berkeley.guir.lib.collection.NonlockingStack
 
peek() - Method in class edu.berkeley.guir.lib.collection.QueueDynamicSize
 
peek() - Method in interface edu.berkeley.guir.lib.collection.Queue
Return the first element in the queue without removing it.
PenAuxiliaryLookAndFeel - class edu.berkeley.guir.lib.satin.plaf.PenAuxiliaryLookAndFeel.
This software is distributed under the Berkeley Software License.
PenAuxiliaryLookAndFeel() - Constructor for class edu.berkeley.guir.lib.satin.plaf.PenAuxiliaryLookAndFeel
 
PenFileChooserUI - class edu.berkeley.guir.lib.satin.plaf.PenFileChooserUI.
A pluggable look and feel for File Choosers.
PenFileChooserUI(JFileChooser) - Constructor for class edu.berkeley.guir.lib.satin.plaf.PenFileChooserUI
 
PenSliderUI - class edu.berkeley.guir.lib.satin.plaf.PenSliderUI.
A Pen Look-and-Feel that has the following features: A larger thumb value, making it easier to hit it.
PenSliderUI() - Constructor for class edu.berkeley.guir.lib.satin.plaf.PenSliderUI
 
perimeter() - Method in class edu.berkeley.guir.lib.awt.geom.Polygon2D
Calculate the length of the lines in the path.
PieMenu - class edu.berkeley.guir.lib.satin.widgets.PieMenu.
A Pie Menu widget.
PieMenu() - Constructor for class edu.berkeley.guir.lib.satin.widgets.PieMenu
Create a pie menu on the specified applet.
PieMenu(int) - Constructor for class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
PieMenu(String) - Constructor for class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
PieMenu(String, Icon) - Constructor for class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
PieMenu(String, Icon, int) - Constructor for class edu.berkeley.guir.lib.satin.widgets.PieMenu
Create a pie menu with the specified parameters.
PieMenu(String, int) - Constructor for class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
Pipe - class edu.berkeley.guir.lib.io.Pipe.
Creates a one-way pipe between an arbitrary InputStream and an OutputStream, forwarding anything in the InputStream into the OutputStream.
Pipe(InputStream, OutputStream) - Constructor for class edu.berkeley.guir.lib.io.Pipe
Create a Pipe between the specified InputStream and OutputStream.
Pipe(InputStream, OutputStream, PipeCallback) - Constructor for class edu.berkeley.guir.lib.io.Pipe
Create a Pipe between the specified InputStream and OutputStream.
PipeAdapter - class edu.berkeley.guir.lib.io.PipeAdapter.
An adapter for the pipe that implements the PipeCallback.
PipeAdapter() - Constructor for class edu.berkeley.guir.lib.io.PipeAdapter
 
PipeCallback - interface edu.berkeley.guir.lib.io.PipeCallback.
A callback to be used with Pipes.
PlotColumn - class edu.berkeley.guir.lib.gesture.PlotColumn.
the part of FeaturePointGraph that graphs a single feature of a single category
PlotColumn(double[], double, double) - Constructor for class edu.berkeley.guir.lib.gesture.PlotColumn
 
points - Variable in class edu.berkeley.guir.lib.gesture.Gesture
 
POINTS_PROP - Static variable in class edu.berkeley.guir.lib.gesture.Gesture
 
poly - Variable in class edu.berkeley.guir.lib.satin.view.ViewImpl
 
Polygon2D - class edu.berkeley.guir.lib.awt.geom.Polygon2D.
Higher precision polygon.
Polygon2D() - Constructor for class edu.berkeley.guir.lib.awt.geom.Polygon2D
 
Polygon2D(float[], float[], int) - Constructor for class edu.berkeley.guir.lib.awt.geom.Polygon2D
 
Polygon2D(int[], int[], int) - Constructor for class edu.berkeley.guir.lib.awt.geom.Polygon2D
 
Polygon2D(PathIterator) - Constructor for class edu.berkeley.guir.lib.awt.geom.Polygon2D
Create a new Polygon2D approximating the specified PathIterator.
Polygon2D(Rectangle) - Constructor for class edu.berkeley.guir.lib.awt.geom.Polygon2D
 
Polygon2D(Shape) - Constructor for class edu.berkeley.guir.lib.awt.geom.Polygon2D
Create a new Polygon2D approximating the specified Shape.
poolPoints - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Object pool of Point2D.
poolPolys - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Object pool of Polygon2D.
poolRects - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Object pool of Rectangle2D.
poolStrbuf - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Object pool of StringBuffers.
poolTx - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Object pool of AffineTransforms.
pop() - Method in class edu.berkeley.guir.lib.collection.NonlockingStack
 
popOrigin() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Go back to the previous origin coordinates.
popStyle() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Pop a Style off the Stack, restoring the previous Style.
popTransform() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Undo the last transform.
popupMenuCanceled(PopupMenuEvent) - Method in class edu.berkeley.guir.lib.debugging.UniversalListener
 
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class edu.berkeley.guir.lib.debugging.UniversalListener
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class edu.berkeley.guir.lib.debugging.UniversalListener
 
PORT - Static variable in interface edu.berkeley.guir.brainstorm.BrainstormConstants
The port number we listen on.
Posterboard - class edu.berkeley.guir.posterboard.Posterboard.
Revisions: 1.0.0 08-02-1999 JH Created class Posterboard
Posterboard() - Constructor for class edu.berkeley.guir.posterboard.Posterboard
Default constructor.
postEvent(AWTEvent) - Method in class edu.berkeley.guir.lib.debugging.DebugEventQueue
 
postEvent(AWTEvent) - Method in class edu.berkeley.guir.lib.satin.command.CommandSubsystem
Throw an event into the System event queue.
postOrderTraversal() - Method in class edu.berkeley.guir.lib.graphs.BinaryTree
Get the elements of the tree through an post-order traversal.
postOrderTraversal() - Method in class edu.berkeley.guir.lib.graphs.PathTree
Perform a postorder traversal on this tree.
postProcessNewStroke(NewStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
postProcessNewStroke(NewStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
postProcessNewStroke(NewStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
postProcessNewStroke(NewStrokeEvent) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
 
postProcessNewStroke(NewStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
postProcessNewStroke(NewStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.InteractionHandler
 
postProcessSingleStroke(SingleStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
postProcessSingleStroke(SingleStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
postProcessSingleStroke(SingleStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
postProcessSingleStroke(SingleStrokeEvent) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
 
postProcessSingleStroke(SingleStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
postProcessSingleStroke(SingleStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.InteractionHandler
 
postProcessUpdateStroke(UpdateStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
postProcessUpdateStroke(UpdateStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
postProcessUpdateStroke(UpdateStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
postProcessUpdateStroke(UpdateStrokeEvent) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
 
postProcessUpdateStroke(UpdateStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
postProcessUpdateStroke(UpdateStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.InteractionHandler
 
preOrderTraversal() - Method in class edu.berkeley.guir.lib.graphs.BinaryTree
Get the elements of the tree through an pre-order traversal.
preOrderTraversal() - Method in class edu.berkeley.guir.lib.graphs.PathTree
Perform a preorder traversal on this tree.
preProcessNewStroke(NewStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
preProcessNewStroke(NewStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
preProcessNewStroke(NewStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
preProcessNewStroke(NewStrokeEvent) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
 
preProcessNewStroke(NewStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
preProcessNewStroke(NewStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.InteractionHandler
 
preProcessSingleStroke(SingleStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
preProcessSingleStroke(SingleStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
preProcessSingleStroke(SingleStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
preProcessSingleStroke(SingleStrokeEvent) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
 
preProcessSingleStroke(SingleStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
preProcessSingleStroke(SingleStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.InteractionHandler
 
preProcessUpdateStroke(UpdateStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
preProcessUpdateStroke(UpdateStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
preProcessUpdateStroke(UpdateStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
preProcessUpdateStroke(UpdateStrokeEvent) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
 
preProcessUpdateStroke(UpdateStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
preProcessUpdateStroke(UpdateStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.objects.InteractionHandler
 
prettyPrint(double[]) - Static method in class edu.berkeley.guir.lib.gesture.util.Matrix
 
prettyPrint(double[][]) - Static method in class edu.berkeley.guir.lib.gesture.util.Matrix
Print a matrix to standard output.
prettyPrint(Double[][]) - Static method in class edu.berkeley.guir.lib.gesture.util.Matrix
 
Previewer - class edu.berkeley.guir.lib.satin.widgets.Previewer.
This software is distributed under the Berkeley Software License.
Previewer() - Constructor for class edu.berkeley.guir.lib.satin.widgets.Previewer
 
PreviewFileChooser - class edu.berkeley.guir.lib.satin.widgets.PreviewFileChooser.
This software is distributed under the Berkeley Software License.
PreviewFileChooser() - Constructor for class edu.berkeley.guir.lib.satin.widgets.PreviewFileChooser
 
PreviewFileChooser(File) - Constructor for class edu.berkeley.guir.lib.satin.widgets.PreviewFileChooser
 
PreviewFileChooser(File, FileSystemView) - Constructor for class edu.berkeley.guir.lib.satin.widgets.PreviewFileChooser
 
PreviewFileChooser(FileSystemView) - Constructor for class edu.berkeley.guir.lib.satin.widgets.PreviewFileChooser
 
PreviewFileChooser(String) - Constructor for class edu.berkeley.guir.lib.satin.widgets.PreviewFileChooser
 
PreviewFileChooser(String, FileSystemView) - Constructor for class edu.berkeley.guir.lib.satin.widgets.PreviewFileChooser
 
print(double[][]) - Static method in class edu.berkeley.guir.lib.gesture.util.Matrix
Print a matrix to standard output.
print(Object) - Method in class edu.berkeley.guir.lib.debugging.DebugWindow
Add some text in the Text Area.
printCliques(PrintStream) - Method in class edu.berkeley.guir.lib.gesture.CliqueList
 
printCliques(PrintStream, String) - Method in class edu.berkeley.guir.lib.gesture.CliqueList
 
printComponents(Container, PrintStream) - Static method in class edu.berkeley.guir.lib.gesture.util.debug
 
printDebugStacks() - Method in class edu.berkeley.guir.lib.collection.ObjectPool
Print what method requested what object from the pool.
PrintIntrospectHandler - class edu.berkeley.guir.lib.introspect.PrintIntrospectHandler.
Handler for introspection debugging.
PrintIntrospectHandler() - Constructor for class edu.berkeley.guir.lib.introspect.PrintIntrospectHandler
 
PrintIntrospectHandler(OutputStream) - Constructor for class edu.berkeley.guir.lib.introspect.PrintIntrospectHandler
 
PrintIntrospectHandler(Writer) - Constructor for class edu.berkeley.guir.lib.introspect.PrintIntrospectHandler
 
println() - Method in class edu.berkeley.guir.lib.debugging.Debug
Print out a blank line with no headers.
println() - Method in class edu.berkeley.guir.lib.debugging.DebugWindow
Add a blank line.
println(boolean) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(byte) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(byte[]) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(char) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(char[]) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(double) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(double[]) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(float) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(float[]) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(int) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(int[]) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(Object) - Method in class edu.berkeley.guir.lib.debugging.Debug
Print out an error message.
println(Object) - Method in class edu.berkeley.guir.lib.debugging.DebugWindow
Add some text in the Text Area with a newline after it.
println(Object[]) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(Polygon) - Method in class edu.berkeley.guir.lib.debugging.Debug
This is because polygon is stoopid.
println(short) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(short[]) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(String) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
println(Throwable) - Method in class edu.berkeley.guir.lib.debugging.Debug
 
printReverseOrderTraversal() - Method in class edu.berkeley.guir.lib.graphs.PathTree
Print out the traversal in reverse pre-order to the default System.out stream in a formatted order.
printReverseOrderTraversal(PrintWriter) - Method in class edu.berkeley.guir.lib.graphs.PathTree
Print out the traversal in reverse pre-order to the specified PrintWriter in a formatted order.
printStackTrace() - Method in class edu.berkeley.guir.lib.debugging.Debug
Print the stack trace right now.
printStackTrace(PrintStream) - Static method in class edu.berkeley.guir.lib.gesture.util.debug
 
printTiming(PrintStream) - Method in class edu.berkeley.guir.lib.gesture.Gesture
 
printTraversal() - Method in class edu.berkeley.guir.lib.graphs.PathTree
Print out the tree in a hierarchy to System.out, using the default layout formatter for the PathTree.
printTraversal(PathTreeFormatter) - Method in class edu.berkeley.guir.lib.graphs.PathTree
Print out the tree in a hierarchy to System.out, using the specified layout formatter for the PathTree.
printTraversal(PrintWriter) - Method in class edu.berkeley.guir.lib.graphs.PathTree
Print out the tree in a hierarchy to the specified Writer, using the default PathTreeFormatter layout.
printTraversal(PrintWriter, PathTreeFormatter) - Method in class edu.berkeley.guir.lib.graphs.PathTree
Print out the tree in a hierarchy to the specified Writer, using the PathTreeFormatter passed in.
printVector(PrintStream, double[], int) - Static method in class edu.berkeley.guir.lib.gesture.util.Misc
 
processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager) - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager) - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
ProgressiveStrokeRecognizer - interface edu.berkeley.guir.lib.satin.recognizer.ProgressiveStrokeRecognizer.
Interface for an Recognizer that can progressively interpret a Stroke.
promoteArray(double[]) - Static method in class edu.berkeley.guir.lib.gesture.util.Misc
 
promoteMatrix(double[][]) - Static method in class edu.berkeley.guir.lib.gesture.util.Misc
 
PROMPT - Static variable in class edu.berkeley.guir.lib.debugging.DebugWindow
 
propChangeListener - Variable in class edu.berkeley.guir.lib.gesture.AbstractGestureContainer
 
propChangeSupport - Variable in class edu.berkeley.guir.lib.gesture.DefaultGestureObject
 
propChangeSupport - Variable in class edu.berkeley.guir.lib.gesture.Classifier
 
propChangeSupport - Variable in class edu.berkeley.guir.lib.gesture.util.SelectablePanel
 
properties - Variable in class edu.berkeley.guir.lib.gesture.DefaultGestureObject
 
Properties - class edu.berkeley.guir.lib.gesture.Properties.
Provide I/O for properties.
PropertiesPanel - class edu.berkeley.guir.brainstorm.PropertiesPanel.
 
PropertiesPanel(int) - Constructor for class edu.berkeley.guir.brainstorm.PropertiesPanel
 
PROPERTY_BOUND - Static variable in interface edu.berkeley.guir.lib.properties.PropertyConstants
 
PROPERTY_CONSTRAINED - Static variable in interface edu.berkeley.guir.lib.properties.PropertyConstants
 
PROPERTY_INDEXED - Static variable in interface edu.berkeley.guir.lib.properties.PropertyConstants
 
PROPERTY_SIMPLE - Static variable in interface edu.berkeley.guir.lib.properties.PropertyConstants
 
propertyChange(PropertyChangeEvent) - Method in class edu.berkeley.guir.lib.gesture.AbstractGestureContainer.MyPropChangeListener
 
propertyChange(PropertyChangeEvent) - Method in class edu.berkeley.guir.lib.gesture.Classifier.MyPropChangeListener
 
propertyChange(PropertyChangeEvent) - Method in class edu.berkeley.guir.lib.satin.widgets.Previewer
Listens for when the selected file is changed, updating the previewer.
propertyChange(PropertyChangeEvent) - Method in class edu.berkeley.guir.brainstorm.Brainstorm
Listen for selection changes.
PropertyConstants - interface edu.berkeley.guir.lib.properties.PropertyConstants.
This software is distributed under the Berkeley Software License.
PropertySchema - class edu.berkeley.guir.lib.properties.PropertySchema.
Specifies a single schema for a property in the FlexProperties class.
PropertySchema(String) - Constructor for class edu.berkeley.guir.lib.properties.PropertySchema
 
PropertySchema(String, int) - Constructor for class edu.berkeley.guir.lib.properties.PropertySchema
 
Proxy - class edu.berkeley.guir.lib.net.Proxy.
A non-threaded generic proxy between a client and a server.
Proxy() - Constructor for class edu.berkeley.guir.lib.net.Proxy
Just in case this class ever needs to be subclassed.
Proxy(int, InetAddress, int) - Constructor for class edu.berkeley.guir.lib.net.Proxy
Create a Proxy listening on the specified port with the default timeout.
Proxy(int, InetAddress, int, int) - Constructor for class edu.berkeley.guir.lib.net.Proxy
Create a Proxy listening on the specified port with the specified timeout.
push(Object) - Method in class edu.berkeley.guir.lib.collection.NonlockingStack
 
pushOrigin(int, int) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Specify where the origin of the graphics should be relative to.
pushOrigin(Point) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Specify where the origin of the graphics should be relative to.
pushStyle(Style) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Push a new Style onto the Stack for this Graphics to use.
pushTransform(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Apply a new transform to this SatinGraphics context.
put(int, Object) - Method in class edu.berkeley.guir.lib.awt.image.IntHashtable
Puts the specified element into the hashtable, using the specified key.
put(Object, double) - Method in class edu.berkeley.guir.lib.collection.SortedValueNumMap
Convenience method, puts number in as a Double object.
put(Object, float) - Method in class edu.berkeley.guir.lib.collection.SortedValueNumMap
Convenience method, puts number in as a Double object.
put(Object, int) - Method in class edu.berkeley.guir.lib.collection.SortedValueNumMap
Convenience method, puts number in as a Double object.
put(Object, Number) - Method in class edu.berkeley.guir.lib.collection.SortedValueNumMap
Add a key and its value.
put(Object, Object) - Method in class edu.berkeley.guir.lib.awt.image.IntHashtable
A put method that takes an Object, for compatibility with java.util.Dictionary.
put(Object, Object) - Method in class edu.berkeley.guir.lib.collection.HashMapSet
put a value to the specified key's set.
put(Object, Object) - Method in class edu.berkeley.guir.lib.collection.SortedValueMap
 
put(Object, Object, Object) - Method in class edu.berkeley.guir.lib.collection.Map2D
Puts the data at the given row and column.
put(Object, Serializable) - Method in class edu.berkeley.guir.lib.db.OskiDB
Put something into the database.
putAll(Map) - Method in class edu.berkeley.guir.lib.collection.SortedValueMap
 

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 _