diff --git a/WiiuseJ/doc/allclasses-frame.html b/WiiuseJ/doc/allclasses-frame.html deleted file mode 100644 index fdc2c10..0000000 --- a/WiiuseJ/doc/allclasses-frame.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - -All Classes - - - - - - - - - - - -All Classes -
- - - - - -
GForce -
-Orientation -
-Point2DInteger -
-Tests -
-WiiMoteEvent -
-WiiUseApi -
-WiiUseApiListener -
-WiiUseApiManager -
-
- - - diff --git a/WiiuseJ/doc/allclasses-noframe.html b/WiiuseJ/doc/allclasses-noframe.html deleted file mode 100644 index a2199a8..0000000 --- a/WiiuseJ/doc/allclasses-noframe.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - -All Classes - - - - - - - - - - - -All Classes -
- - - - - -
GForce -
-Orientation -
-Point2DInteger -
-Tests -
-WiiMoteEvent -
-WiiUseApi -
-WiiUseApiListener -
-WiiUseApiManager -
-
- - - diff --git a/WiiuseJ/doc/constant-values.html b/WiiuseJ/doc/constant-values.html deleted file mode 100644 index 684d4c7..0000000 --- a/WiiuseJ/doc/constant-values.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -Constant Field Values - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Constant Field Values

-
-
-Contents - -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/deprecated-list.html b/WiiuseJ/doc/deprecated-list.html deleted file mode 100644 index ad4903c..0000000 --- a/WiiuseJ/doc/deprecated-list.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -Deprecated List - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Deprecated API

-
-
-Contents - -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/help-doc.html b/WiiuseJ/doc/help-doc.html deleted file mode 100644 index 6521a9c..0000000 --- a/WiiuseJ/doc/help-doc.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - -API Help - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-How This API Document Is Organized

-
-This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

-Overview

-
- -

-The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

-

-Package

-
- -

-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

-
-

-Class/Interface

-
- -

-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
- -

-Annotation Type

-
- -

-Each annotation type has its own separate page with the following sections:

-
- -

-Enum

-
- -

-Each enum has its own separate page with the following sections:

-
-

-Use

-
-Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
-

-Tree (Class Hierarchy)

-
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. -
-

-Deprecated API

-
-The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
-

-Index

-
-The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
-

-Prev/Next

-These links take you to the next or previous class, interface, package, or related page.

-Frames/No Frames

-These links show and hide the HTML frames. All pages are available with or without frames. -

-

-Serialized Form

-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. -

-

-Constant Field Values

-The Constant Field Values page lists the static final fields and their values. -

- - -This help file applies to API documentation generated using the standard doclet. - -
-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/index-files/index-1.html b/WiiuseJ/doc/index-files/index-1.html deleted file mode 100644 index 657c785..0000000 --- a/WiiuseJ/doc/index-files/index-1.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - -A-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-A

-
-
activateIRTRacking(int) - -Method in class wiiusej.WiiUseApiManager -
Activate IR Tracking for the wiimotes with the given id. -
activateMotionSensing(int) - -Method in class wiiusej.WiiUseApiManager -
Activate IR Tracking of the wiimotes with the given id. -
activateRumble(int) - -Method in class wiiusej.WiiUseApiManager -
Activate the rumble for the wiimotes with the given id. -
addIRpoint(int, int) - -Method in class wiiusej.WiiMoteEvent -
Add IR Point in the list (Max 4 points) -
addWiiUseApiListener(WiiUseApiListener) - -Method in class wiiusej.WiiUseApiManager -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-10.html b/WiiuseJ/doc/index-files/index-10.html deleted file mode 100644 index b86df5a..0000000 --- a/WiiuseJ/doc/index-files/index-10.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -O-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-O

-
-
Orientation - Class in wiiusej
Class that represents the orientation of the wiimote.
Orientation() - -Constructor for class wiiusej.Orientation -
Default constructor. -
Orientation(float, float, float) - -Constructor for class wiiusej.Orientation -
Contructor with raw, pitch , yaw. -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-11.html b/WiiuseJ/doc/index-files/index-11.html deleted file mode 100644 index 35b592a..0000000 --- a/WiiuseJ/doc/index-files/index-11.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - -P-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-P

-
-
Point2DInteger - Class in wiiusej
 
Point2DInteger(int, int) - -Constructor for class wiiusej.Point2DInteger -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-12.html b/WiiuseJ/doc/index-files/index-12.html deleted file mode 100644 index 5c75716..0000000 --- a/WiiuseJ/doc/index-files/index-12.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -R-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-R

-
-
removeWiiUseApiListener(WiiUseApiListener) - -Method in class wiiusej.WiiUseApiManager -
  -
run() - -Method in class wiiusej.WiiUseApiManager -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-13.html b/WiiuseJ/doc/index-files/index-13.html deleted file mode 100644 index 63bcd31..0000000 --- a/WiiuseJ/doc/index-files/index-13.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - -S-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-S

-
-
setBatteryLevel(float) - -Method in class wiiusej.WiiMoteEvent -
Set level battery. -
setButtonsHeld(short) - -Method in class wiiusej.WiiMoteEvent -
set the int storing the buttons held -
setButtonsJustPressed(short) - -Method in class wiiusej.WiiMoteEvent -
set the int storing the buttons just pressed -
setButtonsJustReleased(short) - -Method in class wiiusej.WiiMoteEvent -
set the int storing the buttons just released -
setConnected() - -Method in class wiiusej.WiiMoteEvent -
Set the connected value to true. -
setDisconnected() - -Method in class wiiusej.WiiMoteEvent -
Set the connected value to false. -
setGforce(float, float, float) - -Method in class wiiusej.WiiMoteEvent -
Set the gravity force. -
setIrActive() - -Method in class wiiusej.WiiMoteEvent -
Set the value isIrActive to true -
setIrInactive() - -Method in class wiiusej.WiiMoteEvent -
Set the value isIrActive to true -
setLeds(short) - -Method in class wiiusej.WiiMoteEvent -
Set Status of the leds. -
setLocation(double, double) - -Method in class wiiusej.Point2DInteger -
  -
setMotionSensingActive() - -Method in class wiiusej.WiiMoteEvent -
Set the motion sensing flag to active. -
setMotionSensingInactive() - -Method in class wiiusej.WiiMoteEvent -
Set the motion sensing flag to inactive. -
setOrientation(float, float, float) - -Method in class wiiusej.WiiMoteEvent -
Set orientation of the wiimote. -
setPitch(float) - -Method in class wiiusej.Orientation -
  -
setRoll(float) - -Method in class wiiusej.Orientation -
  -
setRumbleActive() - -Method in class wiiusej.WiiMoteEvent -
Set Rumble flag to Active. -
setRumbleInactive() - -Method in class wiiusej.WiiMoteEvent -
Set Rumble flag to Inactive. -
setSpeakerDisabled() - -Method in class wiiusej.WiiMoteEvent -
Set the flag for the speaker to "disabled" -
setSpeakerEnabled() - -Method in class wiiusej.WiiMoteEvent -
Set the flag for the speaker to "enabled" -
setThereIsAnAttachment() - -Method in class wiiusej.WiiMoteEvent -
Set the flag for the attachment to true -
setThereIsNoAttachment() - -Method in class wiiusej.WiiMoteEvent -
Set the flag for the attachment to false -
setWiimoteId(int) - -Method in class wiiusej.WiiMoteEvent -
Set Wiimote ID -
setX(float) - -Method in class wiiusej.GForce -
  -
setY(float) - -Method in class wiiusej.GForce -
  -
setYaw(float) - -Method in class wiiusej.Orientation -
  -
setZ(float) - -Method in class wiiusej.GForce -
  -
shutdown() - -Method in class wiiusej.WiiUseApiManager -
Stop thread and shutdown wiiuse Api. -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-14.html b/WiiuseJ/doc/index-files/index-14.html deleted file mode 100644 index a43b146..0000000 --- a/WiiuseJ/doc/index-files/index-14.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - -T-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-T

-
-
tests - package tests
 
Tests - Class in tests
 
Tests() - -Constructor for class tests.Tests -
  -
toString() - -Method in class wiiusej.GForce -
  -
toString() - -Method in class wiiusej.Orientation -
  -
toString() - -Method in class wiiusej.Point2DInteger -
  -
toString() - -Method in class wiiusej.WiiMoteEvent -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-15.html b/WiiuseJ/doc/index-files/index-15.html deleted file mode 100644 index 46ad773..0000000 --- a/WiiuseJ/doc/index-files/index-15.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - -W-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-W

-
-
wiimoteEvent(WiiMoteEvent) - -Method in class tests.Tests -
  -
WiiMoteEvent - Class in wiiusej
Class that is a bean to be filled by the wiiuse API.
WiiMoteEvent() - -Constructor for class wiiusej.WiiMoteEvent -
Default constructor -
WiiMoteEvent(int) - -Constructor for class wiiusej.WiiMoteEvent -
Construct the Wiimote setting up the id. -
wiimoteEvent(WiiMoteEvent) - -Method in interface wiiusej.WiiUseApiListener -
  -
WiiUseApi - Class in wiiusej
Singleton used to manipulate WiiUse Api.
WiiUseApi() - -Constructor for class wiiusej.WiiUseApi -
  -
WiiUseApiListener - Interface in wiiusej
 
WiiUseApiManager - Class in wiiusej
 
WiiUseApiManager() - -Constructor for class wiiusej.WiiUseApiManager -
  -
wiiusej - package wiiusej
 
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-2.html b/WiiuseJ/doc/index-files/index-2.html deleted file mode 100644 index 5168d49..0000000 --- a/WiiuseJ/doc/index-files/index-2.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -C-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-C

-
-
closeConnection(int) - -Method in class wiiusej.WiiUseApiManager -
Ask the thread to close a connection. -
connectWiimotes() - -Method in class wiiusej.WiiUseApiManager -
Connect wiimote and get the nu ber of wiimotes connected. -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-3.html b/WiiuseJ/doc/index-files/index-3.html deleted file mode 100644 index d08ee3d..0000000 --- a/WiiuseJ/doc/index-files/index-3.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - -D-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-D

-
-
deactivateIRTRacking(int) - -Method in class wiiusej.WiiUseApiManager -
Deactivate IR Tracking for the wiimotes with the given id. -
deactivateMotionSensing(int) - -Method in class wiiusej.WiiUseApiManager -
  -
deactivateRumble(int) - -Method in class wiiusej.WiiUseApiManager -
Deactivate the rumble for the wiimotes with the given id. -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-4.html b/WiiuseJ/doc/index-files/index-4.html deleted file mode 100644 index f3d56c9..0000000 --- a/WiiuseJ/doc/index-files/index-4.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - -E-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-E

-
-
EmptyIRPoints() - -Method in class wiiusej.WiiMoteEvent -
Clear IR points. -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-5.html b/WiiuseJ/doc/index-files/index-5.html deleted file mode 100644 index ac664cc..0000000 --- a/WiiuseJ/doc/index-files/index-5.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - -G-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-G

-
-
getBatteryLevel() - -Method in class wiiusej.WiiMoteEvent -
Get battery level. -
getButtonsHeld() - -Method in class wiiusej.WiiMoteEvent -
get the int storing the buttons held -
getButtonsJustPressed() - -Method in class wiiusej.WiiMoteEvent -
Get the int storing the buttons just pressed -
getButtonsJustReleased() - -Method in class wiiusej.WiiMoteEvent -
Get the int storing the buttons just released -
getGforce() - -Method in class wiiusej.WiiMoteEvent -
Get the gravity force. -
getInstance() - -Static method in class wiiusej.WiiUseApiManager -
  -
getIRPoints() - -Method in class wiiusej.WiiMoteEvent -
Get list of IR points. -
getLeds() - -Method in class wiiusej.WiiMoteEvent -
Get status of the leds . -
getNbConnectedWiimotes() - -Method in class wiiusej.WiiUseApiManager -
Get the number of wiimotes connected. -
getOrientation() - -Method in class wiiusej.WiiMoteEvent -
  -
getPitch() - -Method in class wiiusej.Orientation -
  -
getRoll() - -Method in class wiiusej.Orientation -
  -
getStatus(int) - -Method in class wiiusej.WiiUseApiManager -
  -
getWiimoteId() - -Method in class wiiusej.WiiMoteEvent -
Get Wiimote ID -
getWiiUseApiListeners() - -Method in class wiiusej.WiiUseApiManager -
  -
getX() - -Method in class wiiusej.GForce -
  -
getX() - -Method in class wiiusej.Point2DInteger -
  -
getY() - -Method in class wiiusej.GForce -
  -
getY() - -Method in class wiiusej.Point2DInteger -
  -
getYaw() - -Method in class wiiusej.Orientation -
  -
getZ() - -Method in class wiiusej.GForce -
  -
GForce - Class in wiiusej
Represents gravity force on each axis.
GForce() - -Constructor for class wiiusej.GForce -
Default constructor; -
GForce(float, float, float) - -Constructor for class wiiusej.GForce -
Constructor with gravity force on each axis. -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-6.html b/WiiuseJ/doc/index-files/index-6.html deleted file mode 100644 index ab97170..0000000 --- a/WiiuseJ/doc/index-files/index-6.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - -I-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-I

-
-
isButtonAHeld() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonAJustPressed() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonAJustReleased() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonBHeld() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonBJustPressed() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonBJustReleased() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonDownHeld() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonDownJustPressed() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonDownJustReleased() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonHomeHeld() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonHomeJustPressed() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonHomeJustReleased() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonLeftHeld() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonLeftJustPressed() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonLeftJustReleased() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonMinusHeld() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonMinusJustPressed() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonMinusJustReleased() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonOneHeld() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonOneJustPressed() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonOneJustReleased() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonPlusHeld() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonPlusJustPressed() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonPlusJustReleased() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonRightHeld() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonRightJustPressed() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonRightJustReleased() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonTwoHeld() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonTwoJustPressed() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonTwoJustReleased() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonUpHeld() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonUpJustPressed() - -Method in class wiiusej.WiiMoteEvent -
  -
isButtonUpJustReleased() - -Method in class wiiusej.WiiMoteEvent -
  -
