|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectftcomputing.robo.Speed
public class Speed
Klasse für das einfache Einstellen der Helligkeit/Geschwindigkeit einer Lampe/eines Motors durch die Klasse FishFace. Geeignet für RoboInterface. Das IntelligentInterface unterstützt keine variablen Ausgangsspannungen.
FishFace.setLamp(int, int)
,
FishFace.setMotor(int, int)
,
FishFace.setMotors(int)
Field Summary | |
---|---|
static int |
Full
Geschwindikeitsstufe 8 (höchste), entspricht L8 |
static int |
L1
Geschwindikeitsstufe 1 |
static int |
L2
Geschwindikeitsstufe 2 |
static int |
L3
Geschwindikeitsstufe 3 |
static int |
L4
Geschwindikeitsstufe 4 |
static int |
L5
Geschwindikeitsstufe 5 |
static int |
L6
Geschwindikeitsstufe 6 |
static int |
L7
Geschwindikeitsstufe 7 |
static int |
L8
Geschwindikeitsstufe 8 (höchste) |
Constructor Summary | |
---|---|
Speed()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int L1
public static final int L2
public static final int L3
public static final int L4
public static final int L5
public static final int L6
public static final int L7
public static final int Full
public static final int L8
Constructor Detail |
---|
public Speed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |