iRex DR1000 Manager v0.7
A B C D E F G I L M N P S U _ 

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
Manager for the colors 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_DEFAULT_NAME - Static variable in class it.andynaz.irex.dr1000.document.PdfDocument
Name of the default SQLite database file for PDF documents.
decodeColor(String) - Static method in class it.andynaz.irex.dr1000.util.ColorMgr
Return a color.
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) - Method in class it.andynaz.irex.dr1000.scribble.Stroke
Draw the stroke.
drawStrokes(PdfContentByte, float, float) - Method in class it.andynaz.irex.dr1000.scribble.Page
Draw all the strokes of this page.

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

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.
getBgColor() - Static method in class it.andynaz.irex.dr1000.util.ColorMgr
Returns the color for the background.
getColor(int) - Static method in class it.andynaz.irex.dr1000.util.ColorMgr
Returns the color for a stroke.
getDbName() - Method in class it.andynaz.irex.dr1000.document.Document
Returns the file name as it is present in the database file.
getDbName() - Method in class it.andynaz.irex.dr1000.document.Note
Returns ".".
getDbName() - Method in class it.andynaz.irex.dr1000.document.PdfDocument
Return the name of the PDF file.
getDocument(File) - Static method in class it.andynaz.irex.dr1000.document.Document
Return the document representing '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.
getName() - Method in class it.andynaz.irex.dr1000.document.Document
Returns the name of this document.
getName() - Method in class it.andynaz.irex.dr1000.document.Note
Return the name of the database file, without the extension.
getName() - Method in class it.andynaz.irex.dr1000.document.PdfDocument
Return the name of the PDF source file, without the extension.
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 matrix with the scribbled files 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.
getZoom() - Method in class it.andynaz.irex.dr1000.scribble.Stroke
Returns the zoom level of this stroke.

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.

L

loadConfig(String[]) - Static method in class it.andynaz.irex.dr1000.Manager
Loads the configuration of the program.

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, File, List<Integer>, ScribbleMgr, int, boolean) - Method in class it.andynaz.irex.dr1000.document.Document
Merging core.
merge() - Method in class it.andynaz.irex.dr1000.document.Note
Creates a PDF file from the note.
merge(File) - Method in class it.andynaz.irex.dr1000.document.Note
Creates a new PDF file with the scribbles in it.
merge() - Method in class it.andynaz.irex.dr1000.document.PdfDocument
Merge a PDF file with its scribbles.
merge(File) - Method in class it.andynaz.irex.dr1000.document.PdfDocument
Merge the scribbles with the original PDF in a new PDF file.

N

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.
printFiles(String[][]) - Static method in class it.andynaz.irex.dr1000.document.ScribbleMgr
Print a tables with the files in the database.

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 get data from the SQLite database file with the scribbles.
ScribbleMgr() - Constructor for class it.andynaz.irex.dr1000.document.ScribbleMgr
Creates a new ScribbleMgr.
setBgColor(String) - Static method in class it.andynaz.irex.dr1000.util.ColorMgr
Sets the colors for the background.
setBgColor(Color) - Static method in class it.andynaz.irex.dr1000.util.ColorMgr
Sets the colors for the background.
setColor(String) - Static method in class it.andynaz.irex.dr1000.util.ColorMgr
Safely sets all the colors.
setColor(Color) - Static method in class it.andynaz.irex.dr1000.util.ColorMgr
Sets all the colors.
setColor(int, String) - Static method in class it.andynaz.irex.dr1000.util.ColorMgr
Safely sets the color for a stroke.
setColor(int, Color) - Static method in class it.andynaz.irex.dr1000.util.ColorMgr
Sets the color for a stroke.
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.
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.

U

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

_

_colorBg - Static variable in class it.andynaz.irex.dr1000.util.ColorMgr
Color of the background.
_colorStrokes - Static variable in class it.andynaz.irex.dr1000.util.ColorMgr
Color of the strokes.
_db - Variable in class it.andynaz.irex.dr1000.document.Document
Database file.
_pdfFile - Variable in class it.andynaz.irex.dr1000.document.PdfDocument
Source PDF file.
_points - Variable in class it.andynaz.irex.dr1000.scribble.Stroke
List of points.
_strokes - Variable in class it.andynaz.irex.dr1000.scribble.Page
List of strokes.
_width - Variable in class it.andynaz.irex.dr1000.scribble.Stroke
Width of the stroke.
_x - Variable in class it.andynaz.irex.dr1000.scribble.Stroke.Point
 
_y - Variable in class it.andynaz.irex.dr1000.scribble.Stroke.Point
 
_zoom - Variable in class it.andynaz.irex.dr1000.scribble.Stroke
Zoom level.
A B C D E F G I L M N P S U _ 
iRex DR1000 Manager v0.7

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