isConnected() - -Method in class wiiusej.WiiMoteEvent -
True if the wiimote is connected false otherwise. -
isIrActive() - -Method in class wiiusej.WiiMoteEvent -
Tell if the IR Tracking is active. -
isMotionSensingActive() - -Method in class wiiusej.WiiMoteEvent -
Get the flag indicating if the motion sensing is active. -
isRumbleActive() - -Method in class wiiusej.WiiMoteEvent -
Get the status of rumble. -
isSpeakerEnabled() - -Method in class wiiusej.WiiMoteEvent -
Tell if the speaker is enable for this wiimote -
isThereAttachment() - -Method in class wiiusej.WiiMoteEvent -
Tell if there is an attachment to the Wiimote -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-7.html b/WiiuseJ/doc/index-files/index-7.html deleted file mode 100644 index 8d6ffdc..0000000 --- a/WiiuseJ/doc/index-files/index-7.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - -L-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-L

-
-
loadLibrary() - -Method in class wiiusej.WiiUseApiManager -
Load the wiimote library. -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-8.html b/WiiuseJ/doc/index-files/index-8.html deleted file mode 100644 index edf71e2..0000000 --- a/WiiuseJ/doc/index-files/index-8.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -M-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-M

-
-
main(String[]) - -Static method in class tests.Tests -
  -
main(String[]) - -Static method in class wiiusej.WiiUseApi -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index-files/index-9.html b/WiiuseJ/doc/index-files/index-9.html deleted file mode 100644 index 1895a90..0000000 --- a/WiiuseJ/doc/index-files/index-9.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - -N-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
-

-N

-
-
notifyWiiUseApiListener(WiiMoteEvent) - -Method in class wiiusej.WiiUseApiManager -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C D E G I L M N O P R S T W
- - - diff --git a/WiiuseJ/doc/index.html b/WiiuseJ/doc/index.html deleted file mode 100644 index 03c9b83..0000000 --- a/WiiuseJ/doc/index.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - -Generated Documentation (Untitled) - - - - - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="overview-summary.html">Non-frame version.</A> - - - diff --git a/WiiuseJ/doc/overview-frame.html b/WiiuseJ/doc/overview-frame.html deleted file mode 100644 index 13c4496..0000000 --- a/WiiuseJ/doc/overview-frame.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - -Overview List - - - - - - - - - - - - - - - -
-
- - - - - -
All Classes -

- -Packages -
-tests -
-wiiusej -
-

- -

-  - - diff --git a/WiiuseJ/doc/overview-summary.html b/WiiuseJ/doc/overview-summary.html deleted file mode 100644 index 4de0dff..0000000 --- a/WiiuseJ/doc/overview-summary.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - -Overview - - - - - - - - - - - - -


- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-WiiuseJ javadoc -

-
- - - - - - - - - - - - - -
-Packages
tests 
wiiusej 
- -


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/overview-tree.html b/WiiuseJ/doc/overview-tree.html deleted file mode 100644 index 3bf44c8..0000000 --- a/WiiuseJ/doc/overview-tree.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Class Hierarchy - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For All Packages

-
-
-
Package Hierarchies:
tests, wiiusej
-
-

-Class Hierarchy -

- -

-Interface Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/package-list b/WiiuseJ/doc/package-list deleted file mode 100644 index 1223bb2..0000000 --- a/WiiuseJ/doc/package-list +++ /dev/null @@ -1,2 +0,0 @@ -tests -wiiusej diff --git a/WiiuseJ/doc/resources/inherit.gif b/WiiuseJ/doc/resources/inherit.gif deleted file mode 100644 index c814867..0000000 Binary files a/WiiuseJ/doc/resources/inherit.gif and /dev/null differ diff --git a/WiiuseJ/doc/stylesheet.css b/WiiuseJ/doc/stylesheet.css deleted file mode 100644 index cbd3428..0000000 --- a/WiiuseJ/doc/stylesheet.css +++ /dev/null @@ -1,29 +0,0 @@ -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF; color:#000000 } - -/* Headings */ -h1 { font-size: 145% } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ -.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} - diff --git a/WiiuseJ/doc/tests/Tests.html b/WiiuseJ/doc/tests/Tests.html deleted file mode 100644 index 0d5d962..0000000 --- a/WiiuseJ/doc/tests/Tests.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - - - -Tests - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -tests -
-Class Tests

-
-java.lang.Object
-  extended by tests.Tests
-
-
-
All Implemented Interfaces:
java.util.EventListener, WiiUseApiListener
-
-
-
-
public class Tests
extends java.lang.Object
implements WiiUseApiListener
- - -

-


- -

- - - - - - - - - - - -
-Constructor Summary
Tests() - -
-           
-  - - - - - - - - - - - - - - - -
-Method Summary
-static voidmain(java.lang.String[] args) - -
-           
- voidwiimoteEvent(WiiMoteEvent e) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Tests

-
-public Tests()
-
-
- - - - - - - - -
-Method Detail
- -

-wiimoteEvent

-
-public void wiimoteEvent(WiiMoteEvent e)
-
-
-
Specified by:
wiimoteEvent in interface WiiUseApiListener
-
-
-
-
-
-
- -

-main

-
-public static void main(java.lang.String[] args)
-
-
-
-
-
-
Parameters:
args -
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/tests/class-use/Tests.html b/WiiuseJ/doc/tests/class-use/Tests.html deleted file mode 100644 index 4e7714d..0000000 --- a/WiiuseJ/doc/tests/class-use/Tests.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -Uses of Class tests.Tests - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
tests.Tests

-
-No usage of tests.Tests -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/tests/package-frame.html b/WiiuseJ/doc/tests/package-frame.html deleted file mode 100644 index 22893f0..0000000 --- a/WiiuseJ/doc/tests/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - -tests - - - - - - - - - - - -tests - - - - -
-Classes  - -
-Tests
- - - - diff --git a/WiiuseJ/doc/tests/package-summary.html b/WiiuseJ/doc/tests/package-summary.html deleted file mode 100644 index 31b57ce..0000000 --- a/WiiuseJ/doc/tests/package-summary.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - -tests - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package tests -

- - - - - - - - - -
-Class Summary
Tests 
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/tests/package-tree.html b/WiiuseJ/doc/tests/package-tree.html deleted file mode 100644 index 8b767e7..0000000 --- a/WiiuseJ/doc/tests/package-tree.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -tests Class Hierarchy - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package tests -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/tests/package-use.html b/WiiuseJ/doc/tests/package-use.html deleted file mode 100644 index ed5dd61..0000000 --- a/WiiuseJ/doc/tests/package-use.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -Uses of Package tests - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Package
tests

-
-No usage of tests -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/GForce.html b/WiiuseJ/doc/wiiusej/GForce.html deleted file mode 100644 index fe79aac..0000000 --- a/WiiuseJ/doc/wiiusej/GForce.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - -GForce - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -wiiusej -
-Class GForce

-
-java.lang.Object
-  extended by wiiusej.GForce
-
-
-
-
public class GForce
extends java.lang.Object
- - -

-Represents gravity force on each axis. -

- -

-

-
Author:
-
gduche
-
-
- -

- - - - - - - - - - - - - - -
-Constructor Summary
GForce() - -
-          Default constructor;
GForce(float xx, - float yy, - float zz) - -
-          Constructor with gravity force on each axis.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- floatgetX() - -
-           
- floatgetY() - -
-           
- floatgetZ() - -
-           
- voidsetX(float x) - -
-           
- voidsetY(float y) - -
-           
- voidsetZ(float z) - -
-           
- java.lang.StringtoString() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-GForce

-
-public GForce()
-
-
Default constructor; -

-

-
- -

-GForce

-
-public GForce(float xx,
-              float yy,
-              float zz)
-
-
Constructor with gravity force on each axis. -

-

-
Parameters:
xx - x value
yy - x value
zz - x value
-
- - - - - - - - -
-Method Detail
- -

-getX

-
-public float getX()
-
-
- -
Returns:
the x
-
-
-
- -

-setX

-
-public void setX(float x)
-
-
-
Parameters:
x - the x to set
-
-
-
- -

-getY

-
-public float getY()
-
-
- -
Returns:
the y
-
-
-
- -

-setY

-
-public void setY(float y)
-
-
-
Parameters:
y - the y to set
-
-
-
- -

-getZ

-
-public float getZ()
-
-
- -
Returns:
the z
-
-
-
- -

-setZ

-
-public void setZ(float z)
-
-
-
Parameters:
z - the z to set
-
-
-
- -

-toString

-
-public java.lang.String toString()
-
-
-
Overrides:
toString in class java.lang.Object
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/Orientation.html b/WiiuseJ/doc/wiiusej/Orientation.html deleted file mode 100644 index 91f6b4c..0000000 --- a/WiiuseJ/doc/wiiusej/Orientation.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - -Orientation - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -wiiusej -
-Class Orientation

-
-java.lang.Object
-  extended by wiiusej.Orientation
-
-
-
-
public class Orientation
extends java.lang.Object
- - -

-Class that represents the orientation of the wiimote. -

- -

-

-
Author:
-
gduche
-
-
- -

- - - - - - - - - - - - - - -
-Constructor Summary
Orientation() - -
-          Default constructor.
Orientation(float r, - float p, - float y) - -
-          Contructor with raw, pitch , yaw.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- floatgetPitch() - -
-           
- floatgetRoll() - -
-           
- floatgetYaw() - -
-           
- voidsetPitch(float pitch) - -
-           
- voidsetRoll(float roll) - -
-           
- voidsetYaw(float yaw) - -
-           
- java.lang.StringtoString() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Orientation

-
-public Orientation()
-
-
Default constructor. -

-

-
- -

-Orientation

-
-public Orientation(float r,
-                   float p,
-                   float y)
-
-
Contructor with raw, pitch , yaw. -

-

-
Parameters:
r - raw
p - pitch
y - yaw
-
- - - - - - - - -
-Method Detail
- -

-getRoll

-
-public float getRoll()
-
-
- -
Returns:
the roll
-
-
-
- -

-setRoll

-
-public void setRoll(float roll)
-
-
-
Parameters:
roll - the roll to set
-
-
-
- -

-getPitch

-
-public float getPitch()
-
-
- -
Returns:
the pitch
-
-
-
- -

-setPitch

-
-public void setPitch(float pitch)
-
-
-
Parameters:
pitch - the pitch to set
-
-
-
- -

-getYaw

-
-public float getYaw()
-
-
- -
Returns:
the yaw
-
-
-
- -

-setYaw

-
-public void setYaw(float yaw)
-
-
-
Parameters:
yaw - the yaw to set
-
-
-
- -

-toString

-
-public java.lang.String toString()
-
-
-
Overrides:
toString in class java.lang.Object
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/Point2DInteger.html b/WiiuseJ/doc/wiiusej/Point2DInteger.html deleted file mode 100644 index fad2098..0000000 --- a/WiiuseJ/doc/wiiusej/Point2DInteger.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - -Point2DInteger - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -wiiusej -
-Class Point2DInteger

-
-java.lang.Object
-  extended by java.awt.geom.Point2D
-      extended by wiiusej.Point2DInteger
-
-
-
All Implemented Interfaces:
java.lang.Cloneable
-
-
-
-
public class Point2DInteger
extends java.awt.geom.Point2D
- - -

-


- -

- - - - - - - -
-Nested Class Summary
- - - - - - - -
Nested classes/interfaces inherited from class java.awt.geom.Point2D
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float
-  - - - - - - - - - - - -
-Constructor Summary
Point2DInteger(int xx, - int yy) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- doublegetX() - -
-           
- doublegetY() - -
-           
- voidsetLocation(double xx, - double yy) - -
-           
- java.lang.StringtoString() - -
-           
- - - - - - - -
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
- - - - - - - -
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Point2DInteger

-
-public Point2DInteger(int xx,
-                      int yy)
-
-
- - - - - - - - -
-Method Detail
- -

-getX

-
-public double getX()
-
-
-
Specified by:
getX in class java.awt.geom.Point2D
-
-
-
-
-
-
- -

-getY

-
-public double getY()
-
-
-
Specified by:
getY in class java.awt.geom.Point2D
-
-
-
-
-
-
- -

-setLocation

-
-public void setLocation(double xx,
-                        double yy)
-
-
-
Specified by:
setLocation in class java.awt.geom.Point2D
-
-
-
-
-
-
- -

-toString

-
-public java.lang.String toString()
-
-
-
Overrides:
toString in class java.lang.Object
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/WiiMoteEvent.html b/WiiuseJ/doc/wiiusej/WiiMoteEvent.html deleted file mode 100644 index 1753a06..0000000 --- a/WiiuseJ/doc/wiiusej/WiiMoteEvent.html +++ /dev/null @@ -1,1710 +0,0 @@ - - - - - - -WiiMoteEvent - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -wiiusej -
-Class WiiMoteEvent

-
-java.lang.Object
-  extended by wiiusej.WiiMoteEvent
-
-
-
-
public class WiiMoteEvent
extends java.lang.Object
- - -

-Class that is a bean to be filled by the wiiuse API. -

- -

-

-
Author:
-
gduche
-
-
- -

- - - - - - - - - - - - - - -
-Constructor Summary
WiiMoteEvent() - -
-          Default constructor
WiiMoteEvent(int id) - -
-          Construct the Wiimote setting up the id.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidaddIRpoint(int x, - int y) - -
-          Add IR Point in the list (Max 4 points)
- voidEmptyIRPoints() - -
-          Clear IR points.
- floatgetBatteryLevel() - -
-          Get battery level.
- shortgetButtonsHeld() - -
-          get the int storing the buttons held
- shortgetButtonsJustPressed() - -
-          Get the int storing the buttons just pressed
- shortgetButtonsJustReleased() - -
-          Get the int storing the buttons just released
- GForcegetGforce() - -
-          Get the gravity force.
- Point2DInteger[]getIRPoints() - -
-          Get list of IR points.
- shortgetLeds() - -
-          Get status of the leds .
- OrientationgetOrientation() - -
-           
- intgetWiimoteId() - -
-          Get Wiimote ID
- booleanisButtonAHeld() - -
-           
- booleanisButtonAJustPressed() - -
-           
- booleanisButtonAJustReleased() - -
-           
- booleanisButtonBHeld() - -
-           
- booleanisButtonBJustPressed() - -
-           
- booleanisButtonBJustReleased() - -
-           
- booleanisButtonDownHeld() - -
-           
- booleanisButtonDownJustPressed() - -
-           
- booleanisButtonDownJustReleased() - -
-           
- booleanisButtonHomeHeld() - -
-           
- booleanisButtonHomeJustPressed() - -
-           
- booleanisButtonHomeJustReleased() - -
-           
- booleanisButtonLeftHeld() - -
-           
- booleanisButtonLeftJustPressed() - -
-           
- booleanisButtonLeftJustReleased() - -
-           
- booleanisButtonMinusHeld() - -
-           
- booleanisButtonMinusJustPressed() - -
-           
- booleanisButtonMinusJustReleased() - -
-           
- booleanisButtonOneHeld() - -
-           
- booleanisButtonOneJustPressed() - -
-           
- booleanisButtonOneJustReleased() - -
-           
- booleanisButtonPlusHeld() - -
-           
- booleanisButtonPlusJustPressed() - -
-           
- booleanisButtonPlusJustReleased() - -
-           
- booleanisButtonRightHeld() - -
-           
- booleanisButtonRightJustPressed() - -
-           
- booleanisButtonRightJustReleased() - -
-           
- booleanisButtonTwoHeld() - -
-           
- booleanisButtonTwoJustPressed() - -
-           
- booleanisButtonTwoJustReleased() - -
-           
- booleanisButtonUpHeld() - -
-           
- booleanisButtonUpJustPressed() - -
-           
- booleanisButtonUpJustReleased() - -
-           
- booleanisConnected() - -
-          True if the wiimote is connected false otherwise.
- booleanisIrActive() - -
-          Tell if the IR Tracking is active.
- booleanisMotionSensingActive() - -
-          Get the flag indicating if the motion sensing is active.
- booleanisRumbleActive() - -
-          Get the status of rumble.
- booleanisSpeakerEnabled() - -
-          Tell if the speaker is enable for this wiimote
- booleanisThereAttachment() - -
-          Tell if there is an attachment to the Wiimote
- voidsetBatteryLevel(float batteryLevel) - -
-          Set level battery.
- voidsetButtonsHeld(short buttonsHeld) - -
-          set the int storing the buttons held
- voidsetButtonsJustPressed(short buttonsJustPressed) - -
-          set the int storing the buttons just pressed
- voidsetButtonsJustReleased(short buttonsJustReleased) - -
-          set the int storing the buttons just released
- voidsetConnected() - -
-          Set the connected value to true.
- voidsetDisconnected() - -
-          Set the connected value to false.
- voidsetGforce(float x, - float y, - float z) - -
-          Set the gravity force.
- voidsetIrActive() - -
-          Set the value isIrActive to true
- voidsetIrInactive() - -
-          Set the value isIrActive to true
- voidsetLeds(short leds) - -
-          Set Status of the leds.
- voidsetMotionSensingActive() - -
-          Set the motion sensing flag to active.
- voidsetMotionSensingInactive() - -
-          Set the motion sensing flag to inactive.
- voidsetOrientation(float r, - float p, - float y) - -
-          Set orientation of the wiimote.
- voidsetRumbleActive() - -
-          Set Rumble flag to Active.
- voidsetRumbleInactive() - -
-          Set Rumble flag to Inactive.
- voidsetSpeakerDisabled() - -
-          Set the flag for the speaker to "disabled"
- voidsetSpeakerEnabled() - -
-          Set the flag for the speaker to "enabled"
- voidsetThereIsAnAttachment() - -
-          Set the flag for the attachment to true
- voidsetThereIsNoAttachment() - -
-          Set the flag for the attachment to false
- voidsetWiimoteId(int wiimoteId) - -
-          Set Wiimote ID
- java.lang.StringtoString() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-WiiMoteEvent

-
-public WiiMoteEvent()
-
-
Default constructor -

-

-
- -

-WiiMoteEvent

-
-public WiiMoteEvent(int id)
-
-
Construct the Wiimote setting up the id. -

-

-
Parameters:
id - the Wiimote id
-
- - - - - - - - -
-Method Detail
- -

-getWiimoteId

-
-public int getWiimoteId()
-
-
Get Wiimote ID -

-

- -
Returns:
the wiimote id.
-
-
-
- -

-setWiimoteId

-
-public void setWiimoteId(int wiimoteId)
-
-
Set Wiimote ID -

-

-
Parameters:
wiimoteId - id of the wiimote
-
-
-
- -

-isConnected

-
-public boolean isConnected()
-
-
True if the wiimote is connected false otherwise. -

-

- -
Returns:
return the connected status.
-
-
-
- -

-setConnected

-
-public void setConnected()
-
-
Set the connected value to true. -

-

-
-
-
-
- -

-setDisconnected

-
-public void setDisconnected()
-
-
Set the connected value to false. -

-

-
-
-
-
- -

-getBatteryLevel

-
-public float getBatteryLevel()
-
-
Get battery level. -

-

- -
Returns:
battery level. 1 = 100%
-
-
-
- -

-setBatteryLevel

-
-public void setBatteryLevel(float batteryLevel)
-
-
Set level battery. -

-

-
Parameters:
batteryLevel - must be between 0 and 1
-
-
-
- -

-getLeds

-
-public short getLeds()
-
-
Get status of the leds . -

-

- -
Returns:
an int representing LEDS turned on.
-
-
-
- -

-setLeds

-
-public void setLeds(short leds)
-
-
Set Status of the leds. -

-

-
Parameters:
leds -
-
-
-
- -

-isSpeakerEnabled

-
-public boolean isSpeakerEnabled()
-
-
Tell if the speaker is enable for this wiimote -

-

- -
Returns:
TRUE if it enabled false otherwise
-
-
-
- -

-setSpeakerEnabled

-
-public void setSpeakerEnabled()
-
-
Set the flag for the speaker to "enabled" -

-

-
-
-
-
- -

-setSpeakerDisabled

-
-public void setSpeakerDisabled()
-
-
Set the flag for the speaker to "disabled" -

-

-
-
-
-
- -

-isThereAttachment

-
-public boolean isThereAttachment()
-
-
Tell if there is an attachment to the Wiimote -

-

- -
Returns:
TRUE if it there is one false otherwise
-
-
-
- -

-setThereIsAnAttachment

-
-public void setThereIsAnAttachment()
-
-
Set the flag for the attachment to true -

-

-
-
-
-
- -

-setThereIsNoAttachment

-
-public void setThereIsNoAttachment()
-
-
Set the flag for the attachment to false -

-

-
-
-
-
- -

-isRumbleActive

-
-public boolean isRumbleActive()
-
-
Get the status of rumble. -

-

- -
Returns:
true if the rumble is active false otherwise
-
-
-
- -

-setRumbleActive

-
-public void setRumbleActive()
-
-
Set Rumble flag to Active. -

-

-
-
-
-
- -

-setRumbleInactive

-
-public void setRumbleInactive()
-
-
Set Rumble flag to Inactive. -

-

-
-
-
-
- -

-getButtonsJustPressed

-
-public short getButtonsJustPressed()
-
-
Get the int storing the buttons just pressed -

-

- -
Returns:
the int storing the buttons just pressed
-
-
-
- -

-setButtonsJustPressed

-
-public void setButtonsJustPressed(short buttonsJustPressed)
-
-
set the int storing the buttons just pressed -

-

-
Parameters:
buttonsJustPressed -
-
-
-
- -

-getButtonsJustReleased

-
-public short getButtonsJustReleased()
-
-
Get the int storing the buttons just released -

-

- -
Returns:
the int storing the buttons just released
-
-
-
- -

-setButtonsJustReleased

-
-public void setButtonsJustReleased(short buttonsJustReleased)
-
-
set the int storing the buttons just released -

-

-
Parameters:
buttonsJustReleased -
-
-
-
- -

-getButtonsHeld

-
-public short getButtonsHeld()
-
-
get the int storing the buttons held -

-

- -
Returns:
the int storing the buttons held
-
-
-
- -

-setButtonsHeld

-
-public void setButtonsHeld(short buttonsHeld)
-
-
set the int storing the buttons held -

-

-
Parameters:
buttonsHeld -
-
-
-
- -

-isIrActive

-
-public boolean isIrActive()
-
-
Tell if the IR Tracking is active. -

-

- -
Returns:
TRUE if it is active or false otherwise.
-
-
-
- -

-setIrActive

-
-public void setIrActive()
-
-
Set the value isIrActive to true -

-

-
-
-
-
- -

-setIrInactive

-
-public void setIrInactive()
-
-
Set the value isIrActive to true -

-

-
-
-
-
- -

-getIRPoints

-
-public Point2DInteger[] getIRPoints()
-
-
Get list of IR points. -

-

- -
Returns:
the list of 2D points
-
-
-
- -

-addIRpoint

-
-public void addIRpoint(int x,
-                       int y)
-
-
Add IR Point in the list (Max 4 points) -

-

-
Parameters:
x - x value
y - y value
-
-
-
- -

-EmptyIRPoints

-
-public void EmptyIRPoints()
-
-
Clear IR points. -

-

-
-
-
-
- -

-isMotionSensingActive

-
-public boolean isMotionSensingActive()
-
-
Get the flag indicating if the motion sensing is active. -

-

- -
Returns:
true if the motion sensing is active false otherwise
-
-
-
- -

-setMotionSensingActive

-
-public void setMotionSensingActive()
-
-
Set the motion sensing flag to active. -

-

-
-
-
-
- -

-setMotionSensingInactive

-
-public void setMotionSensingInactive()
-
-
Set the motion sensing flag to inactive. -

-

-
-
-
-
- -

-getOrientation

-
-public Orientation getOrientation()
-
-
- -
Returns:
the orientation
-
-
-
- -

-setOrientation

-
-public void setOrientation(float r,
-                           float p,
-                           float y)
-
-
Set orientation of the wiimote. -

-

-
Parameters:
r - roll
p - pitch
y - yaw
-
-
-
- -

-getGforce

-
-public GForce getGforce()
-
-
Get the gravity force. -

-

- -
Returns:
the gforce
-
-
-
- -

-setGforce

-
-public void setGforce(float x,
-                      float y,
-                      float z)
-
-
Set the gravity force. -

-

-
Parameters:
x - gravity force on x axis
y - gravity force on y axis
z - gravity force on z axis
-
-
-
- -

-isButtonOneJustPressed

-
-public boolean isButtonOneJustPressed()
-
-
-
-
-
-
- -

-isButtonOneJustReleased

-
-public boolean isButtonOneJustReleased()
-
-
-
-
-
-
- -

-isButtonOneHeld

-
-public boolean isButtonOneHeld()
-
-
-
-
-
-
- -

-isButtonTwoJustPressed

-
-public boolean isButtonTwoJustPressed()
-
-
-
-
-
-
- -

-isButtonTwoJustReleased

-
-public boolean isButtonTwoJustReleased()
-
-
-
-
-
-
- -

-isButtonTwoHeld

-
-public boolean isButtonTwoHeld()
-
-
-
-
-
-
- -

-isButtonAJustPressed

-
-public boolean isButtonAJustPressed()
-
-
-
-
-
-
- -

-isButtonAJustReleased

-
-public boolean isButtonAJustReleased()
-
-
-
-
-
-
- -

-isButtonAHeld

-
-public boolean isButtonAHeld()
-
-
-
-
-
-
- -

-isButtonBJustPressed

-
-public boolean isButtonBJustPressed()
-
-
-
-
-
-
- -

-isButtonBJustReleased

-
-public boolean isButtonBJustReleased()
-
-
-
-
-
-
- -

-isButtonBHeld

-
-public boolean isButtonBHeld()
-
-
-
-
-
-
- -

-isButtonLeftJustPressed

-
-public boolean isButtonLeftJustPressed()
-
-
-
-
-
-
- -

-isButtonLeftJustReleased

-
-public boolean isButtonLeftJustReleased()
-
-
-
-
-
-
- -

-isButtonLeftHeld

-
-public boolean isButtonLeftHeld()
-
-
-
-
-
-
- -

-isButtonRightJustPressed

-
-public boolean isButtonRightJustPressed()
-
-
-
-
-
-
- -

-isButtonRightJustReleased

-
-public boolean isButtonRightJustReleased()
-
-
-
-
-
-
- -

-isButtonRightHeld

-
-public boolean isButtonRightHeld()
-
-
-
-
-
-
- -

-isButtonUpJustPressed

-
-public boolean isButtonUpJustPressed()
-
-
-
-
-
-
- -

-isButtonUpJustReleased

-
-public boolean isButtonUpJustReleased()
-
-
-
-
-
-
- -

-isButtonUpHeld

-
-public boolean isButtonUpHeld()
-
-
-
-
-
-
- -

-isButtonDownJustPressed

-
-public boolean isButtonDownJustPressed()
-
-
-
-
-
-
- -

-isButtonDownJustReleased

-
-public boolean isButtonDownJustReleased()
-
-
-
-
-
-
- -

-isButtonDownHeld

-
-public boolean isButtonDownHeld()
-
-
-
-
-
-
- -

-isButtonMinusJustPressed

-
-public boolean isButtonMinusJustPressed()
-
-
-
-
-
-
- -

-isButtonMinusJustReleased

-
-public boolean isButtonMinusJustReleased()
-
-
-
-
-
-
- -

-isButtonMinusHeld

-
-public boolean isButtonMinusHeld()
-
-
-
-
-
-
- -

-isButtonPlusJustPressed

-
-public boolean isButtonPlusJustPressed()
-
-
-
-
-
-
- -

-isButtonPlusJustReleased

-
-public boolean isButtonPlusJustReleased()
-
-
-
-
-
-
- -

-isButtonPlusHeld

-
-public boolean isButtonPlusHeld()
-
-
-
-
-
-
- -

-isButtonHomeJustPressed

-
-public boolean isButtonHomeJustPressed()
-
-
-
-
-
-
- -

-isButtonHomeJustReleased

-
-public boolean isButtonHomeJustReleased()
-
-
-
-
-
-
- -

-isButtonHomeHeld

-
-public boolean isButtonHomeHeld()
-
-
-
-
-
-
- -

-toString

-
-public java.lang.String toString()
-
-
-
Overrides:
toString in class java.lang.Object
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/WiiUseApi.html b/WiiuseJ/doc/wiiusej/WiiUseApi.html deleted file mode 100644 index ba93758..0000000 --- a/WiiuseJ/doc/wiiusej/WiiUseApi.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - -WiiUseApi - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -wiiusej -
-Class WiiUseApi

-
-java.lang.Object
-  extended by wiiusej.WiiUseApi
-
-
-
-
public class WiiUseApi
extends java.lang.Object
- - -

-Singleton used to manipulate WiiUse Api. -

- -

-

-
Author:
-
gduche
-
-
- -

- - - - - - - - - - - -
-Constructor Summary
WiiUseApi() - -
-           
-  - - - - - - - - - - - -
-Method Summary
-static voidmain(java.lang.String[] args) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-WiiUseApi

-
-public WiiUseApi()
-
-
- - - - - - - - -
-Method Detail
- -

-main

-
-public static void main(java.lang.String[] args)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/WiiUseApiListener.html b/WiiuseJ/doc/wiiusej/WiiUseApiListener.html deleted file mode 100644 index 6b6b328..0000000 --- a/WiiuseJ/doc/wiiusej/WiiUseApiListener.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - -WiiUseApiListener - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -wiiusej -
-Interface WiiUseApiListener

-
-
All Superinterfaces:
java.util.EventListener
-
-
-
All Known Implementing Classes:
Tests
-
-
-
-
public interface WiiUseApiListener
extends java.util.EventListener
- - -

-


- -

- - - - - - - - - - - - -
-Method Summary
- voidwiimoteEvent(WiiMoteEvent e) - -
-           
-  -

- - - - - - - - -
-Method Detail
- -

-wiimoteEvent

-
-void wiimoteEvent(WiiMoteEvent e)
-
-
-
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/WiiUseApiManager.html b/WiiuseJ/doc/wiiusej/WiiUseApiManager.html deleted file mode 100644 index 26f981e..0000000 --- a/WiiuseJ/doc/wiiusej/WiiUseApiManager.html +++ /dev/null @@ -1,652 +0,0 @@ - - - - - - -WiiUseApiManager - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -wiiusej -
-Class WiiUseApiManager

-
-java.lang.Object
-  extended by java.lang.Thread
-      extended by wiiusej.WiiUseApiManager
-
-
-
All Implemented Interfaces:
java.lang.Runnable
-
-
-
-
public class WiiUseApiManager
extends java.lang.Thread
- - -

-


- -

- - - - - - - -
-Nested Class Summary
- - - - - - - -
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
-  - - - - - - - -
-Field Summary
- - - - - - - -
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-  - - - - - - - - - - -
-Constructor Summary
WiiUseApiManager() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidactivateIRTRacking(int id) - -
-          Activate IR Tracking for the wiimotes with the given id.
- voidactivateMotionSensing(int id) - -
-          Activate IR Tracking of the wiimotes with the given id.
- voidactivateRumble(int id) - -
-          Activate the rumble for the wiimotes with the given id.
- voidaddWiiUseApiListener(WiiUseApiListener listener) - -
-           
- voidcloseConnection(int id) - -
-          Ask the thread to close a connection.
- intconnectWiimotes() - -
-          Connect wiimote and get the nu ber of wiimotes connected.
- voiddeactivateIRTRacking(int id) - -
-          Deactivate IR Tracking for the wiimotes with the given id.
- voiddeactivateMotionSensing(int id) - -
-           
- voiddeactivateRumble(int id) - -
-          Deactivate the rumble for the wiimotes with the given id.
-static WiiUseApiManagergetInstance() - -
-           
- intgetNbConnectedWiimotes() - -
-          Get the number of wiimotes connected.
- voidgetStatus(int id) - -
-           
- WiiUseApiListener[]getWiiUseApiListeners() - -
-           
- booleanloadLibrary() - -
-          Load the wiimote library.
- voidnotifyWiiUseApiListener(WiiMoteEvent evt) - -
-           
- voidremoveWiiUseApiListener(WiiUseApiListener listener) - -
-           
- voidrun() - -
-           
- voidshutdown() - -
-          Stop thread and shutdown wiiuse Api.
- - - - - - - -
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-WiiUseApiManager

-
-public WiiUseApiManager()
-
-
- - - - - - - - -
-Method Detail
- -

-getInstance

-
-public static WiiUseApiManager getInstance()
-
-
-
-
-
-
- -

-loadLibrary

-
-public boolean loadLibrary()
-
-
Load the wiimote library. -

-

- -
Returns:
false if the library is not loaded true otherwise.
-
-
-
- -

-connectWiimotes

-
-public int connectWiimotes()
-
-
Connect wiimote and get the nu ber of wiimotes connected. Supposed to be - used once. -

-

- -
Returns:
0 if nothing connected or the number of wiimotes connected.
-
-
-
- -

-closeConnection

-
-public void closeConnection(int id)
-
-
Ask the thread to close a connection. -

-

-
Parameters:
id - id of the wiimote to disconnect.
-
-
-
- -

-getNbConnectedWiimotes

-
-public int getNbConnectedWiimotes()
-
-
Get the number of wiimotes connected. -

-

- -
Returns:
the number of wiimotes connected.
-
-
-
- -

-shutdown

-
-public void shutdown()
-
-
Stop thread and shutdown wiiuse Api. -

-

-
-
-
-
- -

-activateRumble

-
-public void activateRumble(int id)
-
-
Activate the rumble for the wiimotes with the given id. -

-

-
Parameters:
id - the id of the wiimote.
-
-
-
- -

-deactivateRumble

-
-public void deactivateRumble(int id)
-
-
Deactivate the rumble for the wiimotes with the given id. -

-

-
Parameters:
id - the id of the wiimote.
-
-
-
- -

-activateIRTRacking

-
-public void activateIRTRacking(int id)
-
-
Activate IR Tracking for the wiimotes with the given id. -

-

-
Parameters:
id - the id of the wiimote.
-
-
-
- -

-deactivateIRTRacking

-
-public void deactivateIRTRacking(int id)
-
-
Deactivate IR Tracking for the wiimotes with the given id. -

-

-
Parameters:
id - the id of the wiimote.
-
-
-
- -

-activateMotionSensing

-
-public void activateMotionSensing(int id)
-
-
Activate IR Tracking of the wiimotes with the given id. -

-

-
Parameters:
id - the id of the wiimote.
-
-
-
- -

-deactivateMotionSensing

-
-public void deactivateMotionSensing(int id)
-
-
-
-
-
-
- -

-getStatus

-
-public void getStatus(int id)
-
-
-
-
-
-
- -

-run

-
-public void run()
-
-
-
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread
-
-
-
-
-
-
- -

-addWiiUseApiListener

-
-public void addWiiUseApiListener(WiiUseApiListener listener)
-
-
-
-
-
-
- -

-removeWiiUseApiListener

-
-public void removeWiiUseApiListener(WiiUseApiListener listener)
-
-
-
-
-
-
- -

-getWiiUseApiListeners

-
-public WiiUseApiListener[] getWiiUseApiListeners()
-
-
-
-
-
-
- -

-notifyWiiUseApiListener

-
-public void notifyWiiUseApiListener(WiiMoteEvent evt)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/class-use/GForce.html b/WiiuseJ/doc/wiiusej/class-use/GForce.html deleted file mode 100644 index fd7eff6..0000000 --- a/WiiuseJ/doc/wiiusej/class-use/GForce.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -Uses of Class wiiusej.GForce - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
wiiusej.GForce

-
- - - - - - - - - -
-Packages that use GForce
wiiusej  
-  -

- - - - - -
-Uses of GForce in wiiusej
-  -

