iRex DR1000 Manager v0.5.3
A B C D E F G I M N P S U W X Y Z _

A

addPoint(int, int) - Method in class it.andynaz.irex.dr1000.scribble.Stroke
Add a point to this stroke.
addStroke(Stroke) - Method in class it.andynaz.irex.dr1000.scribble.Page
Add a stroke.

B

build(byte[]) - Static method in class it.andynaz.irex.dr1000.scribble.Parser
Create a Page from the blob.

C

chooseFileFromDB() - Method in class it.andynaz.irex.dr1000.document.ScribbleMgr
Let you choose the file in the database.
closeConnection() - Method in class it.andynaz.irex.dr1000.document.ScribbleMgr
Close the connection to the DB.
ColorMgr - Class in it.andynaz.irex.dr1000.util
Manage the color used for the stroke.
ColorMgr() - Constructor for class it.andynaz.irex.dr1000.util.ColorMgr
 
con - Variable in class it.andynaz.irex.dr1000.document.ScribbleMgr
Connection to the scribble database file.

D

db - Variable in class it.andynaz.irex.dr1000.document.Document
Database file.
DB_DEFAULT_NAME - Static variable in class it.andynaz.irex.dr1000.document.PdfDocument
Name of the default SQLite database file for PDF documents.
Document - Class in it.andynaz.irex.dr1000.document
Document on a iRex DR1000.
Document(File) - Constructor for class it.andynaz.irex.dr1000.document.Document
Creates a new Document with an associated database file.
draw(PdfContentByte, float, float, Color) - Method in class it.andynaz.irex.dr1000.scribble.Stroke
Draw the stroke.
draw(PdfContentByte, float, float) - Method in class it.andynaz.irex.dr1000.scribble.Stroke
Draw the stroke.
drawStrokes(PdfContentByte, float, float, Color) - Method in class it.andynaz.irex.dr1000.scribble.Page
Draw all the strokes of this page.
drawStrokes(PdfContentByte, float, float) - Method in class it.andynaz.irex.dr1000.scribble.Page
Draw all the strokes of this page, using the color in the ColorMgr class.

E

exportToPNG() - Method in class it.andynaz.irex.dr1000.document.Document
Export the scribbles to PNG files.
exportToPNG(String) - Method in class it.andynaz.irex.dr1000.document.Document
Export the scribbles to PNG files.
exportToPNG(File) - Method in class it.andynaz.irex.dr1000.document.Document
Export the scribbles to PNG files.

F

file - Variable in class it.andynaz.irex.dr1000.document.PdfDocument
Source PDF file.
format(String) - Method in class it.andynaz.irex.dr1000.document.Document
Deprecated. only for debug purpuse; will be deleted in future release

G

get4ByteFloat(int, int, int, int) - Static method in class it.andynaz.irex.dr1000.scribble.Util
Transform 4 bytes in a float.
getColor() - Static method in class it.andynaz.irex.dr1000.util.ColorMgr
Returns the color in the class.
getDbName() - Method in class it.andynaz.irex.dr1000.document.Document
Return the file name as it is present in the database file.
getDbName() - Method in class it.andynaz.irex.dr1000.document.Note
 
getDbName() - Method in class it.andynaz.irex.dr1000.document.PdfDocument
Return the name of the PDF file.
getDefaultFileName() - Method in class it.andynaz.irex.dr1000.document.Document
Return the default filename used to create the output files.
getDefaultFileName() - Method in class it.andynaz.irex.dr1000.document.Note
Return the name of the database file, without the extension.
getDefaultFileName() - Method in class it.andynaz.irex.dr1000.document.PdfDocument
Return the name of the PDF source file, without the extension.
getDocument(File) - Static method in class it.andynaz.irex.dr1000.document.Document
Return the document suitable for 'file'.
getFileId(String) - Method in class it.andynaz.irex.dr1000.document.ScribbleMgr
Returns the id corresponding to a file name.
getIntFromBytes(int...) - Static method in class it.andynaz.irex.dr1000.scribble.Util
Transform a series of bytes in an int.
getPoints() - Method in class it.andynaz.irex.dr1000.scribble.Stroke
Returns the list of points in this page.
getScaledX() - Method in class it.andynaz.irex.dr1000.scribble.Stroke.Point
Return the scaled value of the 'y' coordinate of this point.
getScaledY() - Method in class it.andynaz.irex.dr1000.scribble.Stroke.Point
Return the scaled value of the 'y' coordinate of this point.
getScribbledFiles() - Method in class it.andynaz.irex.dr1000.document.ScribbleMgr
Returns a table with the filenames in the database.
getScribbledPages(int) - Method in class it.andynaz.irex.dr1000.document.ScribbleMgr
Returns a list of the pages' number with scribbles.
getScribbleMgr() - Method in class it.andynaz.irex.dr1000.document.Document
Returns an initialized ScribbleMgr.
getScribbles(int, int) - Method in class it.andynaz.irex.dr1000.document.ScribbleMgr
Returns a blob with the scribbles.
getStrokes() - Method in class it.andynaz.irex.dr1000.scribble.Page
Returns the list of strokes in this page.
getWidth() - Method in class it.andynaz.irex.dr1000.scribble.Stroke
Returns the width of this stroke.
getX() - Method in class it.andynaz.irex.dr1000.scribble.Stroke.Point
Returns the 'x' coordinate of this point.
getY() - Method in class it.andynaz.irex.dr1000.scribble.Stroke.Point
Returns the 'y' coordinate of this point.

