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 _

G

Gate - class edu.berkeley.guir.sketchyspice.objects.Gate.
Just a Gate.
Gate() - Constructor for class edu.berkeley.guir.sketchyspice.objects.Gate
 
Gate(Polygon) - Constructor for class edu.berkeley.guir.sketchyspice.objects.Gate
 
Gate(Shape) - Constructor for class edu.berkeley.guir.sketchyspice.objects.Gate
 
GateInterpreter - class edu.berkeley.guir.sketchyspice.interpreter.GateInterpreter.
 
GateInterpreter() - Constructor for class edu.berkeley.guir.sketchyspice.interpreter.GateInterpreter
 
generateClassKey(Class, String) - Method in class edu.berkeley.guir.lib.properties.ClassProperties
Given a class and a property name, generate a key.
generateDefaultKey(String) - Method in class edu.berkeley.guir.lib.properties.ClassProperties
Generate the default value for a key.
generateUniqueFileName() - Static method in class edu.berkeley.guir.lib.io.FileLib
Generate a unique filename in the current directory.
generateUniqueFileName(String, String) - Static method in class edu.berkeley.guir.lib.io.FileLib
Generate a unique filename in the current directory.
generateUniqueFileName(String, String, String) - Static method in class edu.berkeley.guir.lib.io.FileLib
Generate a unique filename in the specified directory.
GenericServer - class edu.berkeley.guir.lib.net.GenericServer.
Listens on a port and echoes to the screen every message received.
GenericServer() - Constructor for class edu.berkeley.guir.lib.net.GenericServer
Just in case this class ever needs to be subclassed.
GenericServer(InetAddress, int) - Constructor for class edu.berkeley.guir.lib.net.GenericServer
 
GenericServer(InetAddress, int, int) - Constructor for class edu.berkeley.guir.lib.net.GenericServer
 
GenericServer(int) - Constructor for class edu.berkeley.guir.lib.net.GenericServer
Create a server listening on the specified port.
GenericServer(int, int) - Constructor for class edu.berkeley.guir.lib.net.GenericServer
Create a server listening on the specified port with the specified timeout.
Gensym - class edu.berkeley.guir.lib.gesture.util.Gensym.
 
Gensym() - Constructor for class edu.berkeley.guir.lib.gesture.util.Gensym
 
GeomLib - class edu.berkeley.guir.lib.awt.geom.GeomLib.
Miscellaneous geometry utilities.
gesture - Variable in class edu.berkeley.guir.lib.gesture.FeatureVector
 
gesture - Variable in class edu.berkeley.guir.lib.gesture.Feature
 
Gesture - class edu.berkeley.guir.lib.gesture.Gesture.
 
Gesture() - Constructor for class edu.berkeley.guir.lib.gesture.Gesture
 
Gesture(Gesture) - Constructor for class edu.berkeley.guir.lib.gesture.Gesture
 
gestureAt(int) - Method in class edu.berkeley.guir.lib.gesture.GestureCategory
 
GestureCategory - class edu.berkeley.guir.lib.gesture.GestureCategory.
Collection of Gestures.
GestureCategory() - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategory
 
GestureCategory(String) - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategory
 
GestureCategory(Vector, String) - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategory
 