- - - - - - - - - -
Methods in wiiusej that return GForce
- GForceWiiMoteEvent.getGforce() - -
-          Get the gravity force.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/class-use/Orientation.html b/WiiuseJ/doc/wiiusej/class-use/Orientation.html deleted file mode 100644 index 33b181a..0000000 --- a/WiiuseJ/doc/wiiusej/class-use/Orientation.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -Uses of Class wiiusej.Orientation - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
wiiusej.Orientation

-
- - - - - - - - - -
-Packages that use Orientation
wiiusej  
-  -

- - - - - -
-Uses of Orientation in wiiusej
-  -

- - - - - - - - - -
Methods in wiiusej that return Orientation
- OrientationWiiMoteEvent.getOrientation() - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/class-use/Point2DInteger.html b/WiiuseJ/doc/wiiusej/class-use/Point2DInteger.html deleted file mode 100644 index cbc766f..0000000 --- a/WiiuseJ/doc/wiiusej/class-use/Point2DInteger.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -Uses of Class wiiusej.Point2DInteger - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
wiiusej.Point2DInteger

-
- - - - - - - - - -
-Packages that use Point2DInteger
wiiusej  
-  -

- - - - - -
-Uses of Point2DInteger in wiiusej
-  -

- - - - - - - - - -
Methods in wiiusej that return Point2DInteger
- Point2DInteger[]WiiMoteEvent.getIRPoints() - -
-          Get list of IR points.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/class-use/WiiMoteEvent.html b/WiiuseJ/doc/wiiusej/class-use/WiiMoteEvent.html deleted file mode 100644 index f98961d..0000000 --- a/WiiuseJ/doc/wiiusej/class-use/WiiMoteEvent.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - -Uses of Class wiiusej.WiiMoteEvent - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
wiiusej.WiiMoteEvent

-
- - - - - - - - - - - - - -
-Packages that use WiiMoteEvent
tests  
wiiusej  
-  -

- - - - - -
-Uses of WiiMoteEvent in tests
-  -

- - - - - - - - - -
Methods in tests with parameters of type WiiMoteEvent
- voidTests.wiimoteEvent(WiiMoteEvent e) - -
-           
-  -

- - - - - -
-Uses of WiiMoteEvent in wiiusej
-  -

- - - - - - - - - - - - - -
Methods in wiiusej with parameters of type WiiMoteEvent
- voidWiiUseApiManager.notifyWiiUseApiListener(WiiMoteEvent evt) - -
-           
- voidWiiUseApiListener.wiimoteEvent(WiiMoteEvent e) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/class-use/WiiUseApi.html b/WiiuseJ/doc/wiiusej/class-use/WiiUseApi.html deleted file mode 100644 index 122d1d7..0000000 --- a/WiiuseJ/doc/wiiusej/class-use/WiiUseApi.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -Uses of Class wiiusej.WiiUseApi - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
wiiusej.WiiUseApi

-
-No usage of wiiusej.WiiUseApi -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/class-use/WiiUseApiListener.html b/WiiuseJ/doc/wiiusej/class-use/WiiUseApiListener.html deleted file mode 100644 index 18def67..0000000 --- a/WiiuseJ/doc/wiiusej/class-use/WiiUseApiListener.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - -Uses of Interface wiiusej.WiiUseApiListener - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Interface
wiiusej.WiiUseApiListener

-
- - - - - - - - - - - - - -
-Packages that use WiiUseApiListener
tests  
wiiusej  
-  -

- - - - - -
-Uses of WiiUseApiListener in tests
-  -

- - - - - - - - - -
Classes in tests that implement WiiUseApiListener
- classTests - -
-           
-  -

- - - - - -
-Uses of WiiUseApiListener in wiiusej
-  -

- - - - - - - - - -
Methods in wiiusej that return WiiUseApiListener
- WiiUseApiListener[]WiiUseApiManager.getWiiUseApiListeners() - -
-           
-  -

- - - - - - - - - - - - - -
Methods in wiiusej with parameters of type WiiUseApiListener
- voidWiiUseApiManager.addWiiUseApiListener(WiiUseApiListener listener) - -
-           
- voidWiiUseApiManager.removeWiiUseApiListener(WiiUseApiListener listener) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/class-use/WiiUseApiManager.html b/WiiuseJ/doc/wiiusej/class-use/WiiUseApiManager.html deleted file mode 100644 index 575e9ed..0000000 --- a/WiiuseJ/doc/wiiusej/class-use/WiiUseApiManager.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -Uses of Class wiiusej.WiiUseApiManager - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
wiiusej.WiiUseApiManager

-
- - - - - - - - - -
-Packages that use WiiUseApiManager
wiiusej  
-  -

- - - - - -
-Uses of WiiUseApiManager in wiiusej
-  -

- - - - - - - - - -
Methods in wiiusej that return WiiUseApiManager
-static WiiUseApiManagerWiiUseApiManager.getInstance() - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/package-frame.html b/WiiuseJ/doc/wiiusej/package-frame.html deleted file mode 100644 index 738c9c0..0000000 --- a/WiiuseJ/doc/wiiusej/package-frame.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - -wiiusej - - - - - - - - - - - -wiiusej - - - - -
-Interfaces  - -
-WiiUseApiListener
- - - - - - -
-Classes  - -
-GForce -
-Orientation -
-Point2DInteger -
-WiiMoteEvent -
-WiiUseApi -
-WiiUseApiManager
- - - - diff --git a/WiiuseJ/doc/wiiusej/package-summary.html b/WiiuseJ/doc/wiiusej/package-summary.html deleted file mode 100644 index ffa864b..0000000 --- a/WiiuseJ/doc/wiiusej/package-summary.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - -wiiusej - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package wiiusej -

- - - - - - - - - -
-Interface Summary
WiiUseApiListener 
-  - -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Class Summary
GForceRepresents gravity force on each axis.
OrientationClass that represents the orientation of the wiimote.
Point2DInteger 
WiiMoteEventClass that is a bean to be filled by the wiiuse API.
WiiUseApiSingleton used to manipulate WiiUse Api.
WiiUseApiManager 
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/package-tree.html b/WiiuseJ/doc/wiiusej/package-tree.html deleted file mode 100644 index 31fe288..0000000 --- a/WiiuseJ/doc/wiiusej/package-tree.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -wiiusej Class Hierarchy - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package wiiusej -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -

-Interface Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/WiiuseJ/doc/wiiusej/package-use.html b/WiiuseJ/doc/wiiusej/package-use.html deleted file mode 100644 index 7fcd238..0000000 --- a/WiiuseJ/doc/wiiusej/package-use.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - -Uses of Package wiiusej - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Package
wiiusej

-
- - - - - - - - - - - - - -
-Packages that use wiiusej
tests  
wiiusej  
-  -

- - - - - - - - - - - -
-Classes in wiiusej used by tests
WiiMoteEvent - -
-          Class that is a bean to be filled by the wiiuse API.
WiiUseApiListener - -
-           
-  -

- - - - - - - - - - - - - - - - - - - - - - - -
-Classes in wiiusej used by wiiusej
GForce - -
-          Represents gravity force on each axis.
Orientation - -
-          Class that represents the orientation of the wiimote.
Point2DInteger - -
-           
WiiMoteEvent - -
-          Class that is a bean to be filled by the wiiuse API.
WiiUseApiListener - -
-           
WiiUseApiManager - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - -