Overview
Package
Class
Use
Tree
Deprecated
Index
Help
iRex DR1000 Merger v0.3
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
I
L
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.
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.
con
- Variable in class it.andynaz.irex.dr1000.document.
ScribbleMgr
Connection to the scribble database file.
createSCribblePage(List<Integer>)
- Static method in class it.andynaz.irex.dr1000.scribble.
Page
Create a Page from the blob.
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)
- 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.
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.
getUnsignedInt(byte)
- Method in class it.andynaz.irex.dr1000.document.
ScribbleMgr
Convert a byte in an unsigned int.
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.
L
lPoint
- Variable in class it.andynaz.irex.dr1000.scribble.
Stroke
List of points.
lStroke
- Variable in class it.andynaz.irex.dr1000.scribble.
Page
List of strokes.
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.
merge(String)
- Method in class it.andynaz.irex.dr1000.document.
Note
Creates a PDF file with the scribbles in it.
merge(String)
- 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
Note
- Class in
it.andynaz.irex.dr1000.document
Represent a note taken with the iRex DR1000 built-in notepad.
Note(String)
- 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.
PdfDocument
- Class in
it.andynaz.irex.dr1000.document
Represent a DR1000 PDF file.
PdfDocument(String)
- Constructor for class it.andynaz.irex.dr1000.document.
PdfDocument
Creates a PDF document.
PdfDocument(String, File)
- Constructor for class it.andynaz.irex.dr1000.document.
PdfDocument
Creates a PDF document.
printHeading()
- Static method in class it.andynaz.irex.dr1000.
Merger
Print the program heading.
S
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.
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
C
D
F
G
I
L
M
N
P
S
U
W
X
Y
Z
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
iRex DR1000 Merger v0.3
PREV NEXT
FRAMES
NO FRAMES
All Classes
© 2013 andynaz -
http://andynaz.altervista.org