GestureCategoryDisplay - class edu.berkeley.guir.lib.gesture.GestureCategoryDisplay.
Displays the elements (i.e.
GestureCategoryDisplay() - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategoryDisplay
 
GestureCategoryDisplay(GestureCategory) - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategoryDisplay
 
GestureCategoryDisplay(GestureCategory, boolean) - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategoryDisplay
 
GestureCategoryFrame - class edu.berkeley.guir.lib.gesture.GestureCategoryFrame.
Displays a gesture category (i.e., delete), and area for adding new examples.
GestureCategoryFrame() - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategoryFrame
 
GestureCategoryFrame(GestureCategory) - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategoryFrame
 
GestureCategoryFrame(GestureCategory, boolean, boolean) - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategoryFrame
 
GestureCategoryThumbnail - class edu.berkeley.guir.lib.gesture.GestureCategoryThumbnail.
Condenses a GestureCategory down to a small (thumbnail) display.
GestureCategoryThumbnail() - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategoryThumbnail
 
GestureCategoryThumbnail(GestureCategory) - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategoryThumbnail
 
GestureCategoryThumbnail(GestureCategory, boolean, boolean) - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategoryThumbnail
 
GestureCategoryThumbnail(GestureCategory, JScrollPane) - Constructor for class edu.berkeley.guir.lib.gesture.GestureCategoryThumbnail
 
GestureCommandCallback - interface edu.berkeley.guir.lib.satin.interpreter.GestureCommandCallback.
A gesture command has occurred and is calling this callback to handle the specifics of what actions should take place.
GestureCommandInterpreterImpl - class edu.berkeley.guir.lib.satin.interpreter.GestureCommandInterpreterImpl.
An interpreter that does commands.
GestureCommandInterpreterImpl() - Constructor for class edu.berkeley.guir.lib.satin.interpreter.GestureCommandInterpreterImpl
Empty constructor.
GestureContainer - interface edu.berkeley.guir.lib.gesture.GestureContainer.
A collection of GestureObjects.
GestureDisplay - class edu.berkeley.guir.lib.gesture.GestureDisplay.
Display a single gesture.
GestureDisplay() - Constructor for class edu.berkeley.guir.lib.gesture.GestureDisplay
 
GestureDisplay(Gesture) - Constructor for class edu.berkeley.guir.lib.gesture.GestureDisplay
 
GestureDisplay(Gesture, int, int) - Constructor for class edu.berkeley.guir.lib.gesture.GestureDisplay
Set offsets and gesture at the same time
GestureDisplay(Gesture, JScrollPane) - Constructor for class edu.berkeley.guir.lib.gesture.GestureDisplay
 
GestureFile - class edu.berkeley.guir.lib.gesture.GestureFile.
An abstraction for reading & writing files containing GesturePackages
GestureFile.UnsupportedVersionException - exception edu.berkeley.guir.lib.gesture.GestureFile.UnsupportedVersionException.
 
GestureFile.UnsupportedVersionException(GestureFile) - Constructor for class edu.berkeley.guir.lib.gesture.GestureFile.UnsupportedVersionException
 
GestureFile.UnsupportedVersionException(GestureFile, String) - Constructor for class edu.berkeley.guir.lib.gesture.GestureFile.UnsupportedVersionException
 
GestureFile(File) - Constructor for class edu.berkeley.guir.lib.gesture.GestureFile
 
GestureFile(File, GesturePackage) - Constructor for class edu.berkeley.guir.lib.gesture.GestureFile
 
GestureFileTokenizer - class edu.berkeley.guir.lib.gesture.GestureFileTokenizer.
 
GestureFileTokenizer(Reader) - Constructor for class edu.berkeley.guir.lib.gesture.GestureFileTokenizer
 
GestureGroup - class edu.berkeley.guir.lib.gesture.GestureGroup.
 
GestureGroup.MyCollectionListener - class edu.berkeley.guir.lib.gesture.GestureGroup.MyCollectionListener.
 
GestureGroup.MyCollectionListener(GestureGroup) - Constructor for class edu.berkeley.guir.lib.gesture.GestureGroup.MyCollectionListener
 
GestureGroup() - Constructor for class edu.berkeley.guir.lib.gesture.GestureGroup
 
GestureGroup(String) - Constructor for class edu.berkeley.guir.lib.gesture.GestureGroup
 
GestureInteractor - class edu.berkeley.guir.lib.gesture.GestureInteractor.
Extends GestureDisplay to allow gesture to be entered with the mouse (or tablet).
GestureInteractor() - Constructor for class edu.berkeley.guir.lib.gesture.GestureInteractor
 
GestureInteractor(Gesture) - Constructor for class edu.berkeley.guir.lib.gesture.GestureInteractor
 
GestureInteractorTest - class edu.berkeley.guir.lib.gesture.GestureInteractorTest.
For testing the GestureInteractor class
GestureInteractorTest(String[], Frame) - Constructor for class edu.berkeley.guir.lib.gesture.GestureInteractorTest
 
GESTUREINTRP_CLPROPERTY - Static variable in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Class property for View.
GestureMetaSet - class edu.berkeley.guir.lib.gesture.GestureMetaSet.
A collection of gesture sets.
GestureMetaSet() - Constructor for class edu.berkeley.guir.lib.gesture.GestureMetaSet
 
GestureObject - interface edu.berkeley.guir.lib.gesture.GestureObject.
Interface for gesture objects.
gesturePackage - Variable in class edu.berkeley.guir.lib.gesture.GestureFile
 
GesturePackage - class edu.berkeley.guir.lib.gesture.GesturePackage.
A collection of a training set and zero or more test sets.
GesturePackage() - Constructor for class edu.berkeley.guir.lib.gesture.GesturePackage
 
GesturePackage(GestureSet) - Constructor for class edu.berkeley.guir.lib.gesture.GesturePackage
 
GesturePackage(GestureSet, GestureMetaSet) - Constructor for class edu.berkeley.guir.lib.gesture.GesturePackage
 
GesturePointsDisplay - class edu.berkeley.guir.lib.gesture.GesturePointsDisplay.
Display a single gesture.
GesturePointsDisplay() - Constructor for class edu.berkeley.guir.lib.gesture.GesturePointsDisplay
 
GesturePointsDisplay(Gesture) - Constructor for class edu.berkeley.guir.lib.gesture.GesturePointsDisplay
 
GesturePointsDisplay(Gesture, int, int) - Constructor for class edu.berkeley.guir.lib.gesture.GesturePointsDisplay
Set offsets and gesture at the same time
gestures - Variable in class edu.berkeley.guir.lib.gesture.GestureCategory
 
gestureSet - Variable in class edu.berkeley.guir.lib.gesture.Classifier
 
GestureSet - class edu.berkeley.guir.lib.gesture.GestureSet.
Collection of GestureObjects (typically GestureGroups or GestureCategorys).
GestureSet() - Constructor for class edu.berkeley.guir.lib.gesture.GestureSet
 
GestureSet(Collection) - Constructor for class edu.berkeley.guir.lib.gesture.GestureSet
collection must contain valid children (see getChildTypes())
gestureSetDisplay - Variable in class edu.berkeley.guir.lib.gesture.GestureSetFrame
 
GestureSetDisplay - class edu.berkeley.guir.lib.gesture.GestureSetDisplay.
Displays the elements (i.e.
GestureSetDisplay(boolean) - Constructor for class edu.berkeley.guir.lib.gesture.GestureSetDisplay
 
GestureSetDisplay(GestureSet) - Constructor for class edu.berkeley.guir.lib.gesture.GestureSetDisplay
 
GestureSetDisplay(GestureSet, boolean) - Constructor for class edu.berkeley.guir.lib.gesture.GestureSetDisplay
 
GestureSetFrame - class edu.berkeley.guir.lib.gesture.GestureSetFrame.
Displays a gesture set (i.e., set of gesture classes) and allows for training and classification (i.e., recognition) of gestures.
GestureSetFrame.TypedFile - class edu.berkeley.guir.lib.gesture.GestureSetFrame.TypedFile.
 
GestureSetFrame.UnknownClassException - exception edu.berkeley.guir.lib.gesture.GestureSetFrame.UnknownClassException.
 
GestureSetFrame.UnknownClassException(GestureSetFrame) - Constructor for class edu.berkeley.guir.lib.gesture.GestureSetFrame.UnknownClassException
 
GestureSetFrame.UnknownClassException(GestureSetFrame, String) - Constructor for class edu.berkeley.guir.lib.gesture.GestureSetFrame.UnknownClassException
 
GestureSetFrame() - Constructor for class edu.berkeley.guir.lib.gesture.GestureSetFrame
 
GestureSetFrame(String) - Constructor for class edu.berkeley.guir.lib.gesture.GestureSetFrame
 
GestureSetFrame(String, boolean) - Constructor for class edu.berkeley.guir.lib.gesture.GestureSetFrame
 
GestureTestSet - class edu.berkeley.guir.lib.gesture.GestureTestSet.
Gestures specifically for testing the recognition of a recognizer
GestureTestSet() - Constructor for class edu.berkeley.guir.lib.gesture.GestureTestSet
 
GestureTrainingSet - class edu.berkeley.guir.lib.gesture.GestureTrainingSet.
Gestures specifically for training a recognizer
GestureTrainingSet() - Constructor for class edu.berkeley.guir.lib.gesture.GestureTrainingSet
 
gestureValue(Class, Gesture) - Static method in class edu.berkeley.guir.lib.gesture.HumanCoords
 
get(int) - Method in class edu.berkeley.guir.lib.awt.image.IntHashtable
Gets the object associated with the specified key in the hashtable.
get(int) - Method in class edu.berkeley.guir.lib.collection.OrderedList
 
get(int) - Method in class edu.berkeley.guir.lib.gesture.GestureGroup
 
get(int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
get(int) - Method in class edu.berkeley.guir.lib.satin.interpreter.DefaultMultiInterpreterImpl
 
get(int) - Method in interface edu.berkeley.guir.lib.satin.interpreter.MultiInterpreter
Get the interpreter at the specified index.
get(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
get(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
 
get(int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollection
Get the Graphical Object at the specified index.
get(int) - Method in class edu.berkeley.guir.lib.satin.view.DefaultMultiViewImpl
 
get(int) - Method in interface edu.berkeley.guir.lib.satin.view.MultiView
Get the view at the specified index.
get(Object) - Method in class edu.berkeley.guir.lib.awt.image.IntHashtable
A get method that takes an Object, for compatibility with java.util.Dictionary.
get(Object) - Method in class edu.berkeley.guir.lib.collection.SortedValueMap
 
get(Object) - Method in class edu.berkeley.guir.lib.db.OskiDB
Get something from the database.
get(Object, Object) - Method in class edu.berkeley.guir.lib.collection.Map2D
Gets the data at the given row and column, or null if there is not any.
get(Point2D, GraphicalObjectCollection, double, GraphicalObjectCollection) - Method in interface edu.berkeley.guir.lib.satin.util.GetType
 
get(Point2D, GraphicalObjectCollection, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.util.GetTypeContains
Get everything that contains this point.
get(Point2D, GraphicalObjectCollection, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.util.GetTypeContainedBy
Return empty since a point cannot contain anything.
get(Point2D, GraphicalObjectCollection, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.util.GetTypeIntersects
Get everything that intersects this point.
get(Shape, GraphicalObjectCollection, double, GraphicalObjectCollection) - Method in interface edu.berkeley.guir.lib.satin.util.GetType
 
get(Shape, GraphicalObjectCollection, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.util.GetTypeContains
Get everything that contains this Shape.
get(Shape, GraphicalObjectCollection, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.util.GetTypeContainedBy
Return every graphical object contained by the specified shape.
get(Shape, GraphicalObjectCollection, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.util.GetTypeIntersects
Get everything that intersects this Shape.
getAbsoluteLastLocation() - Method in class edu.berkeley.guir.lib.satin.command.CommandSubsystem
Get the last mouse location clicked.
getAbsoluteLastLocation(Point) - Method in class edu.berkeley.guir.lib.satin.command.CommandSubsystem
Get the last mouse location clicked.
getAbsoluteLastXLocation() - Method in class edu.berkeley.guir.lib.satin.command.CommandSubsystem
Get the last mouse x-location clicked.
getAbsoluteLastYLocation() - Method in class edu.berkeley.guir.lib.satin.command.CommandSubsystem
Get the last mouse y-location clicked.
getAbsoluteLayer() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getAbsoluteLayer() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getAbsoluteLayer() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the absolute layer this group is in.
getAbsoluteLayer() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getAbsoluteLayer(GraphicalObject) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getAbsoluteLayer(GraphicalObject) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getAbsoluteLayer(GraphicalObject) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroup
Given a GraphicalObject, return its absolute layer position.
getAbsoluteScaleFactor() - Method in class edu.berkeley.guir.lib.satin.interpreter.SemanticZoomInterpreterWrapper
 
getAllAutoOpen() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Check whether we can auto-open pie menus or not.
getAllClipping() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default for whether or not pie menus should be clipped to circular bounds for all new pie menus created.
getAllFields(Class) - Static method in class edu.berkeley.guir.lib.introspect.IntrospectLib
Get all fields that belong to this class, traversing up the inheritance chain if necessary.
getAllInitialDelay() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default appearance delay for the initial pie menu.
getAllLinks() - Method in class edu.berkeley.guir.brainstorm.BrainstormSheet
 
getAllNotes() - Method in class edu.berkeley.guir.brainstorm.BrainstormSheet
Get a list of all the notes.
getAllRelocateSubmenus() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default for whether or not pie menus should appear wherever the cursor happens to be, or if it should appear in a standardized location.
getAllSubmenuDelay() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default appearance delay for all pie submenus.
getAlpha() - Method in class edu.berkeley.guir.lib.satin.graphics.TranslucentImageFilter
 
getArrayStringName(Class) - Static method in class edu.berkeley.guir.lib.introspect.IntrospectLib
Convert an array class type into a String.
getArrowhead() - Method in class edu.berkeley.guir.lib.swing.AbstractLinkView
 
getArrowSize() - Method in class edu.berkeley.guir.lib.swing.Arrowhead
 
getArrowtail() - Method in class edu.berkeley.guir.lib.swing.AbstractLinkView
 
getAttachedGraphicalObject() - Method in class edu.berkeley.guir.lib.satin.interpreter.InterpreterImpl
Get the GraphicalObject this Interpreter is attached to.
getAttachedGraphicalObject() - Method in interface edu.berkeley.guir.lib.satin.interpreter.Interpreter
Get the GraphicalObject this Interpreter is attached to.
getAttachedGraphicalObject() - Method in class edu.berkeley.guir.lib.satin.view.ViewImpl
 
getAttachedGraphicalObject() - Method in interface edu.berkeley.guir.lib.satin.view.View
Get the GraphicalObject this View is attached to.
getAuthor() - Method in class edu.berkeley.guir.lib.gesture.DefaultGestureObject
 
getAuthor() - Method in interface edu.berkeley.guir.lib.gesture.GestureObject
 
getAutoCentering() - Method in class edu.berkeley.guir.lib.gesture.GesturePointsDisplay
When autoCentering is on, the gesture is automatically centered in the widget.
getAutoSaveFile() - Method in class edu.berkeley.guir.lib.gesture.GestureFile
 
getAutoSaveFile(File) - Static method in class edu.berkeley.guir.lib.gesture.GestureFile
 
getAvailable() - Method in class edu.berkeley.guir.lib.collection.ObjectPool
Get the number of available objects.
getBackground() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getBarredLine(char) - Static method in class edu.berkeley.guir.lib.util.StringLib
Repeat the character 80 times and return it as a String.
getBarredLine(String, char) - Static method in class edu.berkeley.guir.lib.util.StringLib
Given a String like "example" and a char like '=', return
getBigRadius() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the radius for the pie menu.
getBottomLevelDomainName(String) - Static method in class edu.berkeley.guir.lib.net.NetLib
Given an address like "www.cs.berkeley.edu", return "www".
getBottommostBranch(GraphicalObjectCollection) - Static method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib
 
getBottommostGraphicalObject(GraphicalObjectCollection) - Static method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib
In a GraphicalObjectCollection, get the GraphicalObject nearest to the bottom.
getBottommostLeaf(GraphicalObjectCollection) - Static method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib
 
getBoundingPoints2D(int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getBoundingPoints2D(int) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
Our bounds is always the size of the Sheet.
getBoundingPoints2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getBoundingPoints2D(int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get a Polygon describing the outer boundary of all of the visible views of this GraphicalObject.
getBoundingPoints2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getBoundingPoints2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Get the sticky bounding points.
getBoundingPoints2D(int, AffineTransform, Polygon2D) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getBoundingPoints2D(int, AffineTransform, Polygon2D) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
Our bounds is always the size of the Sheet.
getBoundingPoints2D(int, AffineTransform, Polygon2D) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getBoundingPoints2D(int, AffineTransform, Polygon2D) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get a Polygon describing the outer boundary of all of the visible views of this GraphicalObject.
getBoundingPoints2D(int, AffineTransform, Polygon2D) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getBoundingPoints2D(int, AffineTransform, Polygon2D) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Get the sticky bounding points.
getBoundingPoints2DRef() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Get a reference of the relative bounding points instead of a copy.
getBoundingPoints2DRef() - Method in class edu.berkeley.guir.lib.satin.view.ViewImpl
 
getBoundingPoints2DRef() - Method in class edu.berkeley.guir.lib.satin.view.DefaultMultiViewImpl
Returns the bounding box of all of the contained AND visible views.
getBoundingPoints2DRef() - Method in class edu.berkeley.guir.lib.satin.view.ViewWrapper
 
getBoundingPoints2DRef() - Method in class edu.berkeley.guir.lib.satin.view.StickyViewWrapper
Get the sticky bounds.
getBoundingPoints2DRef() - Method in class edu.berkeley.guir.lib.satin.view.MultiplexedMultiViewImpl
 
getBoundingPoints2DRef() - Method in interface edu.berkeley.guir.lib.satin.view.View
Get the reference for the bounding points for this view.
getBounds() - Method in class edu.berkeley.guir.lib.awt.geom.Polygon2D
Deprecated. should use getBounds2D in SATIN and DENIM instead.
getBounds() - Method in class edu.berkeley.guir.lib.gesture.Gesture
 
getBounds() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getBounds() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getBounds() - Method in class edu.berkeley.guir.lib.satin.stroke.TimedPolygon2D
Fixes a bug in Polygon.
getBounds2D() - Method in class edu.berkeley.guir.lib.awt.geom.Polygon2D
 
getBounds2D() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getBounds2D() - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
getBounds2D() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Get the relative bounds.
getBounds2D() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getBounds2D(int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getBounds2D(int) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
Our bounds is the coordinate system.
getBounds2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getBounds2D(int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the bounds of all of the visible views of this GraphicalObject.
getBounds2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getBounds2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Get the sticky bounds.
getBounds2D(int, AffineTransform, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getBounds2D(int, AffineTransform, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
getBounds2D(int, AffineTransform, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getBounds2D(int, AffineTransform, Rectangle2D) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the bounds of all of the visible views of this GraphicalObject.
getBounds2D(int, AffineTransform, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getBounds2D(int, AffineTransform, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Get the sticky bounds.
getButtonString() - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
 
getBytes() - Method in class edu.berkeley.guir.lib.collection.DataBuffer
Get a reference to the data buffer containing the data.
getCallingClassAndMethod() - Static method in class edu.berkeley.guir.lib.debugging.Debug
Get the name of the method that called you (the one that called the method that is calling this debug method).
getCandidates(SingleStrokeEvent) - Method in class edu.berkeley.guir.lib.satin.interpreter.commands.AbstractSelectInterpreter
Get the possible Graphical Objects that the stroke could have intersected.
getCandidates(TimedStroke) - Method in class edu.berkeley.guir.lib.satin.interpreter.commands.AbstractSelectInterpreter
Get the possible Graphical Objects that the stroke could have intersected.
getCapacity() - Method in class edu.berkeley.guir.lib.collection.ObjectPool
Get the total capacity of the pool.
getCategories() - Method in class edu.berkeley.guir.lib.gesture.GestureSet
Return all the categories in this set
getCategories() - Method in class edu.berkeley.guir.lib.gesture.GestureGroup
 
getCategoryFrame() - Method in class edu.berkeley.guir.lib.gesture.GestureCategoryThumbnail
 
getCategoryMask() - Method in class edu.berkeley.guir.lib.gesture.FeaturePointGraph
 
getCategoryMask() - Method in class edu.berkeley.guir.lib.gesture.CategoryPicker
 
getCenterOfMass(GraphicalObject) - Static method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib
 
getCenterOfMass(GraphicalObject, Point2D) - Static method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib
 
getChild(int) - Method in class edu.berkeley.guir.lib.gesture.AbstractGestureContainer
 
getChild(int) - Method in interface edu.berkeley.guir.lib.gesture.GestureContainer
Returns the child object at index i.
getChild(String) - Method in class edu.berkeley.guir.lib.gesture.AbstractGestureContainer
 
getChildIndex(Container, Component) - Static method in class edu.berkeley.guir.lib.gesture.util.awt
Return the index of child in container, or -1 if child is not in container
getChildList(GestureContainer) - Static method in class edu.berkeley.guir.lib.gesture.AbstractGestureContainer
Returns an unmodifiable list of the children of container
getChildren() - Method in class edu.berkeley.guir.lib.gesture.AbstractGestureContainer
 
getChildren() - Method in class edu.berkeley.guir.lib.gesture.GesturePackage
 
getChildren() - Method in class edu.berkeley.guir.lib.gesture.GestureMetaSet
 
getChildren() - Method in class edu.berkeley.guir.lib.gesture.GestureCategory
 
getChildren() - Method in class edu.berkeley.guir.lib.gesture.GestureSet
 
getChildren() - Method in class edu.berkeley.guir.lib.gesture.GestureGroup
 
getChildTypes() - Method in class edu.berkeley.guir.lib.gesture.GesturePackage
 
getChildTypes() - Method in class edu.berkeley.guir.lib.gesture.GestureMetaSet
 
getChildTypes() - Method in class edu.berkeley.guir.lib.gesture.GestureCategory
 
getChildTypes() - Method in class edu.berkeley.guir.lib.gesture.GestureSet
Valid types are GestureGroup and GestureCategory
getChildTypes() - Method in interface edu.berkeley.guir.lib.gesture.GestureContainer
Returns an array of all the valid types for children of this container.
getChildTypes() - Method in class edu.berkeley.guir.lib.gesture.GestureGroup
 
getClassDebugProperty() - Static method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getClassName(String) - Static method in class edu.berkeley.guir.lib.io.FileLib
Given a fully qualified class name, extract the class name out of it.
getClassProperty(Class, String) - Method in class edu.berkeley.guir.lib.properties.ClassProperties
Recursively go up the inheritance chain, finding the first class that has a value for this key.
getClassProperty(String) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Convenience method to get a reference to the specified property.
getClassPropertyGestureInterpreter() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Convenience method for getting the view class property.
getClassPropertyInkInterpreter() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Convenience method for getting the view class property.
getClassPropertyStyle() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Convenience method for getting the view class property.
getClassPropertyView() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Convenience method for getting the view class property.
getClip() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getClipBounds() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getClipBounds(Rectangle) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getClipRect() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getCollectionBounds2D(int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getCollectionBounds2D(int) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
getCollectionBounds2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getCollectionBounds2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
 
getCollectionBounds2D(int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollection
Get the union of the bounds of the GraphicalObjects contained in this collection.
getCollectionBounds2D(int, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getCollectionBounds2D(int, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
getCollectionBounds2D(int, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getCollectionBounds2D(int, Rectangle2D) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
 
getCollectionBounds2D(int, Rectangle2D) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollection
Get the bounds, put them in the specified Rectangle.
getColor() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getCols() - Method in class edu.berkeley.guir.lib.collection.Map2D
Returns a set of column headers.
getComponent() - Method in class edu.berkeley.guir.lib.satin.objects.GObJComponentWrapper
Returns the JComponent in this wrapper
getComponent() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
getComposite() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getConfidence() - Method in class edu.berkeley.guir.lib.satin.interpreter.rubine.RubineInterpreter
Get the confidence level for gesture recognition, below which we will ignore.
getContainee() - Method in class edu.berkeley.guir.lib.gesture.util.SelectablePanel.SingletonContainer
 
getContainee(int) - Method in class edu.berkeley.guir.lib.gesture.util.SelectablePanel
 
getContaineeIndex(Component) - Method in class edu.berkeley.guir.lib.gesture.util.SelectablePanel
 
getContents() - Method in class edu.berkeley.guir.lib.satin.command.Clipboard
Get an Iterator over copies of GraphicalObjects in the clipboard.
getCreationDate() - Method in class edu.berkeley.guir.lib.gesture.Gesture
 
getCumulativeLengths(Polygon2D) - Static method in class edu.berkeley.guir.lib.satin.stroke.StrokeLib
Return an array that contains the cumulative length of the polygon.
getCumulativeXValues(Polygon2D) - Static method in class edu.berkeley.guir.lib.satin.stroke.StrokeLib
Return an array that contains the cumulative X values of the polygon.
getCumulativeYValues(Polygon2D) - Static method in class edu.berkeley.guir.lib.satin.stroke.StrokeLib
Return an array that contains the cumulative X values of the polygon.
getCurrentClassAndMethod() - Static method in class edu.berkeley.guir.lib.debugging.Debug
Get the name of the current method (the one that is calling this debug method).
getCurrentISODate() - Static method in class edu.berkeley.guir.lib.util.DateLib
Get the current date and time in ISO format.
getCurrentStyle() - Method in class edu.berkeley.guir.lib.satin.Sheet
Get the style for how the current stroke is drawn.
getCurrentUrl() - Method in class edu.berkeley.guir.lib.web.WebBrowserPanel
 
getCurrentUrl() - Method in class edu.berkeley.guir.lib.web.WebBrowserFrame
 
getDashArray() - Method in class edu.berkeley.guir.lib.satin.objects.Style
Return a copy of the dash array (not a reference to the original one!).
getDashPhase() - Method in class edu.berkeley.guir.lib.satin.objects.Style
 
getDebugMode() - Method in class edu.berkeley.guir.lib.debugging.Debug
 
getDebugWindow() - Method in class edu.berkeley.guir.lib.debugging.Debug
 
getDefaultBigRadius() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default radius for all new pie menus created.
getDefaultFeatureClasses() - Static method in class edu.berkeley.guir.lib.gesture.Classifier
 
getDefaultFillColor() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default fill color for all new pie menus created.
getDefaultFont() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default font for all new pie menus created.
getDefaultFontColor() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default font color for all new pie menus created.
getDefaultLineColor() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default line color for all new pie menus created.
getDefaultLineNorth() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default for whether or not the first line drawn should be north or if the first pie slice should be drawn north.
getDefaultLineWidth() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default line width for all new pie menus created.
getDefaults() - Method in class edu.berkeley.guir.lib.satin.plaf.PenAuxiliaryLookAndFeel
 
getDefaultScalingFactor() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default scaling factor for all new pie menus created.
getDefaultSelectedColor() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default selected color for all new pie menus created.
getDefaultSelectedItem() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
getDefaultSmallRadius() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the default radius of the inner circle for all new pie menus created.
getDefaultSubmenuIcon() - Static method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get what the default image should be for submenus.
getDescription() - Method in class edu.berkeley.guir.lib.gesture.util.ExtensionFileFilter
Returns the human readable description of this filter.
getDescription() - Method in class edu.berkeley.guir.lib.satin.plaf.PenAuxiliaryLookAndFeel
 
getDescription() - Method in class edu.berkeley.guir.lib.satin.widgets.ExtensionFileFilter
Returns the human readable description of this filter.
getDesiredScale() - Method in class edu.berkeley.guir.lib.satin.view.StickyZViewWrapper
 
getDestNode() - Method in class edu.berkeley.guir.lib.graphs.Edge
Get the destination Node of the Edge.
getDeviceConfiguration() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getDispatchee(TimedStroke) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
Given a stroke, figure out which of our children it will be dispatched to.
getDistanceInfo(GestureCategory, GestureCategory) - Static method in class edu.berkeley.guir.lib.gesture.HumanCoords
 
getDistancesByFeature(int, int) - Method in class edu.berkeley.guir.lib.gesture.Classifier
Use the current weights to get normalized distances along each feature between two categories.
getDrawBorder() - Method in class edu.berkeley.guir.lib.satin.objects.GObImage
 
getDrawColor() - Method in class edu.berkeley.guir.lib.satin.objects.Style
Get the color to draw lines with.
getDrawFont() - Method in class edu.berkeley.guir.lib.satin.objects.Style
Get the font style.
getDrawStroke() - Method in class edu.berkeley.guir.lib.satin.objects.Style
Get the drawing style.
getElapsedTime() - Method in class edu.berkeley.guir.lib.util.Timer
Get the elapsed time so far.
getElement() - Method in class edu.berkeley.guir.lib.gesture.util.CollectionEvent
only useful if only one thing was added/removed/changed
getElementCount() - Method in class edu.berkeley.guir.lib.gesture.util.CollectionEvent
 
getElements() - Method in class edu.berkeley.guir.lib.gesture.util.CollectionEvent
 
getEnabled() - Method in class edu.berkeley.guir.lib.gesture.GestureInteractor
 
getEnabledCategories() - Method in class edu.berkeley.guir.lib.gesture.GestureSet
return all categories in this set that are enabled
getEnabledChildren() - Method in class edu.berkeley.guir.lib.gesture.AbstractGestureContainer
Return the children that are enabled.
getEnabledChildren() - Method in interface edu.berkeley.guir.lib.gesture.GestureContainer
 
getEndCap() - Method in class edu.berkeley.guir.lib.satin.objects.Style
 
getEndGraphicalObject() - Method in class edu.berkeley.guir.lib.satin.objects.LineArrow
 
getEndNote() - Method in class edu.berkeley.guir.brainstorm.Link
 
getEndNoteID() - Method in class edu.berkeley.guir.brainstorm.Link
 
getEndPoint(int) - Method in class edu.berkeley.guir.lib.satin.objects.LineArrow
Get either the center of the bounding box of the end graphical object if it was defined through LineArrow.setEndGraphicalObject(GraphicalObject), or the fixed point that was set through LineArrow.setEndPoint(Point2D).
getEndPoint2D(int) - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
 
getEndPoint2D(int, AffineTransform, Point2D) - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
 
getEndScale() - Method in class edu.berkeley.guir.lib.satin.interpreter.SemanticZoomInterpreterWrapper
 
getEndScale() - Method in class edu.berkeley.guir.lib.satin.view.SemanticZoomViewWrapper
 
getEndScale() - Method in class edu.berkeley.guir.lib.satin.view.SemanticZoomViewImpl
 
getEndScale() - Method in interface edu.berkeley.guir.lib.satin.view.SemanticZoomView
Get the end of the scale range in which the view will stop being displayed fully.
getEndTime() - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
Get the end time of this Timed Stroke.
getEndTime() - Method in class edu.berkeley.guir.lib.satin.stroke.TimedPolygon2D
Get the end time of this polygon.
getExecutionTime() - Method in class edu.berkeley.guir.lib.satin.command.CommandImpl
 
getExecutionTime() - Method in interface edu.berkeley.guir.lib.satin.command.Command
Get the system time this command was first executed.
getExtension(File) - Method in class edu.berkeley.guir.lib.gesture.util.ExtensionFileFilter
Return the extension portion of the file's name .
getExtension(File) - Method in class edu.berkeley.guir.lib.satin.widgets.ExtensionFileFilter
Return the extension portion of the file's name .
getFadeIn() - Method in class edu.berkeley.guir.lib.satin.view.SemanticZoomViewWrapper
 
getFadeIn() - Method in class edu.berkeley.guir.lib.satin.view.SemanticZoomViewImpl
 
getFadeIn() - Method in interface edu.berkeley.guir.lib.satin.view.SemanticZoomView
Get the beginning of the scale range in which the view will begin to fade in.
getFadeOut() - Method in class edu.berkeley.guir.lib.satin.view.SemanticZoomViewWrapper
 
getFadeOut() - Method in class edu.berkeley.guir.lib.satin.view.SemanticZoomViewImpl
 
getFadeOut() - Method in interface edu.berkeley.guir.lib.satin.view.SemanticZoomView
Get the beginning of the scale range in which the view will begin to fade out.
getFeature(Class, GestureObject) - Static method in class edu.berkeley.guir.lib.gesture.FeatureFactory
 
getFeature(GestureCategory, int, Class) - Method in class edu.berkeley.guir.lib.gesture.Classifier
 
getFeature(GestureCategory, int, int) - Method in class edu.berkeley.guir.lib.gesture.Classifier
 
getFeature(Hashtable, Class) - Static method in class edu.berkeley.guir.lib.gesture.FeatureFactory
 
getFeature(int) - Method in class edu.berkeley.guir.lib.gesture.FeatureVector
 
getFeature(int, int) - Method in class edu.berkeley.guir.lib.gesture.FeatureArray
 
getFeatureClasses() - Method in class edu.berkeley.guir.lib.gesture.Classifier
 
getFeatureName(Class) - Static method in class edu.berkeley.guir.lib.gesture.FeatureFactory
 
getFeatures() - Method in class edu.berkeley.guir.lib.gesture.FeatureVector
 
getFeatures(Gesture) - Static method in class edu.berkeley.guir.lib.gesture.FeatureFactory
 
getFeaturesUsed() - Method in class edu.berkeley.guir.lib.gesture.Classifier
Features actually used in current classification (null if untrained)
getFeatureType(int) - Method in class edu.berkeley.guir.lib.gesture.FeatureVector
 
getFeatureValue(Class, GestureObject) - Static method in class edu.berkeley.guir.lib.gesture.FeatureFactory
 
getFieldName() - Method in class edu.berkeley.guir.lib.schema.SchemaField
Get the field name.
getFieldValue() - Method in class edu.berkeley.guir.lib.schema.SchemaField
Get the field value.
getFile() - Method in class edu.berkeley.guir.lib.gesture.GestureFile
 
getFileFilter() - Static method in class edu.berkeley.guir.lib.gesture.GestureFile
 
getFileName() - Method in class edu.berkeley.guir.lib.satin.interpreter.rubine.RubineInterpreter
 
getFileNameExtension(String) - Static method in class edu.berkeley.guir.lib.io.FileLib
Given the name of a file, get the file extension.
getFilePath(String) - Static method in class edu.berkeley.guir.lib.io.FileLib
Given the name of a local file, get the absolute path of that file.
getFilesInCurrentDirectory() - Static method in class edu.berkeley.guir.lib.io.FileLib
Get the name of all of the files in the current working directory.
getFilesInDirectory(String) - Static method in class edu.berkeley.guir.lib.io.FileLib
Get the name of all of the files in the specified directory.
getFillColor() - Method in class edu.berkeley.guir.lib.satin.objects.Style
Get the color to fill with.
getFillColor() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the color of the pie menu items.
getFilter() - Method in class edu.berkeley.guir.lib.introspect.IntrospectHandler
Get the current filter.
getFirst() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getFirst() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getFirst() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
 
getFirst() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollection
Get the first Graphical Object.
getFirstKey() - Method in class edu.berkeley.guir.lib.collection.SortedValueMap
Get the key at the beginning of the map.
getFirstValue() - Method in class edu.berkeley.guir.lib.collection.SortedValueMap
Get the value at the beginning of the map.
getFont() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getFont() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the font the pie menu will use.
getFontColor() - Method in class edu.berkeley.guir.lib.satin.objects.Style
 
getFontColor() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the color text is rendered in.
getFontMetrics() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getFontMetrics(Font) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getFontRenderContext() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getForwardIterator() - Method in class edu.berkeley.guir.lib.collection.OrderedList
Get an iterator that goes through the list in forward order.
getForwardIterator() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getForwardIterator() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getForwardIterator() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
 
getForwardIterator() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollection
Get an iterator that goes forward thru the collection.
getGesture() - Method in class edu.berkeley.guir.lib.gesture.GesturePointsDisplay
 
getGesture() - Method in class edu.berkeley.guir.lib.gesture.FeatureVector
 
getGesture() - Method in class edu.berkeley.guir.lib.gesture.Feature
 
getGesture() - Method in class edu.berkeley.guir.lib.gesture.GestureDisplay
 
getGestureCategory() - Method in class edu.berkeley.guir.lib.gesture.GestureCategoryDisplay
 
getGestureCategory() - Method in class edu.berkeley.guir.lib.gesture.GestureCategoryThumbnail
 
getGestureCategoryDisplay() - Method in class edu.berkeley.guir.lib.gesture.GestureCategoryFrame
 
getGestureCategoryThumbnail(int) - Method in class edu.berkeley.guir.lib.gesture.GestureSetDisplay
Note: assumes that our only children are GestureCategoryThumbnails
getGestureCommandCallback(String) - Method in class edu.berkeley.guir.lib.satin.interpreter.GestureCommandInterpreterImpl
Get the callback that should be used for this gesture category.
getGestureIndex(Gesture) - Method in class edu.berkeley.guir.lib.gesture.GestureCategory
returns -1 if target not in the set
getGestureInterpreter() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getGestureInterpreter() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getGestureInterpreter() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the current Gesture Interpreter, which tries to handle strokes as gestures.
getGestureInterpreter() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getGestureInterpreter() - Method in class edu.berkeley.guir.lib.satin.objects.InteractionHandler
 
getGesturePackage() - Method in class edu.berkeley.guir.lib.gesture.GestureFile
 
getGesturePointsDisplay() - Method in class edu.berkeley.guir.lib.gesture.GestureDisplay
 
getGestureSet() - Method in class edu.berkeley.guir.lib.gesture.GestureSetDisplay
 
getGestureSet() - Method in class edu.berkeley.guir.lib.gesture.Classifier
 
getGestureSetDisplay() - Method in class edu.berkeley.guir.lib.gesture.GestureSetFrame
 
getGraph() - Method in class edu.berkeley.guir.lib.gesture.FPGraphFrame
 
getGraphicalObject() - Method in class edu.berkeley.guir.lib.satin.command.AddInkInterpreterCommand
Get the GraphicalObject that this command will attach an Interpreter to.
getGraphicalObject() - Method in class edu.berkeley.guir.lib.satin.command.SelectCommand
 
getGraphicalObject() - Method in class edu.berkeley.guir.lib.satin.command.AddGestureInterpreterCommand
Get the GraphicalObject that this command will attach an Interpreter to.
getGraphicalObject() - Method in class edu.berkeley.guir.lib.satin.command.SelectDeepCommand
 
getGraphicalObject() - Method in class edu.berkeley.guir.lib.satin.command.SelectShallowCommand
 
getGraphicalObject() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getGraphicalObjectCenteredAt(TimedStroke) - Method in class edu.berkeley.guir.lib.satin.interpreter.commands.StandardGestureInterpreter
Get the GraphicalObject near the center of this TimedStroke.
getGraphicalObjectCenteredAt(TimedStroke, double) - Method in class edu.berkeley.guir.lib.satin.interpreter.commands.StandardGestureInterpreter
Get the GraphicalObject near the center of this TimedStroke, with the specified threshold.
getGraphicalObjects(GraphicalObject, int, int, int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getGraphicalObjects(GraphicalObject, int, int, int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getGraphicalObjects(GraphicalObject, int, int, int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroup
 
getGraphicalObjects(GraphicalObject, int, int, int, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getGraphicalObjects(GraphicalObject, int, int, int, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getGraphicalObjects(GraphicalObject, int, int, int, double, GraphicalObjectCollection) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroup
Get all Graphical Objects subject to the specified parameters.
getGraphicalObjects(int, double, double, int, int, int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getGraphicalObjects(int, double, double, int, int, int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getGraphicalObjects(int, double, double, int, int, int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroup
 
getGraphicalObjects(int, double, double, int, int, int, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getGraphicalObjects(int, double, double, int, int, int, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getGraphicalObjects(int, double, double, int, int, int, double, GraphicalObjectCollection) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroup
 
getGraphicalObjects(int, Point2D, int, int, int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getGraphicalObjects(int, Point2D, int, int, int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getGraphicalObjects(int, Point2D, int, int, int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroup
 
getGraphicalObjects(int, Point2D, int, int, int, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getGraphicalObjects(int, Point2D, int, int, int, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getGraphicalObjects(int, Point2D, int, int, int, double, GraphicalObjectCollection) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroup
Get all Graphical Objects subject to the specified parameters.
getGraphicalObjects(int, Shape, int, int, int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getGraphicalObjects(int, Shape, int, int, int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getGraphicalObjects(int, Shape, int, int, int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroup
 
getGraphicalObjects(int, Shape, int, int, int, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getGraphicalObjects(int, Shape, int, int, int, double, GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getGraphicalObjects(int, Shape, int, int, int, double, GraphicalObjectCollection) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroup
 
getGraphicalObjectsTouching(TimedStroke, double) - Method in class edu.berkeley.guir.lib.satin.interpreter.commands.StandardGestureInterpreter
Get things that intersect the stroke.
getGraphics() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Get the current Graphics context.
getHeight2D(int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getHeight2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getHeight2D(int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the height of all of the visible views of this GraphicalObject.
getHeight2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getHeight2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Get the sticky height.
getIcon() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
getIconHeight() - Method in class edu.berkeley.guir.lib.gesture.util.SolidIcon
 
getIconHeight() - Method in class edu.berkeley.guir.lib.gesture.util.CompositeIcon
 
getIconWidth() - Method in class edu.berkeley.guir.lib.gesture.util.SolidIcon
 
getIconWidth() - Method in class edu.berkeley.guir.lib.gesture.util.CompositeIcon
 
getID() - Method in class edu.berkeley.guir.lib.satin.plaf.PenAuxiliaryLookAndFeel
 
getID(int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getID(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getID(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
 
getID(int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollection
Retrieve the GraphicalObject with the specified unique ID.
getImages() - Method in class edu.berkeley.guir.lib.awt.image.FrameGrabber
 
getInDegree() - Method in class edu.berkeley.guir.lib.graphs.Node
Get the number of edges that come into this Node.
getIndexedProperty(String) - Method in class edu.berkeley.guir.lib.properties.FlexProperties
Get all of an indexed property.
getIndexedProperty(String) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getIndexedProperty(String) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getIndexedProperty(String) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
 
getIndexedProperty(String) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getIndexedProperty(String, int) - Method in class edu.berkeley.guir.lib.properties.FlexProperties
Get an indexed property at the specified index.
getIndexedProperty(String, int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getIndexedProperty(String, int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getIndexedProperty(String, int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
 
getIndexedProperty(String, int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getInkInterpreter() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getInkInterpreter() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getInkInterpreter() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the current Ink Interpreter, which tries to handle strokes as Ink.
getInkInterpreter() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getInkInterpreter() - Method in class edu.berkeley.guir.lib.satin.objects.InteractionHandler
 
getInlinks() - Method in class edu.berkeley.guir.lib.graphs.Node
Get an Iteration of the names of the Nodes that can get to this Node (that is, the Nodes connected by inlinks into this Node).
getInlinkWeight(String) - Method in class edu.berkeley.guir.lib.graphs.Node
Return the weight of a Node connected by an in link.
getInteractionHandler() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Get the interaction handler, the object that we delegate most of our interactions to.
getInterpreter() - Method in class edu.berkeley.guir.lib.satin.command.AddInkInterpreterCommand
Get the Interpreter to attach.
getInterpreter() - Method in class edu.berkeley.guir.lib.satin.command.AddGestureInterpreterCommand
Get the Interpreter to attach.
getInterpreter() - Method in class edu.berkeley.guir.lib.satin.interpreter.InterpreterWrapper
Get the wrapped-up interpreter.
getInverseTransform(int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getInverseTransform(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getInverseTransform(int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the inverse of the transform.
getInverseTransform(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getInverseTransform(int) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Concatenates the sticky and the proxied transforms.
getInverseTransform(int, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getInverseTransform(int, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getInverseTransform(int, AffineTransform) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the inverse transform.
getInverseTransform(int, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getInverseTransform(int, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Concatenates the sticky and the proxied transforms.
getItem(int) - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
getItemCount() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
getJTree() - Method in class edu.berkeley.guir.lib.introspect.JTreeIntrospectHandler
Get a reference to the JTree.
getKeywords() - Method in class edu.berkeley.guir.lib.gesture.GestureSet
 
getLabel() - Method in class edu.berkeley.guir.brainstorm.BrainNote
 
getLargestKey() - Method in class edu.berkeley.guir.lib.collection.SortedValueMap
Get the key with the largest value.
getLargestValue() - Method in class edu.berkeley.guir.lib.collection.SortedValueMap
Get the largest value stored.
getLast() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getLast() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getLast() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
 
getLast() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollection
Get the last Graphical Object.
getLastGraphicalObject() - Method in class edu.berkeley.guir.lib.satin.command.CommandSubsystem
Get the last Graphical Object added by InsertCommand.
getLastKey() - Method in class edu.berkeley.guir.lib.collection.SortedValueMap
Get the key at the end of the map.
getLastNode() - Method in class edu.berkeley.guir.lib.graphs.Path
Get the last Node added to this Path.
getLastValue() - Method in class edu.berkeley.guir.lib.collection.SortedValueMap
Get the value at the end of the map.
getLength() - Method in class edu.berkeley.guir.lib.collection.DataBuffer
Get the length of the data.
getLength2D(int) - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
 
getLineColor() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the color lines are rendered in.
getLineJoin() - Method in class edu.berkeley.guir.lib.satin.objects.Style
 
getLineNorth() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get whether we draw a line to north, or draw the first slice such that it is centered on north.
getLinesOfComments() - Method in class edu.berkeley.guir.lib.metrics.CodeCounter
Get the number of lines of comments in the source code.
getLinesOfLogicalCode() - Method in class edu.berkeley.guir.lib.metrics.CodeCounter
Get the number of lines of logical code in the source code.
getLinesOfPhysicalCode() - Method in class edu.berkeley.guir.lib.metrics.CodeCounter
Get the number of lines of physical code in the source code.
getLineWidth() - Method in class edu.berkeley.guir.lib.satin.objects.Style
 
getLocalBottomLevelDomainName() - Static method in class edu.berkeley.guir.lib.net.NetLib
Return the first name of the local machine.
getLocalBoundingPoints2DRef() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Get a reference of the local bounding points instead of a copy.
getLocalLastLocation(GraphicalObject) - Method in class edu.berkeley.guir.lib.satin.command.CommandSubsystem
Get the last mouse location clicked, in the specified GraphicalObject's coordinate system.
getLocalLastLocation(GraphicalObject, Point) - Method in class edu.berkeley.guir.lib.satin.command.CommandSubsystem
Get the last mouse location clicked, in the specified GraphicalObject's coordinate system.
getLocalLastXLocation(GraphicalObject) - Method in class edu.berkeley.guir.lib.satin.command.CommandSubsystem
Get the last mouse x-location clicked, in the specified GraphicalObject's coordinate system.
getLocalLastYLocation(GraphicalObject) - Method in class edu.berkeley.guir.lib.satin.command.CommandSubsystem
Get the last mouse y-location clicked, in the specified GraphicalObject's coordinate system.
getLocation2D(int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getLocation2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getLocation2D(int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the location of the top-left corner of the bounding box for all of the visible views of this GraphicalObject.
getLocation2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getLocation2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Get the sticky location.
getLocation2D(int, AffineTransform, Point2D) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getLocation2D(int, AffineTransform, Point2D) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getLocation2D(int, AffineTransform, Point2D) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the location of the top-left corner of the bounding box for all of the visible views of this GraphicalObject.
getLocation2D(int, AffineTransform, Point2D) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getLocation2D(int, AffineTransform, Point2D) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Get the sticky location.
getLogScale() - Method in class edu.berkeley.guir.lib.gesture.StarPlot
 
getMaxNumCols(String) - Static method in class edu.berkeley.guir.lib.util.StringLib
After laying out the String into rows, count the number of characters in the longest line.
getMaxNumCols(String, int) - Static method in class edu.berkeley.guir.lib.util.StringLib
After laying out the String into rows, count the number of characters in the longest line.
getMaxNumCols(String, String) - Static method in class edu.berkeley.guir.lib.util.StringLib
After laying out the String into rows, count the number of characters in the longest line.
getMaxNumCols(String, String, int) - Static method in class edu.berkeley.guir.lib.util.StringLib
After laying out the String into rows, count the number of characters in the longest line.
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.Feature
Return minimum value this feature can have
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.InitAngleSine
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.Density2
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.LogArea
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.EndsAngleCosine
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.Curviness2
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.TotalLength
Return minimum value this feature can have
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.TotalAbsAngle
Return minimum value this feature can have
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.Aspect
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.Curviness
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.LogAspect
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.EndsDistance
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.BoundsAngle
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.EndsAngleSine
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.BoundsSize
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.InitAngleCosine
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.TotalAngle
Return minimum value this feature can have
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.AnglePerDistance
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.Density1
 
getMaxValue() - Method in class edu.berkeley.guir.lib.gesture.features.Sharpness
Return minimum value this feature can have
getMinimumSize() - Method in class edu.berkeley.guir.lib.gesture.GesturePointsDisplay
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.Feature
Return maximum value this feature can have
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.InitAngleSine
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.Density2
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.LogArea
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.EndsAngleCosine
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.Curviness2
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.TotalLength
Return maximum value this feature can have
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.TotalAbsAngle
Return maximum value this feature can have
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.Aspect
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.Curviness
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.LogAspect
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.EndsDistance
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.BoundsAngle
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.EndsAngleSine
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.BoundsSize
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.InitAngleCosine
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.TotalAngle
Return maximum value this feature can have
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.AnglePerDistance
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.Density1
 
getMinValue() - Method in class edu.berkeley.guir.lib.gesture.features.Sharpness
Return maximum value this feature can have
getMiterLimit() - Method in class edu.berkeley.guir.lib.satin.objects.Style
 
getModString(int) - Static method in class edu.berkeley.guir.lib.introspect.IntrospectLib
Get a String for modifiers.
getMouseEvent() - Method in class edu.berkeley.guir.lib.satin.event.StrokeEvent
Get a reference to the corresponding mouse event, after the transformations have been applied (ie in relative coordinates, relative to the last GraphicalObject that handled this event).
getMouseListener() - Method in class edu.berkeley.guir.lib.gesture.util.SelectablePanel
 
getMultiTransfer() - Method in interface edu.berkeley.guir.lib.awt.image.SimpleTwainSource
 
getMultiTransfer() - Method in class edu.berkeley.guir.lib.awt.image.eztwain.EZTwainWrapper
 
getMultiTransfer() - Method in class edu.berkeley.guir.lib.awt.image.eztwain.SimpleEZTwainSource
 
getName() - Method in class edu.berkeley.guir.lib.gesture.AbstractGestureContainer
 
getName() - Method in class edu.berkeley.guir.lib.gesture.Feature
Return a name that will be meaningful to the user
getName() - Method in interface edu.berkeley.guir.lib.gesture.GestureContainer
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.InitAngleSine
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.Density2
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.LogArea
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.EndsAngleCosine
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.Curviness2
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.TotalLength
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.TotalAbsAngle
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.Aspect
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.Curviness
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.LogAspect
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.EndsDistance
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.BoundsAngle
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.EndsAngleSine
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.BoundsSize
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.InitAngleCosine
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.TotalAngle
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.AnglePerDistance
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.Density1
 
getName() - Method in class edu.berkeley.guir.lib.gesture.features.Sharpness
 
getName() - Method in class edu.berkeley.guir.lib.graphs.Node
Get the name of the source node.
getName() - Method in class edu.berkeley.guir.lib.metrics.ActionItem
Get the name of the item.
getName() - Method in class edu.berkeley.guir.lib.satin.interpreter.InterpreterImpl
 
getName() - Method in interface edu.berkeley.guir.lib.satin.interpreter.Interpreter
Get the name of this Interpreter.
getName() - Method in class edu.berkeley.guir.lib.satin.plaf.PenAuxiliaryLookAndFeel
 
getName() - Method in class edu.berkeley.guir.lib.satin.view.ViewImpl
 
getName() - Method in class edu.berkeley.guir.lib.satin.view.ViewWrapper
Add the wrapped up view's name too.
getName() - Method in interface edu.berkeley.guir.lib.satin.view.View
Get the name of this View.
getNextUniqueID() - Static method in class edu.berkeley.guir.lib.net.ClientRegistry
Returns an ID for clients.
getNode(String) - Method in class edu.berkeley.guir.lib.graphs.Graph
Get a Node from this Graph.
getNodes() - Method in class edu.berkeley.guir.lib.graphs.Path
Return the list of Nodes.
getNodesReversed() - Method in class edu.berkeley.guir.lib.graphs.Path
Return the list of Nodes in reverse order.
getNormalizedDistancesByFeature(Gesture, GestureCategory) - Method in class edu.berkeley.guir.lib.gesture.Classifier
Use the weights for the category to get normalized distance of the gesture from the category.
getNormalizedDistancesByFeature(Gesture, int) - Method in class edu.berkeley.guir.lib.gesture.Classifier
Use the weights for the category to get normalized distance of the gesture from the category.
getNormalizedDistancesByFeature(Gesture, String) - Method in class edu.berkeley.guir.lib.gesture.Classifier
Use the weights for the category to get normalized distance of the gesture from the category.
getNormalizingTransform() - Method in class edu.berkeley.guir.lib.satin.objects.ViewHandler
Get the transform that would normalize this view to (0,0).
getNote(int) - Method in class edu.berkeley.guir.brainstorm.BrainstormSheet
Get a note given an ID.
getNumberOfBytes() - Method in class edu.berkeley.guir.lib.io.CountInputStream
Get the number of bytes gone through this stream.
getNumberOfBytesTransferred() - Method in class edu.berkeley.guir.lib.io.Pipe
Return the number of bytes transferred by the pipe.
getNumberOfElements() - Method in class edu.berkeley.guir.lib.graphs.BinaryTree
Get the number of elements in this tree.
getNumCols() - Method in class edu.berkeley.guir.lib.satin.objects.GObText
Get the number of columns in this text graphical object.
getNumMethods() - Method in class edu.berkeley.guir.lib.metrics.CodeCounter
Get the number of methods in the source code.
getNumOfHits() - Method in class edu.berkeley.guir.lib.graphs.PathTree
Get the number of hits currently in this PathTree.
getNumOfLeaves() - Method in class edu.berkeley.guir.lib.graphs.PathTree
Get the number of leaves currently in this PathTree.
getNumOfNodes() - Method in class edu.berkeley.guir.lib.graphs.PathTree
Get the number of unique nodes currently in this PathTree.
getNumPoints() - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
Get the number of points in the stroke.
getNumRows() - Method in class edu.berkeley.guir.lib.satin.objects.GObText
Get the number of rows in this text graphical object.
getNumRows(String) - Static method in class edu.berkeley.guir.lib.util.StringLib
Count the number of rows this String fills up, based on where the carriage returns '\n' are.
getNumRows(String, int) - Static method in class edu.berkeley.guir.lib.util.StringLib
Count the number of rows this String fills up, taking into account that it may have a column limit (ie max num of chars per line).
getNumSelected() - Method in class edu.berkeley.guir.lib.gesture.FeaturePicker
 
getNumSelected() - Method in class edu.berkeley.guir.lib.gesture.CategoryPicker
 
getObject() - Method in class edu.berkeley.guir.lib.collection.ObjectPool
Get an object.
getObject() - Method in class edu.berkeley.guir.lib.satin.SatinConstants.ObjectPoolPoint2D
 
getObject() - Method in class edu.berkeley.guir.lib.satin.SatinConstants.ObjectPoolRectangle2D
 
getObject() - Method in class edu.berkeley.guir.lib.satin.SatinConstants.ObjectPoolAffineTransform
 
getObject() - Method in class edu.berkeley.guir.lib.satin.SatinConstants.ObjectPoolStringBuffer
Clear out the object before using.
getOffColor() - Method in class edu.berkeley.guir.lib.gesture.util.Blinker
 
getOnColor() - Method in class edu.berkeley.guir.lib.gesture.util.Blinker
 
getOrderedList() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
Get the Ordered List.
getOrigin() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Get where the current origin is.
getOutDegree() - Method in class edu.berkeley.guir.lib.graphs.Node
Get the number of edges that come out of this Node.
getOutlinks() - Method in class edu.berkeley.guir.lib.graphs.Node
Get an Iteration of the names of the Nodes you can get to from this Node (that is, the Nodes connected by outlinks from this Node).
getOutlinkWeight(String) - Method in class edu.berkeley.guir.lib.graphs.Node
Return the weight of a Node connected by an out link.
getPackageDirectory(String) - Static method in class edu.berkeley.guir.lib.io.FileLib
Given the fully qualified name of a class, get the directory of the package.
getPackageName(String) - Static method in class edu.berkeley.guir.lib.io.FileLib
Given a fully qualified class name, extract the package name out of it.
getPaint() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getParent() - Method in class edu.berkeley.guir.lib.gesture.DefaultGestureObject
 
getParent() - Method in interface edu.berkeley.guir.lib.gesture.GestureObject
 
getParentGroup() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getParentGroup() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getParentGroup() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the parent of this Graphical object.
getParentGroup() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
Done on proxy, not on proxied object.
getPathIterator(AffineTransform) - Method in class edu.berkeley.guir.lib.awt.geom.Polygon2D
 
getPathIterator(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getPathIterator(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
getPathIterator(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Get the path iterator, relative coordinates.
getPathIterator(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getPathIterator(AffineTransform, double) - Method in class edu.berkeley.guir.lib.awt.geom.Polygon2D
Does same as other Polygon2D.getPathIterator(AffineTransform).
getPathIterator(AffineTransform, double) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getPathIterator(AffineTransform, double) - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
getPathIterator(AffineTransform, double) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getPathIterator(AffineTransform, double) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getPoints() - Method in class edu.berkeley.guir.lib.gesture.Gesture
Return a copy of the points of the polygon (copy instead of ref so points can't be changed).
getPolygon2D(int) - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
 
getPolygon2D(int, AffineTransform, TimedPolygon2D) - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
 
getPreferredScrollableViewportSize() - Method in class edu.berkeley.guir.lib.gesture.FeaturePointGraph
 
getPreferredScrollableViewportSize() - Method in class edu.berkeley.guir.lib.gesture.util.FlowScrollPanel
 
getPreferredSize() - Method in class edu.berkeley.guir.lib.gesture.GesturePointsDisplay
 
getPreferredSize() - Method in class edu.berkeley.guir.lib.gesture.PlotColumn
 
getPreferredSize() - Method in class edu.berkeley.guir.lib.gesture.util.FlowScrollPanel
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.CommandImpl
Override this method in the subclass.
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.MoveCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.SaveCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.DeleteCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.CutCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.MacroCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.MakePatchCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.RemoveCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.SetLocationCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.UndoableCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.SelectCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.ApplyTransformationCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.ZoomCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.SetTransformCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.PasteCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.InsertCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.PanCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.SelectDeepCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.OpenCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.RotateCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.SelectShallowCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.CopyCommand
 
getPresentationName() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getPropertiesList() - Method in class edu.berkeley.guir.brainstorm.BrainNote
 
getProperty(String) - Method in class edu.berkeley.guir.lib.gesture.DefaultGestureObject
 
getProperty(String) - Method in class edu.berkeley.guir.lib.gesture.Gesture
 
getProperty(String) - Method in class edu.berkeley.guir.lib.gesture.AbstractGestureContainer
 
getProperty(String) - Method in interface edu.berkeley.guir.lib.gesture.GestureObject
Get the value of the named property (or null if it is not set).
getProperty(String) - Method in class edu.berkeley.guir.lib.properties.FlexProperties
Get a reference to a property.
getProperty(String) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getProperty(String) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getProperty(String) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
 
getProperty(String) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getPropertyName() - Method in class edu.berkeley.guir.lib.properties.PropertySchema
Get the name of this property.
getPropertyNames() - Method in class edu.berkeley.guir.lib.properties.FlexProperties
 
getPropertyNames() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getPropertyNames() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getPropertyNames() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
 
getPropertyNames() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getPropertyNames() - Method in class edu.berkeley.guir.lib.schema.SchemaField
Get an Enumeration of the property names in this field.
getPropertyType() - Method in class edu.berkeley.guir.lib.properties.PropertySchema
 
getPropertyValue(String) - Method in class edu.berkeley.guir.lib.schema.SchemaField
Get the specified property value.
getRandomGraphicalObjectCollection(Rectangle, int) - Static method in class edu.berkeley.guir.lib.satin.util.RandomLib
Generate a Graphical Object Collection with the specified number of strokes.
getRandomPatch(Rectangle) - Static method in class edu.berkeley.guir.lib.satin.util.RandomLib
Get a randomly-generated square patch that fits inside the bounds of the specified rect.
getRandomSemanticZoomPatch(Rectangle) - Static method in class edu.berkeley.guir.lib.satin.util.RandomLib
Get a randomly-generated square patch with a semantic zoom view that fits inside the bounds of the specified rect.
getRandomStroke(Rectangle, int) - Static method in class edu.berkeley.guir.lib.satin.util.RandomLib
Generate a stroke that fits in the specified rectangle and has the specified number of points.
getRecognizer() - Method in class edu.berkeley.guir.lib.satin.interpreter.rubine.RubineInterpreter
 
getRedoPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.CommandImpl
You don't have to override this method in the subclass.
getRedoPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.MacroCommand
 
getRegistry() - Method in class edu.berkeley.guir.lib.net.ClientRegistryServer
Get a reference to this server's registry.
getRelativeLayer() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getRelativeLayer() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getRelativeLayer() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the current layer this Graphical Object is in.
getRelativeLayer() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getRelativeLayer(GraphicalObject) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getRelativeLayer(GraphicalObject) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getRelativeLayer(GraphicalObject) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroup
Given a GraphicalObject, return what layer it is in relative to this Graphical Object Group.
getRenderBounds(GraphicalObject) - Static method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib
Given a GraphicalObject, get the bounds for its damage region, that is the region that needs to be repainted.
getRenderingHint(RenderingHints.Key) - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getRenderingHints() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getReverseIterator() - Method in class edu.berkeley.guir.lib.collection.OrderedList
Get an iterator that goes through the list in reverse order.
getReverseIterator() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getReverseIterator() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
getReverseIterator() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
 
getReverseIterator() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollection
Get an iterator that goes backwards thru the collection.
getRootEvent(PropertyChangeEvent) - Static method in class edu.berkeley.guir.lib.gesture.Properties
 
getRotationFactor(AffineTransform) - Static method in class edu.berkeley.guir.lib.awt.geom.AffineTransformLib
Given a transform, figure out its rotation factor.
getRowName(int) - Method in class edu.berkeley.guir.lib.gesture.util.DefaultCTableModel
 
getRowName(int) - Method in class edu.berkeley.guir.lib.gesture.util.CTable
 
getRowName(int) - Method in interface edu.berkeley.guir.lib.gesture.util.CTableModel
 
getRows() - Method in class edu.berkeley.guir.lib.collection.Map2D
Returns a set of row headers.
getScale() - Method in class edu.berkeley.guir.lib.gesture.StarPlot
 
getScaleFactor() - Method in class edu.berkeley.guir.lib.satin.view.SemanticZoomViewWrapper
Get the absolute scale factor.
getScaleFactor(AffineTransform) - Static method in class edu.berkeley.guir.lib.awt.geom.AffineTransformLib
Given a transform, figure out its scaling factor.
getScaleFactor(int, GraphicalObject) - Static method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib
Get the scale factor of this Graphical Object.
getScalingFactor() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the scaling factor for the pie menu.
getSchema(String) - Method in class edu.berkeley.guir.lib.properties.FlexProperties
Get a reference to the property schema by its property name.
getSchemaName() - Method in class edu.berkeley.guir.lib.schema.Schema
Get the name for this Schema.
getSchemaVersion() - Method in class edu.berkeley.guir.lib.schema.Schema
Get the version value for this Schema.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class edu.berkeley.guir.lib.gesture.FeaturePointGraph
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class edu.berkeley.guir.lib.gesture.util.FlowScrollPanel
returns the height of the visible rect (so it scrolls by one screenfull).
getScrollableTracksViewportHeight() - Method in class edu.berkeley.guir.lib.gesture.FeaturePointGraph
 
getScrollableTracksViewportHeight() - Method in class edu.berkeley.guir.lib.gesture.util.FlowScrollPanel
 
getScrollableTracksViewportWidth() - Method in class edu.berkeley.guir.lib.gesture.FeaturePointGraph
 
getScrollableTracksViewportWidth() - Method in class edu.berkeley.guir.lib.gesture.util.FlowScrollPanel
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class edu.berkeley.guir.lib.gesture.FeaturePointGraph
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class edu.berkeley.guir.lib.gesture.util.FlowScrollPanel
Returns height of a row
getSegmentType(int) - Static method in class edu.berkeley.guir.lib.util.StringLib
Given a segment type (in PathIterator, return a String with the kind of segment.
getSelectCandidate(GraphicalObjectCollection) - Method in class edu.berkeley.guir.lib.satin.interpreter.commands.AbstractSelectInterpreter
Given a collection of possible selection candidates, choose the "right" Graphical Object.
getSelected() - Method in class edu.berkeley.guir.lib.gesture.GesturePointsDisplay
 
getSelected() - Method in class edu.berkeley.guir.lib.gesture.GestureDisplay
 
getSelected() - Method in class edu.berkeley.guir.lib.satin.command.CommandSubsystem
Get a copy of the list of selected Graphical Objects.
getSelectedBorder() - Method in class edu.berkeley.guir.lib.gesture.util.SelectablePanel
 
getSelectedCheckBoxes() - Method in class edu.berkeley.guir.brainstorm.PropertiesPanel
Get a list of the selected check boxes.
getSelectedCollection() - Method in class edu.berkeley.guir.lib.satin.command.CommandSubsystem
Returns a reference to the actual collection of selected objects.
getSelectedColor() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the color of the selected item.
getSelectedItem() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the menu item that is currently selected.
getSelectedObjects() - Method in class edu.berkeley.guir.lib.gesture.GestureCategoryDisplay
Returns currently selected Gestures (or null if none).
getSelectedObjects() - Method in class edu.berkeley.guir.lib.gesture.GestureSetDisplay
Returns an array of selected GestureCategoryThumbnails or null if none are selected.
getSelectedObjects() - Method in class edu.berkeley.guir.lib.gesture.FeaturePicker
Returns an array of Integers, the indices of the selected features
getSelectedObjects() - Method in class edu.berkeley.guir.lib.gesture.CategoryPicker
Returns an array of Integers, the indices of the selected categories
getSelectedObjects() - Method in class edu.berkeley.guir.lib.gesture.util.SelectablePanel
returns the selected widgets (as passed to SelectablePanel in add(Component))
getSelectedStyle() - Method in class edu.berkeley.guir.lib.satin.Sheet
Get the style for how the selected objects are drawn.
getSelection() - Method in class edu.berkeley.guir.lib.gesture.GestureCategoryDisplay
Returns currently selected Gesture (or null if none).
getSelection() - Method in class edu.berkeley.guir.lib.gesture.GestureSetDisplay
Return the currently selected GestureCategory (or null if there isn't one).
getSelectionDisplay() - Method in class edu.berkeley.guir.lib.gesture.GestureCategoryDisplay
Returns GestureDisplay associated with current selection (or null if none).
getSelectionDisplay() - Method in class edu.berkeley.guir.lib.gesture.GestureSetDisplay
Return the GestureCategoryThumbnail corresponding to the current selection (or null if there isn't one).
getSelectionModel() - Method in class edu.berkeley.guir.lib.gesture.util.SelectablePanel
 
getSeverityLevel(int) - Method in class edu.berkeley.guir.lib.debugging.LogFile
Given a severity level, translate it into a String.
getSheet() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getSheet() - Method in class edu.berkeley.guir.lib.satin.Sheet.SheetGraphicalObjectGroup
 
getSheet() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getSheet() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the sheet that this Graphical object is in.
getSheet() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
Done on proxy, not on proxied object.
getShowPoints() - Method in class edu.berkeley.guir.lib.gesture.GesturePointsDisplay
 
getShowPoints() - Method in class edu.berkeley.guir.lib.gesture.GestureDisplay
 
getShowSelected() - Method in class edu.berkeley.guir.lib.gesture.GesturePointsDisplay
 
getShowSelected() - Method in class edu.berkeley.guir.lib.gesture.GestureDisplay
 
getSmallestKey() - Method in class edu.berkeley.guir.lib.collection.SortedValueMap
Get the key with the smallest value.
getSmallestValue() - Method in class edu.berkeley.guir.lib.collection.SortedValueMap
Get the smallest value stored.
getSmallRadius() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the radius of the inner circle for the pie menu.
getSourceNode() - Method in class edu.berkeley.guir.lib.graphs.Edge
Get the source Node of the Edge.
getStartGraphicalObject() - Method in class edu.berkeley.guir.lib.satin.objects.LineArrow
 
getStartIndex() - Method in class edu.berkeley.guir.lib.gesture.util.CollectionEvent
 
getStartNote() - Method in class edu.berkeley.guir.brainstorm.Link
 
getStartNoteID() - Method in class edu.berkeley.guir.brainstorm.Link
 
getStartPoint(int) - Method in class edu.berkeley.guir.lib.satin.objects.LineArrow
Get either the center of the bounding box of the start graphical object if it was defined through LineArrow.setStartGraphicalObject(GraphicalObject), or the fixed point that was set through LineArrow.setStartPoint(Point2D).
getStartPoint2D(int) - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
 
getStartPoint2D(int, AffineTransform, Point2D) - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
 
getStartScale() - Method in class edu.berkeley.guir.lib.satin.interpreter.SemanticZoomInterpreterWrapper
 
getStartScale() - Method in class edu.berkeley.guir.lib.satin.view.SemanticZoomViewWrapper
 
getStartScale() - Method in class edu.berkeley.guir.lib.satin.view.SemanticZoomViewImpl
 
getStartScale() - Method in interface edu.berkeley.guir.lib.satin.view.SemanticZoomView
Get the beginning of the scale range in which the view will begin being displayed fully.
getStartTime() - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
Get the start time of this Timed Stroke.
getStartTime() - Method in class edu.berkeley.guir.lib.satin.stroke.TimedPolygon2D
Get the start time of this polygon.
getStartTime() - Method in class edu.berkeley.guir.lib.util.Timer
Get the start time of the timer.
getState() - Method in class edu.berkeley.guir.lib.awt.image.eztwain.EZTwainWrapper
 
getStickyScale() - Method in class edu.berkeley.guir.lib.satin.objects.StickyZGraphicalObjectWrapper
 
getStickyTransform(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Get the transform that makes us sticky.
getStickyTransform(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.objects.StickyZGraphicalObjectWrapper
Get the transform that makes us sticky.
getStickyTransform(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.objects.StickyXYGraphicalObjectWrapper
Get the transform that makes us sticky.
getStickyTransform(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.view.StickyViewWrapper
Get the transform that makes the view "sticky".
getStickyTransform(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.view.StickyZViewWrapper
 
getStickyTransform(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.view.StickyXYViewWrapper
This isn't returning the right transform to keep us in place.
getStickyTransform(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.view.StickyRViewWrapper
 
getStickyTransform(AffineTransform) - Method in class edu.berkeley.guir.lib.satin.view.StickyAllViewWrapper
 
getStopTime() - Method in class edu.berkeley.guir.lib.util.Timer
Get the stop time of the timer.
getStroke() - Method in class edu.berkeley.guir.lib.satin.event.StrokeEvent
Get a reference to the Stroke object this event represents, after the transformations have been applied (ie in relative coordinate, relative to the last GraphicalObject that handled this event).
getStroke() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getStyle() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getStyle() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Get the current drawing Style.
getStyle() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getStyle() - Method in class edu.berkeley.guir.lib.satin.objects.ViewHandler
 
getStyle() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get a copy of the current Style for this Graphical Object.
getStyle() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getStyleRef() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getStyleRef() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getStyleRef() - Method in class edu.berkeley.guir.lib.satin.objects.ViewHandler
 
getStyleRef() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get a reference of the current Style for this Graphical Object.
getStyleRef() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getSubElements() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
getSubmenuIcon() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
Get the image to add for submenus.
getSubstroke(double, double) - Method in class edu.berkeley.guir.lib.satin.stroke.TimedStroke
Get a portion of this stroke by percentages of length.
getTestSets() - Method in class edu.berkeley.guir.lib.gesture.GesturePackage
 
getText() - Method in class edu.berkeley.guir.lib.satin.widgets.PieMenu
 
getTextSize(Component, String) - Static method in class edu.berkeley.guir.lib.gesture.util.awt
Figure out how big s will be when rendered in c.
getThumbSize() - Method in class edu.berkeley.guir.lib.satin.plaf.PenSliderUI
 
getTopmostBranch(GraphicalObjectCollection) - Static method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib
 
getTopmostGraphicalObject(GraphicalObjectCollection) - Static method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib
In a GraphicalObjectCollection, get the GraphicalObject nearest to the top.
getTopmostLeaf(GraphicalObjectCollection) - Static method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib
 
getTrainingCategories() - Method in class edu.berkeley.guir.lib.gesture.Classifier
Returns an unmodifiable List of the categories that were used to train the classifier.
getTrainingSet() - Method in class edu.berkeley.guir.lib.gesture.GesturePackage
 
getTransform() - Method in class edu.berkeley.guir.lib.satin.event.SatinEvent
Get the current transform on this event.
getTransform() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
 
getTransform(int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getTransform(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getTransform(int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get a copy of the current transform for this GraphicalObject.
getTransform(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getTransform(int) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Concatenates the sticky and the proxied transforms.
getTransform(int, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getTransform(int, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getTransform(int, AffineTransform) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get a copy of the current transform, putting the results in outTx.
getTransform(int, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getTransform(int, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Concatenates the sticky and the proxied transforms.
getTransformRef() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getTransformRef() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getTransformRef() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get a reference to the current transform.
getTransformRef() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getTransformRef() - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Does not return a reference, b/c it doesn't make sense in the sticky case.
getTranslateFactor(AffineTransform) - Static method in class edu.berkeley.guir.lib.awt.geom.AffineTransformLib
 
getTransparency() - Method in class edu.berkeley.guir.lib.satin.graphics.SatinGraphics
Get the current transparency value.
GetType - interface edu.berkeley.guir.lib.satin.util.GetType.
Specifications for how GraphicalObjects are retrieved from a GraphicalObjectGroup.
getType() - Method in class edu.berkeley.guir.lib.gesture.util.CollectionEvent
 
GetTypeContainedBy - class edu.berkeley.guir.lib.satin.util.GetTypeContainedBy.
Get all objects contained by the specified shape.
GetTypeContainedBy() - Constructor for class edu.berkeley.guir.lib.satin.util.GetTypeContainedBy
 
GetTypeContains - class edu.berkeley.guir.lib.satin.util.GetTypeContains.
Get all GraphicalObjects that contain the specified Point2D or Shape.
GetTypeContains() - Constructor for class edu.berkeley.guir.lib.satin.util.GetTypeContains
 
GetTypeIntersects - class edu.berkeley.guir.lib.satin.util.GetTypeIntersects.
Get all GraphicalObjects that intersect the specified Point2D or Shape.
GetTypeIntersects() - Constructor for class edu.berkeley.guir.lib.satin.util.GetTypeIntersects
 
getTypeString(Class) - Static method in class edu.berkeley.guir.lib.introspect.IntrospectLib
Convert a field into a human-readable type.
getUndoPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.CommandImpl
You don't have to override this method in the subclass.
getUndoPresentationName() - Method in class edu.berkeley.guir.lib.satin.command.MacroCommand
 
getUniqueID() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getUniqueID() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getUniqueID() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the ID of this GraphicalObject.
getUniqueID() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
Done on proxy, not on proxied object.
getUniqueID() - Static method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib
Get a (mostly) unique ID, as long as the system is running.
getUniqueName(String) - Method in class edu.berkeley.guir.lib.gesture.AbstractGestureContainer
Append an integer to startingName to make it different from all children
getUnselectedBorder() - Method in class edu.berkeley.guir.lib.gesture.util.SelectablePanel
 
getUnstickyBoundingPoints2DRef() - Method in class edu.berkeley.guir.lib.satin.view.StickyViewWrapper
Get the unsticky bounds.
getUnstickyTransform(int, AffineTransform) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Get the transform as if this object weren't around.
getUntransformedMouseEvnet() - Method in class edu.berkeley.guir.lib.satin.event.StrokeEvent
Get a reference to the corresponding mouse event, before the transformations have been applied (ie in absolute coordinates).
getUntransformedStroke() - Method in class edu.berkeley.guir.lib.satin.event.StrokeEvent
Get a reference to the Stroke object this event represents, before the transformations have been applied (ie in absolute coordinates).
getValidFieldProperties(String) - Method in class edu.berkeley.guir.lib.schema.Schema
Get the properties valid for a field.
getValidFields() - Method in class edu.berkeley.guir.lib.schema.Schema
Get the fields valid in this schema.
getValidFieldValues(String) - Method in class edu.berkeley.guir.lib.schema.Schema
 
getValidProperties() - Method in class edu.berkeley.guir.lib.schema.Schema
Get the properties valid for a field.
getValidPropertyValues(String) - Method in class edu.berkeley.guir.lib.schema.Schema
 
getValidViews() - Method in class edu.berkeley.guir.lib.satin.view.DefaultMultiViewImpl
Get an iterator over the valid views (views with display values greater than 0), sorted by their display values (high to low, descending order).
getValidViews() - Method in class edu.berkeley.guir.lib.satin.view.MultiplexedMultiViewImpl
Modified from parent class to just return the currently selected view.
getValue() - Method in class edu.berkeley.guir.lib.gesture.Feature
 
getValue(int) - Method in class edu.berkeley.guir.lib.gesture.FeatureVector
 
getValues() - Method in class edu.berkeley.guir.lib.gesture.FeatureVector
 
getValues(Class[], GestureObject) - Static method in class edu.berkeley.guir.lib.gesture.FeatureFactory
 
getView() - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getView() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getView() - Method in class edu.berkeley.guir.lib.satin.objects.ViewHandler
 
getView() - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the current View for this GraphicalObject, the object that handles how the the GraphicalObject is displayed.
getView() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getView() - Method in class edu.berkeley.guir.lib.satin.view.ViewWrapper
Get the wrapped-up view.
getViewBoundingPoints2D() - Method in class edu.berkeley.guir.lib.satin.objects.ViewHandler
Get the view bounding points.
getViewBoundingPoints2DRef() - Method in class edu.berkeley.guir.lib.satin.objects.ViewHandler
Get a reference to the view bounding points.
getViewDisplayValue() - Method in class edu.berkeley.guir.lib.satin.view.DefaultMultiViewImpl
 
getViewDisplayValue() - Method in class edu.berkeley.guir.lib.satin.view.SemanticZoomViewWrapper
 
getViewDisplayValue() - Method in class edu.berkeley.guir.lib.satin.view.SemanticZoomViewImpl
 
getViewDisplayValue() - Method in class edu.berkeley.guir.lib.satin.view.DefaultViewImpl
Returns 1.
getViewDisplayValue() - Method in interface edu.berkeley.guir.lib.satin.view.View
Check whether or not this view is valid, ie can and should be displayed.
getViewHandler() - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Get the view handler, the object that we delegate most of our views to.
getWebBrowserPanel() - Method in class edu.berkeley.guir.lib.web.WebBrowserFrame
 
getWeight() - Method in class edu.berkeley.guir.lib.graphs.Edge
 
getWeight(Node, Node) - Method in class edu.berkeley.guir.lib.graphs.Graph
Get the weight of the edge between the from-node to the to-node.
getWeight(String, String) - Method in class edu.berkeley.guir.lib.graphs.Graph
Get the weight of the edge between the from-node to the to-node.
getWeights() - Method in class edu.berkeley.guir.lib.gesture.Classifier
 
getWeights() - Method in class edu.berkeley.guir.lib.graphs.Path
Return the list of weights.
getWeightsReversed() - Method in class edu.berkeley.guir.lib.graphs.Path
Return the list of weights.
getWidth2D(int) - Method in class edu.berkeley.guir.lib.satin.Sheet
 
getWidth2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
 
getWidth2D(int) - Method in interface edu.berkeley.guir.lib.satin.objects.GraphicalObject
Get the width of all of the visible views of this GraphicalObject.
getWidth2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
 
getWidth2D(int) - Method in class edu.berkeley.guir.lib.satin.objects.StickyGraphicalObjectWrapper
Get the sticky width.
getWindow(Component) - Static method in class edu.berkeley.guir.lib.gesture.util.awt
The analogous Swing function is slightly broken (IMHO) because if the passed Component is a Window it does does not get returned.
GifEncoder - class edu.berkeley.guir.lib.awt.image.GifEncoder.
Write out an image as a GIF.
GifEncoder(Image, OutputStream) - Constructor for class edu.berkeley.guir.lib.awt.image.GifEncoder
Constructor from Image.
GifEncoder(Image, OutputStream, boolean) - Constructor for class edu.berkeley.guir.lib.awt.image.GifEncoder
Constructor from Image with interlace setting.
GifEncoder(ImageProducer, OutputStream) - Constructor for class edu.berkeley.guir.lib.awt.image.GifEncoder
Constructor from ImageProducer.
GifEncoder(ImageProducer, OutputStream, boolean) - Constructor for class edu.berkeley.guir.lib.awt.image.GifEncoder
Constructor from ImageProducer with interlace setting.
globalCounter - Static variable in class edu.berkeley.guir.lib.gesture.util.Gensym
 
glprops - Static variable in interface edu.berkeley.guir.lib.satin.SatinConstants
Global system properties.
gob - Variable in class edu.berkeley.guir.lib.satin.view.ViewImpl
 
goBack() - Method in class edu.berkeley.guir.lib.web.WebBrowserPanel
 
goBack() - Method in class edu.berkeley.guir.lib.web.WebBrowserFrame
 
GObImage - class edu.berkeley.guir.lib.satin.objects.GObImage.
A GraphicalObject holding an image.
GObImage() - Constructor for class edu.berkeley.guir.lib.satin.objects.GObImage
Create an empty image GraphicalObject.
GObImage(Image) - Constructor for class edu.berkeley.guir.lib.satin.objects.GObImage
Create a GraphicalObject around the image specified.
GObImage(String) - Constructor for class edu.berkeley.guir.lib.satin.objects.GObImage
Create a GraphicalObject of the image given the specified filename.
GObImage(URL) - Constructor for class edu.berkeley.guir.lib.satin.objects.GObImage
Create a GraphicalObject of the image given the specified url.
GObJComponentWrapper - class edu.berkeley.guir.lib.satin.objects.GObJComponentWrapper.
This software is distributed under the Berkeley Software License.
GObJComponentWrapper(JComponent) - Constructor for class edu.berkeley.guir.lib.satin.objects.GObJComponentWrapper
 
GObText - class edu.berkeley.guir.lib.satin.objects.GObText.
This software is distributed under the Berkeley Software License.
GObText() - Constructor for class edu.berkeley.guir.lib.satin.objects.GObText
 
GObText(String) - Constructor for class edu.berkeley.guir.lib.satin.objects.GObText
 
goForward() - Method in class edu.berkeley.guir.lib.web.WebBrowserPanel
 
goForward() - Method in class edu.berkeley.guir.lib.web.WebBrowserFrame
 
goToUrl(String) - Method in class edu.berkeley.guir.lib.web.WebBrowserPanel
 
goToUrl(String) - Method in class edu.berkeley.guir.lib.web.WebBrowserFrame
 
goToUrl(URL) - Method in class edu.berkeley.guir.lib.web.WebBrowserPanel
 
goToUrl(URL) - Method in class edu.berkeley.guir.lib.web.WebBrowserFrame
 
GRAFFITI_FILENAME - Static variable in class edu.berkeley.guir.lib.satin.interpreter.graffiti.GraffitiInterpreter
The name of the Graffiti data file.
GraffitiInterpreter - class edu.berkeley.guir.lib.satin.interpreter.graffiti.GraffitiInterpreter.
Interprets single strokes as Graffiti strokes.
GraffitiInterpreter() - Constructor for class edu.berkeley.guir.lib.satin.interpreter.graffiti.GraffitiInterpreter
Constructor to create a Graffiti Interpreter.
Graph - class edu.berkeley.guir.lib.graphs.Graph.
A container for a graph.
Graph() - Constructor for class edu.berkeley.guir.lib.graphs.Graph
Default constructor.
GraphConst - interface edu.berkeley.guir.lib.graphs.GraphConst.
Contains various Graph constants.
GraphicalObject - interface edu.berkeley.guir.lib.satin.objects.GraphicalObject.
A GraphicalObject is anything with some state, dynamically redefinable views on that state, and dynamically redefinable behaviors to manipulate that state.
GraphicalObjectCollection - interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollection.
A Graphical Object collection that implements the Watcher interface, listening for changes to the Graphical Objects contained.
GraphicalObjectCollectionImpl - class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl.
A sample implementation of a Graphical Object Collection.
GraphicalObjectCollectionImpl() - Constructor for class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
Create a new, empty collection.
GraphicalObjectCollectionImpl(GraphicalObjectCollectionImpl) - Constructor for class edu.berkeley.guir.lib.satin.objects.GraphicalObjectCollectionImpl
Make a shallow clone.
GraphicalObjectGroup - interface edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroup.
A collection of Graphical Objects that is part of the interactor tree.
GraphicalObjectGroupImpl - class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl.
A Group of Graphical objects.
GraphicalObjectGroupImpl() - Constructor for class edu.berkeley.guir.lib.satin.objects.GraphicalObjectGroupImpl
 
GraphicalObjectImpl - class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl.
This is a sample implementation class for GraphicalObjects.
GraphicalObjectImpl() - Constructor for class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Default constructor, does nothing fancy.
GraphicalObjectImpl(GraphicalObjectImpl) - Constructor for class edu.berkeley.guir.lib.satin.objects.GraphicalObjectImpl
Constructor for clone-chaining purposes.
GraphicalObjectLib - class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib.
Handy utilities for manipulating GraphicalObjects.
GraphicalObjectLib() - Constructor for class edu.berkeley.guir.lib.satin.objects.GraphicalObjectLib
 
GraphicalObjectWrapper - class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper.
This software is distributed under the Berkeley Software License.
GraphicalObjectWrapper() - Constructor for class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
Create an empty proxy.
GraphicalObjectWrapper(GraphicalObject) - Constructor for class edu.berkeley.guir.lib.satin.objects.GraphicalObjectWrapper
Create a proxy pointing to the specified Graphical Object.
GraphicsConstants - interface edu.berkeley.guir.lib.satin.graphics.GraphicsConstants.
Constants used by this graphics package.
GraphicsLib - class edu.berkeley.guir.lib.satin.graphics.GraphicsLib.
This software is distributed under the Berkeley Software License.
GraphicsLowestQuality - class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality.
Render lowest quality images.
GraphicsLowestQuality() - Constructor for class edu.berkeley.guir.lib.satin.graphics.GraphicsLowestQuality
 
GraphicsLowQuality - class edu.berkeley.guir.lib.satin.graphics.GraphicsLowQuality.
Render low quality images.
GraphicsLowQuality() - Constructor for class edu.berkeley.guir.lib.satin.graphics.GraphicsLowQuality
 
GraphicsMediumQuality - class edu.berkeley.guir.lib.satin.graphics.GraphicsMediumQuality.
Render medium quality images.
GraphicsMediumQuality() - Constructor for class edu.berkeley.guir.lib.satin.graphics.GraphicsMediumQuality
 
GraphSearch - interface edu.berkeley.guir.lib.graphs.GraphSearch.
An interface that defines a graph search method.
GSStarPlot - class edu.berkeley.guir.lib.gesture.GSStarPlot.
A collection of StarPlots, one for each GestureCategory in the GestureSet.
GSStarPlot(Classifier) - Constructor for class edu.berkeley.guir.lib.gesture.GSStarPlot
 
GSStarPlotFrame - class edu.berkeley.guir.lib.gesture.GSStarPlotFrame.
Wrap a GSStarPlot in a JFrame.
GSStarPlotFrame(Classifier) - Constructor for class edu.berkeley.guir.lib.gesture.GSStarPlotFrame
 
GSStarPlotFrame(Classifier, String) - Constructor for class edu.berkeley.guir.lib.gesture.GSStarPlotFrame
 

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 _