PenProfile 2.x

Uses of Class
com.livescribe.geom.Rectangle

Packages that use Rectangle
com.livescribe.afp This package consists of classes that interact with Anoto Functionality Document files and related APIs. 
com.livescribe.ext.plugins Contains single-function plugins designed to, among other things, help the developer achieve parity with Livescribe's UI guidelines, and provide easier ways to do more difficult things, such as acquiring and recognizing handwriting from the user. 
com.livescribe.geom   
com.livescribe.icr Provides classes and interfaces for Intelligent Character Recognition (ICR). 
com.livescribe.penlet This package consists of classes and interfaces that are core to pen application development. 
com.livescribe.storage   
 

Uses of Rectangle in com.livescribe.afp
 

Methods in com.livescribe.afp that return Rectangle
abstract  Rectangle PageInstance.getCropRegion()
          Returns the crop region for the page.
abstract  Rectangle PageInstance.getTabletRegion()
          Returns the tablet region for the page.
 

Uses of Rectangle in com.livescribe.ext.plugins
 

Fields in com.livescribe.ext.plugins declared as Rectangle
protected  Rectangle AcquireHWPlugin.currBB
          The current bounding box of any received strokes.
 

Methods in com.livescribe.ext.plugins that return Rectangle
 Rectangle AcquireHWPlugin.getResultBounds()
          Gets the bounds of the last result.
 

Uses of Rectangle in com.livescribe.geom
 

Methods in com.livescribe.geom that return Rectangle
 Rectangle Shape.getBoundingBox()
          Gets the bounding box of this shape.
static Rectangle Shape.getUnion(Shape a, Shape b)
          Finds the smallest possible rectangle that contains both shapes.
 Rectangle Rectangle.union(Rectangle r)
          Finds the union of this rectangle and the given rectangle.
 

Methods in com.livescribe.geom with parameters of type Rectangle
 Rectangle Rectangle.union(Rectangle r)
          Finds the union of this rectangle and the given rectangle.
 

Uses of Rectangle in com.livescribe.icr
 

Methods in com.livescribe.icr that return Rectangle
abstract  Rectangle ICRContext.getTextBoundingBox()
          Gets the bounding box of the recognized text.
 

Uses of Rectangle in com.livescribe.penlet
 

Methods in com.livescribe.penlet that return Rectangle
 Rectangle RegionCollection.getBoundingBox(Region region)
          Gets the bounding box of the Region.
 

Uses of Rectangle in com.livescribe.storage
 

Methods in com.livescribe.storage that return Rectangle
 Rectangle StrokeStorage.getStrokeBoundingBox(long time)
          Returns the rectangle bounding the stroke.
 


PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.