iRex DR1000 Merger v0.4.1
A B C D 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.document
Manage the colors.
ColorMgr() - Constructor for class it.andynaz.irex.dr1000.document.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.
decode(String) - Static method in class it.andynaz.irex.dr1000.document.ColorMgr
Safely decode a color.
defaultColor - Static variable in class it.andynaz.irex.dr1000.document.ColorMgr
Default color to use in strokes.
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, using the default color for the strokes (as specified in the ColorMgr class).
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 default color for the strokes (as specified in the ColorMgr class).

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.
getDefaultFileName() - Method in class it.andynaz.irex.dr1000.document.Document
Return the default filename used to create the output PDF file.
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.
getFileId(String) - Method in class it.andynaz.irex.dr1000.document.ScribbleMgr
Returns the id corresponding to a file name.
getFileName() - Method in class it.andynaz.irex.dr1000.document.Document
Return the file name as it is present in the database file.
getFileName() - Method in class it.andynaz.irex.dr1000.document.Note
 
getFileName() - Method in class it.andynaz.irex.dr1000.document.PdfDocument
Return the name of the PDF file.
getIntFromBytes(int...) - Static method in class it.andynaz.irex.dr1000.scribble.Util
Transform a series of bytes in an int.
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
Get a list of the numbers of the pages 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
Gets a blob with the scribbles as a list of Integer.
getXScaledValue() - Method in class it.andynaz.irex.dr1000.scribble.Stroke.Point
Return the scaled value of the 'y' coordinate of this point.
getYScaledValue() - Method in class it.andynaz.irex.dr1000.scribble.Stroke.Point
Return the scaled value of the 'y' coordinate of this point.

I

init(File) - Method in class it.andynaz.irex.dr1000.document.ScribbleMgr
Initialize the connection to an SQLite database with strokes.
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 the documents and to manage the scribbles.
it.andynaz.irex.dr1000.scribble - package it.andynaz.irex.dr1000.scribble
Classes to represent the scribbles.

M

main(String[]) - Static method in class it.andynaz.irex.dr1000.Merger
Takes the arguments from the command line and start the program.
merge(String) - Method in class it.andynaz.irex.dr1000.document.Document
Creates the output PDF file, using the default color for the strokes (as specified in the ColorMgr class).
merge(String, Color) - Method in class it.andynaz.irex.dr1000.document.Document
Creates the output PDF file.
merge(String, Color) - Method in class it.andynaz.irex.dr1000.document.Note
Creates a PDF file with the scribbles in it.
merge(String, Color) - Method in class it.andynaz.irex.dr1000.document.PdfDocument
Merge the scribbles with the PDF.
Merger - Class in it.andynaz.irex.dr1000
Main class.
Merger() - Constructor for class it.andynaz.irex.dr1000.Merger
 

N

normalizeColorCode(String) - Static method in class it.andynaz.irex.dr1000.document.ColorMgr
A '#' character is added at the beginning of the string s if it do not begin with '#'.
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.
printHeader() - Static method in class it.andynaz.irex.dr1000.Merger
Print the program header.
printHelp() - Static method in class it.andynaz.irex.dr1000.Merger
Print the program help.

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.
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
Remove the first n elements from a list.
Stroke - Class in it.andynaz.irex.dr1000.scribble
A stroke.
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.

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.

A B C D F G I M N P S U W X Y Z
iRex DR1000 Merger v0.4.1

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