PenProfile 2.x

Deprecated API


Contents
Deprecated Interfaces
com.livescribe.event.AreaEnterExitListener
          use RegionEnterExitListener 
 

Deprecated Fields
com.livescribe.icr.ICRContext.CALCULATOR
          Add the resource to the application. 
com.livescribe.icr.ICRContext.CALCULATOR_BIAS1
          Add the resource to the application. 
com.livescribe.icr.ICRContext.SYSRES_LK_GRAMMER
          Use ICRContext.SYSRES_LK_GRAMMAR. 
com.livescribe.icr.ICRContext.SYSRES_LK_TRANSLATOR_DEMO
          Add the resource to the application. 
 

Deprecated Methods
com.livescribe.penlet.PenletContext.addAreaEnterExitListener(AreaEnterExitListener)
          use PenletContext.addRegionEnterExitListener(RegionEnterExitListener) 
com.livescribe.penlet.PenletContext.addAreaEnterExitListener(AreaEnterExitListener, Region)
          use PenletContext.addRegionEnterExitListener(RegionEnterExitListener,Region) 
com.livescribe.penlet.RegionCollection.addRegion(Shape, Region, boolean)
          Use RegionCollection.addRegion(Shape, Region). 
com.livescribe.afp.Scale.au2inch(int)
          Use Scale.auToInch(int). 
com.livescribe.afp.Scale.au2mm(int)
          Use Scale.auToMM(int). 
com.livescribe.penlet.Region.equals(Region)
          Use Region.equals(Object). 
com.livescribe.penlet.PenletContext.getICRContext(int, HWRListener, Language, WritingStyle)
            
com.livescribe.geom.Shape.getNumberofVertices()
          Use Shape.getNumberOfVertices(). 
com.livescribe.configuration.SystemConfig.getTimeOfDay()
          use {System.currentTimeMillis} 
com.livescribe.afp.Scale.inch2au(float)
          Use Scale.inchToAu(float). 
com.livescribe.display.Font.isBold()
          use Font.getStyle() 
com.livescribe.display.Font.isItalic()
          use Font.getStyle() 
com.livescribe.penlet.RegionCollection.isOverlappingExistingArea(Shape)
          use RegionCollection.isOverlappingExistingRegion(Shape) 
com.livescribe.display.Font.isPlain()
          use Font.getStyle() 
com.livescribe.afp.Scale.mm2au(float)
          Use Scale.mmToAu(float). 
com.livescribe.penlet.PenletContext.removeAreaEnterExitListener(AreaEnterExitListener)
          use PenletContext.removeRegionEnterExitListener(RegionEnterExitListener) 
com.livescribe.penlet.PenletContext.removePentipListener(PenTipListener)
          use PenletContext.removePenTipListener(PenTipListener) 
com.livescribe.afp.PropertyCollection.removeProperties(int)
            
 

Deprecated Constructors
com.livescribe.display.BrowseList()
            
com.livescribe.event.PenletEvent(long, int, int)
            
com.livescribe.event.SystemEvent(int, int, long, int, int)
            
 


PenProfile 2.x

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