I

init(File) - Method in class it.andynaz.irex.dr1000.document.ScribbleMgr
Sets the database file and initialize the connection.
it.andynaz.irex.dr1000 - package it.andynaz.irex.dr1000
Main package.
it.andynaz.irex.dr1000.document - package it.andynaz.irex.dr1000.document
Classes to represent and manage the documents.
it.andynaz.irex.dr1000.scribble - package it.andynaz.irex.dr1000.scribble
Classes to represent and manage the scribbles.
it.andynaz.irex.dr1000.util - package it.andynaz.irex.dr1000.util
Utilities.

M

main(String[]) - Static method in class it.andynaz.irex.dr1000.Manager
Takes the arguments from the command line and start the program.
Manager - Class in it.andynaz.irex.dr1000
Main class.
Manager() - Constructor for class it.andynaz.irex.dr1000.Manager
 
merge() - Method in class it.andynaz.irex.dr1000.document.Document
Creates a PDF file with the scribbles.
merge(String) - Method in class it.andynaz.irex.dr1000.document.Document
Creates a PDF file with the scribbles.
merge(File) - Method in class it.andynaz.irex.dr1000.document.Document
Creates a PDF file with the scribbles.
merge(File) - Method in class it.andynaz.irex.dr1000.document.Note
Creates a new PDF file with the scribbles in it.
merge(File) - Method in class it.andynaz.irex.dr1000.document.PdfDocument
Merge the scribbles with the original PDF in a new PDF file.

N

normalizeColorCode(String) - Static method in class it.andynaz.irex.dr1000.util.ColorMgr
Normalize the color code.
Note - Class in it.andynaz.irex.dr1000.document
Represent a note taken with the iRex DR1000 built-in notepad.
Note(File) - Constructor for class it.andynaz.irex.dr1000.document.Note
Creates a new Note object.

P

Page - Class in it.andynaz.irex.dr1000.scribble
Represent a page of scribbles.
Page() - Constructor for class it.andynaz.irex.dr1000.scribble.Page
Creates a new Page object.
Parser - Class in it.andynaz.irex.dr1000.scribble
Parses the blob to create the pages with the scribbles.
Parser() - Constructor for class it.andynaz.irex.dr1000.scribble.Parser
 
PdfDocument - Class in it.andynaz.irex.dr1000.document
Represent a DR1000 PDF file.
PdfDocument(File) - Constructor for class it.andynaz.irex.dr1000.document.PdfDocument
Creates a PDF document.
PdfDocument(File, File) - Constructor for class it.andynaz.irex.dr1000.document.PdfDocument
Creates a PDF document.
points - Variable in class it.andynaz.irex.dr1000.scribble.Stroke
List of points.

S

safeSkip(ByteArrayInputStream, long) - Static method in class it.andynaz.irex.dr1000.scribble.Parser
Skips l bytes from the ByteArrayInputStream bIn.
ScribbleMgr - Class in it.andynaz.irex.dr1000.document
Class to use the SQLite database file with the scribbles.
ScribbleMgr() - Constructor for class it.andynaz.irex.dr1000.document.ScribbleMgr
Creates a new ScribbleMgr.
setColor(String) - Static method in class it.andynaz.irex.dr1000.util.ColorMgr
Safely set the color.
setWidth(int) - Method in class it.andynaz.irex.dr1000.scribble.Stroke
Set the width of this stroke.
setZoom(float) - Method in class it.andynaz.irex.dr1000.scribble.Stroke
Set the zoom level of this stroke.
skip(List, int) - Static method in class it.andynaz.irex.dr1000.scribble.Util
Deprecated. not used anymore
Stroke - Class in it.andynaz.irex.dr1000.scribble
A stroke, made up of various points.
Stroke() - Constructor for class it.andynaz.irex.dr1000.scribble.Stroke
Create a stroke.
Stroke.Point - Class in it.andynaz.irex.dr1000.scribble
A point.
Stroke.Point(int, int) - Constructor for class it.andynaz.irex.dr1000.scribble.Stroke.Point
Creates a new point.
strokes - Variable in class it.andynaz.irex.dr1000.scribble.Page
List of strokes.

U

Util - Class in it.andynaz.irex.dr1000.scribble
Usefull methods for threating with the scribble blobs.
Util() - Constructor for class it.andynaz.irex.dr1000.scribble.Util
 

W

width - Variable in class it.andynaz.irex.dr1000.scribble.Stroke
Width of the stroke.

X

x - Variable in class it.andynaz.irex.dr1000.scribble.Stroke.Point
 

Y

y - Variable in class it.andynaz.irex.dr1000.scribble.Stroke.Point
 

Z

zoom - Variable in class it.andynaz.irex.dr1000.scribble.Stroke
Zoom level.

_

_color - Static variable in class it.andynaz.irex.dr1000.util.ColorMgr
Color of the strokes.

A B C D E F G I M N P S U W X Y Z _
iRex DR1000 Manager v0.5.3

© 2013 andynaz - http://andynaz.altervista.org