Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
P
pack(File, File)
- Static method in class ch.aplu.android.
GGPath
Creates a compressed JAR archive from a all files and subdirectories in directory with given dirPath.
packageName
- Variable in class ch.aplu.android.
GameGrid.SysInfo
The application's package name.
Part
- Class in
ch.aplu.android.nxt
Abstract class as ancestor of all parts.
Part()
- Constructor for class ch.aplu.android.nxt.
Part
penDown()
- Method in class ch.aplu.android.
Turtle
Puts down the turtle's pen so it will draw a trace when moving.
penUp()
- Method in class ch.aplu.android.
Turtle
Lifts the turtle's pen so it will not draw a trace when moving.
playConnectMelody()
- Method in class ch.aplu.android.nxt.
NxtRobot
Plays a standard connect melody.
playDisconnectMelody()
- Method in class ch.aplu.android.nxt.
NxtRobot
Plays a standard disconnect melody.
playTone(int, int)
- Method in class ch.aplu.android.
GameGrid
Plays a sine wave tone with given frequency and duration.
playTone(int, int)
- Method in class ch.aplu.android.nxt.
NxtRobot
Plays a tone with given frequency (in Hertz) and duration (in seconds).
point(double, double)
- Method in class ch.aplu.android.
GGPanel
Draws a single point at given coordinates.
point(PointD)
- Method in class ch.aplu.android.
GGPanel
Draws a single point at given coordinates.
point()
- Method in class ch.aplu.android.
GGPanel
Draws a single point at the current graph position.
PointD
- Class in
ch.aplu.android
Class representing pairs of double values.
PointD()
- Constructor for class ch.aplu.android.
PointD
Constructs a PointD at (0, 0).
PointD(double, double)
- Constructor for class ch.aplu.android.
PointD
Constructs a PointD with given coordintes.
PointD(PointF)
- Constructor for class ch.aplu.android.
PointD
Constructs a PointD from given PointF
PointD(Point)
- Constructor for class ch.aplu.android.
PointD
Constructs a PointD from given Point
PointD(PointD)
- Constructor for class ch.aplu.android.
PointD
Constructs a PointD from given PointD
polygon(double[], double[], boolean)
- Method in class ch.aplu.android.
GGPanel
Draws a polygon with given vertexes.
polygon(PointD[], boolean)
- Method in class ch.aplu.android.
GGPanel
Draws a polygon with given vertexes.
PORTRAIT
- Static variable in class ch.aplu.android.
GameGrid
Constant for setScreenOrientation().
press
- Static variable in class ch.aplu.android.
GGTouch
Screen pressed (touched).
pressed(SensorPort)
- Method in class ch.aplu.android.nxt.
TouchAdapter
Empty method called when the touch sensor is pressed.
pressed(SensorPort)
- Method in interface ch.aplu.android.nxt.
TouchListener
Called when the touch sensor is pressed.
pressed(ToolBarItem)
- Method in class ch.aplu.android.
ToolBarAdapter
Triggered when a item is pressed.
pressed(ToolBarItem)
- Method in interface ch.aplu.android.
ToolBarListener
Triggered when a item is pressed.
pressed(Card)
- Method in class ch.aplu.jcardgame.
CardAdapter
Triggered when a card is pressed.
pressed(Card)
- Method in interface ch.aplu.jcardgame.
CardListener
Triggered when a card is pressed.
println(String)
- Static method in class ch.aplu.android.
GGConsole
Writes one line of text.
putOnTop(boolean)
- Method in class ch.aplu.jcardgame.
CardCover
Sets the card cover actor above or below any other card actors and card covers.
putOnTop(Card)
- Method in class ch.aplu.jcardgame.
Hand
Draws the given card above each other card (on top) in this hand and rearrages the hand appearence so that all card are shown.
putOnTopEnabled(boolean)
- Method in class ch.aplu.jcardgame.
Hand
Enable/disables automatic putOnTop when the card is left-clicked.
putSleep(int)
- Static method in class ch.aplu.util.
Monitor
Same as putSleep(Object monitor, int timeout), but uses internal static monitor object.
putSleep(Object, int)
- Static method in class ch.aplu.util.
Monitor
Put the current thread in a wait state until wakeUp() is called or timeout ( in ms ) expires.
putSleep(Object)
- Static method in class ch.aplu.util.
Monitor
Same as putSleep(Object monitor, int timeout) with timeout = 0 (timeout disabled).
putSleep()
- Static method in class ch.aplu.util.
Monitor
Same as putSleep(int timeout) with timeout = 0 (timeout disabled).
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z