Overview
Package
Class
Tree
Deprecated
Index
Help
iRex DR1000 Manager v0.5.2
PREV NEXT
FRAMES
NO FRAMES
All Classes
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.
color
- Static variable in class it.andynaz.irex.dr1000.util.
ColorMgr
Default color to use in strokes.
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(File)
- 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
exportToPNG()
- Method in class it.andynaz.irex.dr1000.document.
Document
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.
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
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.
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
getY()
- Method in class it.andynaz.irex.dr1000.scribble.
Stroke.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(String)
- 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.
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.
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
Remove the first
n
elements from a list.
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.
A
B
C
D
E
F
G
I
M
N
P
S
U
W
X
Y
Z
Overview
Package
Class
Tree
Deprecated
Index
Help
iRex DR1000 Manager v0.5.2
PREV NEXT
FRAMES
NO FRAMES
All Classes
© 2013 andynaz -
http://andynaz.altervista.org