Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

a - Variable in class demos.classes.physics.joints.WeldJointDemo
 
a - Variable in class org.jbox2d.common.Sweep
World angles
a - Variable in class org.jbox2d.dynamics.contacts.Position
 
a - Variable in class org.jbox2d.particle.ParticleColor
 
a0 - Variable in class org.jbox2d.common.Sweep
World angles
aabb - Variable in class org.jbox2d.collision.broadphase.DynamicTreeNode
The enlarged axis-aligned bounding box.
aabb() - Method in class pi.physics.BodyHandler
Berechnet den achsenparallelen Begrenzungsrahmen (axis-aligned bounding box (AABB)) dieses Körpers.
aabb() - Method in class pi.physics.NullHandler
 
AABB - Class in org.jbox2d.collision
An axis-aligned bounding box.
AABB() - Constructor for class org.jbox2d.collision.AABB
Creates the default object, with vertices at 0,0 and 0,0.
AABB(AABB) - Constructor for class org.jbox2d.collision.AABB
Copies from the given object.
AABB(Vec2, Vec2) - Constructor for class org.jbox2d.collision.AABB
Creates an AABB object using the given bounding vertices.
aabbBit - Static variable in class org.jbox2d.callbacks.DebugDraw
Draw axis aligned bounding boxes
aabbExtension - Static variable in class org.jbox2d.common.Settings
This is used to fatten AABBs in the dynamic tree.
aabbMultiplier - Static variable in class org.jbox2d.common.Settings
This is used to fatten AABBs in the dynamic tree.
above(double) - Method in record class pi.graphics.geom.Bounds
Berechnet, ob dieses Rechteck über einer Grenze liegt und wenn nicht, dann berechnet es eines, das gerade so an der Untergrenze liegt.
above(Bounds) - Method in record class pi.graphics.geom.Bounds
Berechnet, ob dieses Bounds oberhalb eines zweiten ist.
abs() - Method in class org.jbox2d.common.Mat22
Return the matrix composed of the absolute values of all elements. djm: fixed double allocation
abs() - Method in class org.jbox2d.common.Vec2
Return a new vector that has positive components.
abs(float) - Static method in class org.jbox2d.common.MathUtils
 
abs(int) - Static method in class org.jbox2d.common.MathUtils
 
abs(Mat22) - Static method in class org.jbox2d.common.Mat22
Return the matrix composed of the absolute values of all elements.
abs(Vec2) - Static method in class org.jbox2d.common.Vec2
 
absLocal() - Method in class org.jbox2d.common.Mat22
 
absLocal() - Method in class org.jbox2d.common.Vec2
 
absToOut(Mat22, Mat22) - Static method in class org.jbox2d.common.Mat22
 
absToOut(Vec2, Vec2) - Static method in class org.jbox2d.common.Vec2
 
AbstractTestbedController - Class in org.jbox2d.testbed.framework
This class contains most control logic for the testbed and the update loop.
AbstractTestbedController(TestbedModel, AbstractTestbedController.UpdateBehavior, AbstractTestbedController.MouseBehavior, TestbedErrorHandler) - Constructor for class org.jbox2d.testbed.framework.AbstractTestbedController
 
AbstractTestbedController.MouseBehavior - Enum Class in org.jbox2d.testbed.framework
 
AbstractTestbedController.UpdateBehavior - Enum Class in org.jbox2d.testbed.framework
 
accum(float) - Method in class org.jbox2d.dynamics.Profile.ProfileEntry
 
accuracyIterations - Static variable in class org.jbox2d.tests.math.SinCosTest
 
act - Variable in class pi.util.GifDecoder
 
act(ImageRobot, Level) - Method in interface blockly_robot.robot.gui.robot.RobotAction
 
Action - Class in blockly_robot.robot.logic.log
 
Action(String) - Constructor for class blockly_robot.robot.logic.log.Action
 
Action() - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
actionLog - Variable in class blockly_robot.robot.logic.robot.VirtualRobot
 
ActionLog - Class in blockly_robot.robot.logic.log
 
ActionLog() - Constructor for class blockly_robot.robot.logic.log.ActionLog
 
ActionLog(List<Action>) - Constructor for class blockly_robot.robot.logic.log.ActionLog
 
actionPerformed(ActionEvent) - Method in class org.jbox2d.testbed.framework.j2d.TestbedSidePanel
 
active - Variable in class org.jbox2d.dynamics.BodyDef
Does this body start out active?
ACTIVE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
activeContacts - Variable in class org.jbox2d.dynamics.World
 
activeFlag - Static variable in class org.jbox2d.dynamics.Body
 
actor - Static variable in class blockly_robot.robot.gui.State
Die aktuelle Figur.
actor - Variable in class blockly_robot.robot.logic.robot.RobotWrapper
 
Actor - Class in pi.actor
Jede Figur auf der Zeichenebene ist ein Actor.
Actor() - Constructor for class org.jbox2d.testbed.tests.DynamicTreeTest.Actor
 
Actor(Supplier<FixtureData>) - Constructor for class pi.actor.Actor
Erstellt ein neue Figur.
ActorBaseScene - Class in demos.classes.actor
 
ActorBaseScene() - Constructor for class demos.classes.actor.ActorBaseScene
 
actorCoordinates() - Method in class pi.config.DebugConfig
Gibt die Einstellung, ob die Figuren-Koordinaten (z.B.
actorCoordinates(boolean) - Method in class pi.config.DebugConfig
Setzt die Einstellung, ob die Figuren-Koordinaten (z.B.
ActorCreateCageDemo - Class in demos.classes.actor
Demonstriert die Klasse ActorCreator.
ActorCreateCageDemo() - Constructor for class demos.classes.actor.ActorCreateCageDemo
 
ActorCreator - Class in pi.actor
Erzeugt Figuren und fügt sie in einen Szene ein.
ActorLabelDemo - Class in demos.docs.main_classes.actor
 
ActorLabelDemo() - Constructor for class demos.docs.main_classes.actor.ActorLabelDemo
 
ActorOpacityDemo - Class in demos.docs.main_classes.actor
Demonstriert den Setter opacity der Figuren.
ActorOpacityDemo() - Constructor for class demos.docs.main_classes.actor.ActorOpacityDemo
 
ActorRotationDemo - Class in demos.classes.actor
 
ActorRotationDemo() - Constructor for class demos.classes.actor.ActorRotationDemo
 
actors() - Method in class pi.actor.Group
Gibt die Liste zurück, die alle Figuren enthält.
actors() - Method in class pi.Layer
Gibt alle Figuren dieser Ebene, die bereits in der Physics-Engine registriert sind, als Liste zurück.
actors() - Method in class pi.Scene
Gibt alle Figuren aller Ebenen, die bereits in der Physics-Engine registriert sind, als Liste zurück.
ActorSetFixtureFromStringDemo - Class in demos.classes.actor
 
ActorSetFixtureFromStringDemo() - Constructor for class demos.classes.actor.ActorSetFixtureFromStringDemo
 
add() - Method in class blockly_robot.robot.logic.item.Item
 
add(double, double) - Method in class pi.graphics.geom.Vector
Berechnet die effektive Bewegung, die dieser Vektor und ein weiterer zusammen ausüben.
add(int) - Method in class tetris.text.NumberDisplay
 
add(int, int) - Method in class blockly_robot.robot.gui.map.GraphicalItemController
 
add(int, int) - Method in class blockly_robot.robot.logic.item.Item
 
add(int, int) - Method in interface blockly_robot.robot.logic.item.ItemController
 
add(Label) - Method in class pi.actor.label.LabelHandler
 
add(ItemData) - Method in class blockly_robot.robot.logic.item.StackedItems
 
add(Item) - Method in class blockly_robot.robot.logic.item.StackedItems
 
add(Action) - Method in class blockly_robot.robot.logic.log.ActionLog
 
add(String, int, int, int) - Method in class pi.resources.color.ColorContainer
Fügt dem Speicher für Farben eine Farbe durch Angabe der drei Farbanteile in dezimaler Notation hinzu.
add(String, int, int, int, int) - Method in class pi.resources.color.ColorContainer
Fügt dem Speicher für Farben eine Farbe durch Angabe der drei Farbanteile und des Alphakanals in dezimaler Notation hinzu.
add(String, int, int, int, int, String...) - Method in class pi.resources.color.ColorContainer
Fügt dem Speicher für Farben eine Farbe durch Angabe der drei Farbanteile, des Alphakanals in dezimaler Notation und beliebig vieler Aliasse hinzu.
add(String, int, int, int, String...) - Method in class pi.resources.color.ColorContainer
Fügt dem Speicher für Farben eine Farbe durch Angabe der drei Farbanteile in dezimaler Notation und beliebig vieler Aliasse hinzu.
add(String, Color) - Method in class pi.resources.color.ColorContainer
Fügt dem Speicher für Farben eine Farbe unter einem Namen hinzu.
add(String, Color, String...) - Method in class pi.resources.color.ColorContainer
Fügt dem Speicher für Farben eine Farbe unter einem Namen und beliebig vieler Aliasse hinzu.
add(String, String) - Method in class pi.resources.color.ColorContainer
Fügt dem Speicher für Farben eine Farbe in hexadezimaler Codierung unter einem Namen hinzu.
add(String, String, String...) - Method in class pi.resources.color.ColorContainer
Fügt dem Speicher für Farben eine Farbe in hexadezimaler Codierung unter einem Namen und beliebig vieler Aliasse hinzu.
add(String, T) - Method in interface pi.resources.Container
Fügt die angegebene Ressource zu diesem Speicher hinzu.
Das hinzugefügte Element kann später aus dem Speicher abgerufen werden, indem get(resourceName) aufgerufen wird.
add(String, T) - Method in class pi.resources.ResourcesContainer
Fügt die angegebene Ressource zu diesem Speicher hinzu.
Das hinzugefügte Element kann später aus dem Speicher abgerufen werden, indem get(resourceName) aufgerufen wird.
add(URL, T) - Method in class pi.resources.ResourcesContainer
 
add(Mat22) - Method in class org.jbox2d.common.Mat22
Add this matrix to B, return the result.
add(Vec2) - Method in class org.jbox2d.common.Vec2
Return the sum of this vector and another; does not alter either one.
add(Vec3) - Method in class org.jbox2d.common.Vec3
 
add(Body) - Method in class org.jbox2d.dynamics.Island
 
add(Contact) - Method in class org.jbox2d.dynamics.Island
 
add(Joint) - Method in class org.jbox2d.dynamics.Island
 
add(Actor...) - Method in class pi.Layer
Fügt eine oder mehrere Figuren der Ebene hinzu.
add(Actor...) - Method in class pi.Scene
Fügt einen oder mehrere Actor-Objekte der Szene hinzu.
add(ConfigGroup...) - Method in class pi.config.ConfigLoader
Adds the specified configuration group to the configuration.
add(Vector) - Method in class pi.graphics.geom.Vector
Berechnet die effektive Bewegung, die dieser Vector und ein weiterer zusammen ausüben.
add(ColorScheme) - Method in class pi.resources.color.ColorSchemeContainer
Fügt ein Farbschema zum Container hinzu.
add(T) - Method in class pi.actor.Group
Fügt eine Figur zur Gruppe hinzu.
add(T) - Method in class pi.event.EventListeners
Meldet einen Beobachter an.
ADD_STATE - Enum constant in enum class org.jbox2d.collision.Collision.PointState
point was added in the update
addAlias(String, String...) - Method in class pi.resources.color.ColorContainer
Fügt Aliase für einen Farbnamen hinzu.
addAllBodies(Iterable<? extends Integer>) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
addAllBodies(Iterable<? extends Box2D.PbBody>) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
addAllFixtures(Iterable<? extends Box2D.PbFixture>) - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
addAllJoints(Iterable<? extends Integer>) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
addAllJoints(Iterable<? extends Box2D.PbJoint>) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
addAllNormals(Iterable<? extends Box2D.PbVec2>) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
addAllPoints(Iterable<? extends Box2D.PbVec2>) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
addAlphaChannel(BufferedImage) - Static method in class pi.util.ImageUtil
Ändert den Farbraum eines Bildes in den RGB-Farbraum mit Alphakanal (BufferedImage.TYPE_INT_ARGB).
addBlock(int, int, int) - Method in class tetris.tetrominos.Tetromino
Fügt einen Block ein.
addBlock(Block) - Method in class tetris.tetrominos.Grid
Fügt einen Block zum Blockgitter hinzu.
addBlocksToGrid() - Method in class tetris.tetrominos.Tetromino
Fügt alle Blöcke des Tetrominos in das Blockgitter ein.
addBodies(int) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
addBodies(int, Box2D.PbBody) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
addBodies(int, Box2D.PbBody.Builder) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
addBodies(Box2D.PbBody) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
addBodies(Box2D.PbBody.Builder) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
addBodiesBuilder() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
addBodiesBuilder(int) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
addBody(Body) - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJointDef
Adds a body to the group
addBodyAndJoint(Body, DistanceJoint) - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJointDef
Adds a body and the pre-made distance joint.
addCategory(String) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
addCell(Object...) - Method in class pi.graphics.boxes.TextTableBox
 
addChild(Box) - Method in class pi.graphics.boxes.TextBlockAlignBox
Fügt eine Kind-Box hinzu.
addChild(Box) - Method in class pi.graphics.boxes.ChildsBox
 
addClass(String, String, String) - Method in class cli.java2umltext.model.Document
 
addClearedListener(ResourcesContainerClearedListener) - Method in class pi.resources.ResourcesContainer
Add a new container listener to this instance that observes whenever this instance is cleared.
addCollisionListener(E, CollisionListener<E>) - Method in class pi.actor.Actor
Meldet einen neuen CollisionListener an, der auf alle Kollisionen zwischen dieser Figur und einer einzelnen collider-Figur reagiert.
addCollisionListener(Class<E>, CollisionListener<E>) - Method in class pi.actor.Actor
Meldet einen neuen CollisionListener an, der auf alle Kollisionen zwischen dieser Figur und einer Klasse anderen Figuren reagiert.
addCollisionListener(CollisionListener<Actor>) - Method in class pi.actor.Actor
Meldet einen neuen CollisionListener an, der auf alle Kollisionen reagiert, die dieser Figur mit seiner Umwelt erlebt.
addCompletionListener(Consumer<T>) - Method in class pi.animation.ValueAnimator
 
addContact(int, int) - Method in class org.jbox2d.particle.ParticleSystem
 
addContainerListener(ResourcesContainerListener<T>) - Method in class pi.resources.ResourcesContainer
Add a new container listener to this instance in order to observe resource life cycles.
addDefaultMovementListener() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
added(String, T) - Method in interface pi.resources.ResourcesContainerListener
This method gets called after the ResourcesContainer.add method was executed.
addedActors() - Method in class pi.Layer
Gibt alle Figuren, die bereits zur Ebene hinzugefügt und aber unter Umständen noch nicht in der Physics-Engine registriert wurden, als Liste zurück.
addedActors() - Method in class pi.Scene
Gibt alle Figuren, die bereits zu einer Ebene hinzugefügt und aber unter Umständen noch nicht in der Physiks-Engine registriert wurden, als Liste zurück.
addEdge(String, String) - Method in class pi.dsa.graph.Graph
Einfügen einer Kante in den Graphen.
addEdge(String, String, int) - Method in class pi.dsa.graph.Graph
Einfügen einer Kante in den Graphen.
addEdge(String, String, int, boolean) - Method in class pi.dsa.graph.Graph
Einfügen einer Kante in den Graphen.
addEdge(GraphEdge) - Method in class pi.dsa.graph.Graph
 
addEdgeIntoDataStructure(String, String, int, boolean) - Method in class pi.dsa.graph.Graph
Einfügen einer Kante in den Graphen.
addEdgeIntoDataStructure(String, String, int, boolean) - Method in class pi.dsa.graph.GraphArrayMatrix
 
addFixtures(int, Box2D.PbFixture) - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
addFixtures(int, Box2D.PbFixture.Builder) - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
addFixtures(Box2D.PbFixture) - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
addFixtures(Box2D.PbFixture.Builder) - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
addFixturesBuilder() - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
addFixturesBuilder(int) - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
addFrameListener(FrameListener) - Static method in class pi.Controller
Registriert einen statischen, d. h. globalen Beobachter, der auf Bildaktualisierungen reagiert.
addFrameListener(FrameListener) - Method in interface pi.event.FrameListenerRegistration
Fügt einen neuen FrameListener hinzu.
addGenerator(Vec2, int) - Method in class org.jbox2d.particle.VoronoiDiagram
Add a generator.
addGhost(Class<? extends Ghost>, double) - Method in class pacman.scenes.InstructionScene
 
addGrid(Grid) - Method in class tetris.tetrominos.Tetromino
Diese Methode wird benötigt, um Tetrominos außerhalb des Grids zu rotieren und dann in die gewünschte Endposition zu bringen.
addGridEdgesMovementListener() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
addHelpAndPanelListeners(Component, TestbedModel, AbstractTestbedController, int) - Static method in class org.jbox2d.testbed.framework.j2d.AWTPanelHelper
Adds common help text and listeners for awt-based testbeds.
addImageText(String, String, int, int) - Method in class pacman.scenes.InstructionScene
 
addJoints(int) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
addJoints(int, Box2D.PbJoint) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
addJoints(int, Box2D.PbJoint.Builder) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
addJoints(Box2D.PbJoint) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
addJoints(Box2D.PbJoint.Builder) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
addJointsBuilder() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
addJointsBuilder(int) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
addKeyframe(KeyFrame<Double>) - Method in class pi.animation.KeyFrames
 
addKeyStrokeListener(KeyStrokeListener) - Static method in class pi.Controller
Fügt einen statisch KeyStrokeListener hinzu, d. h. dieser KeyStrokeListener gilt global über das ganze Spiel und ist unabhängig von der aktuellen Szene.
addKeyStrokeListener(KeyStrokeListener) - Method in interface pi.event.KeyStrokeListenerRegistration
Fügt einen statisch KeyStrokeListener hinzu, d. h. dieser KeyStrokeListener gilt global über das ganze Spiel und ist unabhängig von der aktuellen Szene.
addLayer(Layer) - Method in class pi.Scene
Fügt der Szene eine neue Ebene hinzu.
addListener(int, Runnable) - Method in class pi.event.PressedKeyRepeater
Fügt einen Beobachter hinzu, der auf gedrückt gehaltene Tasten reagiert; dabei kann die Tastennummer und die sich wiederholende Aufgabe angegeben werden.
addListener(int, Runnable, double, double) - Method in class pi.event.PressedKeyRepeater
Fügt einen Beobachter hinzu, der auf gedrückt gehaltene Tasten reagiert; dabei kann die Tastennummer, die sich wiederholende Aufgabe, das Zeitintervall der Wiederholung und anfängliche Verzögerung angegeben werden.
addListener(int, Runnable, Runnable) - Method in class pi.event.PressedKeyRepeater
Fügt einen Beobachter hinzu, der auf gedrückt gehaltene Tasten reagiert; dabei kann die Tastennummer, die sich wiederholende Aufgabe und die abschließende einmalige Aufgabe angegeben werden.
addListener(int, Runnable, Runnable, Runnable) - Method in class pi.event.PressedKeyRepeater
Fügt einen Beobachter hinzu, der auf gedrückt gehaltene Tasten reagiert; dabei kann die Tastennummer, die anfängliche einmalige Aufgabe, die sich wiederholende Aufgabe und abschließende einmalige Aufgabe angegeben werden.
addListeners() - Method in class org.jbox2d.testbed.framework.j2d.TestbedSidePanel
 
addLocal(float, float) - Method in class org.jbox2d.common.Vec2
Adds values to this vector and returns result - alters this vector.
addLocal(Mat22) - Method in class org.jbox2d.common.Mat22
Add B to this matrix locally.
addLocal(Vec2) - Method in class org.jbox2d.common.Vec2
Add another vector to this one and returns result - alters this vector.
addLocal(Vec3) - Method in class org.jbox2d.common.Vec3
 
addMana(int) - Method in class demos.small_games.dude.GameData
 
addManipulator(ResourceManipulator<T>) - Method in class pi.resources.ResourcesContainer
Fügt einen Ressourcen-Manipulator zu diesem Ressourcenspeicher hinzu.
addMapping(char, String) - Method in class pi.actor.ImageText.Font
Ordnet einem Zeichen einem Bilder-Dateinamen zu.
addMoney(int) - Method in class demos.small_games.dude.GameData
 
addMountListener(Runnable) - Method in class pi.actor.Actor
Fügt einen Beobachter hinzu, der ausgeführt wird, sobald das Objekt angemeldet wurde.
addMouseClickListener(MouseClickListener) - Static method in class pi.Controller
 
addMouseClickListener(MouseClickListener) - Method in interface pi.event.MouseClickListenerRegistration
 
addMouseScrollListener(MouseScrollListener) - Static method in class pi.Controller
 
addMouseScrollListener(MouseScrollListener) - Method in interface pi.event.MouseScrollListenerRegistration
Fügt einen Beobachter, der auf Bewegungen des Mausrads reagiert, zum Behälter hinzu.
addMovementListener(Predicate<Compass>) - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
addNode(String) - Method in class pi.dsa.graph.Graph
Fügt einen neuen Knoten in den Graphen ein.
addNode(String, double, double) - Method in class pi.dsa.graph.Graph
Fügt einen neuen Knoten in den Graphen ein.
addNode(GraphNode) - Method in class pi.dsa.graph.Graph
Fügt eine Kopie des übergebenen GraphNode-Objekt dem Graphen hinzu.
addNodeIntoDataStructure(String, double, double) - Method in class pi.dsa.graph.Graph
Fügt einen neuen Knoten in den Datenstruktur (z.B.
addNodeIntoDataStructure(String, double, double) - Method in class pi.dsa.graph.GraphArrayMatrix
 
addNormals(int, Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
addNormals(int, Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
addNormals(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
addNormals(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
addNormalsBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
addNormalsBuilder(int) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
addObstaclesMovementListener() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
addOnCompleteListener(Runnable) - Method in class pi.actor.Animation
Fügt einen Beobachter hinzu.
addPair(Object, Object) - Method in interface org.jbox2d.callbacks.PairCallback
 
addPair(Object, Object) - Method in class org.jbox2d.dynamics.ContactManager
Broad-phase callback.
addPlaybackListener(PlaybackListener) - Method in class pi.resources.sound.Playback
Adds a SoundPlaybackListener to this instance.
addPoints(int, Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
addPoints(int, Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
addPoints(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
addPoints(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
addPointsBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
addPointsBuilder(int) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
addRelationship(Relationship) - Method in class cli.java2umltext.model.Document
 
addReleaseListener(Runnable) - Method in class pi.physics.joints.Joint
Fügt einen Beobachter hinzu, der ausgeführt wird, sobald die Verbindung gelöst wird.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
addSceneLaunchListener(SceneLaunchListener) - Static method in class pi.Controller
 
addScheme(ColorScheme) - Method in class pi.resources.color.ColorContainer
Fügt alle Farben eines Farbschemas dem Speicher für Farben hinzu.
addSetting(TestbedSetting) - Method in class org.jbox2d.testbed.framework.TestbedSettings
Adds a settings to the settings list
addSound(SoundPlayback) - Method in class pi.resources.sound.AudioEngine
Fügt eine Klangwiedergabe zur internen Verwaltung hinzu.
addSound(SoundPlayback) - Static method in class pi.resources.sound.Jukebox
 
addState(State, double, BufferedImage...) - Method in class pi.actor.StatefulImagesAnimation
Fügt der Animation einen neuen Zustand hinzu.
addState(State, double, String...) - Method in class pi.actor.StatefulImagesAnimation
Fügt der Animation einen neuen Zustand hinzu.
addState(State, int, int, String) - Method in class pi.actor.StatefulSpritesheetAnimation
 
addState(State, BufferedImage...) - Method in class pi.actor.StatefulImagesAnimation
Fügt der Animation einen neuen Zustand hinzu.
addState(State, String) - Method in class pi.actor.StatefulAnimatedGifAnimation
 
addState(State, String...) - Method in class pi.actor.StatefulImagesAnimation
Fügt der Animation einen neuen Zustand hinzu.
addState(State, String, int, int) - Method in class pi.actor.StatefulSpritesheetAnimation
 
addState(State, Animation) - Method in class pi.actor.StatefulAnimation
Fügt dieser Animation einen neuen Zustand zu hinzu.
addState(T, double, String, String) - Method in class pi.actor.StatefulImagesPrefixAnimation
Lädt alle Bilddateien mit einem bestimmten Präfix in einem bestimmten Verzeichnis in eine Animation.
addState(T, String, String) - Method in class pi.actor.StatefulImagesPrefixAnimation
Lädt alle Bilddateien mit einem bestimmten Präfix in einem bestimmten Verzeichnis in eine Animation.
addTest(TestbedTest) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
addTestChangeListener(TestbedModel.TestChangedListener) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
addTextLine(String) - Method in class org.jbox2d.testbed.framework.TestbedTest
Adds a text line to the reporting area
addToScene(Scene) - Method in class pi.actor.Group
Fügt alle Figuren dieser Gruppe der angegebenen Scene hinzu.
addUnmountListener(Runnable) - Method in class pi.actor.Actor
Fügt einen Beobachter hinzu, der ausgeführt wird, sobald das Objekt abgemeldet wurde.
advance(float) - Method in class org.jbox2d.common.Sweep
Advance the sweep forward, yielding a new initial state.
advance(float) - Method in class org.jbox2d.dynamics.Body
 
afterEachDraw() - Method in class pi.dsa.turtle.graphics.KochSnowflakeTurtleGraphics
 
afterEachDraw() - Method in class pi.dsa.turtle.graphics.LevyCCurveTurtleGraphics
 
afterEachDraw() - Method in class pi.dsa.turtle.TurtleGraphicsSeries
Wird nach jedem Aufruf der draw()-Methode ausgeführt.
afterRepeat - Variable in class pi.dsa.turtle.TurtleGraphicsSeries
 
afterSeries() - Method in class pi.dsa.turtle.TurtleGraphicsSeries
Wird ganz am Ende der Grafik-Reihe ausgeführt, also nachdem alle draw()-Methode-Aufrufe stattfanden.
afterTime - Variable in class org.jbox2d.testbed.framework.AbstractTestbedController
 
AggregateFrameListener - Class in pi.event
Aggregiert mehrere FrameListener, um sie gemeinsam pausieren zu können.
AggregateFrameListener() - Constructor for class pi.event.AggregateFrameListener
 
alias(String, T) - Method in class pi.resources.ResourcesContainer
Ruft einen Alias für den angegebenen resourceName ab.
aliases() - Method in class pi.resources.color.NamedColor
 
aliases(List<String>) - Method in class pi.resources.color.NamedColor
 
aliasesFormatted() - Method in class pi.resources.color.NamedColor
 
align(String, int, HAlign) - Static method in class pi.util.TextUtil
Richtet den gegebenen Text gemäß einer bestimmten Zeilenbreite und einer gewünschten Textausrichtung aus.
align(String, HAlign) - Static method in class pi.util.TextUtil
Richtet den gegebenen Text gemäß einer gewünschten Textausrichtung aus.
AlignmentDemo - Class in demos.classes.actor.image_text
Demonstriert die Textausrichtung eines Bilderschriftarttextes.
AlignmentDemo() - Constructor for class demos.classes.actor.image_text.AlignmentDemo
 
all(T) - Method in class blockly_robot.robot.Solver
 
AllDialogsDemo - Class in demos.docs.main_classes.controller
Demonstriert die Klasse DialogLauncher.
AllDialogsDemo() - Constructor for class demos.docs.main_classes.controller.AllDialogsDemo
 
allExtensions() - Static method in enum class pi.resources.sound.SoundFormat
Gibt alle unterstützten Dateiendungen als Feld/Array zurück.
allMusic() - Method in class pi.resources.sound.AudioEngine
Liefert eine Liste mit allen Musikwiedergaben.
allocateBuffers() - Method in class pi.graphics.RenderPanel
Muss aufgerufen werden, nachdem das Fenster sichtbar ist, um die BufferStrategy zu erzeugen.
ALLOW_SLEEP_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
ALLOW_SLEEP_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbWorld
 
allowSleep - Variable in class org.jbox2d.dynamics.BodyDef
Set this flag to false if this body should never fall asleep.
AllowSleep - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
allSides(int) - Method in class pi.graphics.boxes.InsetBox
Setzt den Außenabstand aller Seiten in Pixel.
allSounds() - Method in class pi.resources.sound.AudioEngine
Liefert eine Liste mit allen Klangwiedergaben.
alpha0 - Variable in class org.jbox2d.common.Sweep
Fraction of the current time step in the range [0,1] c0 and a0 are the positions at alpha0.
AlphanumComparator - Class in pi.util
This is an updated version with enhancements made by Daniel Migowski, Andre Bogus, and David Koelle.
AlphanumComparator() - Constructor for class pi.util.AlphanumComparator
 
amount() - Method in class pi.actor.Counter
Gibt den Betrag, um den der Zähler erhöht oder erniedrigt wird.
amount(int) - Method in class pi.actor.Counter
Setzt den Betrag, um den der Zähler erhöht oder erniedrigt wird.
anchor() - Method in class pi.actor.Actor
Gibt die Anker-Position dieses Actor-Objekts aus.
anchor() - Method in class pi.physics.BodyHandler
 
anchor() - Method in class pi.physics.NullHandler
 
anchor(double, double) - Method in class pi.actor.Actor
Setzt die Anker-Position des Actor-Objektes gänzlich neu auf der Zeichenebene.
anchor(int, int) - Method in class pi.graphics.boxes.Box
Setzt die x- und y-Koordinate der linken oberen Ecke in Pixel.
anchor(Vector) - Method in class pi.actor.Actor
Setzt die Position des Objektes gänzlich neu auf der Zeichenebene.
anchorformatted() - Method in class pi.actor.Actor
Gibt die Anker-Position formatiert als Zeichenkette aus.
ANDROID - Enum constant in enum class pi.resources.color.PredefinedColorScheme
Ein Farbschema nach den Farben des Android Material-Designs .
angle - Variable in class org.jbox2d.dynamics.BodyDef
The world angle of the body in radians.
angle - Variable in class org.jbox2d.particle.ParticleGroupDef
The world angle of the group in radians.
angle() - Method in class pi.graphics.geom.DirectedLineSegment
Gibt den Winkel zurück, den die Strecke mit der x-Achse bildet.
angle() - Method in class pi.graphics.geom.Vector
Gibt den Winkel dieses Vektors in Grad zurück.
angle(Vector) - Method in class pi.graphics.geom.Vector
Berechnet den Winkel zwischen diesem Vektor und einem weiteren in Grad.
ANGLE - Enum constant in enum class pi.animation.tweening.TweenType
 
ANGLE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
ANGULAR_DAMPING_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
ANGULAR_VELOCITY_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
angularA - Variable in class org.jbox2d.dynamics.joints.Jacobian
 
angularB - Variable in class org.jbox2d.dynamics.joints.Jacobian
 
angularDamping - Variable in class org.jbox2d.dynamics.Body
Angular damping is used to reduce the angular velocity.
angularDamping - Variable in class org.jbox2d.dynamics.BodyDef
Angular damping is used to reduce the angular velocity.
angularDamping() - Method in class pi.actor.Actor
Gibt die Dämpfung der Rotationsgeschwindigkeit zurück.
angularDamping() - Method in class pi.physics.BodyHandler
 
angularDamping() - Method in class pi.physics.NullHandler
 
angularDamping(double) - Method in class pi.actor.Actor
Setzt die Dämpfung der Rotationsgeschwindigkeit.
angularDamping(double) - Method in class pi.physics.BodyHandler
 
angularDamping(double) - Method in class pi.physics.NullHandler
 
angularOffset - Variable in class org.jbox2d.dynamics.joints.MotorJointDef
The bodyB angle minus bodyA angle in radians.
angularSleepTolerance - Static variable in class org.jbox2d.common.Settings
A body cannot sleep if its angular velocity is above this tolerance.
angularSlop - Static variable in class org.jbox2d.common.Settings
A small angle used as a collision and constraint tolerance.
angularVelocity - Variable in class org.jbox2d.dynamics.Body
The angular velocity of the body.
angularVelocity - Variable in class org.jbox2d.dynamics.BodyDef
The angular velocity of the body.
angularVelocity - Variable in class org.jbox2d.particle.ParticleGroupDef
The angular velocity of the group.
angularVelocity() - Method in class pi.actor.Actor
Gibt die aktuelle Drehgeschwindigkeit aus.
angularVelocity() - Method in class pi.physics.BodyHandler
 
angularVelocity() - Method in class pi.physics.NullHandler
 
angularVelocity(double) - Method in class pi.actor.Actor
Setzt die Drehgeschwindigkeit "hart" für dieses Objekt.
angularVelocity(double) - Method in class pi.physics.BodyHandler
 
angularVelocity(double) - Method in class pi.physics.NullHandler
 
animateColor(double, Color) - Method in class pi.actor.Actor
Animiert die Farbe des aktuellen Objekts.
ANIMATED_IMAGE - Enum constant in enum class pi.dsa.turtle.TurtleDressType
Als animiertes Bild
animateOpacity(double, double) - Method in class pi.actor.Actor
Animiert die Durchsichtigkeit dieses Actor-Objekts über einen festen Zeitraum: Beginnend von der aktuellen Durchsichtigkeit, ändert sie sich "smooth" (mit EaseInOutDouble-Interpolation) vom aktuellen Durchsichtigkeits-Wert (die Ausgabe von Actor.opacity()) bis hin zum angegebenen Durchsichtigkeitswert.
animateParticle(double) - Method in class pi.actor.Actor
Setzt den BodyType auf PARTICLE und animiert das Partikel, sodass es ausblasst und nach der Lebenszeit komplett verschwindet.
animation - Variable in class pi.dsa.turtle.TurtleController
Steuert die Animationen, die während des Malprozesses der Schildkröte zu sehen sind.
Animation - Class in pi.actor
Eine Animation ist eine Figur, die aus mehreren Einzelbildern (Frames) besteht.
Animation(Animation) - Constructor for class pi.actor.Animation
Copy-Konstruktor, damit Vererbung genutzt werden kann.
AnimationDemo - Class in demos.classes.actor
Demonstiert die Klasse Animation.
AnimationDemo() - Constructor for class demos.classes.actor.AnimationDemo
 
AnimationMode - Enum Class in pi.animation
Definiert die verschiedenen Modi für Animationen.
animationPaused(boolean) - Method in class pi.actor.StatefulAnimation
Setzt, ob diese StatefulAnimation animiert werden soll.
AnsiColor - Class in pi.debug
Hilfsklasse zum Einfärben von Texten mit ANSI-Escapesequenzen für die Konsole.
antiAliasing(Graphics2D, boolean) - Static method in class pi.util.Graphics2DUtil
Die Kantenglättung (Antialiasing) ein- oder ausschalten.
API - Annotation Interface in pi.annotations
Diese Annotation markiert Methoden, die Schüler verwenden sollen.
append(String, Object) - Method in class pi.debug.ToStringFormatter
Fügt das Schlüssel-Wert-Paar eines Felds ans Ende der Feldliste hinzu.
append(String, Object, String) - Method in class pi.debug.ToStringFormatter
Fügt das Schlüssel-Wert-Paar eines Felds mit Einheit ans Ende der Feldliste hinzu.
append(T[], T) - Static method in class pi.util.ArrayUtil
Adds the specified item to the input array and returns a new array instance with the length of the input array +1.
appendFlags(int) - Method in class org.jbox2d.callbacks.DebugDraw
 
apply(TurtleScene) - Method in class pi.dsa.turtle.InitialTurtleState
Wendet den Anfangszustand auf eine Schildkröte an.
applyAngularImpulse(float) - Method in class org.jbox2d.dynamics.Body
Apply an angular impulse.
applyForce(double, double) - Method in class pi.actor.Actor
Wirkt eine Kraft auf den Schwerpunkt des Objekts.
applyForce(Vec2, Vec2) - Method in class org.jbox2d.dynamics.Body
Apply a force at a world point.
applyForce(Vector) - Method in class pi.actor.Actor
Wirkt eine Kraft auf den Schwerpunkt des Objekts.
applyForce(Vector) - Method in class pi.physics.BodyHandler
 
applyForce(Vector) - Method in class pi.physics.NullHandler
 
applyForce(Vector, Vector) - Method in class pi.actor.Actor
Wirkt eine Kraft auf einem bestimmten Punkt in der Welt.
applyForce(Vector, Vector) - Method in class pi.physics.BodyHandler
 
applyForce(Vector, Vector) - Method in class pi.physics.NullHandler
 
ApplyForce - Class in org.jbox2d.testbed.tests
 
ApplyForce() - Constructor for class org.jbox2d.testbed.tests.ApplyForce
 
ApplyForceDemo - Class in demos.physics.single_aspects
Demonstriert die Methode Actor.applyForce(double,double)
ApplyForceDemo() - Constructor for class demos.physics.single_aspects.ApplyForceDemo
 
applyForceToCenter(Vec2) - Method in class org.jbox2d.dynamics.Body
Apply a force to the center of mass.
applyImpulse(double, double) - Method in class pi.actor.Actor
Wirkt einen Impuls auf den Schwerpunkt des Objekts.
applyImpulse(Vector) - Method in class pi.actor.Actor
Wirkt einen Impuls auf den Schwerpunkt des Objekts.
applyImpulse(Vector, Vector) - Method in class pi.actor.Actor
Wirkt einen Impuls an einem bestimmten Punkt in der Welt.
applyImpulse(Vector, Vector) - Method in class pi.physics.BodyHandler
 
applyImpulse(Vector, Vector) - Method in class pi.physics.NullHandler
 
ApplyImpulseDemo - Class in demos.physics.single_aspects
Demonstriert die Methode Actor.applyImpulse(double,double)
ApplyImpulseDemo() - Constructor for class demos.physics.single_aspects.ApplyImpulseDemo
 
applyImpulseToBall() - Method in class demos.small_games.pong.PongTable
Wendet einen zufälligen Startimpuls auf den Ball an.
applyLinearImpulse(Vec2, Vec2, boolean) - Method in class org.jbox2d.dynamics.Body
Apply an impulse at a point.
applyMountCallbacks(PhysicsHandler) - Method in class pi.physics.BodyHandler
 
applyMountCallbacks(PhysicsHandler) - Method in class pi.physics.NullHandler
 
applyPhysicSettings(Actor) - Method in class pi.actor.Logo
 
applyRotationImpulse(double) - Method in class pi.actor.Actor
 
applyRotationImpulse(double) - Method in class pi.physics.BodyHandler
 
applyRotationImpulse(double) - Method in class pi.physics.NullHandler
 
ApplyRotationImpulseDemo - Class in demos.physics.single_aspects
Demonstriert die Methode Actor.applyRotationImpulse(double)
ApplyRotationImpulseDemo() - Constructor for class demos.physics.single_aspects.ApplyRotationImpulseDemo
 
applyTorque(double) - Method in class pi.actor.Actor
Wirkt ein Drehmoment auf das Objekt.
applyTorque(double) - Method in class pi.physics.BodyHandler
 
applyTorque(double) - Method in class pi.physics.NullHandler
 
applyTorque(float) - Method in class org.jbox2d.dynamics.Body
Apply a torque.
ApplyTorqueDemo - Class in demos.physics.single_aspects
Demonstriert die Methode Actor.applyTorque(double)
ApplyTorqueDemo() - Constructor for class demos.physics.single_aspects.ApplyTorqueDemo
 
arrayCopy(T[]) - Static method in class pi.util.ArrayUtil
Creates a copy of the specified array.
ArrayUtil - Class in pi.util
Eine Sammlung von statischen Hilfsmethoden für Feld/Array-Operationen.
arrow() - Method in class pi.actor.Line.End
Gibt die Art der Pfeilspitze zurück.
arrow(boolean) - Method in class pi.actor.Line.End
Setzt, ob eine Pfeilspitze (als Winkel) gezeichnet werden soll oder nicht.
arrow(Line.ArrowType) - Method in class pi.actor.Line.End
Setzt die Art der Pfeilspitze.
ARROW - Enum constant in enum class pi.dsa.turtle.TurtleDressType
Als Pfeil
arrowAngle() - Method in class pi.actor.Line.End
Gibt den Winkel der Pfeilspitze in Grad zurück.
arrowAngle(double) - Method in class pi.actor.Line.End
Setzt den Winkel der Pfeilspitze in Grad.
ArrowDemo - Class in demos.graphics2d
Demonstiert wie man eine Pfeilspitze einzeichnet als GleichschenkligesGleichschenkliges Dreieck unter Verwendung der Vektor-Klasse Die beiden gleich langen Seiten heißen Schenkel, die dritte Seite heißt Basis.
ArrowDemo() - Constructor for class demos.graphics2d.ArrowDemo
 
arrowSideLength() - Method in class pi.actor.Line.End
Gibt die Seitenlänge der Pfeilspitze in Meter zurück.
arrowSideLength(double) - Method in class pi.actor.Line.End
Setzt die Seitenlänge der Pfeilspitze in Meter.
aspectRatio() - Method in class pi.actor.BoxActor
Berechnet das Seitenverhältnis der Figur.
aspectRatio() - Method in class pi.actor.Image
Berechnet das Seitenverhältnis des Bildes.
AssembledLevel - Class in blockly_robot.robot.gui.level
Die Figuren und Hintergründe, die erzeugt wurden, um eine Version einer Trainingsaufgabe zeichnen zu können.
AssembledLevel(Level, Scene, double, double) - Constructor for class blockly_robot.robot.gui.level.AssembledLevel
 
assembledLevels() - Method in class blockly_robot.robot.gui.scenes.LevelsScene
 
aStore - Variable in class org.jbox2d.testbed.perf.MathPerf
 
aStore - Variable in class org.jbox2d.testbed.perf.PoolingPerf
 
aStore - Static variable in class org.jbox2d.testbed.perf.StackTest
 
ASTVisitor - Class in cli.java2umltext
 
ASTVisitor(String, Client.Config) - Constructor for class cli.java2umltext.ASTVisitor
 
AT_LOWER - Enum constant in enum class org.jbox2d.dynamics.joints.LimitState
 
AT_UPPER - Enum constant in enum class org.jbox2d.dynamics.joints.LimitState
 
atan2(float, float) - Static method in class org.jbox2d.common.MathUtils
 
atPosition(double, double) - Method in record class pi.graphics.geom.Bounds
Gibt ein neues Bounds mit selber Höhe und Breite, jedoch einer bestimmten, zu definierenden Position.
Diese Position ist die der linken unteren Ecke des BoundingRechtecks.
AudioDebugBox - Class in pi.resources.sound
 
AudioDebugBox() - Constructor for class pi.resources.sound.AudioDebugBox
 
AudioDebugScene - Class in demos.classes.resources.sound
 
AudioDebugScene() - Constructor for class demos.classes.resources.sound.AudioDebugScene
 
AudioEngine - Class in pi.resources.sound
Die AudioEngine-Klasse bietet Methoden an, um Klänge (Sound) und Musik (Music) im Spiel wiederzugeben.
authors - Variable in class blockly_robot.robot.data.model.TaskData
Zum Beispiel: „Jens Beuckenhauer“
AUTO_CLEAR_FORCES_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbWorld
 
autoSleepFlag - Static variable in class org.jbox2d.dynamics.Body
 
AutoStartTurtleController - Class in pi.dsa.turtle
Eine Schildkrötenszene, die automatisch startet, d. h. die automatisch ein Fenster öffnet.
AutoStartTurtleController() - Constructor for class pi.dsa.turtle.AutoStartTurtleController
 
autoWithdraw - Variable in class blockly_robot.robot.data.model.GridInfosData
Nicht in der blocky-robot-lib definiert auf GridInfosData Ebene.
autoWithdraw - Variable in class blockly_robot.robot.data.model.ItemData
 
autoWithdraw() - Method in class blockly_robot.robot.logic.Task
 
awake - Variable in class org.jbox2d.dynamics.BodyDef
Is this body initially awake or sleeping?
awake() - Method in class pi.actor.Actor
Weckt die Figur auf.
awake(boolean) - Method in class pi.physics.BodyHandler
Legt den Schlafzustand des Körpers fest.
awake(boolean) - Method in class pi.physics.NullHandler
Legt den Schlafzustand des Körpers fest.
AWAKE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
awakeFlag - Static variable in class org.jbox2d.dynamics.Body
 
AWTPanelHelper - Class in org.jbox2d.testbed.framework.j2d
 
AWTPanelHelper() - Constructor for class org.jbox2d.testbed.framework.j2d.AWTPanelHelper
 
axisParallelRectangular(double, double, double, double) - Static method in class pi.physics.FixtureBuilder
Erstellt eine rechteckige Form, die parallel zu den Koordinatenachsen läuft.

B

b - Variable in class demos.classes.physics.joints.WeldJointDemo
 
b - Variable in class org.jbox2d.particle.ParticleColor
 
BACK_IN - Enum constant in enum class pi.animation.tweening.TweenFunction
 
BACK_INOUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
BACK_OUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
background - Variable in class pi.dsa.turtle.TurtleController
Steuert die Malfläche, also den Hintergrund, auf dem die Schildkröte malt.
background - Variable in class pi.graphics.boxes.FramedBox
 
background - Variable in class pi.graphics.SceneInfoOverlay
 
background - Variable in class tetris.scenes.BaseScene
Das Hintergrundbild
background() - Method in class pi.actor.Grid
Gibt die Hintergrundfarbe zurück.
background(Color) - Method in class pi.actor.Grid
Setzt die Hintergrundfarbe.
BackgroundBox - Class in pi.graphics.boxes
Unterlegt eine Kind-Box mit einer Hintergrundfarbe.
BackgroundBox() - Constructor for class pi.graphics.boxes.BackgroundBox
 
BackgroundBox(Box) - Constructor for class pi.graphics.boxes.BackgroundBox
 
BackgroundBoxDemo - Class in demos.classes.graphics.boxes
 
BackgroundBoxDemo() - Constructor for class demos.classes.graphics.boxes.BackgroundBoxDemo
 
backgroundColor - Variable in class blockly_robot.robot.data.model.GridInfosData
Ist in https://jwinf.de/tasks/jwinf/_common/modules/pemFioi/blocklyRobot_lib-1.1.js definiert
backgroundColor() - Method in class blockly_robot.robot.logic.level.Level
 
backgroundColor() - Method in class blockly_robot.robot.logic.Task
Returns the background color.
backgroundColor() - Method in class pi.Scene
Gibt die Hintergrundfarbe zurück.
backgroundColor(Color) - Method in class pi.Scene
Setzt die Hintergrundfarbe durch Angabe eines Color-Objekts.
backgroundColor(String) - Method in class pi.Scene
Setzt die Hintergrundfarbe als Zeichenkette.
backward() - Method in class pi.dsa.turtle.TurtleController
Bewegt die Schildkröte in Blickrichtung 3 Meter nach hinten, also rückwärts.
backward(double) - Method in class pi.dsa.turtle.TurtleController
Bewegt die Schildkröte in Blickrichtung die angegebene Entfernung nach hinten, also rückwärts.
backwards() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.Robot
gehe rückwärts
backwards() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
backwards() - Method in interface blockly_robot.robot.logic.robot.Robot
 
backwards() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
bagInit - Variable in class blockly_robot.robot.data.model.GridInfosData
Found in contextParams.json
bagInit() - Method in class blockly_robot.robot.logic.Task
 
BagInit - Class in blockly_robot.robot.data.model
 
BagInit() - Constructor for class blockly_robot.robot.data.model.BagInit
 
bagPacker() - Method in class blockly_robot.robot.logic.context.Context
 
BagPacker - Class in blockly_robot.robot.logic.item.relocation
Gegenstände in die Tasche (Bag) packen.
BagPacker(Context) - Constructor for class blockly_robot.robot.logic.item.relocation.BagPacker
 
bagSize - Variable in class blockly_robot.robot.data.model.GridInfosData
 
bagSize() - Method in class blockly_robot.robot.logic.Task
 
Ball - Class in demos.billard
 
Ball - Class in demos.small_games.pong
Der Ball des Pong-Spiels.
Ball() - Constructor for class demos.billard.Ball
 
Ball() - Constructor for class demos.small_games.pong.Ball
 
BallThrowDemo - Class in demos
Eine einfache Demonstration der Engine-Physik durch eine Ball-Wurf-Simulation.
BallThrowDemo() - Constructor for class demos.BallThrowDemo
 
baseline - Variable in class pi.resources.font.FontStringBounds
Der Abstand der linken oberen Ecke des Rechtecks zur Grundlinie des Textes in Pixel (positiver Wert).
basePath() - Method in class pi.actor.ImageText.Font
Gibt dem Pfad zu einem Ordner, in dem die Bilder der einzelnen Buchstaben liegen, zurück.
basePath(String) - Method in class pi.actor.ImageText.Font
Setzt den Pfad zu einem Ordner, in dem die Bilder der einzelnen Buchstaben liegen.
BaseScene - Class in pacman.scenes
 
BaseScene - Class in tetris.scenes
Die Basisszene setzt ein Hintergrundbild an die Position (-2,0) und fokussiert dieses Bild.
BaseScene() - Constructor for class pacman.scenes.BaseScene
 
BaseScene(String) - Constructor for class tetris.scenes.BaseScene
 
basic - Variable in class blockly_robot.robot.data.model.MaxInstructionsData
 
BasicPerformanceTest - Class in org.jbox2d.profile
 
BasicPerformanceTest(int, int, int) - Constructor for class org.jbox2d.profile.BasicPerformanceTest
 
BasicPerformanceTest.ResultFormat - Enum Class in org.jbox2d.profile
 
BasketballThrowDemo - Class in demos
 
BasketballThrowDemo() - Constructor for class demos.BasketballThrowDemo
 
baumgarte - Static variable in class org.jbox2d.common.Settings
This scale factor controls how fast overlap is resolved.
beforeAdd(String, T) - Method in interface pi.resources.ResourceManipulator
Wird ausgeführt, bevor eine Resource zum Resourcenspeicher hinzugefügt wird.
beforeEachDraw() - Method in class pi.dsa.turtle.TurtleGraphicsSeries
Wird vor jedem Aufruf der draw()-Methode ausgeführt.
beforeRepeat - Variable in class pi.dsa.turtle.TurtleGraphicsSeries
 
beforeSeries() - Method in class pi.dsa.turtle.TurtleGraphicsSeries
Wird ganz am Anfang der Grafik-Reihe ausgeführt, also nachdem alle draw()-Methode-Aufrufe stattfanden.
beforeTime - Variable in class org.jbox2d.testbed.framework.AbstractTestbedController
 
begin() - Method in class pi.animation.tweening.Tween
Begins the Tween by setting its start time to the current game time in ticks.
begin(Tweenable, TweenType, int) - Method in class pi.animation.tweening.TweenEngine
Begins a new Tween.
beginContact(Contact) - Method in interface org.jbox2d.callbacks.ContactListener
Called when two fixtures begin to touch.
beginContact(Contact) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
beginContact(Contact) - Method in class org.jbox2d.testbed.tests.SensorTest
 
beginContact(Contact) - Method in class pi.physics.WorldHandler
Wird aufgerufen, wenn zwei Halterungen (Fixture) beginnen sich zu berühren.
below(double) - Method in record class pi.graphics.geom.Bounds
Berechnet, ob dieses Rechteck unter einer Grenze liegt, und wenn nicht, dann berechnet es eines, das gerade so an der Obergrenze liegt.
bgColor - Variable in class pi.util.GifDecoder
 
bgIndex - Variable in class pi.util.GifDecoder
 
BillardDemo - Class in demos.billard
 
BillardDemo() - Constructor for class demos.billard.BillardDemo
 
black() - Method in class pi.resources.color.ColorScheme
Gibt die Farbe Schwarz (englisch: black) zurück.
black(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Farbe Schwarz (englisch: black) durch Angabe des Rot-, Grün- und Blau-Anteils.
black(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Farbe Schwarz (englisch: black).
black(Object) - Static method in class pi.debug.AnsiColor
Wandelt ein Objekt in einen schwarzen Text um.
black(String) - Method in class pi.resources.color.ColorScheme
Setzt die Farbe Schwarz (englisch: black) in hexadezimaler Codierung (z.B.
BLACK - Static variable in class org.jbox2d.common.Color3f
 
BLACK - Static variable in class pi.debug.AnsiColor
ANSI-Sequenz für schwarze Schrift.
Blinky - Class in pacman.actors
 
Blinky() - Constructor for class pacman.actors.Blinky
 
BlobTest4 - Class in org.jbox2d.testbed.tests
 
BlobTest4() - Constructor for class org.jbox2d.testbed.tests.BlobTest4
 
block - Variable in class pi.util.GifDecoder
 
Block - Class in tetris.tetrominos
 
Block(Scene, String, int, int) - Constructor for class tetris.tetrominos.Block
 
BLOCK_SIZE - Static variable in class tetris.Tetris
Die Größe eines Blocks in Pixeln.
BlockDebugScene - Class in tetris.debug
 
BlockDebugScene() - Constructor for class tetris.debug.BlockDebugScene
 
BlockDeluxe - Class in tetris.tetrominos
 
BlockDeluxe(Scene, String, int, int) - Constructor for class tetris.tetrominos.BlockDeluxe
 
BlockDeluxe(Scene, String, String, int, int) - Constructor for class tetris.tetrominos.BlockDeluxe
 
blockingFilter - Variable in class blockly_robot.robot.data.model.GridInfosData
Found in contextParams.json
blockly_robot - package blockly_robot
 
blockly_robot.jwinf.de - package blockly_robot.jwinf.de
Die Trainingsaufgaben mit deutschen Klassen- und Methodennamen.
blockly_robot.jwinf.de.trainingsaufgaben.bedingte_anweisungen_uebungen - package blockly_robot.jwinf.de.trainingsaufgaben.bedingte_anweisungen_uebungen
Bedingte Anweisungen – Übungen
blockly_robot.jwinf.de.trainingsaufgaben.bedingte_anweisungen_uebungen.zuende_alle_kerzen_an - package blockly_robot.jwinf.de.trainingsaufgaben.bedingte_anweisungen_uebungen.zuende_alle_kerzen_an
Zünde alle Kerzen an
blockly_robot.jwinf.en.tasks - package blockly_robot.jwinf.en.tasks
blockly_robot.jwinf.en.tasks.challenge_competition_2019_round1_7_13.move_boxes - package blockly_robot.jwinf.en.tasks.challenge_competition_2019_round1_7_13.move_boxes
https://jwinf.de/task/975
blockly_robot.jwinf.en.tasks.conditionals_excercises - package blockly_robot.jwinf.en.tasks.conditionals_excercises
blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination - package blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination
Finde das Ziel Programmiere den Roboter: Der Roboter soll die rote Flagge erreichen.
blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake - package blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake
Finde den Weg zum See Programmiere den Roboter: Der Roboter möchte schwimmen gehen.
blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles - package blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles
blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle - package blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle
blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles - package blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles
blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms - package blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms
blockly_robot.jwinf.en.tasks.difficult_tasks_exercises - package blockly_robot.jwinf.en.tasks.difficult_tasks_exercises
Schwere Aufgaben - Übungen
blockly_robot.jwinf.en.tasks.difficult_tasks_exercises.in_the_library - package blockly_robot.jwinf.en.tasks.difficult_tasks_exercises.in_the_library
blockly_robot.jwinf.en.tasks.loops_excercises - package blockly_robot.jwinf.en.tasks.loops_excercises
blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems - package blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems
blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road - package blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road
blockly_robot.robot - package blockly_robot.robot
Die Plattform, auf der die Trainingsaufgaben laufen.
blockly_robot.robot.data - package blockly_robot.robot.data
Die Daten zu den einzelnen Trainingsaufgaben sind in JSON-Dateien abgelegt.
blockly_robot.robot.data.model - package blockly_robot.robot.data.model
 
blockly_robot.robot.gui - package blockly_robot.robot.gui
Die Realisation der graphischen Umgebung (gui steht für graphical user interface) mit Hilfe der Engine-Alpha.
blockly_robot.robot.gui.level - package blockly_robot.robot.gui.level
Eine Trainingsaufgabe besteht aus verschiedenen Schwierigkeitsgraden.
blockly_robot.robot.gui.map - package blockly_robot.robot.gui.map
 
blockly_robot.robot.gui.robot - package blockly_robot.robot.gui.robot
Eine Sammlung von Klassen, die die Hauptfigur der Trainingsaufgaben - einen Roboter - bereitstellen.
blockly_robot.robot.gui.scenes - package blockly_robot.robot.gui.scenes
Sammlung von Klassen, die die Engine-Alpha-Szenen erben und verschiedene graphische Ansichten bereit stellen.
blockly_robot.robot.logic - package blockly_robot.robot.logic
Die Spiellogik.
blockly_robot.robot.logic.context - package blockly_robot.robot.logic.context
 
blockly_robot.robot.logic.item - package blockly_robot.robot.logic.item
 
blockly_robot.robot.logic.item.relocation - package blockly_robot.robot.logic.item.relocation
 
blockly_robot.robot.logic.level - package blockly_robot.robot.logic.level
 
blockly_robot.robot.logic.log - package blockly_robot.robot.logic.log
Die einzelnen Aktionen des Roboters werden protokolliert, um die Algorithmen testen zu können.
blockly_robot.robot.logic.menu - package blockly_robot.robot.logic.menu
 
blockly_robot.robot.logic.navigation - package blockly_robot.robot.logic.navigation
Klassen, die bei der Navigation in einer einfachen Karte aus gitterförmigen Kacheln helfen.
blockly_robot.robot.logic.robot - package blockly_robot.robot.logic.robot
 
blockly_robot.robot.utils - package blockly_robot.robot.utils
 
blocks - Variable in class tetris.tetrominos.Tetromino
 
blockSize - Variable in class pi.util.GifDecoder
 
blue() - Method in class pi.resources.color.ColorScheme
Gibt die Primärfarbe Blau (englisch: blue) zurück.
blue(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Primärfarbe Blau (englisch: blue) durch Angabe des Rot-, Grün- und Blau-Anteils.
blue(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Primärfarbe Blau (englisch: blue).
blue(Object) - Static method in class pi.debug.AnsiColor
Wandelt ein Objekt in einen blauen Text um.
blue(String) - Method in class pi.resources.color.ColorScheme
Setzt die Primärfarbe Blau (englisch: blue) in hexadezimaler Codierung (z.B.
BLUE - Static variable in class org.jbox2d.common.Color3f
 
BLUE - Static variable in class pi.debug.AnsiColor
ANSI-Sequenz für blaue Schrift.
blueGreen() - Method in class pi.resources.color.ColorScheme
Gibt die Tertiärfarbe Blau-Grün (englisch: blue green) - eine Mischung aus Blau und Grün - zurück.
blueGreen(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Blau-Grün (englisch: blue green, Mischung aus Blau und Grün) durch Angabe des Rot-, Grün- und Blau-Anteils.
blueGreen(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Blau-Grün (englisch: blue green, Mischung aus Blau und Grün).
blueGreen(String) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Blau-Grün (englisch: blue green, Mischung aus Blau und Grün) in hexadezimaler Codierung (z.
bluePurple() - Method in class pi.resources.color.ColorScheme
Gibt die Tertiärfarbe Blau-Violett (englisch: blue purple) - eine Mischung aus Violett und Blau - zurück.
bluePurple(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Blau-Violett (englisch: blue purple, Mischung aus Violett und Blau) durch Angabe des Rot-, Grün- und Blau-Anteils.
bluePurple(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Blau-Violett (englisch: blue purple, Mischung aus Violett und Blau).
bluePurple(String) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Blau-Violett (englisch: blue purple, Mischung aus Violett und Blau) in hexadezimaler Codierung (z.B.
BMP - Enum constant in enum class pi.resources.ImageFormat
 
bodies - Variable in class org.jbox2d.dynamics.Island
 
BODIES_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
BODIES_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbWorld
 
body - Variable in class org.jbox2d.dynamics.Fixture
 
body - Variable in class org.jbox2d.particle.ParticleBodyContact
The body making contact.
body() - Method in class pi.physics.BodyHandler
 
body() - Method in class pi.physics.NullHandler
 
Body - Class in org.jbox2d.dynamics
A rigid body.
Body(BodyDef, World) - Constructor for class org.jbox2d.dynamics.Body
 
BODY - Enum constant in enum class org.jbox2d.serialization.UnsupportedObjectException.Type
 
BODY_A_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
BODY_B_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
bodyA - Variable in class org.jbox2d.dynamics.joints.Joint
 
bodyA - Variable in class org.jbox2d.dynamics.joints.JointDef
The first attached body.
bodyB - Variable in class org.jbox2d.dynamics.joints.Joint
 
bodyB - Variable in class org.jbox2d.dynamics.joints.JointDef
The second attached body.
bodyCapacity - Variable in class org.jbox2d.dynamics.Island
 
bodyContactBuffer - Variable in class org.jbox2d.particle.ParticleSystem
 
bodyContactCount - Variable in class org.jbox2d.particle.ParticleSystem
 
bodyCount - Variable in class org.jbox2d.dynamics.Island
 
BodyDef - Class in org.jbox2d.dynamics
A body definition holds all the data needed to construct a rigid body.
BodyDef() - Constructor for class org.jbox2d.dynamics.BodyDef
 
BodyHandler - Class in pi.physics
Ein Body-Handler kümmert sich um die physikalische Darstellung eines Actor-Objekts.
bodyType() - Method in class pi.actor.Actor
Gibt aus, was für ein Physics-Typ dieses Objekt momentan ist.
bodyType() - Method in class pi.physics.BodyHandler
 
bodyType() - Method in class pi.physics.NullHandler
 
bodyType(BodyType) - Method in class pi.actor.Actor
Setzt das allgemeine Verhalten, dass dieses Objekt im Rahmen der Physics-Engine (und Kollisionserkennungen) haben soll.
bodyType(BodyType) - Method in class pi.physics.BodyHandler
 
bodyType(BodyType) - Method in class pi.physics.NullHandler
 
BodyType - Enum Class in org.jbox2d.dynamics
The body type. static: zero mass, zero velocity, may be manually moved kinematic: zero mass, non-zero velocity set by user, moved by solver dynamic: positive mass, non-zero velocity determined by forces, moved by solver
BodyType - Enum Class in pi.physics
Aufzählung der verschiedenen Typen von Objekten innerhalb der Physics Engine.
BodyTypes - Class in org.jbox2d.testbed.tests
 
BodyTypes() - Constructor for class org.jbox2d.testbed.tests.BodyTypes
 
bold - Static variable in class blockly_robot.robot.gui.TextMaker
 
BOLD - Enum constant in enum class pi.resources.font.FontStyle
Der fette Schriftstil.
BOLD_ITALIC - Enum constant in enum class pi.resources.font.FontStyle
Die Kombination aus fetten und kursiven Schriftstil.
BOMB_SPAWN_BUTTON - Static variable in class org.jbox2d.testbed.framework.TestbedTest
 
BOMB_TAG - Static variable in class org.jbox2d.testbed.framework.TestbedTest
 
BOOLEAN - Enum constant in enum class org.jbox2d.testbed.framework.TestbedSetting.ConstraintType
 
border - Variable in class pi.graphics.boxes.FramedBox
 
BORDER - Static variable in class demos.billard.Table
 
BorderBox - Class in pi.graphics.boxes
Legt einen Rahmen um eine enthaltene Kind-Box.
BorderBox(Box) - Constructor for class pi.graphics.boxes.BorderBox
Erzeugt einen neuen Rahmen durch die Angabe der enthaltenen Kind-Box.
BorderBoxDemo - Class in demos.classes.graphics.boxes
 
BorderBoxDemo() - Constructor for class demos.classes.graphics.boxes.BorderBoxDemo
 
borderColor - Variable in class blockly_robot.robot.data.model.GridInfosData
 
borderColor() - Method in class blockly_robot.robot.logic.level.Level
 
borderColor() - Method in class blockly_robot.robot.logic.Task
Returns the grid color.
borderRadius() - Method in class pi.actor.Rectangle
 
borderRadius(double) - Method in class pi.actor.Rectangle
 
bottom() - Method in class blockly_robot.robot.logic.item.StackedItems
 
bottom() - Method in class pi.graphics.boxes.InsetBox
Gibt den unteren Außenabstand in Pixel zurück.
bottom(int) - Method in class pi.graphics.boxes.InsetBox
Setzt den unteren Außenabstand in Pixel.
bottom(int, int) - Method in class blockly_robot.robot.logic.context.Context
 
BOTTOM - Enum constant in enum class pi.graphics.boxes.VAlign
Richtet die Box unten aus.
BOTTOM_OUT - Static variable in class demos.small_games.dude.PlayerCharacter
 
BOUNCE_IN - Enum constant in enum class pi.animation.tweening.TweenFunction
 
BOUNCE_INOUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
BOUNCE_OUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
BounceBar - Class in demos.small_games.pong
Eine Abprallbalken als unsichtbares Rechteck am oberen und unteren Spielfeldrand, an dem der Ball abprallen kann.
BounceBar(double) - Constructor for class demos.small_games.pong.BounceBar
 
bounds(Bounds) - Method in class pi.Camera
Mit dieser Methode kann die Kamerabewegung eingeschränkt werden.
Bounds - Record Class in pi.graphics.geom
Ein nicht-grafisches Rechteck auf der Zeichenebene, das eine allgemeine Fläche beschreibt.
Bounds(double, double, double, double) - Constructor for record class pi.graphics.geom.Bounds
Creates an instance of a Bounds record class.
box - Variable in class org.jbox2d.common.OBBViewportTransform
 
box - Variable in class pi.actor.BoxActor
 
box - Variable in class pi.actor.label.BoxLabel
 
box - Variable in class pi.graphics.boxes.PopulatedCell
Die Kind-Box der Zelle
box() - Method in class pi.actor.label.BoxLabel
 
box() - Method in class pi.actor.label.Label
 
Box - Class in demos.small_games.dude
 
Box - Class in pi.graphics.boxes
Eine Box beschreibt eine rechteckige grafische Fläche, die weitere Kinder-Boxen enthalten kann.
Box() - Constructor for class demos.small_games.dude.Box
 
Box() - Constructor for class pi.graphics.boxes.Box
 
Box(int) - Constructor for class demos.small_games.dude.Box
 
Box2D - Class in org.box2d.proto
 
Box2D.PbBody - Class in org.box2d.proto
Protobuf type box2d.PbBody
Box2D.PbBody.Builder - Class in org.box2d.proto
Protobuf type box2d.PbBody
Box2D.PbBodyOrBuilder - Interface in org.box2d.proto
 
Box2D.PbBodyType - Enum Class in org.box2d.proto
Protobuf enum box2d.PbBodyType
Box2D.PbFilter - Class in org.box2d.proto
Protobuf type box2d.PbFilter
Box2D.PbFilter.Builder - Class in org.box2d.proto
Protobuf type box2d.PbFilter
Box2D.PbFilterOrBuilder - Interface in org.box2d.proto
 
Box2D.PbFixture - Class in org.box2d.proto
Protobuf type box2d.PbFixture
Box2D.PbFixture.Builder - Class in org.box2d.proto
Protobuf type box2d.PbFixture
Box2D.PbFixtureOrBuilder - Interface in org.box2d.proto
 
Box2D.PbJoint - Class in org.box2d.proto
Protobuf type box2d.PbJoint
Box2D.PbJoint.Builder - Class in org.box2d.proto
Protobuf type box2d.PbJoint
Box2D.PbJointOrBuilder - Interface in org.box2d.proto
 
Box2D.PbJointType - Enum Class in org.box2d.proto
Protobuf enum box2d.PbJointType
Box2D.PbShape - Class in org.box2d.proto
just include all fields we might use
Box2D.PbShape.Builder - Class in org.box2d.proto
just include all fields we might use
Box2D.PbShapeOrBuilder - Interface in org.box2d.proto
 
Box2D.PbShapeType - Enum Class in org.box2d.proto
Protobuf enum box2d.PbShapeType
Box2D.PbVec2 - Class in org.box2d.proto
Protobuf type box2d.PbVec2
Box2D.PbVec2.Builder - Class in org.box2d.proto
Protobuf type box2d.PbVec2
Box2D.PbVec2OrBuilder - Interface in org.box2d.proto
 
Box2D.PbWorld - Class in org.box2d.proto
Protobuf type box2d.PbWorld
Box2D.PbWorld.Builder - Class in org.box2d.proto
Protobuf type box2d.PbWorld
Box2D.PbWorldOrBuilder - Interface in org.box2d.proto
 
BoxActor<T extends Box> - Class in pi.actor
Eine Figur, die eine Box enthält und diese in der Größe anpassen kann.
BoxActor(T) - Constructor for class pi.actor.BoxActor
 
BoxActorFlipDemo - Class in demos.classes.actor
 
BoxActorFlipDemo() - Constructor for class demos.classes.actor.BoxActorFlipDemo
 
BoxActorPhysicsDemo - Class in demos.classes.actor
 
BoxActorPhysicsDemo() - Constructor for class demos.classes.actor.BoxActorPhysicsDemo
 
BoxLabel<T extends Box> - Class in pi.actor.label
Eine allgemeine Beschriftung für eine Figur in Form einer Box.
BoxLabel() - Constructor for class pi.actor.label.BoxLabel
 
BreadthFirstSearch - Class in pi.dsa.graph
Eine Implementation der Breitensuche.
BreadthFirstSearch(GraphVisualizer) - Constructor for class pi.dsa.graph.BreadthFirstSearch
 
Breakable - Class in org.jbox2d.testbed.tests
 
Breakable() - Constructor for class org.jbox2d.testbed.tests.Breakable
 
Brick - Enum Class in pacman.scenes
 
broadphase - Variable in class org.jbox2d.dynamics.Profile
 
broadPhase - Variable in class org.jbox2d.dynamics.ContactManager
 
BroadPhase - Interface in org.jbox2d.collision.broadphase
The broad-phase is used for computing pairs and performing volume queries and ray casts.
BroadphasePerformanceTest - Class in org.jbox2d.profile
 
BroadphasePerformanceTest(int, PerformanceTestWorld) - Constructor for class org.jbox2d.profile.BroadphasePerformanceTest
 
BroadPhaseStrategy - Interface in org.jbox2d.collision.broadphase
 
brown() - Method in class pi.resources.color.ColorScheme
Gibt die Farbe Braun (englisch: brown) zurück.
brown(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Farbe Braun (englisch: brown) durch Angabe des Rot-, Grün- und Blau-Anteils.
brown(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Farbe Braun (englisch: brown).
brown(String) - Method in class pi.resources.color.ColorScheme
Setzt die Farbe Braun (englisch: brown) in hexadezimaler Codierung (z.B.
Buchner11FahrzeitenZweispurig() - Static method in class pi.dsa.graph.GraphCollection
Buchner Seite 45
Buchner11FahrzeitenZweispurigDirected() - Static method in class pi.dsa.graph.GraphCollection
Buchner Seite 45
buffer - Variable in class org.jbox2d.collision.Distance.DistanceProxy
 
bufferMove(int) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
BufferUtils - Class in org.jbox2d.common
 
BufferUtils() - Constructor for class org.jbox2d.common.BufferUtils
 
build() - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
build() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
build() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
build() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
build() - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
build() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
build() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
buildGrid() - Method in class pi.graphics.boxes.GridBox
 
buildPartial() - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
buildPartial() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
buildPartial() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
buildPartial() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
buildPartial() - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
buildPartial() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
buildPartial() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
bullet - Variable in class org.jbox2d.dynamics.BodyDef
Is this a fast moving body that should be prevented from tunneling through other moving bodies?
BULLET_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
BULLET_HIT_FLAG - Static variable in class org.jbox2d.dynamics.contacts.Contact
This bullet contact had a TOI event
bulletFlag - Static variable in class org.jbox2d.dynamics.Body
 
BulletTest - Class in org.jbox2d.testbed.tests
 
BulletTest() - Constructor for class org.jbox2d.testbed.tests.BulletTest
 
BUTT - Enum constant in enum class pi.actor.Line.Cap
Gerade abgeschnitten, exakt am Endpunkt.

C

c - Variable in class org.jbox2d.common.Rot
cos
c - Variable in class org.jbox2d.common.Sweep
Center world positions
c - Variable in class org.jbox2d.dynamics.contacts.Position
 
c0 - Variable in class org.jbox2d.common.Sweep
Center world positions
calculateAnchors() - Method in class pi.graphics.boxes.BackgroundBox
 
calculateAnchors() - Method in class pi.graphics.boxes.BorderBox
 
calculateAnchors() - Method in class pi.graphics.boxes.Box
Berechnet rekursiv alle Ankerpunkte (linkes oberes Eck) der untergeordneten Kinder-Boxen.
calculateAnchors() - Method in class pi.graphics.boxes.CellBox
 
calculateAnchors() - Method in class pi.graphics.boxes.ChildsBox
 
calculateAnchors() - Method in class pi.graphics.boxes.CombinedChildBox
 
calculateAnchors() - Method in class pi.graphics.boxes.GridBox
 
calculateAnchors() - Method in class pi.graphics.boxes.HorizontalBox
 
calculateAnchors() - Method in class pi.graphics.boxes.LeafBox
 
calculateAnchors() - Method in class pi.graphics.boxes.VerticalBox
 
calculateAverage(BufferedImage) - Static method in class pi.resources.color.ColorUtil
Berechnet die Durchschnittsfarbe eines Bildes.
calculateDimension() - Method in class pi.graphics.boxes.BackgroundBox
 
calculateDimension() - Method in class pi.graphics.boxes.BorderBox
 
calculateDimension() - Method in class pi.graphics.boxes.Box
Berechnet rekursiv die Abmessung (die Höhe und Breite) der eigenen Box.
calculateDimension() - Method in class pi.graphics.boxes.CellBox
 
calculateDimension() - Method in class pi.graphics.boxes.ChildsBox
 
calculateDimension() - Method in class pi.graphics.boxes.CombinedChildBox
 
calculateDimension() - Method in class pi.graphics.boxes.CompassBox
 
calculateDimension() - Method in class pi.graphics.boxes.DimensionBox
 
calculateDimension() - Method in class pi.graphics.boxes.GridBox
 
calculateDimension() - Method in class pi.graphics.boxes.HorizontalBox
 
calculateDimension() - Method in class pi.graphics.boxes.ImageBox
 
calculateDimension() - Method in class pi.graphics.boxes.TextBlockBox
 
calculateDimension() - Method in class pi.graphics.boxes.TextLineBox
 
calculateDimension() - Method in class pi.graphics.boxes.VerticalBox
 
calculatePixelPerMeter() - Method in class pi.Layer
 
call() - Method in class cli.checklinks.FileLinkChecker
Führt die Überprüfung von Dateiverknüpfungen durch.
call() - Method in class cli.java2umltext.Client.Config
 
callback(int, int, int) - Method in interface org.jbox2d.particle.VoronoiDiagram.VoronoiDiagramCallback
 
camera() - Method in class pi.Scene
Gibt die Kamera der Szene aus.
Camera - Class in pi
Die Kamera steuert, welcher Ausschnitt der Spielfläche angezeigt wird.
CameraDemo - Class in demos
Demonstriert die Klasse Camera.
CameraDemo - Class in demos.docs.main_classes
Demonstriert die Klasse Camera.
CameraDemo() - Constructor for class demos.CameraDemo
 
CameraDemo() - Constructor for class demos.docs.main_classes.CameraDemo
 
canBeOutside - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
cancel() - Method in class pi.event.SingleTask
Bricht die Ausführung der Aufgabe ab, bevor sie überhaupt ausgeführt wurde.
cancel() - Method in class pi.resources.sound.Playback
Attempts to cancel the playback of this audio.
cancelled(SoundEvent) - Method in interface pi.resources.sound.PlaybackListener
This method gets called when a SoundPlayback is cancelled.
canFall(int, int) - Method in class blockly_robot.robot.logic.context.Context
 
Cantilever - Class in org.jbox2d.testbed.tests
 
Cantilever() - Constructor for class org.jbox2d.testbed.tests.Cantilever
 
cap() - Method in class pi.actor.Line
Gibt den Linienabschluss zurück.
cap() - Method in enum class pi.actor.Line.Cap
 
cap(Line.Cap) - Method in class pi.actor.Line
Setzt den Linienabschluss.
Car - Class in org.jbox2d.testbed.tests
 
Car() - Constructor for class org.jbox2d.testbed.tests.Car
 
CarDemo - Class in demos.small_games
 
CarDemo() - Constructor for class demos.small_games.CarDemo
 
category - Variable in class org.jbox2d.testbed.framework.TestbedModel.ListItem
 
CATEGORY_BITS_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbFilter
 
CATEGORY_DYNAMIC - Static variable in class pi.physics.WorldHandler
 
CATEGORY_KINEMATIC - Static variable in class pi.physics.WorldHandler
 
CATEGORY_PARTICLE - Static variable in class pi.physics.WorldHandler
 
CATEGORY_PASSIVE - Static variable in class pi.physics.WorldHandler
 
CATEGORY_STATIC - Static variable in class pi.physics.WorldHandler
 
categoryBits - Variable in class org.jbox2d.dynamics.Filter
The collision category bits.
ceil(float) - Static method in class org.jbox2d.common.MathUtils
 
ceilPowerOf2(int) - Static method in class org.jbox2d.common.MathUtils
Rounds up the value to the nearest higher power^2 value.
cell - Variable in class pi.graphics.boxes.PopulatedCell
Die übergeordnete Zelle
CellBox - Class in pi.graphics.boxes
Eine äußere (größere) Behälter-Box, die eine kleinere (innere) Box enthält.
CellBox() - Constructor for class pi.graphics.boxes.CellBox
 
CellBox(Box) - Constructor for class pi.graphics.boxes.CellBox
 
CellBoxDemo - Class in demos.classes.graphics.boxes
 
CellBoxDemo() - Constructor for class demos.classes.graphics.boxes.CellBoxDemo
 
CellWidthHeightDemo - Class in demos.classes.graphics.boxes
 
CellWidthHeightDemo() - Constructor for class demos.classes.graphics.boxes.CellWidthHeightDemo
 
center - Variable in class org.jbox2d.collision.shapes.MassData
The position of the shape's centroid relative to the shape's origin.
center - Variable in class org.jbox2d.common.OBBViewportTransform.OBB
 
center() - Method in class pi.actor.Actor
Gibt den Mittelpunkt des Objektes in der Scene aus.
center() - Method in record class pi.graphics.geom.Bounds
Berechnet den Mittelpunkt dieses Bounds-Rechtecks in der Zeichenebene.
center() - Method in class pi.physics.BodyHandler
 
center() - Method in class pi.physics.NullHandler
 
center() - Method in class pi.Scene
Gibt den Mittelpunkt der hinzugefügten Figuren aller Ebenen aus.
center(double, double) - Method in class pi.actor.Actor
Verschiebt die Actor-Figur so, dass ihr Mittelpunkt die angegebenen Koordinaten hat.
center(Vector) - Method in class pi.actor.Actor
Verschiebt die Actor-Figur so, dass ihr Mittelpunkt die angegebenen Koordinaten hat.
CENTER - Enum constant in enum class pi.graphics.boxes.HAlign
mittige horizontale Ausrichtung.
CENTER_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
centerOfMassBit - Static variable in class org.jbox2d.callbacks.DebugDraw
Draw center of mass frame
centerRelative() - Method in class pi.actor.Actor
Gibt die Position des Zentrums des Actor-Objekts relativ zu dessen Position (Anker links unten) an.
centroid - Variable in class org.jbox2d.collision.shapes.PolygonShape
Local position of the shape centroid in parent body frame.
centroid(Transform) - Method in class org.jbox2d.collision.shapes.PolygonShape
Get the centroid and apply the supplied transform.
CENTROID_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
centroidToOut(Transform, Vec2) - Method in class org.jbox2d.collision.shapes.PolygonShape
Get the centroid and apply the supplied transform.
Chain - Class in org.jbox2d.testbed.tests
 
Chain() - Constructor for class org.jbox2d.testbed.tests.Chain
 
CHAIN - Enum constant in enum class org.box2d.proto.Box2D.PbShapeType
CHAIN = 4;
CHAIN - Enum constant in enum class org.jbox2d.collision.shapes.ShapeType
 
CHAIN_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbShapeType
CHAIN = 4;
ChainableMethod - Annotation Interface in pi.annotations
Zeigt an, dass diese Methode verkettet werden kann.
ChainAndCircleContact - Class in org.jbox2d.dynamics.contacts
 
ChainAndCircleContact(WorldPool) - Constructor for class org.jbox2d.dynamics.contacts.ChainAndCircleContact
 
ChainAndPolygonContact - Class in org.jbox2d.dynamics.contacts
 
ChainAndPolygonContact(WorldPool) - Constructor for class org.jbox2d.dynamics.contacts.ChainAndPolygonContact
 
ChainShape - Class in org.jbox2d.collision.shapes
A chain shape is a free form sequence of line segments.
ChainShape() - Constructor for class org.jbox2d.collision.shapes.ChainShape
 
chanceHSB(Color, HSBColorVariant) - Static method in class pi.resources.color.ColorUtil
Ändert die HSB-Werte (Farbton (Hue), Sättigung (Saturation), Helligkeit (Brightness)) einer gegebenen Farbe durch einen Lambda-Funktion.
changeAlpha(Color, int) - Static method in class pi.resources.color.ColorUtil
Gibt eine Farbe mit geändertem Alphakanal zurück.
changeBrightness(Color, double) - Static method in class pi.resources.color.ColorUtil
Ändert die Helligkeit einer gegebenen Farbe um einen bestimmten Betrag.
changeSaturation(Color, double) - Static method in class pi.resources.color.ColorUtil
Ändert die Sättigung einer gegebenen Farbe um einen bestimmten Wert.
changeSpeed(double) - Method in class pi.dsa.turtle.TurtleAnimationController
Ändert die aktuelle Geschwindigkeit um den angegebenen Wert.
changeState(State) - Method in class pi.actor.StatefulAnimation
* Eine animierte Figur mit mehreren Zuständen, deren Animationen durch Angabe Ändert den Zustand der Animation.
changeThickness(int) - Method in class pi.dsa.turtle.TurtlePenController
Ändert die aktuelle Linienstärke des Zeichenstifts um einen gegebenen Wert.
character() - Method in class pi.actor.ImageText.Glyph
Gibt das Zeichen, das durch ein Bild dargestellt werden soll, zurück.
character(char) - Method in class pi.actor.ImageText.Glyph
Setzt das Zeichen, das durch ein Bild dargestellt werden soll.
CharacterCollision - Class in org.jbox2d.testbed.tests
 
CharacterCollision() - Constructor for class org.jbox2d.testbed.tests.CharacterCollision
 
charsPerLine() - Method in class pi.graphics.boxes.TextBlockBox
Gibt die maximale Zeichenbreite pro Zeile des Textblocks.
charsPerLine(int) - Method in class pi.graphics.boxes.TextBlockBox
Setzt die maximale Zeichenbreite pro Zeile des Textblocks.
checkDown() - Method in class tetris.tetrominos.Tetromino
 
checkLeft() - Method in class tetris.tetrominos.Tetromino
 
checkRight() - Method in class tetris.tetrominos.Tetromino
 
Chessboard - Class in demos.edu_projects.recursion.backtracking.eight_queens_puzzle
Ein quadratisches Schachbrett.
Chessboard(Scene) - Constructor for class demos.edu_projects.recursion.backtracking.eight_queens_puzzle.Chessboard
Zeichnet ein quadratisches Schachbrett mit 8 Reihen und 8 Linien.
Chessboard(Scene, int) - Constructor for class demos.edu_projects.recursion.backtracking.eight_queens_puzzle.Chessboard
Zeichnet ein quadratisches Schachbrett mit einer bestimmten Anzahl an Reihen und Linien.
CHEVRON - Enum constant in enum class pi.actor.Line.ArrowType
Eine Pfeilspitze in Form eines Winkels (nach dem französischen Wort Chevron (französisch chevron = „Winkel“, „Sparren“, „Zickzackleiste“) )
child - Variable in class pi.graphics.boxes.TextBlockAlignBox
Die Kind-Box, dieser übergeordneten Box.
child1 - Variable in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
child1 - Variable in class org.jbox2d.collision.broadphase.DynamicTreeNode
 
child2 - Variable in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
child2 - Variable in class org.jbox2d.collision.broadphase.DynamicTreeNode
 
childHeight() - Method in class pi.graphics.boxes.CellBox
 
childs - Variable in class pi.graphics.boxes.Box
Alle Kinder-Boxen, die diese Box enthält.
ChildsBox<T extends Box> - Class in pi.graphics.boxes
Eine Box, die mehrere untergeordnete Kinder-Boxen enthält und alle Kinder-Boxen werden in eine CellBox eingebettet.
ChildsBox(Box...) - Constructor for class pi.graphics.boxes.ChildsBox
 
childWidth() - Method in class pi.graphics.boxes.CellBox
 
circle(double, double, double) - Static method in class pi.physics.FixtureBuilder
Erschafft eine kreisförmige Form.
Circle - Class in pi.actor
Beschreibt einen Kreis.
Circle - Class in pi
Beschreibt einen Kreis.
Circle() - Constructor for class pi.actor.Circle
Erzeugt einen Kreis mit einem Meter Durchmesser.
Circle() - Constructor for class pi.Circle
Erzeugt einen Kreis mit einem Meter Durchmesser.
Circle(double) - Constructor for class pi.actor.Circle
Erzeugt einen Kreis durch Angabe des Durchmessers.
Circle(double) - Constructor for class pi.Circle
Erzeugt einen Kreis durch Angabe des Durchmessers.
CIRCLE - Enum constant in enum class org.box2d.proto.Box2D.PbShapeType
CIRCLE = 1;
CIRCLE - Enum constant in enum class org.jbox2d.collision.shapes.ShapeType
 
CIRCLE_IN - Enum constant in enum class pi.animation.tweening.TweenFunction
 
CIRCLE_INOUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
CIRCLE_OUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
CIRCLE_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbShapeType
CIRCLE = 1;
CircleAnimation - Class in pi.animation
Animiert einen Actor in einem Kreis.
CircleAnimation(Actor, Vector, double, boolean, boolean) - Constructor for class pi.animation.CircleAnimation
Erstellt eine Circle-Animation.
CircleContact - Class in org.jbox2d.dynamics.contacts
 
CircleContact(WorldPool) - Constructor for class org.jbox2d.dynamics.contacts.CircleContact
 
CircleDemo - Class in demos.classes.actor
Demonstriert die Figur Kreis (Circle).
CircleDemo - Class in demos.graphics2d
 
CircleDemo() - Constructor for class demos.classes.actor.CircleDemo
 
CircleDemo() - Constructor for class demos.graphics2d.CircleDemo
 
circleI - Variable in class pi.actor.Logo
 
circleP - Variable in class pi.actor.Logo
 
circlePoints - Static variable in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
CirclePool() - Constructor for class org.jbox2d.testbed.perf.PoolingPerf.CirclePool
 
CIRCLES - Enum constant in enum class org.jbox2d.collision.Manifold.ManifoldType
 
CircleShape - Class in org.jbox2d.collision.shapes
A circle shape.
CircleShape() - Constructor for class org.jbox2d.collision.shapes.CircleShape
 
CircleStack<E> - Class in org.jbox2d.pooling.normal
 
CircleStack(int, int) - Constructor for class org.jbox2d.pooling.normal.CircleStack
 
CircleStress - Class in org.jbox2d.testbed.tests
 
CircleStress() - Constructor for class org.jbox2d.testbed.tests.CircleStress
 
clamp(byte, byte, byte) - Static method in class pi.util.MathUtil
Modifies the value (if necessary) such that it lies within the boundaries of the specified minimum and maximum.
clamp(double, double, double) - Static method in class pi.util.MathUtil
Modifies the value (if necessary) such that it lies within the boundaries of the specified minimum and maximum.
clamp(float, float, float) - Static method in class org.jbox2d.common.MathUtils
Returns the closest value to 'a' that is in between 'low' and 'high'
clamp(float, float, float) - Static method in class pi.util.MathUtil
Modifies the value (if necessary) such that it lies within the boundaries of the specified minimum and maximum.
clamp(int, int, int) - Static method in class pi.util.MathUtil
Modifies the value (if necessary) such that it lies within the boundaries of the specified minimum and maximum.
clamp(long, long, long) - Static method in class pi.util.MathUtil
Modifies the value (if necessary) such that it lies within the boundaries of the specified minimum and maximum.
clamp(short, short, short) - Static method in class pi.util.MathUtil
Modifies the value (if necessary) such that it lies within the boundaries of the specified minimum and maximum.
clamp(Vec2, Vec2, Vec2) - Static method in class org.jbox2d.common.MathUtils
 
clampToOut(Vec2, Vec2, Vec2, Vec2) - Static method in class org.jbox2d.common.MathUtils
 
classList - Variable in class cli.java2umltext.model.Document
 
className(Object) - Method in class pi.debug.ToStringFormatter
Setzt den Klassennamen und Hash-Code basierend auf dem übergebenen Objekt.
ClassWrapper - Record Class in cli.java2umltext.model
 
ClassWrapper(Document, String, String, String) - Constructor for record class cli.java2umltext.model.ClassWrapper
 
ClassWrapper(Document, String, String, String, ArrayList<FieldWrapper>, ArrayList<MethodWrapper>, HashMap<String, String>) - Constructor for record class cli.java2umltext.model.ClassWrapper
Creates an instance of a ClassWrapper record class.
clean(String) - Static method in class pi.debug.ToStringFormatter
Bereinigt die angegeben toString()-Zeichenkette, indem alle ANSI-Farbcodes und @hashCodes entfernt werden.
clear() - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
clear() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
clear() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
clear() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
clear() - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
clear() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
clear() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
clear() - Method in class org.jbox2d.collision.shapes.ChainShape
 
clear() - Method in class org.jbox2d.dynamics.Island
 
clear() - Method in class pi.dsa.graph.GraphVisualizer
Entfernt alle grafischen Knoten und Kanten aus der Szene.
clear() - Method in class pi.dsa.turtle.TurtleBackgroundController
 
clear() - Method in class pi.event.EventListeners
Löscht alle Beobachter aus der Instanz.
clear() - Method in class pi.graphics.PaintingSurface
Löscht die gesamte Zeichenfläche und macht sie transparent.
clear() - Method in class pi.Layer
Entfernt alle Figuren aus der Ebene.
clear() - Method in class pi.resources.color.ColorContainer
Leert den Speicher für Farben samt der Aliasse.
clear() - Method in class pi.resources.color.ColorSchemeContainer
Löscht alle Farbschemata aus diesem Farbschemataspeicher.
clear() - Method in interface pi.resources.Container
Leert den Ressourcenspeicher, indem alle zuvor geladenen Ressourcen entfernt werden.
clear() - Method in class pi.resources.ResourcesContainer
Leert den Ressourcenspeicher, indem alle zuvor geladenen Ressourcen entfernt werden.
clear() - Method in class pi.Scene
Entfernt alle Figuren aus der Hauptebene.
clear() - Method in class tetris.tetrominos.Grid
Leert das ganze Gitter.
CLEAR_FORCES - Static variable in class org.jbox2d.dynamics.World
 
clearActive() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool active = 56;
clearAll() - Method in class pi.dsa.turtle.TurtleGraphicsCollection
 
clearAll() - Static method in class pi.resources.Resources
Clears the all resource containers by removing previously loaded resources.
clearAllowSleep() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool allow_sleep = 54;
clearAllowSleep() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool allow_sleep = 3;
clearAngle() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float angle = 11;
clearAngularDamping() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float angular_damping = 51;
clearAngularVelocity() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float angular_velocity = 13;
clearAutoClearForces() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool auto_clear_forces = 4;
clearAwake() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool awake = 55;
clearBeforeRun - Variable in class pi.dsa.turtle.TurtleGraphics
 
clearBodies() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
clearBodies() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
clearBodyA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional int32 body_a = 3;
clearBodyB() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional int32 body_b = 4;
clearBullet() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool bullet = 53;
clearCategoryBits() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
optional int32 category_bits = 1;
clearCenter() - Method in class org.box2d.proto.Box2D.PbShape.Builder
circle
clearCentroid() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
clearCollideConnected() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional bool collideConnected = 5;
clearContinuousPhysics() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool continuous_physics = 6;
clearDampingRatio() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
distance, mouse, wheel, weld, col vol
clearDensity() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional float density = 4;
cleared() - Method in interface pi.resources.ResourcesContainerClearedListener
This method gets called after the ResourcesContainer.clear method was executed.
cleared() - Method in interface pi.resources.ResourcesContainerListener
 
clearEnableLimit() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic
clearEnableMotor() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic, wheel
clearField(Descriptors.FieldDescriptor) - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
clearFilter() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbFilter filter = 10;
clearFixedRotation() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool fixed_rotation = 57;
clearFixtures() - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
clearFlags(int) - Method in class org.jbox2d.callbacks.DebugDraw
 
clearForces() - Method in class org.jbox2d.dynamics.World
Call this after you are done with time steps to clear the forces.
clearFrequency() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
distance, mouse, wheel, weld, con vol
clearFriction() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional float friction = 3;
clearGravity() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional .box2d.PbVec2 gravity = 2;
clearGravityScale() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float gravity_scale = 52;
clearGroundAnchorA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
clearGroundAnchorB() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
clearGroupIndex() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
optional int32 group_index = 3;
clearHas0() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge, chain
clearHas3() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge, chain
clearJoint1() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
gear
clearJoint2() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
gear
clearJoints() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
clearJoints() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
clearLength() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
distance
clearLengthA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
clearLengthB() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
clearLinearDamping() - Method in class org.box2d.proto.Box2D.PbBody.Builder
configuration
clearLinearVelocity() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional .box2d.PbVec2 linear_velocity = 12;
clearLocalAnchorA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_a = 6;
clearLocalAnchorB() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_b = 7;
clearLocalAxisA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
prismatic, wheel
clearLowerLimit() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic
clearMaskBits() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
optional int32 mask_bits = 2;
clearMaxForce() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
mouse, friction, rope
clearMaxLength() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
rope
clearMaxMotorForce() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
prismatic
clearMaxMotorTorque() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, wheel
clearMaxTorque() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
friction
clearMotorSpeed() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic, wheel
clearNext() - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
clearNormals() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
clearOneof(Descriptors.OneofDescriptor) - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
clearPoints() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
clearPosition() - Method in class org.box2d.proto.Box2D.PbBody.Builder
physical attributes
clearPrev() - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
clearRadius() - Method in class org.box2d.proto.Box2D.PbShape.Builder
circle
clearRatio() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley, gear
clearRefAngle() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic, joint
clearRestitution() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional float restitution = 2;
clearRow(int) - Method in class tetris.tetrominos.Grid
Löscht alle Blöcke aus einer Zeile.
clearSensor() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional bool sensor = 5;
clearShape() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbShape shape = 11;
clearSubStepping() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool sub_stepping = 7;
clearTag() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional int64 tag = 1;
clearTag() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional int64 tag = 1;
clearTag() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional int64 tag = 1;
clearTag() - Method in class org.box2d.proto.Box2D.PbShape.Builder
optional int64 tag = 1;
clearTag() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional int64 tag = 1;
clearTarget() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
mouse
clearTestList() - Method in class org.jbox2d.testbed.framework.TestbedModel
 
clearType() - Method in class org.box2d.proto.Box2D.PbBody.Builder
required .box2d.PbBodyType type = 2;
clearType() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
required .box2d.PbJointType type = 2;
clearType() - Method in class org.box2d.proto.Box2D.PbShape.Builder
required .box2d.PbShapeType type = 2;
clearUpperLimit() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic
clearV0() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
clearV1() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
clearV2() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
clearV3() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
clearWarmStarting() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool warm_starting = 5;
clearX() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
required float x = 1;
clearY() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
required float y = 2;
cli - package cli
Ein Kommandozeilenbefehl (CLI = Command Line Interface)
cli.checklinks - package cli.checklinks
Kommandozeilenwerkzeug zur Prüfung von file://-Verweisen.
cli.java2umltext - package cli.java2umltext
Kommandozeilenwerkzeug, um aus Java-Klassen PlantUML oder Mermaid Klassen-Diagramme zu erstellen.
cli.java2umltext.export - package cli.java2umltext.export
Exportfunktionen des Java2UmlText-Kommandozeilenwerkzeugs.
cli.java2umltext.model - package cli.java2umltext.model
Datenmodell für das Java2UmlText-Kommandozeilenwerkzeug.
Client - Class in cli
Haupteinstiegspunkt für die Engine Pi Kommandozeilen-Anwendung.
Client - Class in cli.java2umltext
 
Client() - Constructor for class cli.Client
 
Client() - Constructor for class cli.java2umltext.Client
 
Client.Config - Class in cli.java2umltext
 
clipSegmentToLine(Collision.ClipVertex[], Collision.ClipVertex[], Vec2, float, int) - Static method in class org.jbox2d.collision.Collision
Clipping for contact manifolds.
ClipVertex() - Constructor for class org.jbox2d.collision.Collision.ClipVertex
 
clone() - Method in class blockly_robot.robot.data.model.ItemData
 
clone() - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
clone() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
clone() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
clone() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
clone() - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
clone() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
clone() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
clone() - Method in class org.jbox2d.collision.shapes.ChainShape
 
clone() - Method in class org.jbox2d.collision.shapes.CircleShape
 
clone() - Method in class org.jbox2d.collision.shapes.EdgeShape
 
clone() - Method in class org.jbox2d.collision.shapes.MassData
Return a copy of this object.
clone() - Method in class org.jbox2d.collision.shapes.PolygonShape
 
clone() - Method in class org.jbox2d.collision.shapes.Shape
 
clone() - Method in class org.jbox2d.common.Mat22
Return a clone of this matrix. djm fixed double allocation
clone() - Method in class org.jbox2d.common.Rot
 
clone() - Method in class org.jbox2d.common.Vec2
Return a copy of this vector.
clone() - Method in class org.jbox2d.common.Vec3
 
clone() - Method in record class pi.graphics.geom.Bounds
Erstellt einen Klon von diesem Bounds.
clone() - Method in class pi.graphics.geom.Vector
 
close() - Method in class pi.resources.sound.Playback.VolumeControl
 
Clyde - Class in pacman.actors
 
Clyde() - Constructor for class pacman.actors.Clyde
 
Codec - Class in pi.resources
 
Coin - Class in demos.small_games.dude
Herzlichen Dank an dontmind8.blogspot.com für die kostenfreien Grafiken.
Coin - Enum constant in enum class demos.small_games.dude.Item
 
Coin() - Constructor for class demos.small_games.dude.Coin
 
col - Variable in class blockly_robot.robot.data.model.ItemData
Die Spaltennummer, in der der Gegenstand plaziert ist.
col - Variable in class blockly_robot.robot.logic.navigation.Coords
 
col() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
col() - Method in class blockly_robot.robot.logic.navigation.Coords
 
col() - Method in interface blockly_robot.robot.logic.robot.Robot
Returns the column of the robot's current position. | DE: Die Spalte, in der sich die Figur im Gitter befindet.
col() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
collectFirewood() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.Robot
Holz einsammeln
collectFirewood() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.Robot
Holz einsammeln
collide - Variable in class org.jbox2d.dynamics.Profile
 
collide() - Method in class org.jbox2d.dynamics.ContactManager
This is the top level collision call for the time step.
collideCircles(Manifold, CircleShape, Transform, CircleShape, Transform) - Method in class org.jbox2d.collision.Collision
Compute the collision manifold between two circles.
collideConnected - Variable in class org.jbox2d.dynamics.joints.JointDef
Set this flag to true if the attached bodies should collide.
COLLIDECONNECTED_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
collideEdgeAndCircle(Manifold, EdgeShape, Transform, CircleShape, Transform) - Method in class org.jbox2d.collision.Collision
 
collideEdgeAndPolygon(Manifold, EdgeShape, Transform, PolygonShape, Transform) - Method in class org.jbox2d.collision.Collision
 
collidePolygonAndCircle(Manifold, PolygonShape, Transform, CircleShape, Transform) - Method in class org.jbox2d.collision.Collision
Compute the collision manifold between a polygon and a circle.
collidePolygons(Manifold, PolygonShape, Transform, PolygonShape, Transform) - Method in class org.jbox2d.collision.Collision
Compute the collision manifold between two polygons.
colliding() - Method in class pi.event.CollisionEvent
Gibt die Figur aus, die mit dem Actor kollidiert, an dem der Listener angemeldet wurde.
collision - Variable in class pi.event.EventListenerBundle
 
Collision - Class in org.jbox2d.collision
Functions used for computing contact points, distance queries, and TOI queries.
Collision(WorldPool) - Constructor for class org.jbox2d.collision.Collision
 
COLLISION_BOTH - Enum constant in enum class pi.animation.tweening.TweenType
 
COLLISION_HEIGHT - Enum constant in enum class pi.animation.tweening.TweenType
 
COLLISION_WIDTH - Enum constant in enum class pi.animation.tweening.TweenType
 
Collision.ClipVertex - Class in org.jbox2d.collision
Used for computing contact manifolds.
Collision.EdgeResults - Class in org.jbox2d.collision
Java-specific class for returning edge results
Collision.PointState - Enum Class in org.jbox2d.collision
This is used for determining the state of contact points.
CollisionEvent<E extends Actor> - Class in pi.event
Ein Objekt der Klasse CollisionEvent repräsentiert eine Kollision zwischen zwei Actor-Objekten.
CollisionFiltering - Class in org.jbox2d.testbed.tests
 
CollisionFiltering() - Constructor for class org.jbox2d.testbed.tests.CollisionFiltering
 
CollisionListener<E extends Actor> - Interface in pi.event
Beschreibt allgemein ein Objekt, das auf die Kollision zweier Actor-Objekte reagieren kann.
CollisionProcessing - Class in org.jbox2d.testbed.tests
 
CollisionProcessing() - Constructor for class org.jbox2d.testbed.tests.CollisionProcessing
 
collisions() - Method in class pi.actor.Actor
Gibt eine Liste bestehend aus Kollisionsereignissen zurück.
collisions() - Method in class pi.physics.BodyHandler
 
collisions() - Method in class pi.physics.NullHandler
 
CollisionTest - Class in demos.physics.collision
 
CollisionTest() - Constructor for class demos.physics.collision.CollisionTest
 
color - Variable in class blockly_robot.robot.data.model.ItemData
 
color - Variable in class org.jbox2d.particle.ParticleDef
The color of the particle.
color - Variable in class org.jbox2d.particle.ParticleGroupDef
The color of all particles in the group.
color - Variable in class pi.actor.Actor
Die Farbe der Figur.
color - Variable in class pi.dsa.turtle.TurtlePenController
Die Farbe des Zeichenstifts.
color - Variable in class pi.graphics.boxes.TextBox
 
color() - Method in class pi.actor.Actor
Gibt die Farbe der Figur zurück.
color() - Method in class pi.actor.label.TextLabel
Gibt die Farbe des Textes zurück.
color() - Method in class pi.actor.LabeledNode
Gibt die Hintergrundfarbe des Knotens zurück.
color() - Method in class pi.actor.TextActor
Setzt die Farbe des Textes auf eine bestimmte Farbe.
color() - Method in class pi.graphics.boxes.EllipseBox
Gibt die Farbe der Ellipse zurück.
color() - Method in class pi.graphics.boxes.TextBox
Gibt die Farbe des Textes zurück.
color() - Method in class pi.resources.color.NamedColor
 
color(Color) - Method in class pi.actor.Actor
Setzt die Farbe der Figur auf eine bestimmte Farbe.
color(Color) - Method in class pi.actor.ImageText
Setzt die Farbe, in der die schwarze Farbe der Ausgangsbilder umgefärbt werden soll.
color(Color) - Method in class pi.actor.label.TextLabel
Setzt die Farbe der Beschriftung als Color-Objekt.
color(Color) - Method in class pi.actor.TextActor
Setzt die Farbe des Textes auf eine bestimmte Farbe.
color(Color) - Method in class pi.dsa.turtle.TurtleBackgroundController
 
color(Color) - Method in class pi.dsa.turtle.TurtlePenController
Setzt die Farbe des Zeichenstifts als Color-Objekt.
color(Color) - Method in class pi.graphics.boxes.BackgroundBox
Setzt die Hintergrundfarbe.
color(Color) - Method in class pi.graphics.boxes.BorderBox
Setzt die Farbe der Linie in Pixel.
color(Color) - Method in class pi.graphics.boxes.EllipseBox
Setzt die Farbe der Ellipse als Objekt der Klasse Color.
color(Color) - Method in class pi.graphics.boxes.TextBox
Setzt die Farbe des Textes als Color-Objekt.
color(Color) - Method in class pi.resources.color.NamedColor
 
color(String) - Method in class pi.actor.Actor
Setzt die Farbe der Figur auf eine bestimmte Farbe, die als Zeichenkette angegeben werden kann.
color(String) - Method in class pi.actor.ImageText
Setzt die Farbe, in der die schwarze Farbe der Ausgangsbilder umgefärbt werden soll.
color(String) - Method in class pi.actor.label.TextLabel
Setzt die Farbe der Beschriftung als Zeichenkette.
color(String) - Method in class pi.actor.TextActor
Setzt die Farbe des Textes auf eine bestimmte Farbe, die als Zeichenkette angegeben werden kann.
color(String) - Method in class pi.dsa.turtle.TurtleBackgroundController
 
color(String) - Method in class pi.dsa.turtle.TurtlePenController
Setzt die Farbe des Zeichenstifts als Zeichenkette.
color(String) - Method in class pi.graphics.boxes.BackgroundBox
 
color(String) - Method in class pi.graphics.boxes.BorderBox
 
color(String) - Method in class pi.graphics.boxes.EllipseBox
Setzt die Farbe der Ellipse als Zeichenkette.
color(String) - Method in class pi.graphics.boxes.TextBox
Setzt die Farbe des Textes als Zeichenkette.
Color - Class in blockly_robot.robot.gui
 
Color(int, int, int) - Constructor for class blockly_robot.robot.gui.Color
Color(Color) - Constructor for class blockly_robot.robot.gui.Color
 
Color(String) - Constructor for class blockly_robot.robot.gui.Color
 
COLOR - Static variable in class pi.actor.LabeledNode
Die Hintergrundfarbe des Knotens.
COLOR_SCHEME_GRAY - Static variable in class tetris.Tetris
 
COLOR_SCHEME_GREEN - Static variable in class tetris.Tetris
 
Color3f - Class in org.jbox2d.common
Similar to javax.vecmath.Color3f holder
Color3f() - Constructor for class org.jbox2d.common.Color3f
 
Color3f(float, float, float) - Constructor for class org.jbox2d.common.Color3f
 
colorBuffer - Variable in class org.jbox2d.particle.ParticleSystem
 
ColorConfig - Class in demos.classes.resources.color
 
ColorConfig() - Constructor for class demos.classes.resources.color.ColorConfig
 
ColorContainer - Class in pi.resources.color
Ein Speicher für Farben des Datentyps Color.
ColorContainer() - Constructor for class pi.resources.color.ColorContainer
 
ColorContainerVisualizer - Class in pi.debug
Visualisiert den gegebenen Speicher für Farben.
ColorContainerVisualizer(ColorContainer, Scene) - Constructor for class pi.debug.ColorContainerVisualizer
Zeichnet eine Visualisierung eines Speichers für Farben in eine Szene.
ColorContainerVisualizer(Scene) - Constructor for class pi.debug.ColorContainerVisualizer
Zeichnet eine Visualisierung eines Speichers für Farben in eine Szene.
ColorContainerVisualizerCustomDemo - Class in demos.debug
Demonstriert die Klasse ColorContainerVisualizer mit einem eigenen Farben-Speicher.
ColorContainerVisualizerCustomDemo() - Constructor for class demos.debug.ColorContainerVisualizerCustomDemo
 
ColorContainerVisualizerDefaultDemo - Class in demos.debug
Demonstriert die Klasse ColorContainerVisualizer mit dem Standard-Farben-Speicher.
ColorContainerVisualizerDefaultDemo() - Constructor for class demos.debug.ColorContainerVisualizerDefaultDemo
 
ColorContainerVisualizerDemo - Class in pacman.debug
 
ColorContainerVisualizerDemo() - Constructor for class pacman.debug.ColorContainerVisualizerDemo
 
colorDecFormatted() - Method in class pi.resources.color.NamedColor
 
ColorDemo - Class in demos.classes.actor.image_text
Demonstriert wie Bilderschriftarttexte eingefärbt werden können.
ColorDemo - Class in pacman.debug
 
ColorDemo() - Constructor for class demos.classes.actor.image_text.ColorDemo
 
ColorDemo() - Constructor for class pacman.debug.ColorDemo
 
colorHexFormatted() - Method in class pi.resources.color.NamedColor
 
ColorManagement - Class in pacman
 
ColorManagement() - Constructor for class pacman.ColorManagement
 
colorMixingParticle - Static variable in class org.jbox2d.particle.ParticleType
mixing color between contacting particles
ColorPool<C> - Class in org.jbox2d.testbed.pooling
Sun just HAD to make Color immutable, so now I have to make another stupid pool, and now I'm all hot and bothered.
ColorPool() - Constructor for class org.jbox2d.testbed.pooling.ColorPool
 
colors - Static variable in class pi.Controller
Ein Speicher für Farben des Datentyps Color.
colors - Static variable in class pi.resources.Resources
Ein Speicher für Farben des Datentyps Color.
colorScheme - Static variable in class pi.Controller
Verwaltet eine Sammlung von Farbschemata und ermöglicht deren Verwaltung und Abruf anhand von Namen.
colorScheme() - Method in class pi.config.GraphicsConfig
Gibt das Farbschema zurück.
colorScheme(String) - Method in class pi.config.GraphicsConfig
Setzt den Namen des Farbschema.
ColorScheme - Class in pi.resources.color
Beschreibt ein Farbschema.
ColorScheme - Class in tetris
Das klassische Gameboy-Spiel hat ein Farbschema, das aus nur vier Farben besteht.
ColorScheme(Color, Color, Color, Color) - Constructor for class tetris.ColorScheme
Erzeugt eine neues Farbschema durch Angabe von Color-Objekten.
ColorScheme(String) - Constructor for class pi.resources.color.ColorScheme
Erzeugt ein neues Farbschema aus den drei Primärfarben Gelb (255,255,0), Rot (255,0,0) und Blue (0,0,255).
ColorScheme(String, Color, Color, Color) - Constructor for class pi.resources.color.ColorScheme
Erzeugt ein neues Farbschema durch Angabe von den drei Primärfarben.
ColorScheme(String, Color, Color, Color, Color, Color, Color) - Constructor for class pi.resources.color.ColorScheme
Erzeugt ein neues Farbschema durch Angabe von sechs Farben (drei Primärfarben und drei Sekundärfarben).
ColorScheme(String, Color, Color, Color, Color, Color, Color, Color) - Constructor for class pi.resources.color.ColorScheme
Erzeugt ein neues Farbschema durch Angabe von sieben Farben (drei Primärfarben und drei Sekundärfarben und Braun).
ColorScheme(String, String, String, String) - Constructor for class tetris.ColorScheme
Erzeugt eine neues Farbschema durch Angabe von Zeichenketten, die die Farbe in hexadezimaler Notation codieren.
ColorSchemeContainer - Class in pi.resources.color
Ein Speicher für Farbschemata.
ColorUtil - Class in pi.resources.color
Statische Klasse, die Hilfsmethoden zur Farbberechnung und -manipulation bereitstellt.
ColorVariationsDemo - Class in demos.docs.resources.color
ColorVariationsDemo() - Constructor for class demos.docs.resources.color.ColorVariationsDemo
 
ColorWheelIttenDemo - Class in demos.docs.resources.color
Demonstiert die Farbschemata, die die Engine Pi mitliefert anhand des Farbkreises von Itten.
ColorWheelIttenDemo() - Constructor for class demos.docs.resources.color.ColorWheelIttenDemo
 
cols - Variable in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
Anzahl an Spalten (x-Richtung bzw.
cols() - Method in class blockly_robot.robot.data.model.LevelData
 
cols() - Method in class blockly_robot.robot.logic.context.Context
Anzahl an Spalten (x-Richtung bzw.
cols() - Method in class blockly_robot.robot.logic.level.Level
 
cols() - Method in class pi.actor.Grid
Gibt die Anzahl der Spalten in x-Richtung zurück.
cols(int) - Method in class pi.actor.Grid
Setzt die Anzahl der Spalten in x-Richtung.
COLUMN_PADDING - Static variable in class org.jbox2d.tests.math.SinCosTest
 
columnCount - Static variable in class org.jbox2d.testbed.tests.VerticalStack
 
columnCount() - Method in class pi.graphics.boxes.GridBox
Gibt die Spaltenanzahl zurück.
columns(int) - Method in class pi.graphics.boxes.GridBox
 
combine(String, String...) - Static method in class pi.util.FileUtil
Diese Methode kombiniert den angegebenen Pfad mit den als Argumente übergebenen Pfadsegmenten.
combine(AABB) - Method in class org.jbox2d.collision.AABB
Combines another aabb with this one.
combine(AABB, AABB) - Method in class org.jbox2d.collision.AABB
Combine two AABBs into this one.
CombinedChildBox - Class in pi.graphics.boxes
Eine Box, die aus mehreren primitiven Kind-Boxen kombiniert ist.
CombinedChildBox() - Constructor for class pi.graphics.boxes.CombinedChildBox
 
compare(String, String) - Method in class pi.util.AlphanumComparator
 
compareTo(String, String) - Static method in class pi.util.AlphanumComparator
 
compareTo(ContactID) - Method in class org.jbox2d.collision.ContactID
 
compareTo(ParticleSystem.Proxy) - Method in class org.jbox2d.particle.ParticleSystem.Proxy
 
compareTo(KeyFrame<T>) - Method in class pi.animation.KeyFrame
 
compareTo(Resource) - Method in interface pi.resources.Resource
 
Compass - Enum Class in blockly_robot.robot.logic.navigation
Rough direction of the four main cardinal points / Grobe Himmelsrichtung der vier Haupthimmelsrichtungen
CompassBox - Class in pi.graphics.boxes
Ein Kompasspfeil, der in der Mitte eines Quadrats angebracht ist.
CompassBox(int) - Constructor for class pi.graphics.boxes.CompassBox
 
CompassBoxDemo - Class in demos.classes.graphics.boxes
 
CompassBoxDemo() - Constructor for class demos.classes.graphics.boxes.CompassBoxDemo
 
complementaryColor() - Method in class pi.actor.Actor
Gibt die Komplementärfarbe der Figur zurück.
CompoundShapes - Class in org.jbox2d.testbed.tests
 
CompoundShapes() - Constructor for class org.jbox2d.testbed.tests.CompoundShapes
 
compute(float) - Method in interface pi.animation.tweening.TweenEquation
Applies the function to the value and returns the result.
compute(float) - Method in enum class pi.animation.tweening.TweenFunction
Computes the next value of the interpolation.
computeAABB(AABB, Transform, int) - Method in class org.jbox2d.collision.shapes.ChainShape
 
computeAABB(AABB, Transform, int) - Method in class org.jbox2d.collision.shapes.CircleShape
 
computeAABB(AABB, Transform, int) - Method in class org.jbox2d.collision.shapes.EdgeShape
 
computeAABB(AABB, Transform, int) - Method in class org.jbox2d.collision.shapes.PolygonShape
 
computeAABB(AABB, Transform, int) - Method in class org.jbox2d.collision.shapes.Shape
Given a transform, compute the associated axis aligned bounding box for a child shape.
computeCentroidToOut(Vec2[], int, Vec2) - Method in class org.jbox2d.collision.shapes.PolygonShape
 
computeDepthForGroup(ParticleGroup) - Method in class org.jbox2d.particle.ParticleSystem
 
computeDistance(Vec2, int, Vec2) - Method in class org.jbox2d.dynamics.Fixture
Compute the distance from this fixture.
computeDistanceToOut(Transform, Vec2, int, Vec2) - Method in class org.jbox2d.collision.shapes.ChainShape
 
computeDistanceToOut(Transform, Vec2, int, Vec2) - Method in class org.jbox2d.collision.shapes.CircleShape
 
computeDistanceToOut(Transform, Vec2, int, Vec2) - Method in class org.jbox2d.collision.shapes.EdgeShape
 
computeDistanceToOut(Transform, Vec2, int, Vec2) - Method in class org.jbox2d.collision.shapes.PolygonShape
 
computeDistanceToOut(Transform, Vec2, int, Vec2) - Method in class org.jbox2d.collision.shapes.Shape
Compute the distance from the current shape to the specified point.
computeHeight() - Method in interface org.jbox2d.collision.broadphase.BroadPhaseStrategy
Compute the height of the tree.
computeHeight() - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
computeHeight() - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
computeMass(MassData, float) - Method in class org.jbox2d.collision.shapes.ChainShape
 
computeMass(MassData, float) - Method in class org.jbox2d.collision.shapes.CircleShape
 
computeMass(MassData, float) - Method in class org.jbox2d.collision.shapes.EdgeShape
 
computeMass(MassData, float) - Method in class org.jbox2d.collision.shapes.PolygonShape
 
computeMass(MassData, float) - Method in class org.jbox2d.collision.shapes.Shape
Compute the mass properties of this shape using its dimensions and density.
computeParticleCollisionEnergy() - Method in class org.jbox2d.dynamics.World
Compute the kinetic energy that can be lost by damping force
computeParticleCollisionEnergy() - Method in class org.jbox2d.particle.ParticleSystem
 
concat(byte[], byte[]) - Static method in class pi.util.ArrayUtil
Concatenates the two specified byte arrays to a new array.
concat(double[], double[]) - Static method in class pi.util.ArrayUtil
Concatenates the two specified double arrays to a new array.
concat(int[], int[]) - Static method in class pi.util.ArrayUtil
Concatenates the two specified int arrays to a new array.
concat(long[], long[]) - Static method in class pi.util.ArrayUtil
Concatenates the two specified long arrays to a new array.
concat(T[], T[]) - Static method in class pi.util.ArrayUtil
Concatenates the two specified double arrays to a new array.
config - Static variable in class pi.Controller
Bietet Zugriff auf das Konfigurationsobjekt der Engine.
Config() - Constructor for class cli.java2umltext.Client.Config
 
ConfigGroup - Class in pi.config
This class contains some basic functionality for all setting groups.
ConfigGroup() - Constructor for class pi.config.ConfigGroup
Initializes a new instance of the ConfigurationGroup class.
ConfigGroup.ConfigurationChangedListener - Interface in pi.config
This listener interface receives events when any property of the configuration changed.
ConfigGroupInfo - Annotation Interface in pi.config
Annotation to provide metadata for configuration groups.
ConfigLoader - Class in pi.config
Konfigurationsklasse, die mehrere Konfigurationsgruppen verwaltet und das Laden und Speichern von Einstellungen übernimmt.
ConfigLoader(String, ConfigGroup...) - Constructor for class pi.config.ConfigLoader
Constructs a new instance of the Configuration class using the specified file name.
ConfigLoader(Path, ConfigGroup...) - Constructor for class pi.config.ConfigLoader
Initializes a new instance of the Configuration class.
ConfigLoader(ConfigGroup...) - Constructor for class pi.config.ConfigLoader
Initializes a new instance of the Configuration class.
Configuration - Class in pi.config
Diese Klasse enthält alle Standard-Konfigurationsgruppen, die von der Engine Pi bereitgestellt werden.
configurationChanged(PropertyChangeEvent) - Method in interface pi.config.ConfigGroup.ConfigurationChangedListener
Invoked when a property of the configuration has been changed using the ConfigGroup.set(String, Object) method to support this event.
ConfinedTest - Class in org.jbox2d.testbed.tests
 
ConfinedTest() - Constructor for class org.jbox2d.testbed.tests.ConfinedTest
 
CONSTANT_VOLUME - Enum constant in enum class org.box2d.proto.Box2D.PbJointType
CONSTANT_VOLUME = 11;
CONSTANT_VOLUME - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
CONSTANT_VOLUME_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbJointType
CONSTANT_VOLUME = 11;
ConstantInterpolator<T> - Class in pi.animation.interpolation
Ein Interpolator, der eine konstante Funktion darstellt.
ConstantInterpolator(T) - Constructor for class pi.animation.interpolation.ConstantInterpolator
Erstellt einen konstanten Interpolator
ConstantVolumeJoint - Class in org.jbox2d.dynamics.joints
 
ConstantVolumeJoint(World, ConstantVolumeJointDef) - Constructor for class org.jbox2d.dynamics.joints.ConstantVolumeJoint
 
ConstantVolumeJointDef - Class in org.jbox2d.dynamics.joints
Definition for a ConstantVolumeJoint, which connects a group a bodies, so they maintain a constant volume within them.
ConstantVolumeJointDef() - Constructor for class org.jbox2d.dynamics.joints.ConstantVolumeJointDef
 
constraintType - Variable in class org.jbox2d.testbed.framework.TestbedSetting
 
constructPlatformAbove() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.Robot
baue eine Plattform oben
constructPlatformInFront() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.Robot
baue eine Plattform vorne
constructTables() - Static method in class org.jbox2d.tests.math.SinCosTest
constructs the tables from the static parameters
consumeMana(int) - Method in class demos.small_games.dude.GameData
 
contact - Variable in class org.jbox2d.dynamics.contacts.ContactEdge
The contact.
Contact - Class in org.jbox2d.dynamics.contacts
The class manages contact between two shapes.
Contact(WorldPool) - Constructor for class org.jbox2d.dynamics.contacts.Contact
 
CONTACT_STACK_INIT_SIZE - Static variable in class org.jbox2d.common.Settings
 
contactBuffer - Variable in class org.jbox2d.particle.ParticleSystem
 
contactCapacity - Variable in class org.jbox2d.dynamics.Island
 
contactCount - Variable in class org.jbox2d.dynamics.ContactManager
 
contactCount - Variable in class org.jbox2d.dynamics.Island
 
contactCount - Variable in class org.jbox2d.particle.ParticleSystem
 
contactCreateFcn(WorldPool, Fixture, Fixture) - Method in interface org.jbox2d.dynamics.contacts.ContactCreator
 
ContactCreator - Interface in org.jbox2d.dynamics.contacts
 
contactDestroyFcn(WorldPool, Contact) - Method in interface org.jbox2d.dynamics.contacts.ContactCreator
 
ContactEdge - Class in org.jbox2d.dynamics.contacts
A contact edge is used to connect bodies and contacts together in a contact graph where each body is a node and each contact is an edge.
ContactEdge() - Constructor for class org.jbox2d.dynamics.contacts.ContactEdge
 
contactFilter - Variable in class org.jbox2d.dynamics.ContactManager
 
ContactFilter - Class in org.jbox2d.callbacks
Implement this class to provide collision filtering.
ContactFilter() - Constructor for class org.jbox2d.callbacks.ContactFilter
 
ContactID - Class in org.jbox2d.collision
Contact ids to facilitate warm starting.
ContactID() - Constructor for class org.jbox2d.collision.ContactID
 
ContactID(ContactID) - Constructor for class org.jbox2d.collision.ContactID
 
ContactID.Type - Enum Class in org.jbox2d.collision
 
ContactImpulse - Class in org.jbox2d.callbacks
Contact impulses for reporting.
ContactImpulse() - Constructor for class org.jbox2d.callbacks.ContactImpulse
 
contactIndex - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
contactList - Variable in class org.jbox2d.dynamics.Body
 
contactList - Variable in class org.jbox2d.dynamics.ContactManager
 
contactListener - Variable in class org.jbox2d.dynamics.ContactManager
 
ContactListener - Interface in org.jbox2d.callbacks
Implement this class to get contact information.
contactManager - Variable in class org.jbox2d.dynamics.World
 
ContactManager - Class in org.jbox2d.dynamics
Delegate of World.
ContactManager(World, BroadPhase) - Constructor for class org.jbox2d.dynamics.ContactManager
 
ContactPoint - Class in org.jbox2d.testbed.framework
Contact point for TestbedTest.
ContactPoint() - Constructor for class org.jbox2d.testbed.framework.ContactPoint
 
contactPoolCount - Variable in class org.jbox2d.dynamics.World
 
ContactPositionConstraint - Class in org.jbox2d.dynamics.contacts
 
ContactPositionConstraint() - Constructor for class org.jbox2d.dynamics.contacts.ContactPositionConstraint
 
ContactRegister - Class in org.jbox2d.dynamics.contacts
 
ContactRegister() - Constructor for class org.jbox2d.dynamics.contacts.ContactRegister
 
contacts - Variable in class org.jbox2d.dynamics.contacts.ContactSolver
 
contacts - Variable in class org.jbox2d.dynamics.contacts.ContactSolver.ContactSolverDef
 
contacts - Variable in class org.jbox2d.dynamics.Island
 
ContactSolver - Class in org.jbox2d.dynamics.contacts
 
ContactSolver() - Constructor for class org.jbox2d.dynamics.contacts.ContactSolver
 
ContactSolver.ContactSolverDef - Class in org.jbox2d.dynamics.contacts
 
ContactSolverDef() - Constructor for class org.jbox2d.dynamics.contacts.ContactSolver.ContactSolverDef
 
ContactVelocityConstraint - Class in org.jbox2d.dynamics.contacts
 
ContactVelocityConstraint() - Constructor for class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
ContactVelocityConstraint.VelocityConstraintPoint - Class in org.jbox2d.dynamics.contacts
 
container - Variable in class pi.graphics.boxes.FramedBox
 
container - Variable in class pi.graphics.boxes.TextBlockAlignBox
 
Container<T> - Interface in pi.resources
Schnittstelle für die Ressourcenspeicher.
containerSize - Variable in class blockly_robot.robot.data.model.GridInfosData
Found in contextParams.json
containerSize - Variable in class blockly_robot.robot.data.model.ItemData
 
contains(Object[], Object) - Static method in class pi.util.ArrayUtil
Return true if the array contains the specified value.
contains(String) - Method in class pi.resources.ResourcesContainer
Checks if this instance contains a resource with the specified name.
contains(String[], String, boolean) - Static method in class pi.util.ArrayUtil
Return true if the array contains the specified string argument.
contains(URL) - Method in class pi.resources.ResourcesContainer
 
contains(AABB) - Method in class org.jbox2d.collision.AABB
Does this aabb contain the provided AABB.
contains(Bounds) - Method in record class pi.graphics.geom.Bounds
Diese Methoden prüft, ob dieses Bounds-Rechteck ein zweites vollkommen enthält.
Gemeinsame Ränder zählen AUCH als umschliessen!
contains(Vector) - Method in class pi.actor.Actor
Prüft, ob ein bestimmter Punkt innerhalb des Objekts liegt.
contains(Vector) - Method in record class pi.graphics.geom.Bounds
Testet, ob ein Punkt sich in dem Bounds befindet.
contains(Vector) - Method in class pi.physics.BodyHandler
 
contains(Vector) - Method in class pi.physics.NullHandler
Ein Objekt ohne Physik enthält keinen Punkt.
contains(T) - Method in class pi.event.EventListeners
Gibt wahr zurück, wenn der gegebene Beobachter bereits hinzugefügt wurde.
contains(T) - Method in class pi.resources.ResourcesContainer
Checks if the specified resource is contained by this instance.
content - Variable in class pi.graphics.boxes.FramedBox
 
content - Variable in class pi.graphics.boxes.TextBox
Der Inhalt der Textbox als Zeichenkette.
content() - Method in class pi.actor.ImageText
Gibt den Textinhalt, der in das Bild geschrieben werden soll, zurück.
content() - Method in class pi.actor.ImageText.Glyph
Gibt das Zeichen, das durch ein Bild dargestellt werden soll, als Zeichenkette zurück.
content() - Method in class pi.actor.label.TextLabel
Gibt den Inhalt der Beschriftung als Zeichenkette zurück.
content() - Method in class pi.actor.TextActor
Gibt den Textinhalt, der dargestellt werden soll, zurück.
content() - Method in class pi.graphics.boxes.TextBox
Gibt den Inhalt der Textbox als Zeichenkette zurück.
content(Object) - Method in class pi.actor.TextActor
Setzt den Textinhalt, der dargestellt werden soll.
content(Object) - Method in class pi.graphics.boxes.FramedTextBox
 
content(Object) - Method in class pi.graphics.boxes.TextBox
Setzt den Inhalt und berechnet dabei die Abmessungen neu.
content(Object...) - Method in class pi.actor.ImageText
Setzt den Textinhalt neu.
content(Object...) - Method in class pi.actor.label.TextLabel
Setzt den Inhalt der Beschriftung.
content(Object...) - Method in class pi.graphics.boxes.TextBlockBox
Setzt den Inhalt des Textblocks.
ContentDemo - Class in demos.classes.actor.image_text
Demonstiert die Methode ImageText.content(Object...) der Klasse ImageText.
ContentDemo() - Constructor for class demos.classes.actor.image_text.ContentDemo
 
context - Variable in class blockly_robot.robot.logic.item.relocation.BagPacker
 
context - Variable in class blockly_robot.robot.logic.robot.VirtualRobot
 
context() - Method in class blockly_robot.robot.logic.level.Level
 
context(Context) - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
Context - Class in blockly_robot.robot.logic.context
Sammlung aller wichtigen Objekte die zum Lösen einer Trainingsaufgabenversion nötig sind.
Context(int[][], ItemCreator, VirtualRobot, Task, Level) - Constructor for class blockly_robot.robot.logic.context.Context
 
contextData() - Method in class blockly_robot.robot.logic.Task
 
contextType - Variable in class blockly_robot.robot.data.model.GridInfosData
For example „labyrinth“.
CONTINUOUS_PHYSICS_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbWorld
 
ContinuousCollision - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
ContinuousTest - Class in org.jbox2d.testbed.tests
 
ContinuousTest() - Constructor for class org.jbox2d.testbed.tests.ContinuousTest
 
controller(ItemController) - Method in class blockly_robot.robot.logic.item.Item
 
Controller - Class in blockly_robot.robot.gui
 
Controller - Class in pi
Steuert das aktuelle Spiel bzw.
Controller() - Constructor for class blockly_robot.robot.gui.Controller
 
Controller() - Constructor for class pi.Controller
Der geschützte Konstruktor verhindert, dass Instanzen von dieser Klasse gemacht werden.
convertColorspace(BufferedImage, int) - Static method in class pi.util.ImageUtil
Ändert den Farbraum eines Bildes.
convertToMultilineString(Object...) - Static method in class pi.util.TextUtil
Konvertiert mehrere Inhalte zu einem mehrzeiligen Text.
convertToString(Object) - Static method in class pi.util.TextUtil
Konvertiert einen Inhalt in einem beliebigen Datentyp zu einer Zeichenkette.
ConvexHull - Class in org.jbox2d.testbed.tests
 
ConvexHull() - Constructor for class org.jbox2d.testbed.tests.ConvexHull
 
ConveyorBelt - Class in org.jbox2d.testbed.tests
 
ConveyorBelt() - Constructor for class org.jbox2d.testbed.tests.ConveyorBelt
 
coordinatesystem - Variable in class pi.config.Configuration
Verwaltet die Einstellungsmöglichkeiten, wie das Koordinatensystem im Entwicklungsmodus gezeichnet werden soll.
CoordinatesystemConfig - Class in pi.config
Verwaltet die Einstellungsmöglichkeiten, wie das Koordinatensystem im Entwicklungsmodus gezeichnet werden soll.
CoordinateSystemDemo - Class in demos
 
CoordinateSystemDemo() - Constructor for class demos.CoordinateSystemDemo
 
CoordinateSystemDrawer - Class in pi.debug
Zeichnet das Koordinatensystem.
CoordinateSystemDrawer(Graphics2D, Scene, int, int) - Constructor for class pi.debug.CoordinateSystemDrawer
Zeichnet das Koordinatensystem.
CoordinateSystemTranslator - Class in blockly_robot.robot.gui.map
 
CoordinateSystemTranslator(int, int) - Constructor for class blockly_robot.robot.gui.map.CoordinateSystemTranslator
 
CoordinateSystemTranslator(int, int, double, double) - Constructor for class blockly_robot.robot.gui.map.CoordinateSystemTranslator
 
coords() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
coords() - Method in interface blockly_robot.robot.logic.robot.Robot
Returns the current position of the robot as a Point object. deutsch u
coords() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
Coords - Class in blockly_robot.robot.logic.navigation
Ein Punkt auf dem Gitter.
Coords(int, int) - Constructor for class blockly_robot.robot.logic.navigation.Coords
 
coordsInFront(Compass) - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
coordsInFront(Compass, int) - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
copy(BufferedImage) - Static method in class pi.util.ImageUtil
Erzeugt eine neue BufferedImage Instanz des Übergabeparameters.
copy(File, OutputStream) - Static method in class pi.util.StreamUtilities
 
copy(InputStream, File) - Static method in class pi.util.StreamUtilities
 
copy(InputStream, OutputStream) - Static method in class pi.util.StreamUtilities
 
CopyrightScene - Class in tetris.scenes
Das ist der erste Bildschirm, der beim Starten des Spiels angezeigt wird.
CopyrightScene() - Constructor for class tetris.scenes.CopyrightScene
 
Cornelsen11SpbNuernbergUlmMuenchenHamburg() - Static method in class pi.dsa.graph.GraphCollection
Seite 58 Aufgabe Nr. 4
Cornelsen6Abiturfahrt() - Static method in class pi.dsa.graph.GraphCollection
Entspricht der Graphdatenbank Abiturfahrt.grdb aus dem Schulbuch des Cornelsen Verlags „Informatik 6 grundlegendes Niveau“ von 2024.
Cornelsen6Autobahn() - Static method in class pi.dsa.graph.GraphCollection
Entspricht der Graphdatenbank Autobahn.grdb aus dem Schulbuch des Cornelsen Verlags „Informatik 6 grundlegendes Niveau“ von 2024.
Cornelsen6Beispielgraph() - Static method in class pi.dsa.graph.GraphCollection
Entspricht der Graphdatenbank Beispielgraph.grdb aus dem Schulbuch des Cornelsen Verlags „Informatik 6 grundlegendes Niveau“ von 2024.
Cornelsen6Beispielgraph2() - Static method in class pi.dsa.graph.GraphCollection
Entspricht der Graphdatenbank Beispielgraph2.grdb aus dem Schulbuch des Cornelsen Verlags „Informatik 6 grundlegendes Niveau“ von 2024.
Cornelsen6ICENetz() - Static method in class pi.dsa.graph.GraphCollection
Entspricht der Graphdatenbank ICENetz.grdb aus dem Schulbuch des Cornelsen Verlags „Informatik 6 grundlegendes Niveau“ von 2024.
CORNER_BL - Enum constant in enum class pacman.scenes.Brick
 
CORNER_BR - Enum constant in enum class pacman.scenes.Brick
 
CORNER_TL - Enum constant in enum class pacman.scenes.Brick
 
CORNER_TR - Enum constant in enum class pacman.scenes.Brick
 
correctionFactor - Variable in class org.jbox2d.dynamics.joints.MotorJointDef
Position correction factor in the range [0,1].
cos(float) - Static method in class org.jbox2d.common.MathUtils
 
CosinusDouble - Class in pi.animation.interpolation
Interpoliert auf einer kompletten Cosinuskurve.
CosinusDouble(double, double) - Constructor for class pi.animation.interpolation.CosinusDouble
Erstellt einen neuen Cosinuskurven-Interpolator.
count - Variable in class blockly_robot.robot.data.model.BagInit
 
count - Variable in class org.jbox2d.callbacks.ContactImpulse
 
count - Variable in class org.jbox2d.collision.Distance.DistanceProxy
 
count - Variable in class org.jbox2d.collision.Distance.SimplexCache
 
count - Variable in class org.jbox2d.collision.shapes.ChainShape
 
count - Variable in class org.jbox2d.collision.shapes.PolygonShape
Number of active vertices in the shape.
count - Variable in class org.jbox2d.dynamics.contacts.ContactSolver.ContactSolverDef
 
count - Variable in class org.jbox2d.dynamics.contacts.ContactSolver
 
count() - Method in class pi.resources.color.ColorContainer
Zählt die Anzahl der Farben in diesem Farbenspeicher.
count() - Method in interface pi.resources.Container
 
count() - Method in class pi.resources.ResourcesContainer
Gets the amount of resources that this container holds.
counter() - Method in class pi.actor.Counter
Gibt den aktuellen Wert des Zählers zurück.
counter(int) - Method in class pi.actor.Counter
Setzt den Zähler auf den angegebenen Wert und aktualisiert den Inhalt.
Counter - Class in pi.actor
Ein ganzzahliger Zähler.
Counter() - Constructor for class pi.actor.Counter
Initialisiert den Zähler mit dem Wert 0 und setzt die Anzeige auf "0".
Counter(int, String, String, String) - Constructor for class pi.actor.Counter
Initialisiert den Zähler mit einem Startwert.
CounterDemo - Class in demos.classes.actor.image_text
Demonstriert die Schriftart ImageText.Font und die Figur ImageText anhand eines Zählers.
CounterDemo() - Constructor for class demos.classes.actor.image_text.CounterDemo
 
cp - Variable in class org.jbox2d.testbed.perf.PoolingPerf
 
create(int) - Method in class blockly_robot.robot.logic.item.ItemCreator
Creates an item with the given number.
create(int) - Static method in class pi.graphics.boxes.DimensionBox
 
create(String) - Method in class blockly_robot.robot.logic.item.ItemCreator
Creates an item with the given name.
create(Body, FixtureDef) - Method in class org.jbox2d.dynamics.Fixture
 
create(World, JointDef) - Static method in class org.jbox2d.dynamics.joints.Joint
 
create(Scene, Grid, int, int, int) - Static method in class tetris.tetrominos.Tetromino
Erzeugt ein Tetromino durch Angabe einer Nummer.
create(Scene, Grid, String, int, int) - Static method in class tetris.tetrominos.Tetromino
Erzeugt ein Tetromino durch Angabe des Names.
createBody(BodyDef) - Method in class org.jbox2d.dynamics.World
create a rigid body given a definition.
createBody(BodyDef, Actor) - Method in class pi.physics.WorldHandler
Erstellt einen Body und mappt ihn intern zum analogen Actor-Objekt.
createCage(Scene) - Static method in class pi.actor.ActorCreator
Erzeugt einen Käfig bestehend aus vier Rechtecken um den sichtbaren Kamera-Bereich einer Szene und fügt diese vier Rechtecke in eine Szene ein.
createChain(Vec2[], int) - Method in class org.jbox2d.collision.shapes.ChainShape
Create a chain with isolated end vertices.
createCircle() - Method in class org.jbox2d.testbed.tests.ConfinedTest
 
createDir(String) - Static method in class pi.util.FileUtil
Erstellt ein Verzeichnis unter dem angegebenen Pfad, falls dieses noch nicht existiert.
createDistanceJoint(Actor, Vector, Vector) - Method in class pi.actor.Actor
Erstellt eine Stabverbindung (DistanceJoint) zwischen diesem und einem weiteren Actor-Objekt.
createFixture(Shape, float) - Method in class org.jbox2d.dynamics.Body
Creates a fixture from a shape and attach it to this body.
createFixture(FixtureDef) - Method in class org.jbox2d.dynamics.Body
Creates a fixture and attach it to this body.
createFromAnimatedGif(String, double, double) - Static method in class pi.actor.Animation
Erzeugt eine Animation aus einer animierter GIF-Datei.
createFromImage(BufferedImage) - Static method in interface pi.actor.TileMap
 
createFromImage(String) - Static method in interface pi.actor.TileMap
 
createFromImage(String, int, int) - Static method in interface pi.actor.TileMap
 
createFromImages(double, double, double, BufferedImage...) - Static method in class pi.actor.Animation
Erzeugt eine Animation durch Angabe der einzelnen Dateipfade der zu verwendenden Einzelbilder.
createFromImages(double, double, double, String...) - Static method in class pi.actor.Animation
Erzeugt eine Animation durch Angabe der einzelnen Dateipfade der zu verwendenden Einzelbilder.
createFromImagesPrefix(double, double, double, String, String) - Static method in class pi.actor.Animation
Lädt alle Bilddateien mit einem bestimmten Präfix in einem bestimmten Verzeichnis in eine Animation.
createFromSpritesheet(double, BufferedImage, int, int, double, double) - Static method in class pi.actor.Animation
Erzeugt eine Animation durch Angabe eines Spritesheets.
createFromSpritesheet(double, String, double, double, int, int) - Static method in class pi.actor.Animation
Erzeugt eine Animation durch Angabe eines Spritesheets.
createFromSpritesheet(double, String, int, int, double, double) - Static method in class pi.actor.Animation
Erzeugt eine Animation durch Angabe eines Spritesheets.
createGhost(Class<? extends Ghost>) - Static method in class pacman.actors.Ghost
 
createGrayColorScheme() - Static method in class tetris.ColorScheme
Erzeugt ein graues Farbschema.
createGreenColorScheme() - Static method in class tetris.ColorScheme
Erzeugt ein grünes Farbschema.
createGrid() - Method in class blockly_robot.robot.gui.level.LevelAssembler
 
createImage(int, int) - Method in class pi.graphics.screen_recording.Photographer
 
createItem(int) - Method in class blockly_robot.robot.logic.item.relocation.BagPacker
 
createItem(String) - Method in class blockly_robot.robot.logic.item.relocation.BagPacker
 
createJoint(JointDef) - Method in class org.jbox2d.dynamics.World
create a joint to constrain bodies together.
createJoint(World, Body, Body) - Method in interface pi.physics.joints.JointBuilder
 
createLoop(Vec2[], int) - Method in class org.jbox2d.collision.shapes.ChainShape
Create a loop.
createParticle(ParticleDef) - Method in class org.jbox2d.dynamics.World
Create a particle whose properties have been defined.
createParticle(ParticleDef) - Method in class org.jbox2d.particle.ParticleSystem
 
createParticleGroup(ParticleGroupDef) - Method in class org.jbox2d.dynamics.World
Create a particle group whose properties have been defined.
createParticleGroup(ParticleGroupDef) - Method in class org.jbox2d.particle.ParticleSystem
 
createPrismaticJoint(Actor, Vector, double) - Method in class pi.actor.Actor
Erstellt einen neuen PrismaticJoint zwischen zwei Objekten.
createProxies(BroadPhase, Transform) - Method in class org.jbox2d.dynamics.Fixture
 
createProxy(AABB, Object) - Method in interface org.jbox2d.collision.broadphase.BroadPhase
Create a proxy with an initial AABB.
createProxy(AABB, Object) - Method in interface org.jbox2d.collision.broadphase.BroadPhaseStrategy
Create a proxy.
createProxy(AABB, Object) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
createProxy(AABB, Object) - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
createProxy(AABB, Object) - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
CreateProxy() - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
createRevoluteJoint(Actor, Vector) - Method in class pi.actor.Actor
Erstellt einen Revolute-Joint zwischen dem zugehörigen Actor-Objekt und einem weiteren.
createRobot() - Method in class blockly_robot.robot.logic.level.Level
 
createRobot(AssembledLevel) - Method in class blockly_robot.robot.gui.level.LevelAssembler
 
createRobot(Level) - Method in class blockly_robot.robot.Solver
 
createRopeJoint(Actor, Vector, Vector, double) - Method in class pi.actor.Actor
Erstellt eine Seilverbindung zwischen diesem und einem weiteren Actor-Objekt.
createRotationalTransform(float) - Static method in class org.jbox2d.common.Mat22
 
createRotationalTransform(float, Mat22) - Static method in class org.jbox2d.common.Mat22
 
createScaleTransform(float) - Static method in class org.jbox2d.common.Mat22
 
createScaleTransform(float, Mat22) - Static method in class org.jbox2d.common.Mat22
 
createSoundPlayback(String, boolean) - Method in class pi.resources.sound.AudioEngine
Erzeugt ein SoundPlayback-Objekt zur angegebenen Datei.
createSoundPlayback(String, boolean) - Static method in class pi.resources.sound.Jukebox
 
createSoundPlayback(Sound, boolean) - Method in class pi.resources.sound.AudioEngine
Erzeugt ein SoundPlayback-Objekt, das vor dem Start konfiguriert werden kann.
createSoundPlayback(Sound, boolean) - Static method in class pi.resources.sound.Jukebox
 
createTetromino(String) - Method in class tetris.debug.SingleTetrominoDebugScene
 
createText(String) - Static method in class blockly_robot.robot.gui.TextMaker
 
createText(String, double) - Static method in class blockly_robot.robot.gui.TextMaker
 
createTmpFile() - Static method in class pi.util.FileUtil
Erstellt eine temporäre Datei im Standard-Temporärverzeichnis des Systems.
createVolumeControl() - Method in class pi.resources.sound.Playback
 
createWeldJoint(Actor, Vector, Vector) - Method in class pi.actor.Actor
Erstellt eine Schweißnaht - besser einen Schweißpunkt - zwischen diesem und einem weiteren Actor-Objekt.
createWorld(Vec2) - Method in class org.jbox2d.testbed.framework.DefaultWorldCreator
 
createWorld(Vec2) - Method in interface org.jbox2d.testbed.framework.WorldCreator
 
creator - Variable in class org.jbox2d.dynamics.contacts.ContactRegister
 
cross(float, Vec2) - Static method in class org.jbox2d.common.Vec2
 
cross(Vec2, float) - Static method in class org.jbox2d.common.Vec2
 
cross(Vec2, Vec2) - Static method in class org.jbox2d.common.Vec2
 
cross(Vec3, Vec3) - Static method in class org.jbox2d.common.Vec3
 
crossToOut(float, Vec2, Vec2) - Static method in class org.jbox2d.common.Vec2
 
crossToOut(Vec2, float, Vec2) - Static method in class org.jbox2d.common.Vec2
 
crossToOut(Vec3, Vec3, Vec3) - Static method in class org.jbox2d.common.Vec3
 
crossToOutUnsafe(float, Vec2, Vec2) - Static method in class org.jbox2d.common.Vec2
 
crossToOutUnsafe(Vec2, float, Vec2) - Static method in class org.jbox2d.common.Vec2
 
crossToOutUnsafe(Vec3, Vec3, Vec3) - Static method in class org.jbox2d.common.Vec3
 
currentScene() - Method in class pi.loop.GameLoop
Gibt die aktuelle Szene aus.
CustomConfigGroupDemo - Class in demos.docs.resources.config
 
CustomConfigGroupDemo() - Constructor for class demos.docs.resources.config.CustomConfigGroupDemo
 
CustStack() - Constructor for class org.jbox2d.testbed.perf.PoolingPerf.CustStack
 
cyan(Object) - Static method in class pi.debug.AnsiColor
Wandelt ein Objekt in einen cyanfarbenen Text um.
CYAN - Static variable in class pi.debug.AnsiColor
ANSI-Sequenz für cyanfarbene Schrift.
cycle() - Method in class demos.docs.resources.color.ColorWheelIttenDemo
 

D

DamBreak - Class in org.jbox2d.testbed.tests
 
DamBreak() - Constructor for class org.jbox2d.testbed.tests.DamBreak
 
DAMPING_RATIO_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
dampingRatio - Variable in class org.jbox2d.dynamics.joints.ConstantVolumeJointDef
 
dampingRatio - Variable in class org.jbox2d.dynamics.joints.DistanceJointDef
The damping ratio. 0 = no damping, 1 = critical damping.
dampingRatio - Variable in class org.jbox2d.dynamics.joints.MouseJointDef
The damping ratio. 0 = no damping, 1 = critical damping.
dampingRatio - Variable in class org.jbox2d.dynamics.joints.WeldJointDef
The damping ratio. 0 = no damping, 1 = critical damping.
dampingRatio - Variable in class org.jbox2d.dynamics.joints.WheelJointDef
Suspension damping ratio, one indicates critical damping
dashed() - Method in class pi.actor.Line
Gibt an, ob die Linie gestrichelt oder durchgezogen gezeichnet wird.
dashed(boolean) - Method in class pi.actor.Line
Setzt, ob eine gestrichelte Linie gezeichnet werden soll oder nicht.
dashPattern() - Method in class pi.actor.Line
 
dashPattern(double...) - Method in class pi.actor.Line
Legt das Strichmuster für die Darstellung dieser Linie fest.
data - Variable in class blockly_robot.robot.data.model.TaskData
 
data - Variable in class org.jbox2d.particle.ParticleSystem.ParticleBuffer
 
data() - Method in class blockly_robot.robot.logic.Task
 
DataFormat - Class in pi.resources
Enthält gemeinsame Hilfsmethoden für verschiedene Klassen zur Verarbeitung von Dateiformaten, zum Beispiel SoundFormat und ImageFormat.
debug - Variable in class pi.config.Configuration
Verwaltet die Einstellmöglichkeiten mit Bezug zum Entwicklungsmodus.
debug() - Method in class demos.small_games.pong.BounceBar
Macht den Abprallbalken sichtbar, um überprüfen zu können, ob er richtig platziert ist.
debug() - Method in class pi.actor.Actor
Gibt diesen Figur zum Debugging mit Hilfe von System.out.println() auf der Konsole aus.
debug() - Element in annotation interface pi.config.ConfigGroupInfo
Specifies whether debug mode is enabled for the configuration group.
debug() - Static method in class pi.Controller
Aktiviert den Entwicklungsmodus.
debug() - Method in class pi.graphics.boxes.Box
 
debug(boolean) - Static method in class blockly_robot.robot.gui.Controller
 
debug(boolean) - Static method in class blockly_robot.robot.Solver
 
debug(boolean) - Static method in class pi.Controller
Setzt, ob die Engine im Debug-Modus ausgeführt werden soll.
DEBUG_SOLVER - Static variable in class org.jbox2d.dynamics.contacts.ContactSolver
 
DebugConfig - Class in pi.config
Verwaltet die Einstellmöglichkeiten mit Bezug zum Entwicklungsmodus.
DebugDraw - Class in org.jbox2d.callbacks
Implement this abstract class to allow JBox2d to automatically draw your physics for debugging purposes.
DebugDraw() - Constructor for class org.jbox2d.callbacks.DebugDraw
 
DebugDraw(IViewportTransform) - Constructor for class org.jbox2d.callbacks.DebugDraw
 
DebugDrawJ2D - Class in org.jbox2d.testbed.framework.j2d
Implementation of DebugDraw that uses Java2D!
DebugDrawJ2D(TestPanelJ2D, boolean) - Constructor for class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
DebugInfoBoxDrawer - Class in pi.debug
Zeichnet einige Informationsboxen mit Debug-Informationen in das linke obere Eck.
DebugInfoBoxDrawer() - Constructor for class pi.debug.DebugInfoBoxDrawer
 
decode(String) - Static method in class pi.resources.Codec
Decodes the specified Base64 string to a byte array.
decode(String) - Static method in class pi.resources.color.ColorUtil
Konvertiert eine Farbe in hexadezimaler Notation in die entsprechende Instanz der Klasse Color.
decode(String[]) - Static method in class pi.resources.color.ColorUtil
Dekodiert eine Feld / Array bestehend aus hexadezimalen Repräsentationen von Farben in Zeichenkettenform in ein Feld aus Objekten der Klasse Color.
decode(String, boolean) - Static method in class pi.resources.color.ColorUtil
Konvertiert eine Farbe in hexadezimaler Notation in die entsprechende Instanz der Klasse Color.
decodeAngle(byte) - Static method in class pi.resources.Codec
Decodes a previously encoded angle.
decodeAngle(short) - Static method in class pi.resources.Codec
 
decodeImage(String) - Static method in class pi.resources.Codec
Dekodiert einen als String codierten Bildinhalt in ein BufferedImage und konvertiert das Ergebnis in ein plattformkompatibles Bildformat.
decodeImageData() - Method in class pi.util.GifDecoder
Decodes LZW image data into pixel array.
decodeSmallFloatingPointNumber(short, int) - Static method in class pi.resources.Codec
Decodes a small floating point number, previously encoded with encodeSmallFloatingPointNumber.
decrease() - Method in class pi.actor.Counter
Verringert den Zähler um eins, aktualisiert den Inhalt und gibt den neuen Zählerwert zurück.
DEFAULT - Enum constant in enum class cli.java2umltext.model.Visibility
 
DEFAULT_FPS - Static variable in class org.jbox2d.testbed.framework.AbstractTestbedController
 
DEFAULT_STRING_DELIMITER - Static variable in class pi.util.ArrayUtil
 
DefaultBroadPhaseBuffer - Class in org.jbox2d.collision.broadphase
The broad-phase is used for computing pairs and performing volume queries and ray casts.
DefaultBroadPhaseBuffer(BroadPhaseStrategy) - Constructor for class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
defaultControl() - Static method in class pi.Controller
Gibt die momentan registrierten, grundlegenden Maus- und Tastatur-Steuermöglichkeiten zurück.
defaultControl(DefaultListener) - Static method in class pi.Controller
Registriert grundlegende Maus- und Tastatur-Steuermöglichkeiten.
DefaultControl - Class in pi.event
Registriert im Auslieferungszustand einige wenige grundlegenden Maus- und Tastatur-Steuermöglichkeiten.
DefaultControl() - Constructor for class pi.event.DefaultControl
 
DefaultControlDemo - Class in demos.classes.event
DefaultControlDemo() - Constructor for class demos.classes.event.DefaultControlDemo
 
defaultFont() - Method in class pi.resources.font.FontContainer
Gibt die mit der Engine Pi mitgelieferte Standardschrift im normalen Schriftstil aus.
defaultFont(int) - Method in class pi.resources.font.FontContainer
Gibt die mit der Engine Pi mitgelieferte Standardschrift aus.
defaultFont(FontStyle) - Method in class pi.resources.font.FontContainer
Gibt die mit der Engine Pi mitgelieferte Standardschrift aus.
DefaultListener - Interface in pi.event
Bietet Standard-Methoden für einige Beobachter-Schnittstellen an.
DefaultWorldCreator - Class in org.jbox2d.testbed.framework
 
DefaultWorldCreator() - Constructor for class org.jbox2d.testbed.framework.DefaultWorldCreator
 
DefaultWorldPool - Class in org.jbox2d.pooling.normal
Provides object pooling for all objects used in the engine.
DefaultWorldPool(int, int) - Constructor for class org.jbox2d.pooling.normal.DefaultWorldPool
 
defer(Runnable) - Method in interface pi.event.FrameListenerRegistration
Führt die übergebene Aufgabe mit Verzögerung aus.
definedHeight - Variable in class pi.graphics.boxes.Box
Die gesetzte Höhe in Pixel.
definedWidth - Variable in class pi.graphics.boxes.Box
Die gesetzte Breite in Pixel.
DEG2RAD - Static variable in class org.jbox2d.common.MathUtils
Degrees to radians conversion factor
delay - Variable in class pi.util.GifDecoder
 
delay(double, Runnable) - Method in interface pi.event.FrameListenerRegistration
Führt die übergebene Aufgabe mit einer vorgegebenen Verzögerung aus.
deleteConfigFile() - Method in class pi.config.ConfigLoader
Löscht die Konfigurationsdatei, falls sie existiert.
deleteDir(File) - Static method in class pi.util.FileUtil
Löscht ein Verzeichnis und seinen gesamten Inhalt rekursiv.
deleteDir(String) - Static method in class pi.util.FileUtil
Löscht ein Verzeichnis und seinen gesamten Inhalt rekursiv.
demo() - Static method in class demos.classes.graphics.boxes.DemoBoxes
 
demo(String) - Static method in class demos.classes.graphics.boxes.DemoBoxes
 
demo(String, int, int) - Static method in class demos.classes.graphics.boxes.DemoBoxes
 
DemoBoxes - Class in demos.classes.graphics.boxes
 
DemoBoxes() - Constructor for class demos.classes.graphics.boxes.DemoBoxes
 
demonstrateFontStyle(int, int) - Method in class demos.classes.actor.TextDemo
 
demos - package demos
Demonstriert und testet die Engine Pi.
demos.billard - package demos.billard
Ein Billard-Tisch, der die Physics-Engine demonstriert.
demos.classes - package demos.classes
Demonstriert die Engine Pi nach Paketen und Klassen geordnet.
demos.classes.actor - package demos.classes.actor
Demonstriert die verschiedenen Figuren.
demos.classes.actor.image_text - package demos.classes.actor.image_text
Demonstriert die Schriftart ImageText.Font, die Figur ImageText
demos.classes.class_configuration - package demos.classes.class_configuration
Demonstriert die Klasse Configuration.
demos.classes.class_controller - package demos.classes.class_controller
Demonstriert die Klasse Controller.
demos.classes.class_controller.attribute_dialog - package demos.classes.class_controller.attribute_dialog
 
demos.classes.class_scene - package demos.classes.class_scene
Demonstriert die Klasse Scene.
demos.classes.dsa.graph - package demos.classes.dsa.graph
Demonstriert wie die Engine Pi verwendet werden kann, um verschiedene Algorithmen zu visualisieren.
demos.classes.dsa.graph.dfs - package demos.classes.dsa.graph.dfs
 
demos.classes.dsa.turtle - package demos.classes.dsa.turtle
 
demos.classes.event - package demos.classes.event
Demonstriert die Klassen des Pakets event.
demos.classes.event.keyboard - package demos.classes.event.keyboard
Demonstriert die Eingabemöglichkeiten über die Tastatur.
demos.classes.graphics - package demos.classes.graphics
Demonstiert das Paket pi.graphics.
demos.classes.graphics.boxes - package demos.classes.graphics.boxes
Demonstiert das Paket pi.graphics.boxes.
demos.classes.graphics.geom - package demos.classes.graphics.geom
Demonstiert das Paket pi.graphics.geom.
demos.classes.physics - package demos.classes.physics
Demonstiert das Paket pi.physics.
demos.classes.physics.joints - package demos.classes.physics.joints
Demonstiert das Paket pi.physics.joints.
demos.classes.resources - package demos.classes.resources
Demonstriert die Klassen des Pakets pi.resources.
demos.classes.resources.color - package demos.classes.resources.color
 
demos.classes.resources.sound - package demos.classes.resources.sound
Demonstriert die Klassen des Pakets pi.resources.sound.
demos.debug - package demos.debug
Demonstriert die Klassen des Pakets debug.
demos.docs - package demos.docs
Klassen, die in MkDocs-Dokumentation verlinkt werden.
demos.docs.dev - package demos.docs.dev
Klassen, die in unter manual/dev/design in der MkDocs-Dokumentation verlinkt werden.
demos.docs.dev.design - package demos.docs.dev.design
subprojects/demos/src/main/java/demos/classes/actor/AllActorsDemo.java
demos.docs.events - package demos.docs.events
Klassen, die in unter manual/events/ in der MkDocs-Dokumentation verlinkt werden.
demos.docs.events.collision - package demos.docs.events.collision
Klassen, die in unter manual/events/collsion/ in der MkDocs-Dokumentation verlinkt werden.
demos.docs.events.collision.froggy_jump - package demos.docs.events.collision.froggy_jump
Demonstiert die Kollisionserkennung anhand des kleinen Spiels „Froggy Jump“.
demos.docs.events.key_event - package demos.docs.events.key_event
 
demos.docs.events.key_stroke - package demos.docs.events.key_stroke
 
demos.docs.events.mouse - package demos.docs.events.mouse
Demonstriert die Eingabemöglichkeiten über die Maus.
demos.docs.main_classes - package demos.docs.main_classes
Klassen, die in unter manual/main-classes/ in der MkDocs-Dokumentation verlinkt werden.
demos.docs.main_classes.actor - package demos.docs.main_classes.actor
 
demos.docs.main_classes.actor.group - package demos.docs.main_classes.actor.group
Demonstriert die Klasse Group.
demos.docs.main_classes.actor.hello_world - package demos.docs.main_classes.actor.hello_world
Code-Beispiele für das Hello-World-Tutorial.
demos.docs.main_classes.actor.line - package demos.docs.main_classes.actor.line
 
demos.docs.main_classes.actor.polygon - package demos.docs.main_classes.actor.polygon
 
demos.docs.main_classes.actor.stateful_animation - package demos.docs.main_classes.actor.stateful_animation
Demonstiert eine animierte Figur, die mehrere Zustände haben kann.
demos.docs.main_classes.actor.text - package demos.docs.main_classes.actor.text
 
demos.docs.main_classes.actor.text_block - package demos.docs.main_classes.actor.text_block
 
demos.docs.main_classes.controller - package demos.docs.main_classes.controller
Klassen, die in unter manual/main-classes/controller/ in der MkDocs-Dokumentation verlinkt werden.
demos.docs.main_classes.controller.game_loop - package demos.docs.main_classes.controller.game_loop
Demonstriert die Spiel-Schleife (Game-Loop).
demos.docs.main_classes.controller.instant_mode - package demos.docs.main_classes.controller.instant_mode
Klassen, die in unter manual/main-classes/instant-mode in der MkDocs-Dokumentation verlinkt werden.
demos.docs.main_classes.scene - package demos.docs.main_classes.scene
Klassen, die in unter manual/main-classes/scene/ in der MkDocs-Dokumentation verlinkt werden.
demos.docs.main_classes.scene.tutorial - package demos.docs.main_classes.scene.tutorial
 
demos.docs.physics - package demos.docs.physics
Klassen, die in unter manual/physics/ in der MkDocs-Dokumentation verlinkt werden.
demos.docs.physics.impulse - package demos.docs.physics.impulse
 
demos.docs.resources - package demos.docs.resources
 
demos.docs.resources.color - package demos.docs.resources.color
Demonstriert die Klassen des Pakets pi.resources.color.
demos.docs.resources.config - package demos.docs.resources.config
 
demos.edu_projects - package demos.edu_projects
Projekte für den Informatik-Unterricht
demos.edu_projects.concurrency - package demos.edu_projects.concurrency
Projekte zum Thema Nebenläufigkeit.
demos.edu_projects.concurrency.eierautomat - package demos.edu_projects.concurrency.eierautomat
 
demos.edu_projects.concurrency.philosophers - package demos.edu_projects.concurrency.philosophers
demos.edu_projects.recursion - package demos.edu_projects.recursion
Demonstierte rekursive Algorithmen.
demos.edu_projects.recursion.backtracking.eight_queens_puzzle - package demos.edu_projects.recursion.backtracking.eight_queens_puzzle
 
demos.graphics2d - package demos.graphics2d
Dieses Paket demonstierte nicht die Engine Pi selber, sondern den Umgang mit der Graphics2D-Zeichenfläche.
demos.physics - package demos.physics
Demonstiert die Physics Engine.
demos.physics.collision - package demos.physics.collision
 
demos.physics.single_aspects - package demos.physics.single_aspects
Demonstiert einzelne Aspekte der Physics Engine, wie zum Beispiel einzelne Methoden oder Klassen.
demos.small_games - package demos.small_games
Demonstiert die Funktionalität der Engine Pi anhand kleiner Spiele.
demos.small_games.dude - package demos.small_games.dude
Demonstiert die Funktionalität der Engine Pi anhand des kleinen Spiels Dude.
demos.small_games.pong - package demos.small_games.pong
Implementation des Spielklassikers Pong auf der Engine Pi.
demos.small_games.snake - package demos.small_games.snake
Die Engine-Pi-Variante des Computerspielklassikers Snake.
density - Variable in class org.jbox2d.dynamics.Fixture
The density, usually in kg/m^2
density - Variable in class org.jbox2d.dynamics.FixtureDef
The density, usually in kg/m^2
density() - Method in class pi.actor.Actor
Gibt die aktuelle Dichte des Objekts an.
density() - Method in class pi.physics.BodyHandler
 
density() - Method in class pi.physics.NullHandler
 
density(double) - Method in class pi.actor.Actor
Setzt die Dichte des Objekts neu.
density(double) - Method in class pi.physics.BodyHandler
 
density(double) - Method in class pi.physics.NullHandler
 
DENSITY_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbFixture
 
DensityDemo - Class in demos.docs.physics
Demonstriert die Methode Actor.density(double)
DensityDemo() - Constructor for class demos.docs.physics.DensityDemo
 
DepthFirstSearch - Class in pi.dsa.graph
Eine Implementation der Tiefensuche.
DepthFirstSearch(GraphVisualizer) - Constructor for class pi.dsa.graph.DepthFirstSearch
 
DepthFirstSearchDemo - Class in demos.classes.dsa.graph.dfs
 
DepthFirstSearchDemo() - Constructor for class demos.classes.dsa.graph.dfs.DepthFirstSearchDemo
 
description(Object...) - Method in class pi.graphics.SceneInfoOverlay
Setzt den längeren, mehrzeiligen Beschreibungstext zur Szene.
deserializeBody(World, InputStream) - Method in interface org.jbox2d.serialization.JbDeserializer
Deserializes a body
deserializeBody(World, InputStream) - Method in class org.jbox2d.serialization.pb.PbDeserializer
 
deserializeBody(World, Box2D.PbBody) - Method in class org.jbox2d.serialization.pb.PbDeserializer
 
deserializeFixture(Body, InputStream) - Method in interface org.jbox2d.serialization.JbDeserializer
Deserializes a fixture
deserializeFixture(Body, InputStream) - Method in class org.jbox2d.serialization.pb.PbDeserializer
 
deserializeFixture(Body, Box2D.PbFixture) - Method in class org.jbox2d.serialization.pb.PbDeserializer
 
deserializeJoint(World, InputStream, Map<Integer, Body>, Map<Integer, Joint>) - Method in interface org.jbox2d.serialization.JbDeserializer
Deserializes a joint
deserializeJoint(World, InputStream, Map<Integer, Body>, Map<Integer, Joint>) - Method in class org.jbox2d.serialization.pb.PbDeserializer
 
deserializeJoint(World, Box2D.PbJoint, Map<Integer, Body>, Map<Integer, Joint>) - Method in class org.jbox2d.serialization.pb.PbDeserializer
 
deserializeShape(InputStream) - Method in interface org.jbox2d.serialization.JbDeserializer
Deserializes a shape
deserializeShape(InputStream) - Method in class org.jbox2d.serialization.pb.PbDeserializer
 
deserializeShape(Box2D.PbShape) - Method in class org.jbox2d.serialization.pb.PbDeserializer
 
deserializeWorld(InputStream) - Method in interface org.jbox2d.serialization.JbDeserializer
Deserializes a world
deserializeWorld(InputStream) - Method in class org.jbox2d.serialization.pb.PbDeserializer
 
deserializeWorld(Box2D.PbWorld) - Method in class org.jbox2d.serialization.pb.PbDeserializer
 
destroy() - Method in class org.jbox2d.dynamics.Fixture
 
destroy(Contact) - Method in class org.jbox2d.dynamics.ContactManager
 
destroy(Joint) - Static method in class org.jbox2d.dynamics.joints.Joint
 
destroyAutomatically - Variable in class org.jbox2d.particle.ParticleGroupDef
If true, destroy the group automatically after its last particle has been destroyed.
destroyBody(Body) - Method in class org.jbox2d.dynamics.World
Destroy a rigid body given a definition.
destroyFixture(Fixture) - Method in class org.jbox2d.dynamics.Body
Destroy a fixture.
destroyJoint(Joint) - Method in class org.jbox2d.dynamics.World
destroy a joint.
destroyParticle(int) - Method in class org.jbox2d.dynamics.World
Destroy a particle.
destroyParticle(int, boolean) - Method in class org.jbox2d.dynamics.World
Destroy a particle.
destroyParticle(int, boolean) - Method in class org.jbox2d.particle.ParticleSystem
 
destroyParticlesInGroup(ParticleGroup) - Method in class org.jbox2d.dynamics.World
Destroy particles in a group without enabling the destruction callback for destroyed particles.
destroyParticlesInGroup(ParticleGroup, boolean) - Method in class org.jbox2d.dynamics.World
Destroy particles in a group.
destroyParticlesInGroup(ParticleGroup, boolean) - Method in class org.jbox2d.particle.ParticleSystem
 
destroyParticlesInShape(Shape, Transform) - Method in class org.jbox2d.dynamics.World
Destroy particles inside a shape without enabling the destruction callback for destroyed particles.
destroyParticlesInShape(Shape, Transform, boolean) - Method in class org.jbox2d.dynamics.World
Destroy particles inside a shape.
destroyParticlesInShape(Shape, Transform, boolean) - Method in class org.jbox2d.particle.ParticleSystem
 
destroyProxies(BroadPhase) - Method in class org.jbox2d.dynamics.Fixture
Internal method
destroyProxy(int) - Method in interface org.jbox2d.collision.broadphase.BroadPhase
Destroy a proxy.
destroyProxy(int) - Method in interface org.jbox2d.collision.broadphase.BroadPhaseStrategy
Destroy a proxy
destroyProxy(int) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
destroyProxy(int) - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
destroyProxy(int) - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
DestroyProxy() - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
destructionListener - Static variable in class org.jbox2d.particle.ParticleType
call b2DestructionListener on destruction
destructionListener - Variable in class org.jbox2d.testbed.framework.TestbedTest
 
DestructionListener - Interface in org.jbox2d.callbacks
Joints and fixtures are destroyed when their associated body is destroyed.
destructor() - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJoint
 
destructor() - Method in class org.jbox2d.dynamics.joints.Joint
Override to handle destruction of joint
DIAGONAL_GAP - Static variable in class demos.billard.Table
 
dialog() - Static method in class pi.Controller
Öffnet verschiedene Dialoge.
DialogLauncher - Class in pi.graphics
Öffnet verschiedene modale Dialogfenster.
diameter() - Method in class pi.actor.Circle
Gibt den Durchmesser des Kreises aus.
diameter(double) - Method in class pi.actor.Circle
Setzt den Durchmesser des Kreises.
DIAMETER - Static variable in class demos.billard.Ball
 
difference() - Method in class pi.graphics.geom.DirectedLineSegment
Gibt den Differenzvektor von Urspung zum Ziel zurück.
difficulty - Variable in class blockly_robot.robot.data.model.LevelData
 
difficulty() - Method in class blockly_robot.robot.logic.level.Level
 
Difficulty - Enum Class in blockly_robot.robot.logic.level
Der Schwierigkeitsgrad
DimensionBox - Class in pi.graphics.boxes
Eine leere Box, die auf bestimmte Abmessungen gesetzt werden kann.
DimensionBox() - Constructor for class pi.graphics.boxes.DimensionBox
 
DimensionBox(int, int) - Constructor for class pi.graphics.boxes.DimensionBox
 
dir - Variable in class blockly_robot.robot.data.model.ItemData
0 steht für Osten, 1 steht für Süden, 2 steht für Westen, 3 steht für Norden.
dir - Variable in class blockly_robot.robot.logic.robot.VirtualRobot
 
dir() - Method in class blockly_robot.robot.logic.navigation.DirectionalCoords
 
DirectedLineSegment - Class in pi.graphics.geom
Eine gerichtete Strecke, die durch zwei Punkte definiert ist: den Ursprung und das Ziel.
DirectedLineSegment(Vector, Vector) - Constructor for class pi.graphics.geom.DirectedLineSegment
Erstellt ein neue gerichtete Strecke zwischen zwei Punkten.
DirectedLineSegmentDemo - Class in demos.classes.graphics.geom
Demonstiert die Klasse DirectedLineSegment.
DirectedLineSegmentDemo - Class in demos.graphics2d
 
DirectedLineSegmentDemo() - Constructor for class demos.classes.graphics.geom.DirectedLineSegmentDemo
 
DirectedLineSegmentDemo() - Constructor for class demos.graphics2d.DirectedLineSegmentDemo
 
direction() - Method in class blockly_robot.robot.logic.navigation.DirectionalCoords
 
direction() - Method in class pi.graphics.geom.Vector
Berechnet die Richtung des Vektors, in die er wirkt.
direction(double) - Method in class pi.dsa.turtle.InitialTurtleState
Setzt die Blickrichtung der Schildkröte.
direction(double) - Method in class pi.dsa.turtle.TurtleController
Setzt die Blickrichtung der Schildkröte.
direction(double) - Method in class pi.graphics.boxes.CompassBox
Setzt die Richtung der Kompassnadel in Grad.
Direction - Enum Class in pi.graphics.geom
Repräsentation einer Richtung.
DirectionalCoords - Class in blockly_robot.robot.logic.navigation
 
DirectionalCoords(int, int, Compass) - Constructor for class blockly_robot.robot.logic.navigation.DirectionalCoords
 
disable() - Method in class pi.graphics.boxes.Box
Deaktiviert die Box.
disable() - Method in class pi.graphics.SceneInfoOverlay
Deaktiviert die Infobox der Szene.
disabled - Variable in class pi.graphics.boxes.Box
Die Box wird nicht gezeichnet, wenn sie deaktiviert ist.
disabled(boolean) - Method in class pi.graphics.boxes.Box
Setzt den Deaktiviert-Status.
disableHighlighting() - Method in class demos.edu_projects.recursion.backtracking.eight_queens_puzzle.Chessboard
Deaktiviert die Methode Chessboard.highlightSquare(int, int)
dispose - Variable in class pi.util.GifDecoder
 
distance - Variable in class org.jbox2d.collision.DistanceOutput
 
distance(DistanceOutput, Distance.SimplexCache, DistanceInput) - Method in class org.jbox2d.collision.Distance
Compute the closest points between two shapes.
distance(Vec2, Vec2) - Static method in class org.jbox2d.common.MathUtils
 
distance(Vector) - Method in class pi.graphics.geom.Vector
Gibt den Vektor an, der den Punkt, den dieser Vektor beschreibt, zu dem Punkt verschieben würde, den ein weiterer Vektor beschreibt.
Distance - Class in org.jbox2d.collision
This is non-static for faster pooling.
Distance() - Constructor for class org.jbox2d.collision.Distance
 
DISTANCE - Enum constant in enum class org.box2d.proto.Box2D.PbJointType
DISTANCE = 1;
DISTANCE - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
DISTANCE_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbJointType
DISTANCE = 1;
Distance.DistanceProxy - Class in org.jbox2d.collision
A distance proxy is used by the GJK algorithm.
Distance.SimplexCache - Class in org.jbox2d.collision
Used to warm start Distance.
DistanceInput - Class in org.jbox2d.collision
Input for Distance.
DistanceInput() - Constructor for class org.jbox2d.collision.DistanceInput
 
DistanceJoint - Class in org.jbox2d.dynamics.joints
A distance joint constrains two points on two bodies to remain at a fixed distance from each other.
DistanceJoint - Class in pi.physics.joints
Eine Stabverbindung zwingt zwei Punkte auf zwei Körpern dazu, in einem festen Abstand zueinander zu bleiben.
DistanceJoint() - Constructor for class pi.physics.joints.DistanceJoint
 
DistanceJoint(WorldPool, DistanceJointDef) - Constructor for class org.jbox2d.dynamics.joints.DistanceJoint
 
DistanceJointDef - Class in org.jbox2d.dynamics.joints
Distance joint definition.
DistanceJointDef() - Constructor for class org.jbox2d.dynamics.joints.DistanceJointDef
 
DistanceJointDemo - Class in demos.classes.physics.joints
DistanceJointDemo() - Constructor for class demos.classes.physics.joints.DistanceJointDemo
 
DistanceOutput - Class in org.jbox2d.collision
Output for Distance.
DistanceOutput() - Constructor for class org.jbox2d.collision.DistanceOutput
 
DistanceProxy() - Constructor for class org.jbox2d.collision.Distance.DistanceProxy
 
distanceSquared(Vec2, Vec2) - Static method in class org.jbox2d.common.MathUtils
 
DistanceTest - Class in org.jbox2d.testbed.tests
 
DistanceTest() - Constructor for class org.jbox2d.testbed.tests.DistanceTest
 
distinct(T[], T[]) - Static method in class pi.util.ArrayUtil
Combines the two specified arrays by only keeping distinct values.
divide(double) - Method in class pi.graphics.geom.Vector
Teilt die effektive Länge des Vektors durch eine Zahl und kürzt dadurch seine Effektivität.
doAccuracyTest(boolean) - Static method in class org.jbox2d.tests.math.SinCosTest
accuracy test from the static parameters, the tables array needs to be constructed as well, returns double[tables][0-3 (no lerp, lerp, then the difference)]
document() - Method in record class cli.java2umltext.model.ClassWrapper
Returns the value of the document record component.
Document - Class in cli.java2umltext.model
 
Document() - Constructor for class cli.java2umltext.model.Document
 
DominosDemoBasic - Class in demos.docs.physics.impulse
Die Basis-Figuren werden in die Szene platziert.
DominosDemoBasic() - Constructor for class demos.docs.physics.impulse.DominosDemoBasic
 
DominosDemoFinal - Class in demos.docs.physics.impulse
Das fertig Dominos-Demo.
DominosDemoFinal() - Constructor for class demos.docs.physics.impulse.DominosDemoFinal
 
DominoTest - Class in org.jbox2d.testbed.tests
 
DominoTest() - Constructor for class org.jbox2d.testbed.tests.DominoTest
 
DominoTower - Class in org.jbox2d.testbed.tests
 
DominoTower() - Constructor for class org.jbox2d.testbed.tests.DominoTower
 
doRotation() - Method in class tetris.tetrominos.Tetromino
Führt die eigentliche Rotation des Tetrominos durch, d. h. sie bewegt einzelnen Blöcke an neue Positionen.
doSpeedTest(boolean) - Static method in class org.jbox2d.tests.math.SinCosTest
speed test from the static parameters the tables array needs to be constructed as well, returns double[tables][0-3 (no lerp, lerp, then the difference)]
dot(Vec2, Vec2) - Static method in class org.jbox2d.common.Vec2
 
dot(Vec3, Vec3) - Static method in class org.jbox2d.common.Vec3
 
DOT - Enum constant in enum class pi.dsa.turtle.TurtleDressType
Als kleiner Punkt.
DOUBLE_B - Enum constant in enum class pacman.scenes.Brick
 
DOUBLE_CORNER_BL - Enum constant in enum class pacman.scenes.Brick
 
DOUBLE_CORNER_BR - Enum constant in enum class pacman.scenes.Brick
 
DOUBLE_CORNER_TL - Enum constant in enum class pacman.scenes.Brick
 
DOUBLE_CORNER_TR - Enum constant in enum class pacman.scenes.Brick
 
DOUBLE_L - Enum constant in enum class pacman.scenes.Brick
 
DOUBLE_R - Enum constant in enum class pacman.scenes.Brick
 
DOUBLE_T - Enum constant in enum class pacman.scenes.Brick
 
down() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles.Robot
gehe nach unten
DOWN - Enum constant in enum class pacman.actors.GhostState
 
DOWN - Enum constant in enum class pi.graphics.geom.Direction
Repräsentation einer Richtung, die nach unten zeigt.
DOWN - Static variable in class pi.graphics.geom.Vector
Konstante für eine einfache Verschiebung nach unten (0, -1).
DOWN_LEFT - Enum constant in enum class pi.graphics.geom.Direction
Repräsentation einer Richtung, die nach unten links zeigt.
DOWN_RIGHT - Enum constant in enum class pi.graphics.geom.Direction
Repräsentation einer Richtung, die nach oben rechts zeigt.
draw() - Method in class pi.dsa.turtle.graphics.HilbertCurveTurtleGraphics
 
draw() - Method in class pi.dsa.turtle.graphics.KochSnowflakeTurtleGraphics
 
draw() - Method in class pi.dsa.turtle.graphics.LevyCCurveTurtleGraphics
 
draw() - Method in class pi.dsa.turtle.graphics.PythagorasTreeTurtleGraphics
 
draw() - Method in class pi.dsa.turtle.graphics.RecursiveSquareTurtleGraphics
 
draw() - Method in class pi.dsa.turtle.graphics.SetDirectionTurtleGraphics
 
draw() - Method in class pi.dsa.turtle.graphics.SierpinskiCurveTurtleGraphics
 
draw() - Method in class pi.dsa.turtle.graphics.SierpinskiTriangleTurtleGraphics
 
draw() - Method in class pi.dsa.turtle.graphics.SquareTreeTurtleGraphics
 
draw() - Method in class pi.dsa.turtle.graphics.SquareTurtleGraphics
 
draw() - Method in class pi.dsa.turtle.graphics.TriangleTurtleGraphics
 
draw() - Method in class pi.dsa.turtle.TurtleGraphics
In dieser Methode soll der Turtle-Algorithmus formuliert werden.
drawAABB(AABB, Color3f) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
DrawAABBs - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
drawArrow(Graphics2D, Vector, Vector, int, double, boolean) - Static method in class pi.util.Graphics2DUtil
Zeichnet an ein Ende der Linie ein Dreieck als Pfeilspitze.
drawCircle(Vec2, float, Color3f) - Method in class org.jbox2d.callbacks.DebugDraw
Draw a circle.
drawCircle(Vec2, float, Color3f) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
drawCircle(Vec2, float, Vec2, Color3f) - Method in class org.jbox2d.callbacks.DebugDraw
Draws a circle with an axis
drawCircle(Vec2, float, Vec2, Color3f) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
drawCircle(Vector, int, Color) - Method in class pi.graphics.PaintingSurface
 
DrawCOMs - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
DrawContactImpulses - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
DrawContactNormals - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
DrawContactPoints - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
drawDebugData() - Method in class org.jbox2d.dynamics.World
Call this to draw shapes and other debug draw data.
drawFlags - Variable in class org.jbox2d.callbacks.DebugDraw
 
DrawFrictionImpulses - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
DrawHelp - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
DrawImage - Class in demos.graphics2d
Demonstierte wie mit der Graphics2D-API ein Bild gezeichnet werden kann.
DrawImage() - Constructor for class demos.graphics2d.DrawImage
 
DRAWING - Enum constant in enum class org.jbox2d.testbed.framework.TestbedSetting.SettingType
 
DrawingParticles - Class in org.jbox2d.testbed.tests
 
DrawingParticles() - Constructor for class org.jbox2d.testbed.tests.DrawingParticles
 
DrawIntoBufferedImage - Class in demos.graphics2d
Demonstierte wie mit der Graphics2D-API in ein Bild gezeichnet werden kann.
DrawIntoBufferedImage() - Constructor for class demos.graphics2d.DrawIntoBufferedImage
 
DrawJoints - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
drawLine(boolean) - Method in class pi.dsa.turtle.InitialTurtleState
 
drawLine(Graphics2D, Vector, Vector) - Static method in class pi.util.Graphics2DUtil
 
drawLine(Graphics2D, Vector, Vector, double) - Static method in class pi.util.Graphics2DUtil
 
drawLine(Vector, Vector) - Method in class pi.graphics.PaintingSurface
 
drawLine(Vector, Vector, Color) - Method in class pi.graphics.PaintingSurface
 
drawLine(Vector, Vector, Color, double) - Method in class pi.graphics.PaintingSurface
 
drawMultipleSquareCircles(int, double) - Method in class pi.dsa.turtle.graphics.RecursiveSquareTurtleGraphics
Zeichnet eine Folge immer kleinerer Quadratkreise.
drawParticles(Vec2[], float, ParticleColor[], int) - Method in class org.jbox2d.callbacks.DebugDraw
Draw a particle array
drawParticles(Vec2[], float, ParticleColor[], int) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
drawParticlesWireframe(Vec2[], float, ParticleColor[], int) - Method in class org.jbox2d.callbacks.DebugDraw
Draw a particle array
drawParticlesWireframe(Vec2[], float, ParticleColor[], int) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
drawPoint(Vec2, float, Color3f) - Method in class org.jbox2d.callbacks.DebugDraw
 
drawPoint(Vec2, float, Color3f) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
drawPoint(Vector) - Method in class pi.graphics.PaintingSurface
 
drawPolygon(Vec2[], int, Color3f) - Method in class org.jbox2d.callbacks.DebugDraw
Draw a closed polygon provided in CCW order.
drawPolygon(Vec2[], int, Color3f) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
drawSegment(Vec2, Vec2, Color3f) - Method in class org.jbox2d.callbacks.DebugDraw
Draw a line segment.
drawSegment(Vec2, Vec2, Color3f) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
DrawShapes - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
drawSolidCircle(Vec2, float, Vec2, Color3f) - Method in class org.jbox2d.callbacks.DebugDraw
Draw a solid circle.
drawSolidCircle(Vec2, float, Vec2, Color3f) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
drawSolidPolygon(Vec2[], int, Color3f) - Method in class org.jbox2d.callbacks.DebugDraw
Draw a solid closed polygon provided in CCW order.
drawSolidPolygon(Vec2[], int, Color3f) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
DrawStats - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
drawString(float, float, String, Color3f) - Method in class org.jbox2d.callbacks.DebugDraw
Draw a string.
drawString(float, float, String, Color3f) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
drawString(Vec2, String, Color3f) - Method in class org.jbox2d.callbacks.DebugDraw
 
drawText(Graphics2D, String, int, int) - Static method in class pi.util.Graphics2DUtil
Zeichnet einen Text mit der Schriftgröße Graphics2DUtil.FONT_SIZE und der Schriftfarbe Graphics2DUtil.FONT_COLOR an eine bestimmte Position.
drawText(Graphics2D, String, int, int, int) - Static method in class pi.util.Graphics2DUtil
Zeichnet einen Text mit der Schriftfarbe Graphics2DUtil.FONT_COLOR durch Angabe der Schriftgröße und einer Position.
drawTransform(Transform) - Method in class org.jbox2d.callbacks.DebugDraw
Draw a transform.
drawTransform(Transform) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
drawTree(DebugDraw) - Method in interface org.jbox2d.collision.broadphase.BroadPhase
 
drawTree(DebugDraw) - Method in interface org.jbox2d.collision.broadphase.BroadPhaseStrategy
 
drawTree(DebugDraw) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
drawTree(DebugDraw) - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
drawTree(DebugDraw) - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
drawTree(DebugDraw, int, int, int) - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
drawTree(DebugDraw, DynamicTreeNode, int, int) - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
DrawTree - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
drawTriangle(double) - Method in class pi.dsa.turtle.graphics.SierpinskiTriangleTurtleGraphics
 
DrawWireframe - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
dress - Variable in class pi.dsa.turtle.TurtleController
Steuert die Kleidung der Schildkröte, d. h. das Aussehen der Schildkröte.
drop() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
drop() - Method in interface blockly_robot.robot.logic.robot.Robot
 
drop() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
drop(Coords, int) - Method in class blockly_robot.robot.logic.item.relocation.BagPacker
 
drop(Coords, Item) - Method in class blockly_robot.robot.logic.item.relocation.BagPacker
 
drop(Coords, String) - Method in class blockly_robot.robot.logic.item.relocation.BagPacker
 
dropCone() - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road.Robot
platziere Leitkegel
dropFirewood() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.Robot
Holz ablegen
dropFirewood() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.Robot
Holz ablegen
dropFromBag(Coords) - Method in class blockly_robot.robot.logic.item.relocation.BagPacker
 
dropPlatform(Coords, String) - Method in class blockly_robot.robot.logic.item.relocation.PlatformBuilder
 
dropPlatformAbove() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
dropPlatformAbove() - Method in interface blockly_robot.robot.logic.robot.Robot
 
dropPlatformAbove() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
dropPlatformInFront() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
dropPlatformInFront() - Method in interface blockly_robot.robot.logic.robot.Robot
 
dropPlatformInFront() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
dropWithdrawable(int) - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
dropWithdrawable(int) - Method in interface blockly_robot.robot.logic.robot.Robot
 
dropWithdrawable(int) - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
dropWithdrawable(Coords, int) - Method in class blockly_robot.robot.logic.item.relocation.BagPacker
 
dt - Variable in class org.jbox2d.dynamics.TimeStep
The time step.
dtRatio - Variable in class org.jbox2d.dynamics.TimeStep
dt * inverseDt
DudeDemo - Class in demos.small_games.dude
Eine kleine Spieldemo.
DudeDemo() - Constructor for class demos.small_games.dude.DudeDemo
 
duration(double) - Method in class pi.actor.Animation
Setzt die Dauer in Sekunden, die jedes Einzelbild aktiv bleibt.
duration(double) - Method in class pi.graphics.SceneInfoOverlay
Setzt die Anzeigedauer der Infobox in Sekunden.
DYNAMIC - Enum constant in enum class org.box2d.proto.Box2D.PbBodyType
DYNAMIC = 1;
DYNAMIC - Enum constant in enum class org.jbox2d.dynamics.BodyType
 
DYNAMIC - Enum constant in enum class pi.physics.BodyType
Dynamische Objekte verhalten sich wie Objekte der Newtonschen Mechanik.
DYNAMIC_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbBodyType
DYNAMIC = 1;
DynamicIntStack - Class in org.jbox2d.pooling.stacks
 
DynamicIntStack(int) - Constructor for class org.jbox2d.pooling.stacks.DynamicIntStack
 
DynamicStack<E> - Interface in org.jbox2d.pooling
Same functionality of a regular java.util stack.
DynamicTree - Class in org.jbox2d.collision.broadphase
A dynamic tree arranges data in a binary tree to accelerate queries such as volume queries and ray casts.
DynamicTree() - Constructor for class org.jbox2d.collision.broadphase.DynamicTree
 
dynamicTreeBit - Static variable in class org.jbox2d.callbacks.DebugDraw
Draw dynamic tree
DynamicTreeFlatNodes - Class in org.jbox2d.collision.broadphase
 
DynamicTreeFlatNodes() - Constructor for class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
DynamicTreeNode - Class in org.jbox2d.collision.broadphase
 
DynamicTreeNode(int) - Constructor for class org.jbox2d.collision.broadphase.DynamicTreeNode
 
DynamicTreeTest - Class in org.jbox2d.testbed.tests
 
DynamicTreeTest() - Constructor for class org.jbox2d.testbed.tests.DynamicTreeTest
 
DynamicTreeTest.Actor - Class in org.jbox2d.testbed.tests
 

E

ease(TweenEquation) - Method in class pi.animation.tweening.Tween
Sets a custom easing function for this Tween.
ease(TweenFunction) - Method in class pi.animation.tweening.Tween
Sets a predefined easing function for this Tween.
EaseInOutDouble - Class in pi.animation.interpolation
 
EaseInOutDouble(double, double) - Constructor for class pi.animation.interpolation.EaseInOutDouble
Erstellt einen EaseInOut-Interpolator.
east() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
east() - Method in class blockly_robot.robot.logic.navigation.Coords
 
east() - Method in interface blockly_robot.robot.logic.robot.Robot
Gehe nach rechts in Richtung Osten.
east() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
EAST - Enum constant in enum class blockly_robot.robot.logic.navigation.Compass
easy - Variable in class blockly_robot.robot.data.model.IntrosByDifficultyData
DIV id=taskIntro DIV class=easy
easy - Variable in class blockly_robot.robot.data.model.LevelCollectionData
 
easy - Variable in class blockly_robot.robot.data.model.MaxInstructionsData
 
easy(Robot) - Method in class blockly_robot.jwinf.en.tasks.challenge_competition_2019_round1_7_13.move_boxes.TaskSolver
 
easy(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination.TaskSolver
Screenshot des Originals:
easy(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake.TaskSolver
Screenshot des Originals:
easy(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles.TaskSolver
Screenshot des Originals:
easy(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.TaskSolver
Screenshot des Originals:
easy(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles.TaskSolver
Screenshot des Originals:
easy(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.TaskSolver
Screenshot des Originals:
easy(Robot) - Method in class blockly_robot.jwinf.en.tasks.difficult_tasks_exercises.in_the_library.TaskSolver
Screenshot des Originals:
easy(Robot) - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems.TaskSolver
Screenshot des Originals:
easy(Robot) - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road.TaskSolver
Screenshot des Originals:
easy(T) - Method in class blockly_robot.robot.Solver
 
EASY - Enum constant in enum class blockly_robot.robot.logic.level.Difficulty
Leichter Schwierigkeitsgrad: Zweistern-Version (Version**, easy).
edge(int) - Method in class pi.dsa.graph.Graph
Gibt die Kante anhand des Indexes zurück.
Edge - Class in demos.billard
 
Edge(double, double) - Constructor for class demos.billard.Edge
 
EDGE - Enum constant in enum class org.box2d.proto.Box2D.PbShapeType
EDGE = 3;
EDGE - Enum constant in enum class org.jbox2d.collision.shapes.ShapeType
 
EDGE_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbShapeType
EDGE = 3;
edgeA - Variable in class org.jbox2d.dynamics.joints.Joint
 
EdgeAndCircleContact - Class in org.jbox2d.dynamics.contacts
 
EdgeAndCircleContact(WorldPool) - Constructor for class org.jbox2d.dynamics.contacts.EdgeAndCircleContact
 
EdgeAndPolygonContact - Class in org.jbox2d.dynamics.contacts
 
EdgeAndPolygonContact(WorldPool) - Constructor for class org.jbox2d.dynamics.contacts.EdgeAndPolygonContact
 
edgeB - Variable in class org.jbox2d.dynamics.joints.Joint
 
edgeCount() - Method in class pi.dsa.graph.Graph
Gibt die Anzahl der Kanten des Graphen zurück.
edgeIndex - Variable in class org.jbox2d.collision.Collision.EdgeResults
 
EdgeResults() - Constructor for class org.jbox2d.collision.Collision.EdgeResults
 
edges() - Method in class pi.dsa.graph.Graph
Gibt die Liste aller Kanten dieses Graphen zurück.
EdgeShape - Class in org.jbox2d.collision.shapes
A line segment (edge) shape.
EdgeShape() - Constructor for class org.jbox2d.collision.shapes.EdgeShape
 
EdgeShapes - Class in org.jbox2d.testbed.tests
 
EdgeShapes() - Constructor for class org.jbox2d.testbed.tests.EdgeShapes
 
EdgeTest - Class in org.jbox2d.testbed.tests
 
EdgeTest() - Constructor for class org.jbox2d.testbed.tests.EdgeTest
 
edgeWidth - Static variable in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
EightQueensPuzzle - Class in demos.edu_projects.recursion.backtracking.eight_queens_puzzle
Löst das Problem der N Damen.
EightQueensPuzzle(int) - Constructor for class demos.edu_projects.recursion.backtracking.eight_queens_puzzle.EightQueensPuzzle
Legt das Schachbrett an.
ELASTIC_IN - Enum constant in enum class pi.animation.tweening.TweenFunction
 
ELASTIC_INOUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
ELASTIC_OUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
elasticParticle - Static variable in class org.jbox2d.particle.ParticleType
with restitution from deformation
EllipseBox - Class in pi.graphics.boxes
Eine Ellipse.
EllipseBox(int, int) - Constructor for class pi.graphics.boxes.EllipseBox
Erzeugt eine Ellipse durch Angabe der Breite und Höhe in Pixel.
empty() - Method in class org.jbox2d.particle.StackQueue
 
enable() - Method in class pi.graphics.boxes.Box
Aktiviert die Box.
ENABLE_LIMIT_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
ENABLE_MOTOR_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
enabled - Variable in class org.jbox2d.testbed.framework.TestbedSetting
 
enabled() - Method in class pi.config.DebugConfig
Gibt zurück, ob der Entwicklungsmodus aktiviert ist oder nicht.
enabled(boolean) - Method in class pi.config.DebugConfig
Aktiviert bzw.
ENABLED_FLAG - Static variable in class org.jbox2d.dynamics.contacts.Contact
This contact can be disabled (by user)
enableLimit - Variable in class org.jbox2d.dynamics.joints.PrismaticJointDef
Enable/disable the joint limit.
enableLimit - Variable in class org.jbox2d.dynamics.joints.RevoluteJointDef
A flag to enable joint limits.
enableLimit(boolean) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Enable/disable the joint limit.
enableLimit(boolean) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
enableManualMode() - Method in class pi.actor.Animation
Schaltet den manuellen Modus ein.
enableMotor - Variable in class org.jbox2d.dynamics.joints.PrismaticJointDef
Enable/disable the joint motor.
enableMotor - Variable in class org.jbox2d.dynamics.joints.RevoluteJointDef
A flag to enable the joint motor.
enableMotor - Variable in class org.jbox2d.dynamics.joints.WheelJointDef
Enable/disable the joint motor.
enableMotor(boolean) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Enable/disable the joint motor.
enableMotor(boolean) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
enableMotor(boolean) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
encode(byte[]) - Static method in class pi.resources.Codec
 
encode(Color) - Static method in class pi.resources.color.ColorUtil
Kodiert die angegebene Farbe in eine hexadezimale Repräsenation.
encode(BufferedImage) - Static method in class pi.resources.Codec
 
encode(BufferedImage, ImageFormat) - Static method in class pi.resources.Codec
Kodiert ein BufferedImage in eine Base64-String-Repräsentation anhand des angegebenen Bildformats.
encodeAngle(float) - Static method in class pi.resources.Codec
Encodes an angle, loosing some precision.
encodeAnglePrecise(float) - Static method in class pi.resources.Codec
 
encodeSmallFloatingPointNumber(float, int) - Static method in class pi.resources.Codec
Encodes positive numbers less than Short.MAX_VALUE * 2 / precision (6553.4 for precision = 1).
end1 - Variable in class pi.actor.Line
Das Linenende bei Endpunkt 1.
end1() - Method in class pi.actor.Line
Gibt ersten Endpunkt der Linie zurück.
end1(Vector) - Method in class pi.actor.Line
Setzt den ersten Endpunkt der Linie.
end2 - Variable in class pi.actor.Line
Das Linienende bei Endpunkt 2.
end2() - Method in class pi.actor.Line
Gibt zweiten Endpunkt der Linie zurück.
end2(Vector) - Method in class pi.actor.Line
Setzt den zweiten Endpunkt der Linie.
endAccum() - Method in class org.jbox2d.dynamics.Profile.ProfileEntry
 
endContact(Contact) - Method in interface org.jbox2d.callbacks.ContactListener
Called when two fixtures cease to touch.
endContact(Contact) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
endContact(Contact) - Method in class org.jbox2d.testbed.tests.SensorTest
 
endContact(Contact) - Method in class pi.physics.WorldHandler
Wird aufgerufen, wenn zwei Halterungen (Fixture keinen Kontakt mehr haben.
endIndex() - Method in record class pi.graphics.boxes.TextBlockBox.TextLayoutLine
Returns the value of the endIndex record component.
ENGINE - Enum constant in enum class org.jbox2d.testbed.framework.TestbedSetting.SettingType
 
enqueue(Runnable) - Method in class pi.loop.GameLoop
Fügt eine Aufgabe in die Warteschlange ein, um ihn später auszuführen.
ensureColorValueRange(float) - Static method in class pi.resources.color.ColorUtil
Stellt sicher, dass der angegebene Wert innerhalb des akzeptierten Bereichs für Farbwerte (0-255) liegt.
ensureColorValueRange(int) - Static method in class pi.resources.color.ColorUtil
Stellt sicher, dass der angegebene Wert innerhalb des akzeptierten Bereichs für Farbwerte (0-255) liegt.
EPSILON - Static variable in class org.jbox2d.common.Settings
A "close to zero" float epsilon value for use
EQUAL - Enum constant in enum class org.jbox2d.dynamics.joints.LimitState
 
equals(double, double, double) - Static method in class pi.util.MathUtil
 
equals(Object) - Method in record class cli.java2umltext.model.ClassWrapper
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class cli.java2umltext.model.FieldWrapper
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class cli.java2umltext.model.MethodWrapper
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class cli.java2umltext.model.Relationship
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.box2d.proto.Box2D.PbBody
 
equals(Object) - Method in class org.box2d.proto.Box2D.PbFilter
 
equals(Object) - Method in class org.box2d.proto.Box2D.PbFixture
 
equals(Object) - Method in class org.box2d.proto.Box2D.PbJoint
 
equals(Object) - Method in class org.box2d.proto.Box2D.PbShape
 
equals(Object) - Method in class org.box2d.proto.Box2D.PbVec2
 
equals(Object) - Method in class org.box2d.proto.Box2D.PbWorld
 
equals(Object) - Method in class org.jbox2d.common.Mat22
 
equals(Object) - Method in class org.jbox2d.common.Mat33
 
equals(Object) - Method in class org.jbox2d.common.Vec2
 
equals(Object) - Method in class org.jbox2d.common.Vec3
 
equals(Object) - Method in class org.jbox2d.particle.ParticleSystem.Proxy
 
equals(Object) - Method in record class pi.debug.ToStringFormatter.Field
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class pi.graphics.boxes.TextBlockBox.TextLayoutLine
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class pi.graphics.geom.Bounds
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class pi.graphics.geom.Vector
Prüft, ob ein beliebiges Objekt gleich diesem Vektor ist.
equals(Object) - Method in record class pi.physics.joints.Joint.JointRegistration
Indicates whether some other object is "equal to" this one.
err() - Method in class pi.util.GifDecoder
Returns true if an error was encountered during reading/decoding
error - Variable in class blockly_robot.robot.logic.log.Action
 
error(ErrorMessages) - Method in class blockly_robot.robot.logic.log.Action
 
error(ErrorMessages) - Method in class blockly_robot.robot.logic.log.Movement
 
ErrorMessages - Enum Class in blockly_robot.robot.logic.robot
 
errorTol - Static variable in class org.jbox2d.dynamics.contacts.ContactSolver
 
evaluate(Manifold, Transform, Transform) - Method in class org.jbox2d.dynamics.contacts.ChainAndCircleContact
 
evaluate(Manifold, Transform, Transform) - Method in class org.jbox2d.dynamics.contacts.ChainAndPolygonContact
 
evaluate(Manifold, Transform, Transform) - Method in class org.jbox2d.dynamics.contacts.CircleContact
 
evaluate(Manifold, Transform, Transform) - Method in class org.jbox2d.dynamics.contacts.Contact
Evaluate this contact with your own manifold and transforms.
evaluate(Manifold, Transform, Transform) - Method in class org.jbox2d.dynamics.contacts.EdgeAndCircleContact
 
evaluate(Manifold, Transform, Transform) - Method in class org.jbox2d.dynamics.contacts.EdgeAndPolygonContact
 
evaluate(Manifold, Transform, Transform) - Method in class org.jbox2d.dynamics.contacts.PolygonAndCircleContact
 
evaluate(Manifold, Transform, Transform) - Method in class org.jbox2d.dynamics.contacts.PolygonContact
 
EventListenerBundle - Class in pi.event
Bündelt alle Arten von Beobachtern.
EventListenerBundle() - Constructor for class pi.event.EventListenerBundle
Initialisiert die Speicher für alle Beobachter.
EventListeners<T> - Class in pi.event
Verwaltet mehrere Beobachter (Listeners).
EventListeners() - Constructor for class pi.event.EventListeners
 
EventListeners(Supplier<EventListeners<T>>) - Constructor for class pi.event.EventListeners
 
ex - Variable in class org.jbox2d.common.Mat22
 
ex - Variable in class org.jbox2d.common.Mat33
 
exchangeImages() - Method in class tetris.tetrominos.BlockDeluxe
 
executor - Variable in class pi.resources.sound.AudioEngine
 
EXECUTOR - Static variable in class pi.resources.sound.Jukebox
 
exists(String) - Static method in class pi.util.FileUtil
Überprüft, ob eine Datei am angegebenen Dateipfad existiert.
exit() - Method in class org.jbox2d.testbed.framework.TestbedTest
called when the tests exit
exit() - Static method in class pi.Controller
Beendet das Spiel.
EXPO_IN - Enum constant in enum class pi.animation.tweening.TweenFunction
 
EXPO_INOUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
EXPO_OUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
export() - Method in class cli.java2umltext.model.Document
 
exportClass(ClassWrapper) - Method in class cli.java2umltext.export.MermaidDocument
 
exportClass(ClassWrapper) - Method in class cli.java2umltext.export.PlantUMLDocument
 
exportClass(ClassWrapper) - Method in class cli.java2umltext.model.Document
 
exportRelationship(Relationship) - Method in class cli.java2umltext.export.MermaidDocument
 
exportRelationship(Relationship) - Method in class cli.java2umltext.export.PlantUMLDocument
 
exportRelationship(Relationship) - Method in class cli.java2umltext.model.Document
 
extension() - Method in class pi.actor.ImageText.Font
Gibt die Dateierweiterung der Buchstabenbilder zurück.
extension(String) - Method in class pi.actor.ImageText.Font
Setzt die Dateierweiterung der Buchstabenbilder.
extents - Variable in class org.jbox2d.common.OBBViewportTransform.OBB
 
extraColors() - Method in class pi.resources.color.ColorScheme
Gibt vier zusätzlichen Farben aus: Braun, Weiß, Grau und Schwarz.
extractTaskPath(String) - Static method in class blockly_robot.robot.logic.Task
 
ey - Variable in class org.jbox2d.common.Mat22
 
ey - Variable in class org.jbox2d.common.Mat33
 
ez - Variable in class org.jbox2d.common.Mat33
 

F

FACE - Enum constant in enum class org.jbox2d.collision.ContactID.Type
 
FACE_A - Enum constant in enum class org.jbox2d.collision.Manifold.ManifoldType
 
FACE_B - Enum constant in enum class org.jbox2d.collision.Manifold.ManifoldType
 
FAILED - Enum constant in enum class org.jbox2d.collision.TimeOfImpact.TOIOutputState
 
FALL_FALLS - Enum constant in enum class blockly_robot.robot.logic.robot.ErrorMessages
 
FALL_WILL_FALL_AND_CRASH - Enum constant in enum class blockly_robot.robot.logic.robot.ErrorMessages
 
Falling - Enum constant in enum class demos.small_games.dude.PlayerState
 
FALLING - Enum constant in enum class demos.docs.main_classes.actor.stateful_animation.PlayerState
 
FAST_ABS - Static variable in class org.jbox2d.common.Settings
 
FAST_ATAN2 - Static variable in class org.jbox2d.common.Settings
 
FAST_CEIL - Static variable in class org.jbox2d.common.Settings
 
FAST_FLOOR - Static variable in class org.jbox2d.common.Settings
 
FAST_POW - Static variable in class org.jbox2d.common.Settings
 
FAST_ROUND - Static variable in class org.jbox2d.common.Settings
 
fastAbs(float) - Static method in class org.jbox2d.common.MathUtils
 
fastAtan2(float, float) - Static method in class org.jbox2d.common.MathUtils
 
fastCeil(float) - Static method in class org.jbox2d.common.MathUtils
 
fastFloor(float) - Static method in class org.jbox2d.common.MathUtils
 
fastPow(float, float) - Static method in class org.jbox2d.common.MathUtils
 
Field(String, Object, String) - Constructor for record class pi.debug.ToStringFormatter.Field
Creates an instance of a Field record class.
FIELD_DEPTH - Static variable in class demos.ForceKlickEnvironment
 
FIELD_WIDTH - Static variable in class demos.ForceKlickEnvironment
 
fields() - Method in record class cli.java2umltext.model.ClassWrapper
Returns the value of the fields record component.
FieldWrapper - Record Class in cli.java2umltext.model
 
FieldWrapper(Visibility, boolean, String, String) - Constructor for record class cli.java2umltext.model.FieldWrapper
Creates an instance of a FieldWrapper record class.
fileExtension() - Method in enum class pi.resources.sound.SoundFormat
Gibt die kleingeschriebene Dateiendung mit Punkt aus (z.B.
FileLinkChecker - Class in cli.checklinks
Ein Kommando-Zeilenwerkzeug zur Überprüfung von file://-Links in Java- und Markdown-Dateien.
FileLinkChecker() - Constructor for class cli.checklinks.FileLinkChecker
 
filename() - Method in class pi.actor.ImageText.Glyph
Gibt den Dateinamen des Bilds ohne Dateierweiterung zurück.
filename() - Element in annotation interface pi.dsa.Source
Der Dateiname, falls sich z.B. um eine Bilddatei auf der CD handelt.
filePath() - Method in class pi.resources.sound.Sound
Liefert den Dateipfad der Audio-Datei.
FileUtil - Class in pi.util
Eine Sammlung von statischen Hilfsmethoden für Datei- und Verzeichnisverwaltungsoperationen.
fill(Color) - Method in class pi.graphics.PaintingSurface
Füllt die gesamte Zeichenfläche mit der angegebenen Farbe.
fill(String) - Method in class pi.graphics.PaintingSurface
Füllt die Zeichenfläche mit der angegebenen Farbe.
FILL - Enum constant in enum class pacman.scenes.Brick
 
FilledRowRange - Class in tetris.tetrominos
Diese Klasse speichert, welche Zeilen vollständig sind und daher getilgt werden können.
FilledRowRange(int, int) - Constructor for class tetris.tetrominos.FilledRowRange
 
fillPolygon(Graphics2D, double, Vector...) - Static method in class pi.util.Graphics2DUtil
 
filter - Variable in class org.jbox2d.dynamics.Fixture
Contact filtering data;
filter - Variable in class org.jbox2d.dynamics.FixtureDef
Contact filtering data;
filter() - Method in class blockly_robot.robot.logic.level.LevelCollection
 
filter(Object) - Method in class blockly_robot.robot.logic.level.LevelCollection
 
filter(Object, int) - Method in class blockly_robot.robot.logic.level.LevelCollection
 
filter(Predicate<Difficulty>) - Method in class blockly_robot.robot.logic.level.LevelCollection
 
filter(Predicate<Difficulty>, Predicate<Level>) - Method in class blockly_robot.robot.logic.level.LevelCollection
 
Filter - Class in org.jbox2d.dynamics
This holds contact filtering data.
Filter() - Constructor for class org.jbox2d.dynamics.Filter
 
FILTER_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbFixture
 
FILTER_FLAG - Static variable in class org.jbox2d.dynamics.contacts.Contact
This contact needs filtering because a fixture filter was changed.
finalTask() - Method in class pi.event.PeriodicTaskExecutor
Gibt die Aufgabe, die als letzte Aufgabe ausgeführt wird, zurück.
finalTask(PeriodicTask) - Method in class pi.event.PeriodicTaskExecutor
Setzt die Aufgabe, die als letzte Aufgabe ausgeführt wird.
findFiles(List<String>, Path, String...) - Static method in class pi.util.FileUtil
Durchsucht rekursiv ein Verzeichnis und seine Unterverzeichnisse nach Dateien mit bestimmten Namen.
findFilesByExtension(List<String>, Path, String) - Static method in class pi.util.FileUtil
Sucht rekursiv nach Dateien mit einer bestimmten Dateiendung in einem Verzeichnis.
findIncidentEdge(Collision.ClipVertex[], PolygonShape, Transform, int, PolygonShape, Transform) - Method in class org.jbox2d.collision.Collision
 
findMaxSeparation(Collision.EdgeResults, PolygonShape, Transform, PolygonShape, Transform) - Method in class org.jbox2d.collision.Collision
Find the max separation between poly1 and poly2 using edge normals from poly1.
findNewContacts() - Method in class org.jbox2d.dynamics.ContactManager
 
findTaskPathInClassHierarchy() - Method in class blockly_robot.robot.Solver
 
finished(SoundEvent) - Method in interface pi.resources.sound.PlaybackListener
This method gets called when a SoundPlayback is finished.
FIXED_ROTATION_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
FixedPendulumTest - Class in org.jbox2d.testbed.tests
 
FixedPendulumTest(boolean) - Constructor for class org.jbox2d.testbed.tests.FixedPendulumTest
 
fixedPoint(double) - Method in class pi.graphics.geom.DirectedLineSegment
Berechnet einen Punkt auf der Linie, der sich in einer bestimmten Entfernung zum Ursprung befindet.
fixedRotatedPoint(double, double) - Method in class pi.graphics.geom.DirectedLineSegment
Berechnet einen Punkt auf einer Linie, die zur Strecke um einen Winkel gedreht ist.
fixedRotation - Variable in class org.jbox2d.dynamics.BodyDef
Should this body be prevented from rotating?
fixedRotationFlag - Static variable in class org.jbox2d.dynamics.Body
 
fixedVerticalPoint(double, double) - Method in class pi.graphics.geom.DirectedLineSegment
Ein Punkt, der auf einer senkrechten Line zur gerichteten Strecke liegt.
fixture(Supplier<FixtureData>) - Method in class pi.actor.Actor
Setzt die Halterung (Fixture) der Figur neu in eine einzige alternative Halterung.
Fixture - Class in org.jbox2d.dynamics
A fixture is used to attach a shape to a body for collision detection.
Fixture() - Constructor for class org.jbox2d.dynamics.Fixture
 
fixtureA - Variable in class org.jbox2d.dynamics.contacts.Contact
 
fixtureA - Variable in class org.jbox2d.testbed.framework.ContactPoint
 
fixtureB - Variable in class org.jbox2d.dynamics.contacts.Contact
 
fixtureB - Variable in class org.jbox2d.testbed.framework.ContactPoint
 
FixtureBuilder - Class in pi.physics
Eine Sammlungen von statischen Methoden, die verschiedene Halterungen (englisch Fixture) für verschieden geformte Actor-Objekte erstellen.
fixtureCount - Variable in class org.jbox2d.dynamics.Body
 
FixtureData - Class in pi.physics
Wrapper-Klasse für FixtureDef zur Übersetzung zwischen Engine-Features und JBox2D-Features.
FixtureData(Shape) - Constructor for class pi.physics.FixtureData
Erstellt eine neue Fixture-Data.
FixtureDef - Class in org.jbox2d.dynamics
A fixture definition is used to create a fixture.
FixtureDef() - Constructor for class org.jbox2d.dynamics.FixtureDef
 
fixtureDestroyed(Fixture) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
fixtureList - Variable in class org.jbox2d.dynamics.Body
 
FixtureProxy - Class in org.jbox2d.dynamics
This proxy is used internally to connect fixtures to the broad-phase.
FixtureProxy() - Constructor for class org.jbox2d.dynamics.FixtureProxy
 
fixtures(String) - Method in class pi.actor.Actor
Setzt die Halterung (Fixture) für dieses Objekt neu.
fixtures(Supplier<List<FixtureData>>) - Method in class pi.actor.Actor
Ändert die Halterung (Fixture) dieses Objekts durch Angabe einer Liste.
fixtures(Supplier<List<FixtureData>>) - Method in class pi.physics.BodyHandler
 
fixtures(Supplier<List<FixtureData>>) - Method in class pi.physics.NullHandler
 
FIXTURES_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
flagForFiltering() - Method in class org.jbox2d.dynamics.contacts.Contact
Flag this contact for filtering.
flags - Variable in class org.jbox2d.dynamics.Body
 
flags - Variable in class org.jbox2d.dynamics.contacts.Contact
 
flags - Variable in class org.jbox2d.dynamics.World
 
flags - Variable in class org.jbox2d.particle.ParticleContact
The logical sum of the particle behaviors that have been set.
flags - Variable in class org.jbox2d.particle.ParticleGroupDef
The particle-behavior flags.
flip() - Method in class org.jbox2d.collision.ContactID
 
flipHorizontal(boolean) - Method in class pi.actor.StatefulAnimation
Setzt, ob alle Animationen horizontal gespiegelt dargestellt werden sollen.
flippedHorizontally() - Method in class pi.actor.Image
Gibt an, ob das Bild horizontal gespiegelt, das heißt an der verticalen Achse gespiegelt ist.
flippedHorizontally() - Method in class pi.graphics.boxes.ImageBox
 
flippedHorizontally(boolean) - Method in class pi.actor.Image
Setzt, ob dieses Bild horizontal gespiegelt werden soll.
flippedHorizontally(boolean) - Method in class pi.graphics.boxes.ImageBox
 
flippedVertically() - Method in class pi.actor.Image
Gibt an, ob das Bild vertikal gespiegelt ist, das heißt an der horizontaler Achse gespiegelt ist.
flippedVertically() - Method in class pi.graphics.boxes.ImageBox
 
flippedVertically(boolean) - Method in class pi.actor.Image
Setzt, ob das Bild vertikal gespiegelt werden sollen.
flippedVertically(boolean) - Method in class pi.graphics.boxes.ImageBox
 
flipVertical(boolean) - Method in class pi.actor.StatefulAnimation
Setzt, ob alle Animationen vertikal gespiegelt dargestellt werden sollen.
FloatArray - Class in org.jbox2d.pooling.arrays
Not thread safe float[] pooling.
FloatArray() - Constructor for class org.jbox2d.pooling.arrays.FloatArray
 
floor(float) - Static method in class org.jbox2d.common.MathUtils
 
flush() - Method in class org.jbox2d.callbacks.DebugDraw
Called at the end of drawing a world
focus() - Method in class pi.Camera
Gibt die aktuelle Position des Kamerafokus zurück.
focus(double, double) - Method in class pi.Camera
Verschiebt das Zentrum der Kamera zur angegebenen Position (absolute Verschiebung).
focus(Actor) - Method in class pi.Camera
Setzt den Fokus der Kamera auf eine Figur.
focus(Actor) - Method in class pi.Scene
Setzt den Fokus der Kamera auf eine Figur.
focus(Vector) - Method in class pi.Camera
Verschiebt das Zentrum der Kamera zur angegebenen Position (absolute Verschiebung).
focusCenter() - Method in class pi.Scene
Setzt den Mittelpunkt der Kamera auf den Mittelpunkt der hinzugefügten Figuren aller Ebenen.
font - Variable in class pi.graphics.boxes.TextBox
Die Schriftart, in der der Inhalt dargestellt werden soll.
font() - Method in class pi.actor.ImageText
Gibt die Bilderschriftart zurück.
font() - Method in class pi.actor.label.TextLabel
Gibt die Schriftart zurück, in der der Inhalt dargestellt wird.
font() - Method in class pi.actor.TextActor
Gibt die Schriftart zurück, in der der Inhalt dargestellt wird.
font() - Method in class pi.graphics.boxes.TextBox
Gibt die Schriftart zurück, in der der Inhalt dargestellt wird.
font() - Static method in class tetris.text.TextProvider
 
font(Font) - Method in class pi.actor.label.TextLabel
Setzt die Schriftart, in der der Inhalt dargestellt werden soll.
font(Font) - Method in class pi.actor.LabeledNode
Setzt die Schriftart der Knotenbezeichnung.
font(Font) - Method in class pi.actor.TextActor
Setzt die Schriftart, in der der Inhalt dargestellt werden soll.
font(Font) - Method in class pi.graphics.boxes.TextBox
Setzt die Schriftart, in der der Inhalt dargestellt werden soll.
font(String) - Method in class pi.actor.label.TextLabel
Setzt eine neue Schriftart durch Angabe des Names.
font(String) - Method in class pi.actor.TextActor
Setzt eine neue Schriftart durch Angabe des Names.
font(String) - Method in class pi.graphics.boxes.TextBox
Setzt eine neue Schriftart durch Angabe des Names.
font(ImageText.Font) - Method in class pi.actor.ImageText
Setzt die Bilderschriftart.
Font(String) - Constructor for class pi.actor.ImageText.Font
Erzeugt eine neue Bilderschriftart.
Font(String, String) - Constructor for class pi.actor.ImageText.Font
Erzeugt eine neue Bilderschriftart.
FONT - Static variable in class pi.actor.LabeledEdge
 
FONT - Static variable in class pi.actor.LabeledNode
 
FONT_SIZE - Static variable in class pi.actor.LabeledEdge
Die Schriftgröße des Bezeichners in Punkten (z.B. 12pt).
FONT_SIZE - Static variable in class pi.actor.LabeledNode
Die Schriftgröße des Bezeichners in Punkten (z.B. 12pt).
FontBaselineDemo - Class in demos.graphics2d
Demonstierte den Umgang mit Text mit und ohne Unterlängen.
FontBaselineDemo() - Constructor for class demos.graphics2d.FontBaselineDemo
 
fontBold - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
fontColor - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
FontContainer - Class in pi.resources.font
Ein Speicher für Schriftarten des Datentyps Font.
FontContainer() - Constructor for class pi.resources.font.FontContainer
 
FontRotationDemo - Class in demos.graphics2d
 
FontRotationDemo() - Constructor for class demos.graphics2d.FontRotationDemo
 
fonts - Static variable in class pi.Controller
Ein Speicher für Schriftarten des Datentyps Font.
fonts - Static variable in class pi.resources.Resources
Ein Speicher für Schriftarten des Datentyps Font.
fontSize - Variable in class pi.graphics.boxes.TextBox
 
fontSize(double) - Method in class pi.actor.label.TextLabel
Setzt die Schriftgröße in Punkten (Points pt).
fontSize(double) - Method in class pi.actor.LabeledNode
Setzt die Schriftgröße des Bezeichners in Punkten (z.B. 12pt).
fontSize(double) - Method in class pi.graphics.boxes.TextBox
Setzt die Schriftgröße in Punkten (Points pt).
FONTSIZE - Enum constant in enum class pi.animation.tweening.TweenType
 
FontStringBounds - Class in demos.graphics2d
 
FontStringBounds - Class in pi.resources.font
Die Abmessungen einer Zeichenkette in einer bestimmten Schriftart in Pixel.
FontStringBounds() - Constructor for class demos.graphics2d.FontStringBounds
 
FontStringBounds(Rectangle2D) - Constructor for class pi.resources.font.FontStringBounds
 
fontStyle - Variable in class pi.actor.label.TextLabel
 
fontStyle - Variable in class pi.graphics.boxes.TextBox
 
fontStyle() - Method in class pi.actor.label.TextLabel
Gibt den Stil der Schriftart als Aufzählungstyp zurück.
fontStyle() - Method in class pi.graphics.boxes.TextBox
Gibt den Stil der Schriftart als Aufzählungstyp zurück.
fontStyle(int) - Method in class pi.actor.label.TextLabel
Setzt den Stil der Schriftart als Ganzzahl.
fontStyle(int) - Method in class pi.graphics.boxes.TextBox
Setzt den Stil der Schriftart als Ganzzahl.
fontStyle(FontStyle) - Method in class pi.actor.label.TextLabel
Setzt den Stil der Schriftart als Aufzählungstyp.
fontStyle(FontStyle) - Method in class pi.graphics.boxes.TextBox
Setzt den Stil der Schriftart als Aufzählungstyp.
FontStyle - Enum Class in pi.resources.font
Repräsentiert die verfügbaren Schriftstile bzw. Schriftschnitte.
fontStyleAsEnum() - Static method in class pi.Random
Gibt einen zufälligen Schriftstil als FontStyle Enum-Wert zurück.
fontStyleAsInt() - Static method in class pi.Random
Gibt einen zufälligen Schriftstil als Ganzzahl zurück.
FontStyleDemo - Class in demos.graphics2d
Demonstierte den Umgang mit verschiedenen Schriftstilen (normal, fett oder kursiv) von Schriftarten.
FontStyleDemo() - Constructor for class demos.graphics2d.FontStyleDemo
 
FontUtil - Class in pi.resources.font
Statische Hilfsmethoden, mit denen sich die Abmessungen von Zeichenketten in bestimmten Schriftarten bestimmen lassen.
forBox(int, int, Consumer<PopulatedCell<T>>) - Method in class pi.graphics.boxes.GridBox
 
force - Variable in class org.jbox2d.dynamics.Body
 
FORCE_Y_FLIP - Enum constant in enum class org.jbox2d.testbed.framework.AbstractTestbedController.MouseBehavior
 
ForceKlickEnvironment - Class in demos
Eine kleine Sandbox, in der man ein paar Grundfunktionen der EA-Physik (4.0) ausprobieren kann.
ForceKlickEnvironment() - Constructor for class demos.ForceKlickEnvironment
Startet ein Sandbox-Fenster.
forEach(Class<S>, Consumer<? super S>) - Method in class pi.actor.Group
Führt eine Aktion für alle Figuren aus, die Instanzen der angegebenen Unterklasse sind.
forEachActor(Consumer<? super T>) - Method in class pi.actor.Group
Führt eine Aktion für alle Figuren aus.
forEachCell(Consumer<PopulatedCell<T>>) - Method in class pi.graphics.boxes.ChildsBox
Wendet eine Consumer-Funktion auf alle CellBoxen, die die einzelnen Kinder-Boxen enthalten.
forEachChild(Consumer<T>) - Method in class pi.graphics.boxes.ChildsBox
Wendet eine Consumer-Funktion auf alle hinzugefügten Kinder-Boxen an, nicht jedoch auf die CellBoxen, die die einzelnen Kinder-Boxen enthalten.
forEachColumnBox(int, Consumer<PopulatedCell<T>>) - Method in class pi.graphics.boxes.GridBox
 
forEachRowBox(int, Consumer<PopulatedCell<T>>) - Method in class pi.graphics.boxes.GridBox
 
format() - Method in class pi.actor.StopWatch
Gibt das Zeitformat im printf-Stil zurück.
format() - Method in record class pi.debug.ToStringFormatter.Field
Formatiert die Ausgabe mit dem Namen, dem formatierten Wert und optional der Einheit.
format() - Method in class pi.debug.ToStringFormatter
Gibt die formatierte Zeichenkette aus.
format() - Method in class pi.graphics.geom.Vector
Formatiert den Vektor als Zeichenkette in der Form (x|y).
format() - Method in class pi.resources.sound.IntroMusic
 
format() - Method in class pi.resources.sound.LoopedMusic
 
format() - Method in class pi.resources.sound.MulitpleSoundsMusic
Liefert das Audioformat aller in diese Musik enthaltenen Klänge.
format() - Method in interface pi.resources.sound.Music
 
format() - Method in class pi.resources.sound.SinglePlayMusic
 
format() - Method in class pi.resources.sound.Sound
Liefert das Audioformat dieser Sound-Instanz.
format(boolean) - Method in class pi.debug.ToStringFormatter
Gibt die formatierte Zeichenkette aus.
format(String) - Method in class pi.actor.StopWatch
Setzt das Zeitformat im printf-Stil für die Stoppuhr.
Format - Enum Class in cli.java2umltext.export
 
formatInterval(long) - Static method in class pi.util.TimeUtil
Formatiert ein Zeitintervall in Millisekunden in ein lesbares Zeitformat.
formatInterval(long, String) - Static method in class pi.util.TimeUtil
Formatiert ein Zeitintervall in Millisekunden in ein lesbares Zeitformat.
formattedLabel(int) - Method in class pi.dsa.graph.GraphNode
Gibt den Bezeichner des Knotenobjekts formatiert zurück.
forNumber(int) - Static method in enum class org.box2d.proto.Box2D.PbBodyType
 
forNumber(int) - Static method in enum class org.box2d.proto.Box2D.PbJointType
 
forNumber(int) - Static method in enum class org.box2d.proto.Box2D.PbShapeType
 
forward() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination.Robot
gehe vorwärts
forward() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake.Robot
gehe vorwärts
forward() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles.Robot
gehe vorwärts
forward() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.Robot
gehe vorwärts
forward() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.Robot
gehe vorwärts
forward() - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems.Robot
gehe vorwärts
forward() - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road.Robot
gehe vorwärts
forward() - Method in class blockly_robot.robot.gui.robot.ImageRobot
Gehe einen Pixelmeter in Richtung der aktuellen Rotation.
forward() - Method in interface blockly_robot.robot.logic.robot.Robot
 
forward() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
forward() - Method in class pi.dsa.turtle.TurtleController
Bewegt die Schildkröte in Blickrichtung 3 Meter nach vorne.
forward(double) - Method in class pi.dsa.turtle.TurtleController
Bewegt die Schildkröte in Blickrichtung die angegebene Entfernung nach vorne.
forwardsBottom - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
forwardsLeft - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
forwardsRight - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
forwardsTop - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
fraction - Variable in class org.jbox2d.collision.RayCastOutput
 
frame() - Static method in class pi.Controller
Gibt das Fenster des Projekts zurück.
frameCount - Variable in class pi.util.GifDecoder
 
frameCounter() - Method in class pi.loop.GameLoop
Gibt die Anzahl an Einzelbilder aus, die seit dem Start des Spiels berechnet wurden.
FramedBox - Class in pi.graphics.boxes
Legt einen Rahmen um eine enthaltene Kind-Box.
FramedBox(Box) - Constructor for class pi.graphics.boxes.FramedBox
 
FramedTextBox - Class in pi.graphics.boxes
 
FramedTextBox(String) - Constructor for class pi.graphics.boxes.FramedTextBox
 
FramedTextBoxDemo - Class in demos.classes.graphics.boxes
 
FramedTextBoxDemo() - Constructor for class demos.classes.graphics.boxes.FramedTextBoxDemo
 
frameDuration - Variable in class pi.actor.StatefulAnimation
 
frameDuration() - Method in class pi.loop.GameLoop
Gibt tatsächliche Anzeigedauer eines Einzelbilds in Sekunden aus.
frameDuration(State, double) - Method in class pi.actor.StatefulAnimation
Setzt die Dauer, die ein Frame einer bestimmten Animation verweilt.
frameIndex(int) - Method in class pi.actor.Animation
Setzt ein bestimmtes Einzelbild über seinen Index.
FrameListener - Interface in pi.event
Beschreibt ein Objekt, das auf jede Aktualisierung der Einzelbilder reagieren kann.
FrameListenerDemo - Class in demos.classes.event
Demonstriert die Methode FrameListener.onFrame(double).
FrameListenerDemo() - Constructor for class demos.classes.event.FrameListenerDemo
 
FrameListenerRegistration - Interface in pi.event
Eine Schnittstelle zum An- und Abmelden von Beobachtern, die auf die Aktualisierungen der Einzelbilder reagieren.
frameListeners() - Method in class pi.actor.Actor
 
frameListeners() - Method in class pi.event.AggregateFrameListener
 
frameListeners() - Method in interface pi.event.FrameListenerRegistration
 
frameListeners() - Method in class pi.Layer
 
frameListeners() - Method in class pi.Scene
 
framerate() - Method in class pi.config.GraphicsConfig
Gibt die Bildfrequenz zurück.
framerate(int) - Method in class pi.config.GraphicsConfig
Setzt die Bildfrequenz.
frames - Variable in class pi.util.GifDecoder
 
frameUpdate - Variable in class pi.event.EventListenerBundle
 
frameUpdateListener() - Method in class pi.loop.GameLoop
 
FreePendulumTest - Class in org.jbox2d.testbed.tests
 
FreePendulumTest(boolean) - Constructor for class org.jbox2d.testbed.tests.FreePendulumTest
 
FREQUENCY_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
frequencyHz - Variable in class org.jbox2d.dynamics.joints.ConstantVolumeJointDef
 
frequencyHz - Variable in class org.jbox2d.dynamics.joints.DistanceJointDef
The mass-spring-damper frequency in Hertz.
frequencyHz - Variable in class org.jbox2d.dynamics.joints.MouseJointDef
The response speed.
frequencyHz - Variable in class org.jbox2d.dynamics.joints.WeldJointDef
The mass-spring-damper frequency in Hertz.
frequencyHz - Variable in class org.jbox2d.dynamics.joints.WheelJointDef
Suspension frequency, zero indicates no suspension
friction - Variable in class org.jbox2d.dynamics.contacts.Contact
 
friction - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
friction - Variable in class org.jbox2d.dynamics.Fixture
The friction coefficient, usually in the range [0,1].
friction - Variable in class org.jbox2d.dynamics.FixtureDef
The friction coefficient, usually in the range [0,1].
friction() - Method in class pi.actor.Actor
Gibt den Reibungskoeffizienten für dieses Objekt aus.
friction() - Method in class pi.physics.BodyHandler
 
friction() - Method in class pi.physics.NullHandler
 
friction(double) - Method in class pi.actor.Actor
Setzt den Reibungskoeffizient für das Objekt.
friction(double) - Method in class pi.physics.BodyHandler
 
friction(double) - Method in class pi.physics.NullHandler
 
FRICTION - Enum constant in enum class org.box2d.proto.Box2D.PbJointType
FRICTION = 9;
FRICTION - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
FRICTION_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbFixture
 
FRICTION_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbJointType
FRICTION = 9;
FrictionDemo - Class in demos.physics.single_aspects
 
FrictionDemo() - Constructor for class demos.physics.single_aspects.FrictionDemo
 
FrictionJoint - Class in org.jbox2d.dynamics.joints
 
FrictionJoint(WorldPool, FrictionJointDef) - Constructor for class org.jbox2d.dynamics.joints.FrictionJoint
 
FrictionJointDef - Class in org.jbox2d.dynamics.joints
Friction joint definition.
FrictionJointDef() - Constructor for class org.jbox2d.dynamics.joints.FrictionJointDef
 
FroggyJump - Class in demos.docs.events.collision.froggy_jump
 
FroggyJump() - Constructor for class demos.docs.events.collision.froggy_jump.FroggyJump
 
from() - Method in class pi.dsa.graph.GraphEdge
Gibt dem Startknoten zurück.
from() - Method in class pi.graphics.geom.DirectedLineSegment
Gibt den Ursprung zurück.
from(Vector) - Method in class pi.graphics.geom.DirectedLineSegment
Setzt den Ursprung.
fromAABB(AABB) - Static method in record class pi.graphics.geom.Bounds
 
fromHex(String) - Static method in class blockly_robot.robot.gui.Color
 
fromNumber(int) - Static method in enum class blockly_robot.robot.logic.navigation.Compass
Konvertiere eine Himmelrichtungsnummer in den Aufzählungstyp.
fromString(String) - Static method in enum class cli.java2umltext.model.Visibility
 
fromString(String) - Static method in class pi.physics.FixtureBuilder
Erstellt einen Supplier für Halterungen (Fixture) basierend auf einer Zeichenkette.
front() - Method in class org.jbox2d.particle.StackQueue
 

G

g - Variable in class org.jbox2d.particle.ParticleColor
 
g() - Method in class pi.graphics.screen_recording.ScreenshotImage
 
game - Variable in class pi.config.Configuration
Verwaltet die Einstellungsmöglichkeiten mit Bezug zu einem Spiel oder Projekt.
GameConfig - Class in pi.config
Verwaltet die Einstellungsmöglichkeiten mit Bezug zu einem Spiel oder Projekt.
GameData - Class in demos.small_games.dude
 
GameData() - Constructor for class demos.small_games.dude.GameData
 
GameLoop - Class in pi.loop
Die Ereignisschleife der Engine.
GameLoop(RenderTarget, Supplier<Scene>, Supplier<Boolean>) - Constructor for class pi.loop.GameLoop
 
GAP - Static variable in class demos.billard.Table
 
GATE - Enum constant in enum class pacman.scenes.Brick
 
gct - Variable in class pi.util.GifDecoder
 
gctFlag - Variable in class pi.util.GifDecoder
 
gctSize - Variable in class pi.util.GifDecoder
 
GEAR - Enum constant in enum class org.box2d.proto.Box2D.PbJointType
GEAR = 6;
GEAR - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
GEAR_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbJointType
GEAR = 6;
GearJoint - Class in org.jbox2d.dynamics.joints
A gear joint is used to connect two joints together.
GearJoint(WorldPool, GearJointDef) - Constructor for class org.jbox2d.dynamics.joints.GearJoint
 
GearJointDef - Class in org.jbox2d.dynamics.joints
Gear joint definition.
GearJointDef() - Constructor for class org.jbox2d.dynamics.joints.GearJointDef
 
Gears - Class in org.jbox2d.testbed.tests
 
Gears() - Constructor for class org.jbox2d.testbed.tests.Gears
 
generate(float) - Method in class org.jbox2d.particle.VoronoiDiagram
Generate the Voronoi diagram.
generateJavaCode() - Method in class pi.dsa.graph.Graph
Exportiert den Graphen, indem eine Zeichenkette generiert wird, die als Java-Code verwendet werden kann.
generateJavaCode() - Method in class pi.dsa.graph.GraphEdge
Exportiert die Kante, indem eine Zeichenkette generiert wird, die als Java-Code verwendet werden kann.
generateJavaCode() - Method in class pi.dsa.graph.GraphNode
Exportiert den Knoten, indem eine Zeichenkette generiert wird, die als Java-Code verwendet werden kann.
Generator() - Constructor for class org.jbox2d.particle.VoronoiDiagram.Generator
 
GeneratorArray - Class in org.jbox2d.pooling.arrays
 
GeneratorArray() - Constructor for class org.jbox2d.pooling.arrays.GeneratorArray
 
get() - Method in class org.jbox2d.testbed.perf.PoolingPerf.CirclePool
 
get() - Method in class org.jbox2d.testbed.perf.PoolingPerf.CustStack
 
get() - Static method in class pi.graphics.screen_recording.Photographer
 
get() - Method in class pi.resources.color.ColorSchemeContainer
Gibt das aktuelle Farbschema aus der Konfiguration zurück.
get() - Method in class pi.resources.sound.Playback.VolumeControl
Gets the value of this volume control.
get() - Method in class tetris.text.NumberDisplay
 
get(int) - Method in class blockly_robot.robot.logic.menu.TaskList
 
get(int) - Method in class org.jbox2d.pooling.arrays.FloatArray
 
get(int) - Method in class org.jbox2d.pooling.arrays.GeneratorArray
 
get(int) - Method in class org.jbox2d.pooling.arrays.IntArray
 
get(int) - Method in class org.jbox2d.pooling.arrays.Vec2Array
 
get(int, int) - Method in class blockly_robot.robot.logic.context.Context
 
get(Coords) - Method in class blockly_robot.robot.logic.context.Context
 
get(String) - Method in class pi.resources.color.ColorContainer
Gibt eine vordefinierte Farbe zurück.
get(String) - Method in class pi.resources.color.ColorSchemeContainer
Ruft ein Farbschema anhand seines Namens ab.
get(String) - Method in interface pi.resources.Container
Ruft die Ressource mit dem angegebenen Namen ab.
get(String) - Method in class pi.resources.font.FontContainer
Gibt eine Schriftart zurück, die durch einen Namen oder Dateipfad ermittelt wird.
get(String) - Static method in enum class pi.resources.ImageFormat
Gets the ImageFormat of the specified format string.
get(String) - Static method in class pi.resources.ResourceLoader
Gets the specified file as InputStream from either a resource folder or the file system.
get(String) - Method in class pi.resources.ResourcesContainer
Ruft die Ressource mit dem angegebenen Name oder Dateipfad auf.
get(String) - Method in class pi.resources.sound.SoundContainer
Ruft den Sound mit dem angegebenen Dateipfad auf.
get(String) - Static method in enum class pi.resources.sound.SoundFormat
Gibt das SoundFormat der angegebenen Dateierweiterung zurück.
get(String) - Static method in class tetris.ImageLoader
Gibt ein vergrößertes und eingefärbtes Bild zurück.
get(String, boolean) - Method in class pi.resources.ResourcesContainer
Gets the resource with the specified name.
get(String, double) - Method in class pi.resources.font.FontContainer
Gibt eine Schriftart zurück, die durch einen Namen oder Dateipfad ermittelt wird, und mit den gewünschten Größenattribut versehen ist.
get(String, int) - Method in class pi.resources.color.ColorContainer
Gibt eine vordefinierte Farbe mit geändertem Alphakanal zurück.
get(String, int) - Method in class pi.resources.font.FontContainer
Gibt eine Schriftart zurück, die durch einen Namen oder Dateipfad ermittelt wird, und mit den gewünschten Stilattribut versehen ist.
get(String, int) - Method in class pi.resources.ImageContainer
Ruft ein Bild auf und vergrößert es, indem seine Pixel vervielfältigt werden.
get(String, int, double) - Method in class pi.resources.font.FontContainer
Gibt eine Schriftart zurück, die durch einen Namen oder Dateipfad ermittelt wird, und mit den gewünschten Stil- und Größenattributen versehen ist.
get(String, int, Color[], Color[]) - Method in class pi.resources.ImageContainer
Ruft ein Bild auf, vergrößert es, indem seine Pixel vervielfältigt werden und färbt es neu.
get(String, Color[], Color[]) - Method in class pi.resources.ImageContainer
Ruft ein Bild auf und färbt es neu.
get(String, Supplier<? extends T>) - Method in class pi.resources.ResourcesContainer
Gets the resource with the specified name.
get(String, T[], T) - Static method in class pi.resources.DataFormat
Ermittelt aus einer Dateiendung den entsprechenden Enum-Wert.
get(URL) - Static method in class pi.resources.ResourceLoader
Gets the specified file as InputStream from either a resource folder or the file system.
get(URL) - Method in class pi.resources.ResourcesContainer
 
get(URL, boolean) - Method in class pi.resources.ResourcesContainer
 
get(URL, Supplier<? extends T>) - Method in class pi.resources.ResourcesContainer
 
get(Predicate<T>) - Method in class pi.resources.ResourcesContainer
Gets all resources that match the specified condition.
getAABB(int) - Method in class org.jbox2d.dynamics.Fixture
Get the fixture's AABB.
getActive() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool active = 56;
getActive() - Method in class org.box2d.proto.Box2D.PbBody
optional bool active = 56;
getActive() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional bool active = 56;
getActors() - Method in class demos.billard.Table
 
getActors() - Method in class demos.small_games.dude.HUDDisplay
 
getAll() - Method in class pi.resources.color.ColorContainer
Gibt alle Farben samt der Farbnamen als Map zurück.
getAll() - Method in class pi.resources.ResourcesContainer
Gets all loaded resources from this container.
getAllEdgesOfNodePairs() - Method in class pi.dsa.graph.GraphArrayMatrix
 
getAllExtensions() - Static method in enum class pi.resources.ImageFormat
 
getAllExtensions(T[], T) - Static method in class pi.resources.DataFormat
Gibt alle unterstützten Dateiendungen zurück, ohne den als nicht unterstützt markierten Standardwert.
getAllFields(List<Field>, Class<?>) - Static method in class pi.util.ReflectionUtil
Ermittelt rekursiv alle Felder des angegebenen Typs und berücksichtigt dabei auch Oberklassen.
getAllMusic() - Static method in class pi.resources.sound.Jukebox
 
getAllowSleep() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool allow_sleep = 54;
getAllowSleep() - Method in class org.box2d.proto.Box2D.PbBody
optional bool allow_sleep = 54;
getAllowSleep() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional bool allow_sleep = 54;
getAllowSleep() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool allow_sleep = 3;
getAllowSleep() - Method in class org.box2d.proto.Box2D.PbWorld
optional bool allow_sleep = 3;
getAllowSleep() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional bool allow_sleep = 3;
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJoint
No-op
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.DistanceJoint
 
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.FrictionJoint
 
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.GearJoint
 
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.Joint
Get the anchor point on bodyA in world coordinates.
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.MotorJoint
 
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Get the anchor point on bodyA in world coordinates.
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.RopeJoint
 
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
getAnchorA(Vec2) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJoint
No-op
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.DistanceJoint
 
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.FrictionJoint
 
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.GearJoint
 
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.Joint
Get the anchor point on bodyB in world coordinates.
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.MotorJoint
 
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Get the anchor point on bodyB in world coordinates.
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.RopeJoint
 
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
getAnchorB(Vec2) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
getAngle() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float angle = 11;
getAngle() - Method in class org.box2d.proto.Box2D.PbBody
optional float angle = 11;
getAngle() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional float angle = 11;
getAngle() - Method in class org.jbox2d.common.Mat22
Extract the angle from this matrix (assumed to be a rotation matrix).
getAngle() - Method in class org.jbox2d.common.Rot
 
getAngle() - Method in class org.jbox2d.dynamics.Body
Get the angle in radians.
getAngle() - Method in class org.jbox2d.dynamics.BodyDef
The world angle of the body in radians.
getAngle() - Method in class org.jbox2d.particle.ParticleGroup
Get the rotational angle of the particle group as a whole.
getAngularDamping() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float angular_damping = 51;
getAngularDamping() - Method in class org.box2d.proto.Box2D.PbBody
optional float angular_damping = 51;
getAngularDamping() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional float angular_damping = 51;
getAngularDamping() - Method in class org.jbox2d.dynamics.Body
Get the angular damping of the body.
getAngularDamping() - Method in class org.jbox2d.dynamics.BodyDef
Angular damping is used to reduce the angular velocity.
getAngularOffset() - Method in class org.jbox2d.dynamics.joints.MotorJoint
 
getAngularVelocity() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float angular_velocity = 13;
getAngularVelocity() - Method in class org.box2d.proto.Box2D.PbBody
optional float angular_velocity = 13;
getAngularVelocity() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional float angular_velocity = 13;
getAngularVelocity() - Method in class org.jbox2d.dynamics.Body
Get the angular velocity.
getAngularVelocity() - Method in class org.jbox2d.dynamics.BodyDef
The angular velocity of the body.
getAngularVelocity() - Method in class org.jbox2d.particle.ParticleGroup
Get the angular velocity of the group.
getAreaRatio() - Method in interface org.jbox2d.collision.broadphase.BroadPhaseStrategy
Get the ratio of the sum of the node areas to the root area.
getAreaRatio() - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
getAreaRatio() - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
getAsync(String) - Method in class pi.resources.ResourcesContainer
Eventually gets the resource with the specified location.
getAsync(URL) - Method in class pi.resources.ResourcesContainer
Eventually gets the resource with the specified location.
getAutoClearForces() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool auto_clear_forces = 4;
getAutoClearForces() - Method in class org.box2d.proto.Box2D.PbWorld
optional bool auto_clear_forces = 4;
getAutoClearForces() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional bool auto_clear_forces = 4;
getAutoClearForces() - Method in class org.jbox2d.dynamics.World
Get the flag that controls automatic clearing of forces after each time step.
getAverage(double[]) - Static method in class pi.util.MathUtil
 
getAverage(float[]) - Static method in class pi.util.MathUtil
 
getAverage(int[]) - Static method in class pi.util.MathUtil
 
getAwake() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool awake = 55;
getAwake() - Method in class org.box2d.proto.Box2D.PbBody
optional bool awake = 55;
getAwake() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional bool awake = 55;
getBagSize() - Method in class blockly_robot.robot.logic.item.relocation.BagPacker
 
getBaseline() - Method in class pi.resources.font.FontStringBounds
Gibt den Abstand der linken oberen Ecke des Rechtecks zur Grundlinie des Textes in Pixel (positiver Wert) zurück.
getBlack() - Method in class tetris.ColorScheme
Gibt die Farbe Schwarz (black) zurück.
getBodies() - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJoint
 
getBodies(int) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
getBodies(int) - Method in class org.box2d.proto.Box2D.PbJoint
con vol
getBodies(int) - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
con vol
getBodies(int) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
getBodies(int) - Method in class org.box2d.proto.Box2D.PbWorld
repeated .box2d.PbBody bodies = 20;
getBodies(int) - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
repeated .box2d.PbBody bodies = 20;
getBodiesBuilder(int) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
getBodiesBuilderList() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
getBodiesCount() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
getBodiesCount() - Method in class org.box2d.proto.Box2D.PbJoint
con vol
getBodiesCount() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
con vol
getBodiesCount() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
getBodiesCount() - Method in class org.box2d.proto.Box2D.PbWorld
repeated .box2d.PbBody bodies = 20;
getBodiesCount() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
repeated .box2d.PbBody bodies = 20;
getBodiesList() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
getBodiesList() - Method in class org.box2d.proto.Box2D.PbJoint
con vol
getBodiesList() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
con vol
getBodiesList() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
getBodiesList() - Method in class org.box2d.proto.Box2D.PbWorld
repeated .box2d.PbBody bodies = 20;
getBodiesList() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
repeated .box2d.PbBody bodies = 20;
getBodiesOrBuilder(int) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
getBodiesOrBuilder(int) - Method in class org.box2d.proto.Box2D.PbWorld
repeated .box2d.PbBody bodies = 20;
getBodiesOrBuilder(int) - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
repeated .box2d.PbBody bodies = 20;
getBodiesOrBuilderList() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
getBodiesOrBuilderList() - Method in class org.box2d.proto.Box2D.PbWorld
repeated .box2d.PbBody bodies = 20;
getBodiesOrBuilderList() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
repeated .box2d.PbBody bodies = 20;
getBody() - Method in class org.jbox2d.dynamics.Fixture
Get the parent body of this fixture.
getBodyA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional int32 body_a = 3;
getBodyA() - Method in class org.box2d.proto.Box2D.PbJoint
optional int32 body_a = 3;
getBodyA() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional int32 body_a = 3;
getBodyA() - Method in class org.jbox2d.dynamics.joints.Joint
Get the first body attached to this joint.
getBodyB() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional int32 body_b = 4;
getBodyB() - Method in class org.box2d.proto.Box2D.PbJoint
optional int32 body_b = 4;
getBodyB() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional int32 body_b = 4;
getBodyB() - Method in class org.jbox2d.dynamics.joints.Joint
Get the second body attached to this joint.
getBodyCount() - Method in class org.jbox2d.dynamics.World
Get the number of bodies.
getBodyList() - Method in class org.jbox2d.dynamics.World
Get the world body list.
getBomb() - Method in class org.jbox2d.testbed.framework.TestbedTest
Gets the 'bomb' body if it's present
getBorder() - Method in class demos.billard.Table
 
getBoxPath(int) - Static method in class demos.small_games.dude.Box
 
getBufferIndex() - Method in class org.jbox2d.particle.ParticleGroup
Get the offset of this group in the global particle buffer.
getBuildTime() - Static method in class pi.debug.Version
Gibt an, wann die Jar-Datei erzeugt wurde.
getBullet() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool bullet = 53;
getBullet() - Method in class org.box2d.proto.Box2D.PbBody
optional bool bullet = 53;
getBullet() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional bool bullet = 53;
getBytes(InputStream) - Static method in class pi.util.StreamUtilities
 
getCalculatedFps() - Method in class org.jbox2d.testbed.framework.TestbedModel
 
getCalculatedFrameRate() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
getCamera() - Method in class org.jbox2d.testbed.framework.TestbedTest
 
getCategoryBits() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
optional int32 category_bits = 1;
getCategoryBits() - Method in class org.box2d.proto.Box2D.PbFilter
optional int32 category_bits = 1;
getCategoryBits() - Method in interface org.box2d.proto.Box2D.PbFilterOrBuilder
optional int32 category_bits = 1;
getCenter() - Method in class org.box2d.proto.Box2D.PbShape.Builder
circle
getCenter() - Method in class org.box2d.proto.Box2D.PbShape
circle
getCenter() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
circle
getCenter() - Method in class org.jbox2d.collision.AABB
Get the center of the AABB.
getCenter() - Method in interface org.jbox2d.common.IViewportTransform
center of the viewport.
getCenter() - Method in class org.jbox2d.common.OBBViewportTransform
 
getCenter() - Method in class org.jbox2d.particle.ParticleGroup
Get the center of gravity for the group.
getCenterBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
circle
getCenterOrBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
circle
getCenterOrBuilder() - Method in class org.box2d.proto.Box2D.PbShape
circle
getCenterOrBuilder() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
circle
getCenterToOut(Vec2) - Method in class org.jbox2d.collision.AABB
 
getCentroid() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
getCentroid() - Method in class org.box2d.proto.Box2D.PbShape
polygon
getCentroid() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon
getCentroidBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
getCentroidOrBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
getCentroidOrBuilder() - Method in class org.box2d.proto.Box2D.PbShape
polygon
getCentroidOrBuilder() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon
getChainCircleContactStack() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getChainCircleContactStack() - Method in interface org.jbox2d.pooling.WorldPool
 
getChainPolyContactStack() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getChainPolyContactStack() - Method in interface org.jbox2d.pooling.WorldPool
 
getChar() - Method in class tetris.tetrominos.Block
Gibt den ersten Buchstaben des Blocknamens zurück.
getChar() - Method in class tetris.tetrominos.BlockDeluxe
Gibt den ersten Buchstaben des Blocknamens zurück.
getChildCount() - Method in class org.jbox2d.collision.shapes.ChainShape
 
getChildCount() - Method in class org.jbox2d.collision.shapes.CircleShape
 
getChildCount() - Method in class org.jbox2d.collision.shapes.EdgeShape
 
getChildCount() - Method in class org.jbox2d.collision.shapes.PolygonShape
 
getChildCount() - Method in class org.jbox2d.collision.shapes.Shape
Get the number of child primitives
getChildEdge(EdgeShape, int) - Method in class org.jbox2d.collision.shapes.ChainShape
Get a child edge.
getChildIndexA() - Method in class org.jbox2d.dynamics.contacts.Contact
Get the child primitive index for fixture A.
getChildIndexB() - Method in class org.jbox2d.dynamics.contacts.Contact
Get the child primitive index for fixture B.
getCircleContactStack() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getCircleContactStack() - Method in interface org.jbox2d.pooling.WorldPool
 
getCodedKeys() - Method in class org.jbox2d.testbed.framework.TestbedModel
Gets the array of coded keys, index corresponding to the coded key value.
getCollideConnected() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional bool collideConnected = 5;
getCollideConnected() - Method in class org.box2d.proto.Box2D.PbJoint
optional bool collideConnected = 5;
getCollideConnected() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional bool collideConnected = 5;
getCollideConnected() - Method in class org.jbox2d.dynamics.joints.Joint
Get collide connected.
getCollision() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getCollision() - Method in interface org.jbox2d.pooling.WorldPool
 
getColor(float, float, float) - Method in class org.jbox2d.testbed.pooling.ColorPool
 
getColor(float, float, float, float) - Method in class org.jbox2d.testbed.pooling.ColorPool
 
getColors() - Method in class tetris.ColorScheme
Gibt ein Feld aller vier Farben zurück.
getColumn(int) - Method in class pi.graphics.boxes.GridBox
 
getComboModel() - Method in class org.jbox2d.testbed.framework.TestbedModel
 
getCompassDirection() - Method in class blockly_robot.robot.data.model.ItemData
 
getCompatibleImage(int, int) - Static method in class pi.util.ImageUtil
Gets an empty BufferedImage with the given size.
getComplementary(Color) - Static method in class pi.resources.color.ColorUtil
Berechnet die Komplementärfarbe.
getConfigurationGroups() - Method in class pi.config.ConfigLoader
Gets all ConfigurationGroups from the configuration.
getContactCount() - Method in class org.jbox2d.dynamics.World
Get the number of contacts (each may have 0 or more contact points).
getContactList() - Method in class org.jbox2d.dynamics.Body
Get the list of all contacts attached to this body.
getContactList() - Method in class org.jbox2d.dynamics.World
Get the world contact list.
getContactManager() - Method in class org.jbox2d.dynamics.World
Get the contact manager for testing purposes
getContactPoints() - Method in class org.jbox2d.testbed.framework.TestbedTest
Gets the contact points for the current test
getContinuousPhysics() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool continuous_physics = 6;
getContinuousPhysics() - Method in class org.box2d.proto.Box2D.PbWorld
optional bool continuous_physics = 6;
getContinuousPhysics() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional bool continuous_physics = 6;
getCorrectionFactor() - Method in class org.jbox2d.dynamics.joints.MotorJoint
 
getCos() - Method in class org.jbox2d.common.Rot
 
getCount() - Method in class org.jbox2d.pooling.stacks.DynamicIntStack
 
getCurrentLengthA() - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getCurrentLengthB() - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getCurrTest() - Method in class org.jbox2d.testbed.framework.TestbedModel
 
getCurrTestIndex() - Method in class org.jbox2d.testbed.framework.TestbedModel
 
getDampingRatio() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
distance, mouse, wheel, weld, col vol
getDampingRatio() - Method in class org.box2d.proto.Box2D.PbJoint
distance, mouse, wheel, weld, col vol
getDampingRatio() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
distance, mouse, wheel, weld, col vol
getDampingRatio() - Method in class org.jbox2d.dynamics.joints.DistanceJoint
 
getDampingRatio() - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
getDampingRatio() - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
getDark() - Method in class tetris.ColorScheme
Gibt die Farbe Dunkel (dark) zurück.
getDBGraphics() - Method in class org.jbox2d.testbed.framework.j2d.TestPanelJ2D
 
getDe() - Method in enum class blockly_robot.robot.logic.robot.ErrorMessages
 
getDebugDraw() - Method in class org.jbox2d.testbed.framework.TestbedModel
 
getDebugDraw() - Method in class org.jbox2d.testbed.framework.TestbedTest
Gets the debug draw for the testbed
getDefaultCameraPos() - Method in class org.jbox2d.testbed.framework.TestbedTest
Override for a different default camera position
getDefaultCameraPos() - Method in class org.jbox2d.testbed.tests.BlobTest4
 
getDefaultCameraPos() - Method in class org.jbox2d.testbed.tests.BulletTest
 
getDefaultCameraPos() - Method in class org.jbox2d.testbed.tests.CircleStress
 
getDefaultCameraPos() - Method in class org.jbox2d.testbed.tests.DominoTower
 
getDefaultCameraScale() - Method in class org.jbox2d.testbed.framework.TestbedTest
Override for a different default camera scale
getDefaultCameraScale() - Method in class org.jbox2d.testbed.tests.BlobTest4
 
getDefaultCameraScale() - Method in class org.jbox2d.testbed.tests.BulletTest
 
getDefaultCameraScale() - Method in class org.jbox2d.testbed.tests.Car
 
getDefaultCameraScale() - Method in class org.jbox2d.testbed.tests.CircleStress
 
getDefaultInstance() - Static method in class org.box2d.proto.Box2D.PbBody
 
getDefaultInstance() - Static method in class org.box2d.proto.Box2D.PbFilter
 
getDefaultInstance() - Static method in class org.box2d.proto.Box2D.PbFixture
 
getDefaultInstance() - Static method in class org.box2d.proto.Box2D.PbJoint
 
getDefaultInstance() - Static method in class org.box2d.proto.Box2D.PbShape
 
getDefaultInstance() - Static method in class org.box2d.proto.Box2D.PbVec2
 
getDefaultInstance() - Static method in class org.box2d.proto.Box2D.PbWorld
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbBody
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbFilter
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbFixture
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbJoint
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbShape
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbVec2
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
getDefaultInstanceForType() - Method in class org.box2d.proto.Box2D.PbWorld
 
getDefaultValue(Class<T>) - Static method in class pi.util.ReflectionUtil
Liefert den Standardwert eines Typs.
getDelay() - Method in class pi.event.SingleTask
Gibt die Verzögerung in Sekunden aus.
getDelay(int) - Method in class pi.util.GifDecoder
Gets display duration for specified frame.
getDensity() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional float density = 4;
getDensity() - Method in class org.box2d.proto.Box2D.PbFixture
optional float density = 4;
getDensity() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional float density = 4;
getDensity() - Method in class org.jbox2d.dynamics.Fixture
 
getDensity() - Method in class org.jbox2d.dynamics.FixtureDef
The density, usually in kg/m^2
getDensity() - Method in class pi.physics.FixtureData
 
getDescent(Font) - Static method in class pi.resources.font.FontUtil
Bestimmt den Unterlängenabstand der Schriftart.
getDescriptor() - Static method in class org.box2d.proto.Box2D
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbBody.Builder
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbBody
 
getDescriptor() - Static method in enum class org.box2d.proto.Box2D.PbBodyType
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbFilter.Builder
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbFilter
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbFixture.Builder
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbFixture
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbJoint.Builder
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbJoint
 
getDescriptor() - Static method in enum class org.box2d.proto.Box2D.PbJointType
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbShape.Builder
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbShape
 
getDescriptor() - Static method in enum class org.box2d.proto.Box2D.PbShapeType
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbVec2.Builder
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbVec2
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbWorld.Builder
 
getDescriptor() - Static method in class org.box2d.proto.Box2D.PbWorld
 
getDescriptorForType() - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
getDescriptorForType() - Method in enum class org.box2d.proto.Box2D.PbBodyType
 
getDescriptorForType() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
getDescriptorForType() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
getDescriptorForType() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
getDescriptorForType() - Method in enum class org.box2d.proto.Box2D.PbJointType
 
getDescriptorForType() - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
getDescriptorForType() - Method in enum class org.box2d.proto.Box2D.PbShapeType
 
getDescriptorForType() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
getDescriptorForType() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
getDeserializer() - Method in class org.jbox2d.testbed.framework.TestbedTest
 
getDestructionListener() - Method in class org.jbox2d.dynamics.World
 
getDistance() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getDistance() - Method in interface org.jbox2d.pooling.WorldPool
 
getDistance() - Method in class tetris.tetrominos.SoftDrop
Gibt die Distanz in der Zeilenanzahl an, wie weit das Tetromino mittels Soft-Drop nach unten bewegt wurde.
getDuration() - Method in class pi.animation.tweening.Tween
Gets the duration of the Tween.
getEdgeCircleContactStack() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getEdgeCircleContactStack() - Method in interface org.jbox2d.pooling.WorldPool
 
getEdgePolyContactStack() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getEdgePolyContactStack() - Method in interface org.jbox2d.pooling.WorldPool
 
getEdgeWeight(String, String) - Method in class pi.dsa.graph.GraphArrayMatrix
Gibt die Gewichtung einer Kante zurück.
getEn() - Method in enum class blockly_robot.robot.logic.robot.ErrorMessages
 
getEnableLimit() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic
getEnableLimit() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, prismatic
getEnableLimit() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, prismatic
getEnableMotor() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic, wheel
getEnableMotor() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, prismatic, wheel
getEnableMotor() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, prismatic, wheel
getEquation() - Method in class pi.animation.tweening.Tween
Gets the tween equation that modifies the start values each tick.
getEquation() - Method in enum class pi.animation.tweening.TweenFunction
Gets the mathematical equation.
getEvents(Class<?>) - Static method in class pi.util.ReflectionUtil
Liefert die Ereignismethoden des angegebenen Typs.
getExtension(File) - Static method in class pi.util.FileUtil
Ermittelt die Dateiendung einer Datei.
getExtension(String) - Static method in class pi.util.FileUtil
Extrahiert die Dateiendung aus einem gegebenen Dateipfad.
getExtents() - Method in class org.jbox2d.collision.AABB
Get the extents of the AABB (half-widths).
getExtents() - Method in interface org.jbox2d.common.IViewportTransform
This is the half-width and half-height.
getExtents() - Method in class org.jbox2d.common.OBBViewportTransform
 
getExtentsToOut(Vec2) - Method in class org.jbox2d.collision.AABB
 
getFatAABB(int) - Method in interface org.jbox2d.collision.broadphase.BroadPhase
 
getFatAABB(int) - Method in interface org.jbox2d.collision.broadphase.BroadPhaseStrategy
 
getFatAABB(int) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
getFatAABB(int) - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
getFatAABB(int) - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
getField(Class<T>, String) - Static method in class pi.util.ReflectionUtil
Liefert ein Feld des angegebenen Typs anhand seines Namens.
getField(Class<T>, String, boolean) - Static method in class pi.util.ReflectionUtil
Liefert ein Feld des angegebenen Typs anhand seines Namens und kann dabei optional auch Oberklassen durchsuchen.
getFilename() - Method in class org.jbox2d.testbed.framework.TestbedTest
Gets the filename of the current test.
getFileName(String) - Static method in class pi.util.FileUtil
Gibt den Dateinamen eines Pfades ohne die Dateierweiterung zurück.
getFileName(String, boolean) - Static method in class pi.util.FileUtil
Gibt den Dateinamen eines Pfades mit oder ohne Dateierweiterung zurück.
getFileName(URL) - Static method in class pi.util.FileUtil
Gibt den Dateinamen eines Pfades ohne Dateierweiterung zurück.
getFileName(Path) - Static method in class pi.util.FileUtil
Gibt den Dateinamen eines Pfades ohne Dateierweiterung zurück.
getFilePath() - Method in class blockly_robot.robot.logic.item.Item
Returns the file path of the item.
getFilledRowRange() - Method in class tetris.tetrominos.Grid
 
getFilter() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbFilter filter = 10;
getFilter() - Method in class org.box2d.proto.Box2D.PbFixture
optional .box2d.PbFilter filter = 10;
getFilter() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional .box2d.PbFilter filter = 10;
getFilter() - Method in class org.jbox2d.dynamics.FixtureDef
Contact filtering data;
getFilter() - Method in class pi.physics.FixtureData
 
getFilterBuilder() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbFilter filter = 10;
getFilterData() - Method in class org.jbox2d.dynamics.Fixture
Get the contact filtering data.
getFilterOrBuilder() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbFilter filter = 10;
getFilterOrBuilder() - Method in class org.box2d.proto.Box2D.PbFixture
optional .box2d.PbFilter filter = 10;
getFilterOrBuilder() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional .box2d.PbFilter filter = 10;
getFixedRotation() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool fixed_rotation = 57;
getFixedRotation() - Method in class org.box2d.proto.Box2D.PbBody
optional bool fixed_rotation = 57;
getFixedRotation() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional bool fixed_rotation = 57;
getFixtureA() - Method in class org.jbox2d.dynamics.contacts.Contact
Get fixture A in this contact.
getFixtureB() - Method in class org.jbox2d.dynamics.contacts.Contact
Get fixture B in this contact.
getFixtureList() - Method in class org.jbox2d.dynamics.Body
Get the list of all fixtures attached to this body.
getFixtures(int) - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
getFixtures(int) - Method in class org.box2d.proto.Box2D.PbBody
repeated .box2d.PbFixture fixtures = 100;
getFixtures(int) - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
repeated .box2d.PbFixture fixtures = 100;
getFixturesBuilder(int) - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
getFixturesBuilderList() - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
getFixturesCount() - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
getFixturesCount() - Method in class org.box2d.proto.Box2D.PbBody
repeated .box2d.PbFixture fixtures = 100;
getFixturesCount() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
repeated .box2d.PbFixture fixtures = 100;
getFixturesList() - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
getFixturesList() - Method in class org.box2d.proto.Box2D.PbBody
repeated .box2d.PbFixture fixtures = 100;
getFixturesList() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
repeated .box2d.PbFixture fixtures = 100;
getFixturesOrBuilder(int) - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
getFixturesOrBuilder(int) - Method in class org.box2d.proto.Box2D.PbBody
repeated .box2d.PbFixture fixtures = 100;
getFixturesOrBuilder(int) - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
repeated .box2d.PbFixture fixtures = 100;
getFixturesOrBuilderList() - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
getFixturesOrBuilderList() - Method in class org.box2d.proto.Box2D.PbBody
repeated .box2d.PbFixture fixtures = 100;
getFixturesOrBuilderList() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
repeated .box2d.PbFixture fixtures = 100;
getFlags() - Method in class org.jbox2d.callbacks.DebugDraw
 
getFloatArray(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getFloatArray(int) - Method in interface org.jbox2d.pooling.WorldPool
 
getFont() - Static method in class pi.util.Graphics2DUtil
 
getFont(int) - Static method in class pi.util.Graphics2DUtil
 
getFontRenderContext() - Static method in class pi.resources.font.FontUtil
 
getFooter() - Method in class cli.java2umltext.export.MermaidDocument
 
getFooter() - Method in class cli.java2umltext.export.PlantUMLDocument
 
getFooter() - Method in class cli.java2umltext.model.Document
 
getFrame(int) - Method in class pi.util.GifDecoder
Gets the image contents of frame n.
getFrameCount() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
getFrameCount() - Method in class pi.util.GifDecoder
Gets the number of frames read from file.
getFrameRate() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
getFrames(int) - Method in class org.jbox2d.profile.BasicPerformanceTest
 
getFrameSize() - Method in class pi.util.GifDecoder
Gets image size.
getFrequency() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
distance, mouse, wheel, weld, con vol
getFrequency() - Method in class org.box2d.proto.Box2D.PbJoint
distance, mouse, wheel, weld, con vol
getFrequency() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
distance, mouse, wheel, weld, con vol
getFrequency() - Method in class org.jbox2d.dynamics.joints.DistanceJoint
 
getFrequency() - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
getFrequency() - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
getFriction() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional float friction = 3;
getFriction() - Method in class org.box2d.proto.Box2D.PbFixture
optional float friction = 3;
getFriction() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional float friction = 3;
getFriction() - Method in class org.jbox2d.dynamics.contacts.Contact
Get the friction.
getFriction() - Method in class org.jbox2d.dynamics.Fixture
Get the coefficient of friction.
getFriction() - Method in class org.jbox2d.dynamics.FixtureDef
The friction coefficient, usually in the range [0,1].
getFriction() - Method in class pi.physics.FixtureData
 
getFrom() - Method in class tetris.tetrominos.FilledRowRange
Gibt zurück, ab welcher y-Koordinate (einschließlich) der Bereich mit ausgefüllten Zeilen reicht.
getFullPercent(double, double) - Static method in class pi.util.MathUtil
 
getGenericOfInterface(Class<?>, Class<?>) - Static method in class pi.util.ReflectionUtil
Ermittelt den ersten generischen Typparameter eines Interfaces, das von einem Typ oder einer seiner Oberklassen beziehungsweise Oberinterfaces implementiert wird.
getGitCommitId() - Static method in class pi.debug.Version
Ruft die vollständige Git-Commit-ID des aktuellen Builds ab (z.B.
getGitCommitIdAbbrev() - Static method in class pi.debug.Version
Gibt die abgekürzte Git-Commit-ID zurück (z.B.
getGitCommitIdDescribe() - Static method in class pi.debug.Version
Gibt die Git-Commit-ID-Beschreibung zurück (z.B.
getGitCommitIdDescribeShort() - Static method in class pi.debug.Version
Gibt die abgekürzte Git-Commit-ID-Beschreibung zurück (z.B.
getGitRemoteOriginUrl() - Static method in class pi.debug.Version
Gibt die URL des Repositories zurück (z.B.
getGravity() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional .box2d.PbVec2 gravity = 2;
getGravity() - Method in class org.box2d.proto.Box2D.PbWorld
optional .box2d.PbVec2 gravity = 2;
getGravity() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional .box2d.PbVec2 gravity = 2;
getGravity() - Method in class org.jbox2d.dynamics.World
Get the global gravity vector.
getGravityBuilder() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional .box2d.PbVec2 gravity = 2;
getGravityOrBuilder() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional .box2d.PbVec2 gravity = 2;
getGravityOrBuilder() - Method in class org.box2d.proto.Box2D.PbWorld
optional .box2d.PbVec2 gravity = 2;
getGravityOrBuilder() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional .box2d.PbVec2 gravity = 2;
getGravityScale() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float gravity_scale = 52;
getGravityScale() - Method in class org.box2d.proto.Box2D.PbBody
optional float gravity_scale = 52;
getGravityScale() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional float gravity_scale = 52;
getGravityScale() - Method in class org.jbox2d.dynamics.Body
Get the gravity scale of the body.
getGravityScale() - Method in class org.jbox2d.dynamics.BodyDef
Experimental: scales the inertia tensor.
getGroundAnchorA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
getGroundAnchorA() - Method in class org.box2d.proto.Box2D.PbJoint
pulley
getGroundAnchorA() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
pulley
getGroundAnchorA() - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getGroundAnchorABuilder() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
getGroundAnchorAOrBuilder() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
getGroundAnchorAOrBuilder() - Method in class org.box2d.proto.Box2D.PbJoint
pulley
getGroundAnchorAOrBuilder() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
pulley
getGroundAnchorB() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
getGroundAnchorB() - Method in class org.box2d.proto.Box2D.PbJoint
pulley
getGroundAnchorB() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
pulley
getGroundAnchorB() - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getGroundAnchorBBuilder() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
getGroundAnchorBOrBuilder() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
getGroundAnchorBOrBuilder() - Method in class org.box2d.proto.Box2D.PbJoint
pulley
getGroundAnchorBOrBuilder() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
pulley
getGroundBody() - Method in class org.jbox2d.testbed.framework.TestbedTest
Gets the ground body of the world, used for some joints
getGroup(Class<T>) - Method in class pi.config.ConfigLoader
Gets the strongly typed configuration group if it was previously added to the configuration.
getGroup(String) - Method in class pi.config.ConfigLoader
Ruft eine Konfigurationsgruppe basierend auf ihrem Präfix ab.
getGroupFlags() - Method in class org.jbox2d.particle.ParticleGroup
Get the construction flags for the group.
getGroupIndex() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
optional int32 group_index = 3;
getGroupIndex() - Method in class org.box2d.proto.Box2D.PbFilter
optional int32 group_index = 3;
getGroupIndex() - Method in interface org.box2d.proto.Box2D.PbFilterOrBuilder
optional int32 group_index = 3;
getHas0() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge, chain
getHas0() - Method in class org.box2d.proto.Box2D.PbShape
edge, chain
getHas0() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge, chain
getHas3() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge, chain
getHas3() - Method in class org.box2d.proto.Box2D.PbShape
edge, chain
getHas3() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge, chain
getHeader() - Method in class cli.java2umltext.export.MermaidDocument
 
getHeader() - Method in class cli.java2umltext.export.PlantUMLDocument
 
getHeader() - Method in class cli.java2umltext.model.Document
 
getHeight() - Method in class blockly_robot.robot.gui.scenes.LevelsScene
 
getHeight() - Method in interface org.jbox2d.collision.broadphase.BroadPhaseStrategy
Compute the height of the binary tree in O(N) time.
getHeight() - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
getHeight() - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
getHeight() - Method in class pi.resources.font.FontStringBounds
Gibt die Höhe des Textes in Pixel zurück.
getHeight() - Method in class tetris.tetrominos.Grid
Gibt die Höhe des Blockgitters zurück, also die Anzahl der Blöcke in y-Richtung.
getHomeDir() - Static method in class pi.util.FileUtil
Gibt das Heimverzeichnis des aktuellen Benutzers zurück.
getHorizontalMovement() - Method in class demos.small_games.dude.PlayerCharacter
 
getId(int) - Method in class blockly_robot.robot.logic.menu.TaskList
 
getImage() - Method in enum class pacman.scenes.Brick
 
getImage() - Method in class pi.graphics.PaintingSurface
 
getImage() - Method in class pi.util.GifDecoder
Gets the first (or only) image read.
getImage(GhostState, int) - Method in class pacman.actors.Ghost
 
getImagePath(int) - Method in enum class pacman.actors.GhostState
 
getImplSpecificHelp() - Method in class org.jbox2d.testbed.framework.TestbedModel
 
getInertia() - Method in class org.jbox2d.dynamics.Body
Get the central rotational inertia of the body.
getInertia() - Method in class org.jbox2d.particle.ParticleGroup
Get the moment of inertia for the group.
getInitializedArray(int) - Method in class org.jbox2d.pooling.arrays.FloatArray
 
getInitializedArray(int) - Method in class org.jbox2d.pooling.arrays.GeneratorArray
 
getInitializedArray(int) - Method in class org.jbox2d.pooling.arrays.IntArray
 
getInitializedArray(int) - Method in class org.jbox2d.pooling.arrays.Vec2Array
 
getInstance() - Static method in class pi.config.Configuration
Gibt die Singleton/Einzelner-Instanz der Konfiguration zurück.
getInstance() - Static method in class pi.resources.color.ColorSchemeContainer
Gibt die Singleton/Einzelner-Instanz ColorSchemeContainer zurück.
getInstance() - Static method in class pi.resources.sound.AudioEngine
Liefert die Singleton-Instanz der AudioEngine.
getIntArray(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getIntArray(int) - Method in interface org.jbox2d.pooling.WorldPool
 
getInverse22(Mat33) - Method in class org.jbox2d.common.Mat33
 
getJarName() - Static method in class pi.debug.Version
Gibt den Namen der Jar-Datei zurück, die gerade ausgeführt wird.
getJoint1() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
gear
getJoint1() - Method in class org.box2d.proto.Box2D.PbJoint
gear
getJoint1() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
gear
getJoint1() - Method in class org.jbox2d.dynamics.joints.GearJoint
 
getJoint2() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
gear
getJoint2() - Method in class org.box2d.proto.Box2D.PbJoint
gear
getJoint2() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
gear
getJoint2() - Method in class org.jbox2d.dynamics.joints.GearJoint
 
getJointAngle() - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getJointCount() - Method in class org.jbox2d.dynamics.World
Get the number of joints.
getJointList() - Method in class org.jbox2d.dynamics.Body
Get the list of all joints attached to this body.
getJointList() - Method in class org.jbox2d.dynamics.World
Get the world joint list.
getJoints() - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJoint
 
getJoints(int) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
getJoints(int) - Method in class org.box2d.proto.Box2D.PbJoint
con vol
getJoints(int) - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
con vol
getJoints(int) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
getJoints(int) - Method in class org.box2d.proto.Box2D.PbWorld
repeated .box2d.PbJoint joints = 21;
getJoints(int) - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
repeated .box2d.PbJoint joints = 21;
getJointsBuilder(int) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
getJointsBuilderList() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
getJointsCount() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
getJointsCount() - Method in class org.box2d.proto.Box2D.PbJoint
con vol
getJointsCount() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
con vol
getJointsCount() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
getJointsCount() - Method in class org.box2d.proto.Box2D.PbWorld
repeated .box2d.PbJoint joints = 21;
getJointsCount() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
repeated .box2d.PbJoint joints = 21;
getJointsList() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
getJointsList() - Method in class org.box2d.proto.Box2D.PbJoint
con vol
getJointsList() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
con vol
getJointsList() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
getJointsList() - Method in class org.box2d.proto.Box2D.PbWorld
repeated .box2d.PbJoint joints = 21;
getJointsList() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
repeated .box2d.PbJoint joints = 21;
getJointsOrBuilder(int) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
getJointsOrBuilder(int) - Method in class org.box2d.proto.Box2D.PbWorld
repeated .box2d.PbJoint joints = 21;
getJointsOrBuilder(int) - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
repeated .box2d.PbJoint joints = 21;
getJointsOrBuilderList() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
getJointsOrBuilderList() - Method in class org.box2d.proto.Box2D.PbWorld
repeated .box2d.PbJoint joints = 21;
getJointsOrBuilderList() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
repeated .box2d.PbJoint joints = 21;
getJointSpeed() - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Get the current joint translation, usually in meters.
getJointSpeed() - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getJointSpeed() - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
getJointTranslation() - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
 
getJointTranslation() - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
getKey() - Method in class org.jbox2d.collision.ContactID
 
getKeys() - Method in class org.jbox2d.testbed.framework.TestbedModel
Gets the array of keys, index corresponding to the char value.
getLength() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
distance
getLength() - Method in class org.box2d.proto.Box2D.PbJoint
distance
getLength() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
distance
getLength() - Method in class org.jbox2d.dynamics.joints.DistanceJoint
Get the rest length.
getLength1() - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getLength2() - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getLengthA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
getLengthA() - Method in class org.box2d.proto.Box2D.PbJoint
pulley
getLengthA() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
pulley
getLengthA() - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getLengthB() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
getLengthB() - Method in class org.box2d.proto.Box2D.PbJoint
pulley
getLengthB() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
pulley
getLengthB() - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getLevel(int) - Method in class blockly_robot.robot.data.model.LevelCollectionData
 
getLevel(Difficulty) - Method in class blockly_robot.robot.data.model.LevelCollectionData
 
getLevel(Difficulty, int) - Method in class blockly_robot.robot.data.model.LevelCollectionData
 
getLevelList() - Method in class blockly_robot.robot.data.model.LevelCollectionData
 
getLight() - Method in class tetris.ColorScheme
Gibt die Farbe Hell (light) zurück.
getLimitState() - Method in class org.jbox2d.dynamics.joints.RopeJoint
 
getLinearDamping() - Method in class org.box2d.proto.Box2D.PbBody.Builder
configuration
getLinearDamping() - Method in class org.box2d.proto.Box2D.PbBody
configuration
getLinearDamping() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
configuration
getLinearDamping() - Method in class org.jbox2d.dynamics.Body
Get the linear damping of the body.
getLinearDamping() - Method in class org.jbox2d.dynamics.BodyDef
Linear damping is used to reduce the linear velocity.
getLinearOffset() - Method in class org.jbox2d.dynamics.joints.MotorJoint
Get the target linear offset, in frame A, in meters.
getLinearOffset(Vec2) - Method in class org.jbox2d.dynamics.joints.MotorJoint
Get the target linear offset, in frame A, in meters.
getLinearVelocity() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional .box2d.PbVec2 linear_velocity = 12;
getLinearVelocity() - Method in class org.box2d.proto.Box2D.PbBody
optional .box2d.PbVec2 linear_velocity = 12;
getLinearVelocity() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional .box2d.PbVec2 linear_velocity = 12;
getLinearVelocity() - Method in class org.jbox2d.dynamics.Body
Get the linear velocity of the center of mass.
getLinearVelocity() - Method in class org.jbox2d.dynamics.BodyDef
The linear velocity of the body in world co-ordinates.
getLinearVelocity() - Method in class org.jbox2d.particle.ParticleGroup
Get the linear velocity of the group.
getLinearVelocityBuilder() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional .box2d.PbVec2 linear_velocity = 12;
getLinearVelocityFromLocalPoint(Vec2) - Method in class org.jbox2d.dynamics.Body
Get the world velocity of a local point.
getLinearVelocityFromLocalPointToOut(Vec2, Vec2) - Method in class org.jbox2d.dynamics.Body
 
getLinearVelocityFromWorldPoint(Vec2) - Method in class org.jbox2d.dynamics.Body
Get the world linear velocity of a world point attached to this body.
getLinearVelocityFromWorldPointToOut(Vec2, Vec2) - Method in class org.jbox2d.dynamics.Body
 
getLinearVelocityOrBuilder() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional .box2d.PbVec2 linear_velocity = 12;
getLinearVelocityOrBuilder() - Method in class org.box2d.proto.Box2D.PbBody
optional .box2d.PbVec2 linear_velocity = 12;
getLinearVelocityOrBuilder() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional .box2d.PbVec2 linear_velocity = 12;
getLineCount(String) - Static method in class pi.util.TextUtil
Gibt die Anzahl der Zeilen zurück.
getLineWidth(String) - Static method in class pi.util.TextUtil
Gibt die maximale Zeilenbreite eines gegebenen Texts zurück.
getLocalAnchorA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_a = 6;
getLocalAnchorA() - Method in class org.box2d.proto.Box2D.PbJoint
optional .box2d.PbVec2 local_anchor_a = 6;
getLocalAnchorA() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional .box2d.PbVec2 local_anchor_a = 6;
getLocalAnchorA() - Method in class org.jbox2d.dynamics.joints.DistanceJoint
Get the local anchor point relative to bodyA's origin.
getLocalAnchorA() - Method in class org.jbox2d.dynamics.joints.FrictionJoint
Get the local anchor point relative to bodyA's origin.
getLocalAnchorA() - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
 
getLocalAnchorA() - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getLocalAnchorA() - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getLocalAnchorA() - Method in class org.jbox2d.dynamics.joints.RopeJoint
 
getLocalAnchorA() - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
getLocalAnchorA() - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
getLocalAnchorABuilder() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_a = 6;
getLocalAnchorAOrBuilder() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_a = 6;
getLocalAnchorAOrBuilder() - Method in class org.box2d.proto.Box2D.PbJoint
optional .box2d.PbVec2 local_anchor_a = 6;
getLocalAnchorAOrBuilder() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional .box2d.PbVec2 local_anchor_a = 6;
getLocalAnchorB() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_b = 7;
getLocalAnchorB() - Method in class org.box2d.proto.Box2D.PbJoint
optional .box2d.PbVec2 local_anchor_b = 7;
getLocalAnchorB() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional .box2d.PbVec2 local_anchor_b = 7;
getLocalAnchorB() - Method in class org.jbox2d.dynamics.joints.DistanceJoint
Get the local anchor point relative to bodyB's origin.
getLocalAnchorB() - Method in class org.jbox2d.dynamics.joints.FrictionJoint
Get the local anchor point relative to bodyB's origin.
getLocalAnchorB() - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
 
getLocalAnchorB() - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getLocalAnchorB() - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getLocalAnchorB() - Method in class org.jbox2d.dynamics.joints.RopeJoint
 
getLocalAnchorB() - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
getLocalAnchorB() - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
getLocalAnchorBBuilder() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_b = 7;
getLocalAnchorBOrBuilder() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_b = 7;
getLocalAnchorBOrBuilder() - Method in class org.box2d.proto.Box2D.PbJoint
optional .box2d.PbVec2 local_anchor_b = 7;
getLocalAnchorBOrBuilder() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional .box2d.PbVec2 local_anchor_b = 7;
getLocalAxisA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
prismatic, wheel
getLocalAxisA() - Method in class org.box2d.proto.Box2D.PbJoint
prismatic, wheel
getLocalAxisA() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
prismatic, wheel
getLocalAxisA() - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
 
getLocalAxisA() - Method in class org.jbox2d.dynamics.joints.WheelJoint
For serialization
getLocalAxisABuilder() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
prismatic, wheel
getLocalAxisAOrBuilder() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
prismatic, wheel
getLocalAxisAOrBuilder() - Method in class org.box2d.proto.Box2D.PbJoint
prismatic, wheel
getLocalAxisAOrBuilder() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
prismatic, wheel
getLocalCenter() - Method in class org.jbox2d.dynamics.Body
Get the local position of the center of mass.
getLocalizedMessage() - Method in exception org.jbox2d.serialization.UnsupportedObjectException
 
getLocalPoint(Vec2) - Method in class org.jbox2d.dynamics.Body
Gets a local point relative to the body's origin given a world point.
getLocalPointToOut(Vec2, Vec2) - Method in class org.jbox2d.dynamics.Body
 
getLocalVector(Vec2) - Method in class org.jbox2d.dynamics.Body
Gets a local vector given a world vector.
getLocalVectorToOut(Vec2, Vec2) - Method in class org.jbox2d.dynamics.Body
 
getLocalVectorToOutUnsafe(Vec2, Vec2) - Method in class org.jbox2d.dynamics.Body
 
getLoopCount() - Method in class pi.util.GifDecoder
Gets the "Netscape" iteration count, if any.
getLowerLimit() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic
getLowerLimit() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, prismatic
getLowerLimit() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, prismatic
getLowerLimit() - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Get the lower joint limit, usually in meters.
getLowerLimit() - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getLowerLimit() - Method in class pi.physics.joints.RevoluteJoint
 
getMana() - Method in class demos.small_games.dude.GameData
 
getManifold() - Method in class org.jbox2d.dynamics.contacts.Contact
Get the contact manifold.
getMaskBits() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
optional int32 mask_bits = 2;
getMaskBits() - Method in class org.box2d.proto.Box2D.PbFilter
optional int32 mask_bits = 2;
getMaskBits() - Method in interface org.box2d.proto.Box2D.PbFilterOrBuilder
optional int32 mask_bits = 2;
getMass() - Method in class org.jbox2d.dynamics.Body
Get the total mass of the body.
getMass() - Method in class org.jbox2d.particle.ParticleGroup
Get the total mass of the group: the sum of all particles in it.
getMassData(MassData) - Method in class org.jbox2d.dynamics.Body
Get the mass data of the body.
getMassData(MassData) - Method in class org.jbox2d.dynamics.Fixture
Get the mass data for this fixture.
getMat22Representation() - Method in interface org.jbox2d.common.IViewportTransform
 
getMat22Representation() - Method in class org.jbox2d.common.OBBViewportTransform
 
getMax(int...) - Static method in class pi.util.MathUtil
 
getMaxBalance() - Method in interface org.jbox2d.collision.broadphase.BroadPhaseStrategy
Get the maximum balance of a node in the tree.
getMaxBalance() - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
getMaxBalance() - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
getMaxForce() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
mouse, friction, rope
getMaxForce() - Method in class org.box2d.proto.Box2D.PbJoint
mouse, friction, rope
getMaxForce() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
mouse, friction, rope
getMaxForce() - Method in class org.jbox2d.dynamics.joints.FrictionJoint
Get the maximum friction force in N.
getMaxForce() - Method in class org.jbox2d.dynamics.joints.MotorJoint
Get the maximum friction force in N.
getMaxForce() - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
getMaxHeightOfRow(int) - Method in class pi.graphics.boxes.GridBox
 
getMaximumMotorTorque() - Method in class pi.physics.joints.RevoluteJoint
 
getMaxLength() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
rope
getMaxLength() - Method in class org.box2d.proto.Box2D.PbJoint
rope
getMaxLength() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
rope
getMaxLength() - Method in class org.jbox2d.dynamics.joints.RopeJoint
 
getMaxMotorForce() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
prismatic
getMaxMotorForce() - Method in class org.box2d.proto.Box2D.PbJoint
prismatic
getMaxMotorForce() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
prismatic
getMaxMotorForce() - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
 
getMaxMotorTorque() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, wheel
getMaxMotorTorque() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, wheel
getMaxMotorTorque() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, wheel
getMaxMotorTorque() - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getMaxMotorTorque() - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
getMaxTorque() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
friction
getMaxTorque() - Method in class org.box2d.proto.Box2D.PbJoint
friction
getMaxTorque() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
friction
getMaxTorque() - Method in class org.jbox2d.dynamics.joints.FrictionJoint
Get the maximum friction torque in N*m.
getMaxTorque() - Method in class org.jbox2d.dynamics.joints.MotorJoint
Get the maximum friction torque in N*m.
getMaxWidthOfColumn(int) - Method in class pi.graphics.boxes.GridBox
 
getMethod(String, Class<?>, Class<?>...) - Static method in class pi.util.ReflectionUtil
Ermittelt rekursiv eine Methode anhand ihres Namens und ihrer Parametertypen und berücksichtigt dabei auch Oberklassen.
getMethodNames() - Static method in class pi.dsa.graph.GraphCollection
Gibt die Namen aller öffentlichen, statischen Methoden dieser Klasse zurück, mit Ausnahme dieser Methode.
getMethodsAnnotatedWith(Class<?>, Class<? extends Annotation>) - Static method in class pi.util.ReflectionUtil
Liefert alle Methoden eines Typs, die mit einer bestimmten Annotation versehen sind.
getMilliseconds() - Method in class org.jbox2d.common.Timer
 
getModel() - Method in class org.jbox2d.testbed.framework.TestbedTest
Get the testbed model.
getMoney() - Method in class demos.small_games.dude.GameData
 
getMotorForce(float) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Get the current motor force, usually in N.
getMotorSpeed() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic, wheel
getMotorSpeed() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, prismatic, wheel
getMotorSpeed() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, prismatic, wheel
getMotorSpeed() - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Get the motor speed, usually in meters per second.
getMotorSpeed() - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getMotorSpeed() - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
getMotorSpeed() - Method in class pi.physics.joints.RevoluteJoint
 
getMotorTorque(float) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getMotorTorque(float) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
GetMousePositionDemo - Class in demos.classes.class_controller
Demonstriert die Methode Controller.mousePosition().
GetMousePositionDemo() - Constructor for class demos.classes.class_controller.GetMousePositionDemo
 
getMouseTracerPosition() - Method in class org.jbox2d.testbed.framework.TestbedTest
 
getMouseTracerVelocity() - Method in class org.jbox2d.testbed.framework.TestbedTest
 
getMultiple(String...) - Method in class pi.resources.ResourcesContainer
Gibt mehrere Ressources als Feld/Array zurück.
getMultipleAsList(String...) - Method in class pi.resources.ResourcesContainer
Gibt mehrere Ressources als Liste zurück.
getMusic() - Static method in class pi.resources.sound.Jukebox
 
getName() - Method in class pacman.actors.Ghost
 
getName() - Method in class tetris.tetrominos.Block
Gibt den Namen des Blocks zurück.
getName() - Method in class tetris.tetrominos.BlockDeluxe
Gibt den Namen des Blocks zurück.
getNext() - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
getNext() - Method in class org.box2d.proto.Box2D.PbShape
chain
getNext() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
chain
getNext() - Method in class org.jbox2d.dynamics.Body
Get the next body in the world's body list.
getNext() - Method in class org.jbox2d.dynamics.contacts.Contact
Get the next contact in the world’s contact list.
getNext() - Method in class org.jbox2d.dynamics.Fixture
Get the next fixture in the parent body's fixture list.
getNext() - Method in class org.jbox2d.dynamics.joints.Joint
Get the next joint the world joint list.
getNext() - Method in class org.jbox2d.particle.ParticleGroup
Get the next particle group from the list in world.
getNextBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
getNextOrBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
getNextOrBuilder() - Method in class org.box2d.proto.Box2D.PbShape
chain
getNextOrBuilder() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
chain
getNodes(VoronoiDiagram.VoronoiDiagramCallback) - Method in class org.jbox2d.particle.VoronoiDiagram
List all nodes that contain at least one necessary generator.
getNormals() - Method in class org.jbox2d.collision.shapes.PolygonShape
Get the edge normal vectors.
getNormals(int) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
getNormals(int) - Method in class org.box2d.proto.Box2D.PbShape
polygon
getNormals(int) - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon
getNormalsBuilder(int) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
getNormalsBuilderList() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
getNormalsCount() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
getNormalsCount() - Method in class org.box2d.proto.Box2D.PbShape
polygon
getNormalsCount() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon
getNormalsList() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
getNormalsList() - Method in class org.box2d.proto.Box2D.PbShape
polygon
getNormalsList() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon
getNormalsOrBuilder(int) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
getNormalsOrBuilder(int) - Method in class org.box2d.proto.Box2D.PbShape
polygon
getNormalsOrBuilder(int) - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon
getNormalsOrBuilderList() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
getNormalsOrBuilderList() - Method in class org.box2d.proto.Box2D.PbShape
polygon
getNormalsOrBuilderList() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon
getNum() - Method in class blockly_robot.robot.logic.item.Item
Gibt die Nummer (ID) des Gegenstands.
getNumber() - Method in enum class org.box2d.proto.Box2D.PbBodyType
 
getNumber() - Method in enum class org.box2d.proto.Box2D.PbJointType
 
getNumber() - Method in enum class org.box2d.proto.Box2D.PbShapeType
 
getPaintingSurface() - Method in class pi.dsa.turtle.PaintingSurfaceScene
 
getPanel() - Method in class org.jbox2d.testbed.framework.TestbedModel
 
getParentDirPath(String) - Static method in class pi.util.FileUtil
Gibt den Pfad des übergeordneten Verzeichnisses für den angegebenen URI oder Dateipfad zurück.
getParentDirPath(URI) - Static method in class pi.util.FileUtil
Gibt den Pfad des übergeordneten Verzeichnisses einer URI zurück.
getParserForType() - Method in class org.box2d.proto.Box2D.PbBody
 
getParserForType() - Method in class org.box2d.proto.Box2D.PbFilter
 
getParserForType() - Method in class org.box2d.proto.Box2D.PbFixture
 
getParserForType() - Method in class org.box2d.proto.Box2D.PbJoint
 
getParserForType() - Method in class org.box2d.proto.Box2D.PbShape
 
getParserForType() - Method in class org.box2d.proto.Box2D.PbVec2
 
getParserForType() - Method in class org.box2d.proto.Box2D.PbWorld
 
getParticleBodyContactCount() - Method in class org.jbox2d.dynamics.World
 
getParticleBodyContacts() - Method in class org.jbox2d.dynamics.World
Get contacts between particles and bodies
getParticleColorBuffer() - Method in class org.jbox2d.dynamics.World
 
getParticleColorBuffer() - Method in class org.jbox2d.particle.ParticleSystem
 
getParticleContactCount() - Method in class org.jbox2d.dynamics.World
 
getParticleContacts() - Method in class org.jbox2d.dynamics.World
Get contacts between particles
getParticleCount() - Method in class org.jbox2d.dynamics.World
Get the number of particles.
getParticleCount() - Method in class org.jbox2d.particle.ParticleGroup
Get the number of particles.
getParticleCount() - Method in class org.jbox2d.particle.ParticleSystem
Get the number of particles.
getParticleDamping() - Method in class org.jbox2d.dynamics.World
Get damping for particles
getParticleDamping() - Method in class org.jbox2d.particle.ParticleSystem
 
getParticleDensity() - Method in class org.jbox2d.dynamics.World
Get the particle density.
getParticleDensity() - Method in class org.jbox2d.particle.ParticleSystem
 
getParticleDestructionListener() - Method in class org.jbox2d.dynamics.World
 
getParticleFlagsBuffer() - Method in class org.jbox2d.dynamics.World
Get the particle data.
getParticleFlagsBuffer() - Method in class org.jbox2d.particle.ParticleSystem
 
getParticleGravityScale() - Method in class org.jbox2d.dynamics.World
Get the particle gravity scale.
getParticleGravityScale() - Method in class org.jbox2d.particle.ParticleSystem
 
getParticleGroupBuffer() - Method in class org.jbox2d.dynamics.World
 
getParticleGroupBuffer() - Method in class org.jbox2d.particle.ParticleSystem
 
getParticleGroupCount() - Method in class org.jbox2d.dynamics.World
Get the number of particle groups.
getParticleGroupCount() - Method in class org.jbox2d.particle.ParticleSystem
 
getParticleGroupList() - Method in class org.jbox2d.dynamics.World
Get the world particle group list.
getParticleGroupList() - Method in class org.jbox2d.particle.ParticleSystem
 
getParticleMaxCount() - Method in class org.jbox2d.dynamics.World
Get the maximum number of particles.
getParticleMaxCount() - Method in class org.jbox2d.particle.ParticleSystem
 
getParticlePositionBuffer() - Method in class org.jbox2d.dynamics.World
 
getParticlePositionBuffer() - Method in class org.jbox2d.particle.ParticleSystem
 
getParticleRadius() - Method in class org.jbox2d.dynamics.World
Get the particle radius.
getParticleRadius() - Method in class org.jbox2d.particle.ParticleSystem
 
getParticleUserDataBuffer() - Method in class org.jbox2d.dynamics.World
 
getParticleUserDataBuffer() - Method in class org.jbox2d.particle.ParticleSystem
 
getParticleVelocityBuffer() - Method in class org.jbox2d.dynamics.World
 
getParticleVelocityBuffer() - Method in class org.jbox2d.particle.ParticleSystem
 
getPercent(double, double) - Static method in class pi.util.MathUtil
 
getPerimeter() - Method in class org.jbox2d.collision.AABB
Gets the perimeter length.
getPicturesDir() - Static method in class pi.util.FileUtil
Ermittelt den Pfad zum Bilderordner des Benutzers.
getPlayerVelocity() - Method in class demos.small_games.dude.GameData
 
getPointCount() - Method in class org.jbox2d.testbed.framework.TestbedTest
The number of contact points we're storing
getPoints(int) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
getPoints(int) - Method in class org.box2d.proto.Box2D.PbShape
polygon, chain
getPoints(int) - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon, chain
getPointsBuilder(int) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
getPointsBuilderList() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
getPointsCount() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
getPointsCount() - Method in class org.box2d.proto.Box2D.PbShape
polygon, chain
getPointsCount() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon, chain
getPointsList() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
getPointsList() - Method in class org.box2d.proto.Box2D.PbShape
polygon, chain
getPointsList() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon, chain
getPointsOrBuilder(int) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
getPointsOrBuilder(int) - Method in class org.box2d.proto.Box2D.PbShape
polygon, chain
getPointsOrBuilder(int) - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon, chain
getPointsOrBuilderList() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
getPointsOrBuilderList() - Method in class org.box2d.proto.Box2D.PbShape
polygon, chain
getPointsOrBuilderList() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon, chain
getPointStates(Collision.PointState[], Collision.PointState[], Manifold, Manifold) - Static method in class org.jbox2d.collision.Collision
Compute the point states given two manifolds.
getPolyCircleContactStack() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getPolyCircleContactStack() - Method in interface org.jbox2d.pooling.WorldPool
 
getPolyContactStack() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getPolyContactStack() - Method in interface org.jbox2d.pooling.WorldPool
 
getPool() - Method in class org.jbox2d.dynamics.World
 
getPosition() - Method in class org.box2d.proto.Box2D.PbBody.Builder
physical attributes
getPosition() - Method in class org.box2d.proto.Box2D.PbBody
physical attributes
getPosition() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
physical attributes
getPosition() - Method in class org.jbox2d.dynamics.Body
Get the world body origin position.
getPosition() - Method in class org.jbox2d.dynamics.BodyDef
The world position of the body.
getPosition() - Method in class org.jbox2d.particle.ParticleGroup
Get the position of the particle group as a whole.
getPositionBuilder() - Method in class org.box2d.proto.Box2D.PbBody.Builder
physical attributes
getPositionOrBuilder() - Method in class org.box2d.proto.Box2D.PbBody.Builder
physical attributes
getPositionOrBuilder() - Method in class org.box2d.proto.Box2D.PbBody
physical attributes
getPositionOrBuilder() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
physical attributes
getPrefix() - Method in class pi.config.ConfigGroup
Gets the prefix for the configuration group.
getPrev() - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
getPrev() - Method in class org.box2d.proto.Box2D.PbShape
chain
getPrev() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
chain
getPrevBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
getPrevOrBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
getPrevOrBuilder() - Method in class org.box2d.proto.Box2D.PbShape
chain
getPrevOrBuilder() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
chain
getProfile() - Method in class org.jbox2d.dynamics.World
 
getProxyCount() - Method in interface org.jbox2d.collision.broadphase.BroadPhase
Get the number of proxies.
getProxyCount() - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
getProxyCount() - Method in class org.jbox2d.dynamics.World
Get the number of broad-phase proxies.
getRadius() - Method in class org.box2d.proto.Box2D.PbShape.Builder
circle
getRadius() - Method in class org.box2d.proto.Box2D.PbShape
circle
getRadius() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
circle
getRadius() - Method in class org.jbox2d.collision.shapes.Shape
The radius of the underlying shape.
GetRandomAABB(AABB) - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
getRatio() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley, gear
getRatio() - Method in class org.box2d.proto.Box2D.PbJoint
pulley, gear
getRatio() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
pulley, gear
getRatio() - Method in class org.jbox2d.dynamics.joints.GearJoint
 
getRatio() - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJoint
No-op
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.DistanceJoint
Get the reaction force given the inverse time step.
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.FrictionJoint
 
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.GearJoint
 
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.Joint
Get the reaction force on body2 at the joint anchor in Newtons.
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.MotorJoint
 
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Get the reaction force on bodyB at the joint anchor in Newtons.
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.RopeJoint
 
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
getReactionForce(float, Vec2) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJoint
No-op
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.DistanceJoint
Get the reaction torque given the inverse time step.
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.FrictionJoint
 
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.GearJoint
 
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.Joint
Get the reaction torque on body2 in N*m.
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.MotorJoint
 
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
 
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.RopeJoint
 
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
getReactionTorque(float) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
getRefAngle() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic, joint
getRefAngle() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, prismatic, joint
getRefAngle() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, prismatic, joint
getReferenceAngle() - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
 
getReferenceAngle() - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getReferenceAngle() - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
getRelPaths() - Method in class blockly_robot.robot.logic.menu.TaskList
 
getResources() - Method in class pi.resources.ResourcesContainer
 
getRestitution() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional float restitution = 2;
getRestitution() - Method in class org.box2d.proto.Box2D.PbFixture
optional float restitution = 2;
getRestitution() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional float restitution = 2;
getRestitution() - Method in class org.jbox2d.dynamics.contacts.Contact
Get the restitution.
getRestitution() - Method in class org.jbox2d.dynamics.Fixture
Get the coefficient of restitution.
getRestitution() - Method in class org.jbox2d.dynamics.FixtureDef
The restitution (elasticity) usually in the range [0,1].
getRestitution() - Method in class pi.physics.FixtureData
 
getRow(int) - Method in class pi.graphics.boxes.GridBox
 
getRowCount() - Method in class tetris.tetrominos.FilledRowRange
Gibt die Anzahl zurück, wie viele Zeilen abgebaut wurden.
getRunningTest() - Method in class org.jbox2d.testbed.framework.TestbedModel
 
getSafe(String) - Method in class pi.resources.color.ColorContainer
Gibt immer eine vordefinierte Farbe zurück und wirft nie eine Ausnahme.
getSafe(String) - Method in class pi.resources.color.ColorSchemeContainer
Ruft ein Farbschema anhand seines Namens sicher ab.
getSafe(String, int) - Method in class pi.resources.color.ColorContainer
Gibt immer eine vordefinierte Farbe zurück und wirft nie eine Ausnahme.
getScheme() - Method in enum class pi.resources.color.PredefinedColorScheme
Gibt das Farbschema zurück.
getScreenToWorld(float, float) - Method in class org.jbox2d.callbacks.DebugDraw
takes the screen coordinates and returns the world coordinates.
getScreenToWorld(Vec2) - Method in class org.jbox2d.callbacks.DebugDraw
takes the screen coordinates (argScreen) and returns the world coordinates
getScreenToWorld(Vec2, Vec2) - Method in interface org.jbox2d.common.IViewportTransform
takes the screen coordinates (screen) and puts the corresponding world coordinates in world.
getScreenToWorld(Vec2, Vec2) - Method in class org.jbox2d.common.OBBViewportTransform
 
getScreenToWorldToOut(float, float, Vec2) - Method in class org.jbox2d.callbacks.DebugDraw
takes the screen coordinates and puts the corresponding world coordinates in argWorld.
getScreenToWorldToOut(Vec2, Vec2) - Method in class org.jbox2d.callbacks.DebugDraw
 
getScreenVectorToWorld(Vec2, Vec2) - Method in interface org.jbox2d.common.IViewportTransform
Transforms the given directional screen vector back to the world direction.
getScreenVectorToWorld(Vec2, Vec2) - Method in class org.jbox2d.common.OBBViewportTransform
 
getSensor() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional bool sensor = 5;
getSensor() - Method in class org.box2d.proto.Box2D.PbFixture
optional bool sensor = 5;
getSensor() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional bool sensor = 5;
getSerializedSize() - Method in class org.box2d.proto.Box2D.PbBody
 
getSerializedSize() - Method in class org.box2d.proto.Box2D.PbFilter
 
getSerializedSize() - Method in class org.box2d.proto.Box2D.PbFixture
 
getSerializedSize() - Method in class org.box2d.proto.Box2D.PbJoint
 
getSerializedSize() - Method in class org.box2d.proto.Box2D.PbShape
 
getSerializedSize() - Method in class org.box2d.proto.Box2D.PbVec2
 
getSerializedSize() - Method in class org.box2d.proto.Box2D.PbWorld
 
getSerializer() - Method in class org.jbox2d.testbed.framework.TestbedTest
 
getSetter(Class<T>, String) - Static method in class pi.util.ReflectionUtil
Liefert den Setter zu einem Feldnamen.
getSetters(Class<T>) - Static method in class pi.util.ReflectionUtil
Liefert alle oeffentlichen Setter-Methoden eines Typs.
getSetting(String) - Method in class org.jbox2d.testbed.framework.TestbedSettings
Gets a setting by name.
getSettings() - Method in class org.jbox2d.testbed.framework.TestbedModel
 
getSettings() - Method in class org.jbox2d.testbed.framework.TestbedSettings
Returns an unmodifiable list of settings
getShape() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbShape shape = 11;
getShape() - Method in class org.box2d.proto.Box2D.PbFixture
optional .box2d.PbShape shape = 11;
getShape() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional .box2d.PbShape shape = 11;
getShape() - Method in class org.jbox2d.dynamics.Fixture
Get the child shape.
getShape() - Method in class org.jbox2d.dynamics.FixtureDef
The shape, this must be set.
getShape() - Method in class pi.physics.FixtureData
 
getShapeBuilder() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbShape shape = 11;
getShapeOrBuilder() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbShape shape = 11;
getShapeOrBuilder() - Method in class org.box2d.proto.Box2D.PbFixture
optional .box2d.PbShape shape = 11;
getShapeOrBuilder() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional .box2d.PbShape shape = 11;
getSin() - Method in class org.jbox2d.common.Rot
 
getSound(String) - Static method in class pi.resources.sound.Jukebox
 
getSpringDampingRatio() - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
getSpringFrequencyHz() - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
getStartTime() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
getStartTime() - Method in class pi.animation.tweening.Tween
Gets the start tick of the Tween.
getStartValues() - Method in class pi.animation.tweening.Tween
Gets the start values.
getStaticValue(Class<?>, String) - Static method in class pi.util.ReflectionUtil
Liest den Wert eines statischen Feldes aus.
getStepCount() - Method in class org.jbox2d.testbed.framework.TestbedTest
 
getStringBounds(String, Font) - Static method in class pi.resources.font.FontUtil
Bestimmt die Abmessungen einer Zeichenkette in einer bestimmten Schriftart in Pixel.
getSubStepping() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool sub_stepping = 7;
getSubStepping() - Method in class org.box2d.proto.Box2D.PbWorld
optional bool sub_stepping = 7;
getSubStepping() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional bool sub_stepping = 7;
getSupport(Vec2) - Method in class org.jbox2d.collision.Distance.DistanceProxy
Get the supporting vertex index in the given direction.
getSupport(Vec2) - Method in class org.jbox2d.collision.shapes.CircleShape
Get the supporting vertex index in the given direction.
getSupportVertex(Vec2) - Method in class org.jbox2d.collision.Distance.DistanceProxy
Get the supporting vertex in the given direction.
getSupportVertex(Vec2) - Method in class org.jbox2d.collision.shapes.CircleShape
Get the supporting vertex in the given direction.
getSymInverse33(Mat33) - Method in class org.jbox2d.common.Mat33
 
getTag() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional int64 tag = 1;
getTag() - Method in class org.box2d.proto.Box2D.PbBody
optional int64 tag = 1;
getTag() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional int64 tag = 1;
getTag() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional int64 tag = 1;
getTag() - Method in class org.box2d.proto.Box2D.PbFixture
optional int64 tag = 1;
getTag() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional int64 tag = 1;
getTag() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional int64 tag = 1;
getTag() - Method in class org.box2d.proto.Box2D.PbJoint
optional int64 tag = 1;
getTag() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional int64 tag = 1;
getTag() - Method in class org.box2d.proto.Box2D.PbShape.Builder
optional int64 tag = 1;
getTag() - Method in class org.box2d.proto.Box2D.PbShape
optional int64 tag = 1;
getTag() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
optional int64 tag = 1;
getTag() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional int64 tag = 1;
getTag() - Method in class org.box2d.proto.Box2D.PbWorld
optional int64 tag = 1;
getTag() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional int64 tag = 1;
getTag(Shape) - Method in interface org.jbox2d.serialization.JbSerializer.ObjectSigner
 
getTag(Shape) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
getTag(Body) - Method in interface org.jbox2d.serialization.JbSerializer.ObjectSigner
 
getTag(Body) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
getTag(Body) - Method in class org.jbox2d.testbed.tests.ApplyForce
 
getTag(Body) - Method in class org.jbox2d.testbed.tests.BodyTypes
 
getTag(Body) - Method in class org.jbox2d.testbed.tests.Car
 
getTag(Body) - Method in class org.jbox2d.testbed.tests.CharacterCollision
 
getTag(Body) - Method in class org.jbox2d.testbed.tests.TheoJansen
 
getTag(Body) - Method in class org.jbox2d.testbed.tests.VerticalStack
 
getTag(Fixture) - Method in interface org.jbox2d.serialization.JbSerializer.ObjectSigner
 
getTag(Fixture) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
getTag(Fixture) - Method in class org.jbox2d.testbed.tests.ConveyorBelt
 
getTag(Fixture) - Method in class org.jbox2d.testbed.tests.OneSidedTest
 
getTag(Joint) - Method in interface org.jbox2d.serialization.JbSerializer.ObjectSigner
 
getTag(Joint) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
getTag(Joint) - Method in class org.jbox2d.testbed.tests.Car
 
getTag(Joint) - Method in class org.jbox2d.testbed.tests.CircleStress
 
getTag(Joint) - Method in class org.jbox2d.testbed.tests.PrismaticTest
 
getTag(Joint) - Method in class org.jbox2d.testbed.tests.Pulleys
 
getTag(Joint) - Method in class org.jbox2d.testbed.tests.RevoluteTest
 
getTag(Joint) - Method in class org.jbox2d.testbed.tests.TheoJansen
 
getTag(World) - Method in interface org.jbox2d.serialization.JbSerializer.ObjectSigner
 
getTag(World) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
getTangentSpeed() - Method in class org.jbox2d.dynamics.contacts.Contact
Get the desired tangent speed.
getTarget() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
mouse
getTarget() - Method in class org.box2d.proto.Box2D.PbJoint
mouse
getTarget() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
mouse
getTarget() - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
getTarget() - Method in class pi.animation.tweening.Tween
Gets the Tweenable target object.
getTargetBuilder() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
mouse
getTargetOrBuilder() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
mouse
getTargetOrBuilder() - Method in class org.box2d.proto.Box2D.PbJoint
mouse
getTargetOrBuilder() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
mouse
getTargetValues() - Method in class pi.animation.tweening.Tween
Gets the target values.
Getter - Annotation Interface in pi.annotations
Markiert eine Methode als Getter.
getTestAt(int) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
getTestName() - Method in class org.jbox2d.testbed.framework.TestbedTest
The name of the test
getTestName() - Method in class org.jbox2d.testbed.tests.ApplyForce
 
getTestName() - Method in class org.jbox2d.testbed.tests.BlobTest4
 
getTestName() - Method in class org.jbox2d.testbed.tests.BodyTypes
 
getTestName() - Method in class org.jbox2d.testbed.tests.Breakable
 
getTestName() - Method in class org.jbox2d.testbed.tests.BulletTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.Cantilever
 
getTestName() - Method in class org.jbox2d.testbed.tests.Car
 
getTestName() - Method in class org.jbox2d.testbed.tests.Chain
 
getTestName() - Method in class org.jbox2d.testbed.tests.CharacterCollision
 
getTestName() - Method in class org.jbox2d.testbed.tests.CircleStress
 
getTestName() - Method in class org.jbox2d.testbed.tests.CollisionFiltering
 
getTestName() - Method in class org.jbox2d.testbed.tests.CollisionProcessing
 
getTestName() - Method in class org.jbox2d.testbed.tests.CompoundShapes
 
getTestName() - Method in class org.jbox2d.testbed.tests.ConfinedTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.ContinuousTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.ConvexHull
 
getTestName() - Method in class org.jbox2d.testbed.tests.ConveyorBelt
 
getTestName() - Method in class org.jbox2d.testbed.tests.DamBreak
 
getTestName() - Method in class org.jbox2d.testbed.tests.DistanceTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.DominoTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.DominoTower
 
getTestName() - Method in class org.jbox2d.testbed.tests.DrawingParticles
 
getTestName() - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.EdgeShapes
 
getTestName() - Method in class org.jbox2d.testbed.tests.EdgeTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.FixedPendulumTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.FreePendulumTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.Gears
 
getTestName() - Method in class org.jbox2d.testbed.tests.HelloWorld
 
getTestName() - Method in class org.jbox2d.testbed.tests.LiquidTimer
 
getTestName() - Method in class org.jbox2d.testbed.tests.MotorTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.OneSidedTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.Particles
 
getTestName() - Method in class org.jbox2d.testbed.tests.ParticleTypes
 
getTestName() - Method in class org.jbox2d.testbed.tests.PistonTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.PolyShapes
 
getTestName() - Method in class org.jbox2d.testbed.tests.PrismaticTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.Pulleys
 
getTestName() - Method in class org.jbox2d.testbed.tests.PyramidTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.RayCastTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.RevoluteTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.RopeTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.SensorTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.ShapeEditing
 
getTestName() - Method in class org.jbox2d.testbed.tests.SliderCrankTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.SphereStack
 
getTestName() - Method in class org.jbox2d.testbed.tests.TheoJansen
 
getTestName() - Method in class org.jbox2d.testbed.tests.Tumbler
 
getTestName() - Method in class org.jbox2d.testbed.tests.VaryingFrictionTest
 
getTestName() - Method in class org.jbox2d.testbed.tests.VaryingRestitution
 
getTestName() - Method in class org.jbox2d.testbed.tests.VerticalStack
 
getTestName() - Method in class org.jbox2d.testbed.tests.WaveMachine
 
getTestName() - Method in class org.jbox2d.testbed.tests.Web
 
getTestName(int) - Method in class org.jbox2d.profile.BasicPerformanceTest
 
getTestName(int) - Method in class org.jbox2d.profile.BroadphasePerformanceTest
 
getTestName(int) - Method in class org.jbox2d.profile.SettingsPerformanceTest
 
getTestName(int) - Method in class org.jbox2d.testbed.perf.MathPerf
 
getTestName(int) - Method in class org.jbox2d.testbed.perf.PoolingPerf
 
getTestName(int) - Method in class org.jbox2d.testbed.perf.StackTest
 
getTestsSize() - Method in class org.jbox2d.testbed.framework.TestbedModel
 
getTimeOfImpact() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getTimeOfImpact() - Method in interface org.jbox2d.pooling.WorldPool
 
getTmpDir() - Static method in class pi.util.FileUtil
Gibt den Pfad zum temporären Verzeichnis des Systems zurück.
getTo() - Method in class tetris.tetrominos.FilledRowRange
Gibt zurück, bis zu welcher y-Koordinate (einschließlich) der Bereich mit ausgefüllten Zeilen reicht.
getTransform() - Method in class org.jbox2d.common.OBBViewportTransform
Gets the transform of the viewport, transforms around the center.
getTransform() - Method in class org.jbox2d.dynamics.Body
Get the body transform for the body's origin.
getTransform() - Method in class org.jbox2d.particle.ParticleGroup
Get the position of the group's origin and rotation.
getTransform() - Method in class org.jbox2d.testbed.framework.TestbedCamera
 
getTransform(Transform, float) - Method in class org.jbox2d.common.Sweep
Get the interpolated transform at a specific time.
getTransparentVariant(Color, int) - Static method in class pi.resources.color.ColorUtil
 
getTreeBalance() - Method in interface org.jbox2d.collision.broadphase.BroadPhase
 
getTreeBalance() - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
getTreeBalance() - Method in class org.jbox2d.dynamics.World
Get the balance of the dynamic tree.
getTreeHeight() - Method in interface org.jbox2d.collision.broadphase.BroadPhase
Get the height of the embedded tree.
getTreeHeight() - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
getTreeHeight() - Method in class org.jbox2d.dynamics.World
Get the height of the dynamic tree.
getTreeQuality() - Method in interface org.jbox2d.collision.broadphase.BroadPhase
 
getTreeQuality() - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
getTreeQuality() - Method in class org.jbox2d.dynamics.World
Get the quality of the dynamic tree.
getTween(Tweenable, TweenType) - Method in class pi.animation.tweening.TweenEngine
Attempts to get a previously registered Tween or registers a new one.
getTweens() - Method in class pi.animation.tweening.TweenEngine
Gets the map of registered Tweens.
getTweenValues(TweenType) - Method in interface pi.animation.tweening.Tweenable
Gets one or many values from the target object associated to the given tween type.
getType() - Method in class blockly_robot.robot.logic.item.Item
Gibt den eindeutigen Namen, der den Gegenstand identifiziert.
getType() - Method in class org.box2d.proto.Box2D.PbBody.Builder
required .box2d.PbBodyType type = 2;
getType() - Method in class org.box2d.proto.Box2D.PbBody
required .box2d.PbBodyType type = 2;
getType() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
required .box2d.PbBodyType type = 2;
getType() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
required .box2d.PbJointType type = 2;
getType() - Method in class org.box2d.proto.Box2D.PbJoint
required .box2d.PbJointType type = 2;
getType() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
required .box2d.PbJointType type = 2;
getType() - Method in class org.box2d.proto.Box2D.PbShape.Builder
required .box2d.PbShapeType type = 2;
getType() - Method in class org.box2d.proto.Box2D.PbShape
required .box2d.PbShapeType type = 2;
getType() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
required .box2d.PbShapeType type = 2;
getType() - Method in class org.jbox2d.collision.shapes.Shape
Get the type of this shape.
getType() - Method in class org.jbox2d.dynamics.Body
 
getType() - Method in class org.jbox2d.dynamics.BodyDef
The body type: static, kinematic, or dynamic.
getType() - Method in class org.jbox2d.dynamics.Fixture
Get the type of the child shape.
getType() - Method in class org.jbox2d.dynamics.joints.Joint
Get the type of the concrete joint.
getType() - Method in class pi.animation.tweening.Tween
Gets the tween type determining which values of the Tweenable object will be modified.
getUnknownFields() - Method in class org.box2d.proto.Box2D.PbBody
 
getUnknownFields() - Method in class org.box2d.proto.Box2D.PbFilter
 
getUnknownFields() - Method in class org.box2d.proto.Box2D.PbFixture
 
getUnknownFields() - Method in class org.box2d.proto.Box2D.PbJoint
 
getUnknownFields() - Method in class org.box2d.proto.Box2D.PbShape
 
getUnknownFields() - Method in class org.box2d.proto.Box2D.PbVec2
 
getUnknownFields() - Method in class org.box2d.proto.Box2D.PbWorld
 
getUpperLimit() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic
getUpperLimit() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, prismatic
getUpperLimit() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, prismatic
getUpperLimit() - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Get the upper joint limit, usually in meters.
getUpperLimit() - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
getUpperLimit() - Method in class pi.physics.joints.RevoluteJoint
 
getUserData() - Method in class org.jbox2d.collision.broadphase.DynamicTreeNode
 
getUserData() - Method in class org.jbox2d.dynamics.Body
Get the user data pointer that was provided in the body definition.
getUserData() - Method in class org.jbox2d.dynamics.BodyDef
Use this to store application specific body data.
getUserData() - Method in class org.jbox2d.dynamics.Fixture
Get the user data that was assigned in the fixture definition.
getUserData() - Method in class org.jbox2d.dynamics.FixtureDef
Use this to store application specific fixture data.
getUserData() - Method in class org.jbox2d.dynamics.joints.Joint
Get the user data pointer.
getUserData() - Method in class org.jbox2d.particle.ParticleGroup
Get the user data pointer that was provided in the group definition.
getUserData(int) - Method in interface org.jbox2d.collision.broadphase.BroadPhase
 
getUserData(int) - Method in interface org.jbox2d.collision.broadphase.BroadPhaseStrategy
 
getUserData(int) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
getUserData(int) - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
getUserData(int) - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
getV0() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
getV0() - Method in class org.box2d.proto.Box2D.PbShape
edge
getV0() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge
getV0Builder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
getV0OrBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
getV0OrBuilder() - Method in class org.box2d.proto.Box2D.PbShape
edge
getV0OrBuilder() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge
getV1() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
getV1() - Method in class org.box2d.proto.Box2D.PbShape
edge
getV1() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge
getV1Builder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
getV1OrBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
getV1OrBuilder() - Method in class org.box2d.proto.Box2D.PbShape
edge
getV1OrBuilder() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge
getV2() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
getV2() - Method in class org.box2d.proto.Box2D.PbShape
edge
getV2() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge
getV2Builder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
getV2OrBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
getV2OrBuilder() - Method in class org.box2d.proto.Box2D.PbShape
edge
getV2OrBuilder() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge
getV3() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
getV3() - Method in class org.box2d.proto.Box2D.PbShape
edge
getV3() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge
getV3Builder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
getV3OrBuilder() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
getV3OrBuilder() - Method in class org.box2d.proto.Box2D.PbShape
edge
getV3OrBuilder() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge
getValue() - Method in interface org.jbox2d.serialization.SerializationResult
The implementation-specific serialization result.
getValueDescriptor() - Method in enum class org.box2d.proto.Box2D.PbBodyType
 
getValueDescriptor() - Method in enum class org.box2d.proto.Box2D.PbJointType
 
getValueDescriptor() - Method in enum class org.box2d.proto.Box2D.PbShapeType
 
getVec2Array(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
getVec2Array(int) - Method in interface org.jbox2d.pooling.WorldPool
 
getVersion() - Static method in class pi.debug.Version
 
getVertex(int) - Method in class org.jbox2d.collision.Distance.DistanceProxy
Get a vertex by index.
getVertex(int) - Method in class org.jbox2d.collision.shapes.CircleShape
Get a vertex by index.
getVertex(int) - Method in class org.jbox2d.collision.shapes.PolygonShape
Get a vertex by index.
getVertexCount() - Method in class org.jbox2d.collision.Distance.DistanceProxy
Get the vertex count.
getVertexCount() - Method in class org.jbox2d.collision.shapes.CircleShape
Get the vertex count.
getVertexCount() - Method in class org.jbox2d.collision.shapes.PolygonShape
Get the vertex count.
getVertices() - Method in class org.jbox2d.collision.shapes.PolygonShape
Get the vertices in local coordinates.
getVertices(Vec2[]) - Method in class org.jbox2d.collision.AABB
 
getVideosDir() - Static method in class pi.util.FileUtil
Ermittelt das Verzeichnis für Videos im Home-Verzeichnis des Benutzers.
getViewportTransform() - Method in class org.jbox2d.callbacks.DebugDraw
 
getVolumeControls() - Method in class pi.resources.sound.Playback
 
getWarmStarting() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool warm_starting = 5;
getWarmStarting() - Method in class org.box2d.proto.Box2D.PbWorld
optional bool warm_starting = 5;
getWarmStarting() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional bool warm_starting = 5;
getWhite() - Method in class tetris.ColorScheme
Gibt die Farbe Weiß (white) zurück.
getWidth() - Method in class blockly_robot.robot.gui.scenes.LevelsScene
 
getWidth() - Method in class pi.resources.font.FontStringBounds
Gibt die Breite des Textes in Pixel zurück.
getWidth() - Method in class tetris.tetrominos.Grid
Gibt die Breite des Blockgitters zurück, also die Anzahl der Blöcke in x-Richtung.
getWorld() - Method in class org.jbox2d.dynamics.Body
Get the parent world of this body.
getWorld() - Method in class org.jbox2d.testbed.framework.TestbedTest
Get the current world.
getWorldCenter() - Method in class org.jbox2d.dynamics.Body
Get the world position of the center of mass.
getWorldCreator() - Method in class org.jbox2d.testbed.framework.TestbedModel
 
getWorldManifold(WorldManifold) - Method in class org.jbox2d.dynamics.contacts.Contact
Get the world manifold.
getWorldMouse() - Method in class org.jbox2d.testbed.framework.TestbedTest
Gets the world position of the mouse
getWorldPoint(Vec2) - Method in class org.jbox2d.dynamics.Body
Get the world coordinates of a point given the local coordinates.
getWorldPointToOut(Vec2, Vec2) - Method in class org.jbox2d.dynamics.Body
 
getWorldToScreen(float, float) - Method in class org.jbox2d.callbacks.DebugDraw
Takes the world coordinates and returns the screen coordinates.
getWorldToScreen(Vec2) - Method in class org.jbox2d.callbacks.DebugDraw
takes the world coordinate (argWorld) and returns the screen coordinates.
getWorldToScreen(Vec2, Vec2) - Method in interface org.jbox2d.common.IViewportTransform
takes the world coordinate (world) puts the corresponding screen coordinate in screen.
getWorldToScreen(Vec2, Vec2) - Method in class org.jbox2d.common.OBBViewportTransform
 
getWorldToScreenToOut(float, float, Vec2) - Method in class org.jbox2d.callbacks.DebugDraw
Takes the world coordinates and puts the corresponding screen coordinates in argScreen.
getWorldToScreenToOut(Vec2, Vec2) - Method in class org.jbox2d.callbacks.DebugDraw
 
getWorldVector(Vec2) - Method in class org.jbox2d.dynamics.Body
Get the world coordinates of a vector given the local coordinates.
getWorldVectorToOut(Vec2, Vec2) - Method in class org.jbox2d.dynamics.Body
 
getWorldVectorToOutUnsafe(Vec2, Vec2) - Method in class org.jbox2d.dynamics.Body
 
getWorldVectorToScreen(Vec2, Vec2) - Method in interface org.jbox2d.common.IViewportTransform
Transforms the given directional vector by the viewport transform (not positional)
getWorldVectorToScreen(Vec2, Vec2) - Method in class org.jbox2d.common.OBBViewportTransform
 
getX() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
required float x = 1;
getX() - Method in class org.box2d.proto.Box2D.PbVec2
required float x = 1;
getX() - Method in interface org.box2d.proto.Box2D.PbVec2OrBuilder
required float x = 1;
getX() - Method in class tetris.tetrominos.Block
 
getX() - Method in class tetris.tetrominos.BlockDeluxe
 
getX() - Method in class tetris.tetrominos.Tetromino
Gibt die x-Koordinate des Tetrominos zurück.
getXAxis(Vec2) - Method in class org.jbox2d.common.Rot
 
getY() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
required float y = 2;
getY() - Method in class org.box2d.proto.Box2D.PbVec2
required float y = 2;
getY() - Method in interface org.box2d.proto.Box2D.PbVec2OrBuilder
required float y = 2;
getY() - Method in class tetris.tetrominos.Block
 
getY() - Method in class tetris.tetrominos.BlockDeluxe
 
getY() - Method in class tetris.tetrominos.Tetromino
Gibt die y-Koordinate des Tetrominos zurück.
getYAxis(Vec2) - Method in class org.jbox2d.common.Rot
 
Ghost - Class in pacman.actors
 
Ghost(String, Color) - Constructor for class pacman.actors.Ghost
 
GhostsDebugScene - Class in pacman.debug
 
GhostsDebugScene() - Constructor for class pacman.debug.GhostsDebugScene
 
GhostState - Enum Class in pacman.actors
 
GIF - Enum constant in enum class pi.resources.ImageFormat
 
GifDecoder - Class in pi.util
Dekodiert animierte Gifs.
GifDecoder() - Constructor for class pi.util.GifDecoder
 
gifFileLocation() - Method in enum class demos.docs.main_classes.actor.stateful_animation.PlayerState
 
GJK_CALLS - Static variable in class org.jbox2d.collision.Distance
 
GJK_ITERS - Static variable in class org.jbox2d.collision.Distance
 
GJK_MAX_ITERS - Static variable in class org.jbox2d.collision.Distance
 
GlobalFrameListenerDemo - Class in demos.classes.event
Demonstriert die statische Methode Controller.addFrameListener(pi.event.FrameListener).
GlobalFrameListenerDemo() - Constructor for class demos.classes.event.GlobalFrameListenerDemo
 
GlobalKeyStrokeListenerDemo - Class in demos.classes.event
GlobalKeyStrokeListenerDemo() - Constructor for class demos.classes.event.GlobalKeyStrokeListenerDemo
 
GlobalMouseClickListenerDemo - Class in demos.classes.event
GlobalMouseClickListenerDemo() - Constructor for class demos.classes.event.GlobalMouseClickListenerDemo
 
GlobalMouseScrollListenerDemo - Class in demos.classes.event
GlobalMouseScrollListenerDemo() - Constructor for class demos.classes.event.GlobalMouseScrollListenerDemo
 
GlobalSceneLaunchListenerDemo - Class in demos.classes.event
GlobalSceneLaunchListenerDemo() - Constructor for class demos.classes.event.GlobalSceneLaunchListenerDemo
 
Glyph(Path) - Constructor for class pi.actor.ImageText.Glyph
 
glyphHeight() - Method in class pi.actor.ImageText.Font
Gibt die Höhe der Buchstabenbilder in Pixel zurück.
glyphs() - Method in class pi.actor.ImageText.Font
Gibt die Zeichen der Bilderschriftart als Feld/Array zurück.
glyphWidth() - Method in class pi.actor.ImageText.Font
Gibt die Breite der Buchstabenbilder in Pixel zurück.
GNOME - Enum constant in enum class pi.resources.color.PredefinedColorScheme
Ein Farbschema nach den Farben der GNOME Human Interface Guidelines.
go() - Method in class org.jbox2d.profile.BasicPerformanceTest
 
gotItem(Item) - Method in class demos.small_games.dude.PlayerCharacter
Diese Methode wird aufgerufen, wenn der Character ein Item berührt hat.
grabFocus() - Method in interface org.jbox2d.testbed.framework.TestbedPanel
 
Graph - Class in pi.dsa.graph
Ein Graph.
Graph() - Constructor for class pi.dsa.graph.Graph
 
GraphArrayMatrix - Class in pi.dsa.graph
Ein Graph, der über ein zweidimensionales Feld / Array implementiert ist.
GraphArrayMatrix() - Constructor for class pi.dsa.graph.GraphArrayMatrix
Erstellt eine Adjazenz-Matrix mit der Größe von 42.
GraphArrayMatrix(int) - Constructor for class pi.dsa.graph.GraphArrayMatrix
Erzeugt einen neuen Graphen unter Angabe der Größe der Matrix.
GraphCollection - Class in pi.dsa.graph
Eine Sammlung an Graphen, die größtenteils aus Schulbüchern stammen.
GraphCollection() - Constructor for class pi.dsa.graph.GraphCollection
 
GraphCollectionDemo - Class in demos.classes.dsa.graph.dfs
 
GraphCollectionDemo() - Constructor for class demos.classes.dsa.graph.dfs.GraphCollectionDemo
 
GraphDrawer - Class in pi.dsa.graph
Per Mausklick und Tastatureingaben einen Graphen zeichnen, der dann als Java-Code exportiert werden kann.
GraphDrawer(Scene) - Constructor for class pi.dsa.graph.GraphDrawer
 
GraphDrawerDemo - Class in demos.classes.dsa.graph.dfs
 
GraphDrawerDemo() - Constructor for class demos.classes.dsa.graph.dfs.GraphDrawerDemo
 
GraphEdge - Class in pi.dsa.graph
Stellt eine Kante in einem Graphen dar.
GraphEdge(GraphNode, GraphNode) - Constructor for class pi.dsa.graph.GraphEdge
Erzeugt eine ungerichtete Kante mit der Gewichtung von 1 durch Angabe des Startknotens und des Endknotens.
GraphEdge(GraphNode, GraphNode, int) - Constructor for class pi.dsa.graph.GraphEdge
Erzeugt eine ungerichtete Kante durch Angabe des Startknotens, des Endknoten und der Gewichtung.
GraphEdge(GraphNode, GraphNode, int, boolean) - Constructor for class pi.dsa.graph.GraphEdge
Erzeugt eine Kante durch Angabe des Startknotens, des Endknoten, der Gewichtung und der Information, ob die Kante gerichtet ist.
GraphicalItemController - Class in blockly_robot.robot.gui.map
 
GraphicalItemController(Item, CoordinateSystemTranslator, Scene) - Constructor for class blockly_robot.robot.gui.map.GraphicalItemController
 
GraphicalItemController(Item, Image, CoordinateSystemTranslator, Scene) - Constructor for class blockly_robot.robot.gui.map.GraphicalItemController
 
graphics - Variable in class pi.config.Configuration
Verwaltet die grafischen Einstellungsmöglichkeiten.
Graphics2DComponent - Class in demos.graphics2d
Übernimmt den Cast von Graphics zu Graphics2D und bietet wie die Actor-Klassen eine Graphics2DComponent.render(Graphics2D)-Methode an.
Graphics2DComponent() - Constructor for class demos.graphics2d.Graphics2DComponent
 
Graphics2DUtil - Class in pi.util
Eine Sammlung von statischen Hilfsmethoden um auf dem Graphics2D-Objekt zu zeichnen.
GraphicsConfig - Class in pi.config
Verwaltet die grafischen Einstellungsmöglichkeiten.
GraphNode - Class in pi.dsa.graph
Stellt einen Knoten in einem Graphen dar.
GraphNode(String) - Constructor for class pi.dsa.graph.GraphNode
Erstellt einen neuen Knoten durch Angabe einer Bezeichnung.
GraphNode(String, double, double) - Constructor for class pi.dsa.graph.GraphNode
Erstellt einen neuen Knoten durch Angabe einer Bezeichnung und durch Angabe einer Koordinate.
GraphVisualizer - Class in pi.dsa.graph
Zeichnet einen Graphen in eine Szene.
GraphVisualizer(Scene) - Constructor for class pi.dsa.graph.GraphVisualizer
 
GraphVisualizer(Scene, Graph) - Constructor for class pi.dsa.graph.GraphVisualizer
 
gravity() - Method in class pi.Layer
Gibt die Schwerkraft, die momentan auf diese Ebene wirkt, als Vektor in [N] bzw.
gravity() - Method in class pi.Scene
Gibt die Schwerkraft, die momentan auf die Hauptebene wirkt, als Vektor in [N] bzw.
gravity(double, double) - Method in class demos.docs.physics.GravityDemo
 
gravity(double, double) - Method in class pi.Layer
Setzt die Schwerkraft durch zwei Eingabeparameter für die x- und y-Richtung, die auf alle Objekte innerhalb dieser Ebene wirkt.
gravity(double, double) - Method in class pi.Scene
Setzt die Schwerkraft durch zwei Eingabeparameter für die x- und y-Richtung, die auf alle Objekte innerhalb der Hauptebene der Szene wirkt.
gravity(Vector) - Method in class pi.Layer
Setzt die Schwerkraft als Vektor, die auf alle Objekte innerhalb dieser Ebene wirkt.
gravity(Vector) - Method in class pi.Scene
Setzt Schwerkraft, die momentan auf die Hauptebene wirkt, als Vektor in [N] bzw.
GRAVITY_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbWorld
 
GRAVITY_SCALE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
GravityDemo - Class in demos.docs.physics
Demonstriert die Methode Scene.gravity(double, double)
GravityDemo() - Constructor for class demos.docs.physics.GravityDemo
 
gravityOfEarth() - Method in class pi.Layer
Setzt die Schwerkraft, die auf der Erde wirkt: 9.81 [N] bzw.
gravityOfEarth() - Method in class pi.Scene
Setzt die Schwerkraft, die auf der Erde wirkt: 9.81 [N] bzw.
gravityScale - Variable in class org.jbox2d.dynamics.Body
Scale the gravity applied to this body.
gravityScale - Variable in class org.jbox2d.dynamics.BodyDef
Scale the gravity applied to this body.
gravityScale() - Method in class pi.actor.Actor
Gibt den aktuellen Gravitationsfaktor des Objekts an.
gravityScale() - Method in class pi.physics.BodyHandler
 
gravityScale() - Method in class pi.physics.NullHandler
 
gravityScale(double) - Method in class pi.actor.Actor
Setzt den Gravitationsfaktor, normalerweise im Bereich [0, 1].
gravityScale(double) - Method in class pi.physics.BodyHandler
 
gravityScale(double) - Method in class pi.physics.NullHandler
 
gray() - Method in class pi.resources.color.ColorScheme
Gibt die Farbe Grau (englisch: gray) zurück.
gray(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Farbe Grau (englisch: gray) durch Angabe des Rot-, Grün- und Blau-Anteils.
gray(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Farbe Grau (englisch: gray).
gray(String) - Method in class pi.resources.color.ColorScheme
Setzt die Farbe Grau (englisch: gray) in hexadezimaler Codierung (z.B.
green() - Method in class pi.resources.color.ColorScheme
Gibt die Sekundärfarbe Grün (englisch: green) (Mischung aus Gelb und Blau) zurück.
green(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Sekundärfarbe Grün (Mischung aus Gelb und Blau) durch Angabe des Rot-, Grün- und Blau-Anteils.
green(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Sekundärfarbe Grün (Mischung aus Gelb und Blau).
green(Object) - Static method in class pi.debug.AnsiColor
Wandelt ein Objekt in einen grünen Text um.
green(String) - Method in class pi.resources.color.ColorScheme
Setzt die Sekundärfarbe Grün (Mischung aus Gelb und Blau) in hexadezimaler Codierung (z.B.
GREEN - Static variable in class org.jbox2d.common.Color3f
 
GREEN - Static variable in class pi.debug.AnsiColor
ANSI-Sequenz für grüne Schrift.
grid - Variable in class tetris.tetrominos.Tetromino
 
grid() - Method in class blockly_robot.robot.gui.level.AssembledLevel
 
grid(Grid) - Method in class blockly_robot.robot.gui.level.AssembledLevel
 
Grid - Class in pi.actor
Beschreibt ein Gitter aus quadratischen Zellen.
Grid - Class in tetris.tetrominos
Ein Blockgitter, das die Positionen aller Blöcke speichert.
Grid(int, int) - Constructor for class pi.actor.Grid
Erstellt ein Gitter mit der Zellengröße von einem Meter.
Grid(int, int) - Constructor for class tetris.tetrominos.Grid
 
Grid(int, int, double) - Constructor for class pi.actor.Grid
 
GRID_WIDTH - Static variable in class tetris.Tetris
Das Spielfeld hat rechts einen Abstand zum Bildschirmrand von 8 Blöcken.
GridBox<T extends Box> - Class in pi.graphics.boxes
 
GridBox(Box...) - Constructor for class pi.graphics.boxes.GridBox
 
GridBoxDemo - Class in demos.classes.graphics.boxes
 
GridBoxDemo() - Constructor for class demos.classes.graphics.boxes.GridBoxDemo
 
GridDebugScene - Class in tetris.debug
Debug-Szene um die Klasse Grid testen zu können.
GridDebugScene() - Constructor for class tetris.debug.GridDebugScene
 
GridDemo - Class in demos.classes.actor
Demonstriert die Figur Gitter (Grid).
GridDemo() - Constructor for class demos.classes.actor.GridDemo
 
gridInfos - Variable in class blockly_robot.robot.data.model.TaskData
 
GridInfosData - Class in blockly_robot.robot.data.model
 
GridInfosData() - Constructor for class blockly_robot.robot.data.model.GridInfosData
 
ground - Variable in class demos.classes.actor.ActorBaseScene
 
GROUND_ANCHOR_A_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
GROUND_ANCHOR_B_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
GROUND_BODY_TAG - Static variable in class org.jbox2d.testbed.framework.TestbedTest
 
groundAnchorA - Variable in class org.jbox2d.dynamics.joints.PulleyJointDef
The first ground anchor in the world coordinates.
groundAnchorB - Variable in class org.jbox2d.dynamics.joints.PulleyJointDef
The second ground anchor in the world coordinates.
groundBody - Variable in class org.jbox2d.testbed.framework.TestbedTest
 
Group<T extends Actor> - Class in pi.actor
Eine Gruppe bestehend aus mehreren Actor-Objekten.
Group(T...) - Constructor for class pi.actor.Group
Erstellt eine neue Gruppe mit den angegebenen Actor-Objekten.
GROUP_INDEX_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbFilter
 
GroupDemo - Class in demos.docs.main_classes.actor.group
Demonstriert die Klasse Group.
GroupDemo() - Constructor for class demos.docs.main_classes.actor.group.GroupDemo
 
groupFlags - Variable in class org.jbox2d.particle.ParticleGroupDef
The group-construction flags.
groupIndex - Variable in class org.jbox2d.dynamics.Filter
Collision groups allow a certain group of objects to never collide (negative) or always collide (positive).
grow(double, double) - Method in class demos.small_games.snake.Snake
Die Schlange wächst vom Kopf aus.

H

HALF_PI - Static variable in class org.jbox2d.common.MathUtils
 
halfRotation() - Method in class demos.edu_projects.concurrency.philosophers.Table
 
hAlign - Variable in class pi.actor.label.Label
 
hAlign() - Method in class pi.actor.ImageText
Gibt die Textausrichtung zurück.
hAlign() - Method in class pi.actor.label.Label
 
hAlign() - Method in class pi.graphics.boxes.TextBlockBox
Gibt die horizontale Ausrichtung der einzelnen Textzeilen.
hAlign(HAlign) - Method in class pi.actor.ImageText
Setzt die Textausrichtung.
hAlign(HAlign) - Method in class pi.actor.label.Label
 
hAlign(HAlign) - Method in class pi.graphics.boxes.CellBox
 
hAlign(HAlign) - Method in class pi.graphics.boxes.TextBlockAlignBox
 
hAlign(HAlign) - Method in class pi.graphics.boxes.TextBlockBox
Setzt die horizontale Ausrichtung der einzelnen Textzeilen.
hAlign(HAlign) - Method in class pi.graphics.boxes.VerticalBox
 
hAlign(HAlign) - Method in class pi.graphics.SceneInfoOverlay
Setzt die horizontale Ausrichtung der Infobox.
HAlign - Enum Class in pi.graphics.boxes
 
hard - Variable in class blockly_robot.robot.data.model.IntrosByDifficultyData
DIV id=taskIntro DIV class=easy
hard - Variable in class blockly_robot.robot.data.model.LevelCollectionData
 
hard - Variable in class blockly_robot.robot.data.model.MaxInstructionsData
 
hard(Robot) - Method in class blockly_robot.jwinf.en.tasks.challenge_competition_2019_round1_7_13.move_boxes.TaskSolver
 
hard(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination.TaskSolver
Screenshot des Originals:
hard(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake.TaskSolver
Screenshot des Originals:
hard(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles.TaskSolver
Screenshot des Originals:
hard(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.TaskSolver
Screenshot des Originals:
hard(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles.TaskSolver
Screenshot des Originals:
hard(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.TaskSolver
Screenshot des Originals:
hard(Robot) - Method in class blockly_robot.jwinf.en.tasks.difficult_tasks_exercises.in_the_library.TaskSolver
Screenshot des Originals:
hard(Robot) - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems.TaskSolver
Screenshot des Originals:
hard(Robot) - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road.TaskSolver
Screenshot des Originals:
hard(T) - Method in class blockly_robot.robot.Solver
 
HARD - Enum constant in enum class blockly_robot.robot.logic.level.Difficulty
Schwerer Schwierigkeitsgrad: Vierstern-Version (Version****, hard).
has(Predicate<Item>) - Method in class blockly_robot.robot.logic.item.StackedItems
 
HAS0_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
HAS3_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
hasActive() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool active = 56;
hasActive() - Method in class org.box2d.proto.Box2D.PbBody
optional bool active = 56;
hasActive() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional bool active = 56;
hasAllowSleep() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool allow_sleep = 54;
hasAllowSleep() - Method in class org.box2d.proto.Box2D.PbBody
optional bool allow_sleep = 54;
hasAllowSleep() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional bool allow_sleep = 54;
hasAllowSleep() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool allow_sleep = 3;
hasAllowSleep() - Method in class org.box2d.proto.Box2D.PbWorld
optional bool allow_sleep = 3;
hasAllowSleep() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional bool allow_sleep = 3;
hasAngle() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float angle = 11;
hasAngle() - Method in class org.box2d.proto.Box2D.PbBody
optional float angle = 11;
hasAngle() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional float angle = 11;
hasAngularDamping() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float angular_damping = 51;
hasAngularDamping() - Method in class org.box2d.proto.Box2D.PbBody
optional float angular_damping = 51;
hasAngularDamping() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional float angular_damping = 51;
hasAngularVelocity() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float angular_velocity = 13;
hasAngularVelocity() - Method in class org.box2d.proto.Box2D.PbBody
optional float angular_velocity = 13;
hasAngularVelocity() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional float angular_velocity = 13;
hasAutoClearForces() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool auto_clear_forces = 4;
hasAutoClearForces() - Method in class org.box2d.proto.Box2D.PbWorld
optional bool auto_clear_forces = 4;
hasAutoClearForces() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional bool auto_clear_forces = 4;
hasAwake() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool awake = 55;
hasAwake() - Method in class org.box2d.proto.Box2D.PbBody
optional bool awake = 55;
hasAwake() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional bool awake = 55;
hasBodyA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional int32 body_a = 3;
hasBodyA() - Method in class org.box2d.proto.Box2D.PbJoint
optional int32 body_a = 3;
hasBodyA() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional int32 body_a = 3;
hasBodyB() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional int32 body_b = 4;
hasBodyB() - Method in class org.box2d.proto.Box2D.PbJoint
optional int32 body_b = 4;
hasBodyB() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional int32 body_b = 4;
hasBounds() - Method in class pi.Camera
Gibt an, ob die Kamera durch Bounds in ihrer Bewegung beschränkt ist.
hasBullet() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool bullet = 53;
hasBullet() - Method in class org.box2d.proto.Box2D.PbBody
optional bool bullet = 53;
hasBullet() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional bool bullet = 53;
hasCategoryBits() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
optional int32 category_bits = 1;
hasCategoryBits() - Method in class org.box2d.proto.Box2D.PbFilter
optional int32 category_bits = 1;
hasCategoryBits() - Method in interface org.box2d.proto.Box2D.PbFilterOrBuilder
optional int32 category_bits = 1;
hasCenter() - Method in class org.box2d.proto.Box2D.PbShape.Builder
circle
hasCenter() - Method in class org.box2d.proto.Box2D.PbShape
circle
hasCenter() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
circle
hasCentroid() - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
hasCentroid() - Method in class org.box2d.proto.Box2D.PbShape
polygon
hasCentroid() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
polygon
hasCollideConnected() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional bool collideConnected = 5;
hasCollideConnected() - Method in class org.box2d.proto.Box2D.PbJoint
optional bool collideConnected = 5;
hasCollideConnected() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional bool collideConnected = 5;
hasContent() - Method in class pi.graphics.SceneInfoOverlay
Gibt an, ob ein Inhalt gesetzt wurde.
hasContinuousPhysics() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool continuous_physics = 6;
hasContinuousPhysics() - Method in class org.box2d.proto.Box2D.PbWorld
optional bool continuous_physics = 6;
hasContinuousPhysics() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional bool continuous_physics = 6;
hasDampingRatio() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
distance, mouse, wheel, weld, col vol
hasDampingRatio() - Method in class org.box2d.proto.Box2D.PbJoint
distance, mouse, wheel, weld, col vol
hasDampingRatio() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
distance, mouse, wheel, weld, col vol
hasDefiniedDimension() - Method in class pi.graphics.boxes.Box
Prüft, ob für diese Box mindestens eine Abmessung explizit gesetzt wurde.
hasDensity() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional float density = 4;
hasDensity() - Method in class org.box2d.proto.Box2D.PbFixture
optional float density = 4;
hasDensity() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional float density = 4;
hasEnableLimit() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic
hasEnableLimit() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, prismatic
hasEnableLimit() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, prismatic
hasEnableMotor() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic, wheel
hasEnableMotor() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, prismatic, wheel
hasEnableMotor() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, prismatic, wheel
hasError() - Method in class blockly_robot.robot.logic.log.Action
 
hasFilter() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbFilter filter = 10;
hasFilter() - Method in class org.box2d.proto.Box2D.PbFixture
optional .box2d.PbFilter filter = 10;
hasFilter() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional .box2d.PbFilter filter = 10;
hasFixedRotation() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool fixed_rotation = 57;
hasFixedRotation() - Method in class org.box2d.proto.Box2D.PbBody
optional bool fixed_rotation = 57;
hasFixedRotation() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional bool fixed_rotation = 57;
hasFocus() - Method in class pi.Camera
Gibt an, ob die Kamera ein Fokus-Objekt verfolgt oder „steif“ ist.
hasFrequency() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
distance, mouse, wheel, weld, con vol
hasFrequency() - Method in class org.box2d.proto.Box2D.PbJoint
distance, mouse, wheel, weld, con vol
hasFrequency() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
distance, mouse, wheel, weld, con vol
hasFriction() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional float friction = 3;
hasFriction() - Method in class org.box2d.proto.Box2D.PbFixture
optional float friction = 3;
hasFriction() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional float friction = 3;
hasGravity - Variable in class blockly_robot.robot.data.model.GridInfosData
 
hasGravity() - Method in class blockly_robot.robot.logic.Task
 
hasGravity() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional .box2d.PbVec2 gravity = 2;
hasGravity() - Method in class org.box2d.proto.Box2D.PbWorld
optional .box2d.PbVec2 gravity = 2;
hasGravity() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional .box2d.PbVec2 gravity = 2;
hasGravityScale() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float gravity_scale = 52;
hasGravityScale() - Method in class org.box2d.proto.Box2D.PbBody
optional float gravity_scale = 52;
hasGravityScale() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional float gravity_scale = 52;
hasGroundAnchorA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
hasGroundAnchorA() - Method in class org.box2d.proto.Box2D.PbJoint
pulley
hasGroundAnchorA() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
pulley
hasGroundAnchorB() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
hasGroundAnchorB() - Method in class org.box2d.proto.Box2D.PbJoint
pulley
hasGroundAnchorB() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
pulley
hasGroupIndex() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
optional int32 group_index = 3;
hasGroupIndex() - Method in class org.box2d.proto.Box2D.PbFilter
optional int32 group_index = 3;
hasGroupIndex() - Method in interface org.box2d.proto.Box2D.PbFilterOrBuilder
optional int32 group_index = 3;
hasHas0() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge, chain
hasHas0() - Method in class org.box2d.proto.Box2D.PbShape
edge, chain
hasHas0() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge, chain
hasHas3() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge, chain
hasHas3() - Method in class org.box2d.proto.Box2D.PbShape
edge, chain
hasHas3() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge, chain
hashCode() - Method in record class cli.java2umltext.model.ClassWrapper
Returns a hash code value for this object.
hashCode() - Method in record class cli.java2umltext.model.FieldWrapper
Returns a hash code value for this object.
hashCode() - Method in record class cli.java2umltext.model.MethodWrapper
Returns a hash code value for this object.
hashCode() - Method in record class cli.java2umltext.model.Relationship
Returns a hash code value for this object.
hashCode() - Method in class org.box2d.proto.Box2D.PbBody
 
hashCode() - Method in class org.box2d.proto.Box2D.PbFilter
 
hashCode() - Method in class org.box2d.proto.Box2D.PbFixture
 
hashCode() - Method in class org.box2d.proto.Box2D.PbJoint
 
hashCode() - Method in class org.box2d.proto.Box2D.PbShape
 
hashCode() - Method in class org.box2d.proto.Box2D.PbVec2
 
hashCode() - Method in class org.box2d.proto.Box2D.PbWorld
 
hashCode() - Method in class org.jbox2d.common.Mat22
 
hashCode() - Method in class org.jbox2d.common.Mat33
 
hashCode() - Method in class org.jbox2d.common.Vec2
 
hashCode() - Method in class org.jbox2d.common.Vec3
 
hashCode() - Method in record class pi.debug.ToStringFormatter.Field
Returns a hash code value for this object.
hashCode() - Method in record class pi.graphics.boxes.TextBlockBox.TextLayoutLine
Returns a hash code value for this object.
hashCode() - Method in record class pi.graphics.geom.Bounds
Returns a hash code value for this object.
hashCode() - Method in record class pi.physics.joints.Joint.JointRegistration
Returns a hash code value for this object.
hasJoint1() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
gear
hasJoint1() - Method in class org.box2d.proto.Box2D.PbJoint
gear
hasJoint1() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
gear
hasJoint2() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
gear
hasJoint2() - Method in class org.box2d.proto.Box2D.PbJoint
gear
hasJoint2() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
gear
hasLabels() - Method in class pi.actor.label.LabelHandler
 
hasLength() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
distance
hasLength() - Method in class org.box2d.proto.Box2D.PbJoint
distance
hasLength() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
distance
hasLengthA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
hasLengthA() - Method in class org.box2d.proto.Box2D.PbJoint
pulley
hasLengthA() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
pulley
hasLengthB() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
hasLengthB() - Method in class org.box2d.proto.Box2D.PbJoint
pulley
hasLengthB() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
pulley
hasLinearDamping() - Method in class org.box2d.proto.Box2D.PbBody.Builder
configuration
hasLinearDamping() - Method in class org.box2d.proto.Box2D.PbBody
configuration
hasLinearDamping() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
configuration
hasLinearVelocity() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional .box2d.PbVec2 linear_velocity = 12;
hasLinearVelocity() - Method in class org.box2d.proto.Box2D.PbBody
optional .box2d.PbVec2 linear_velocity = 12;
hasLinearVelocity() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional .box2d.PbVec2 linear_velocity = 12;
hasLocalAnchorA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_a = 6;
hasLocalAnchorA() - Method in class org.box2d.proto.Box2D.PbJoint
optional .box2d.PbVec2 local_anchor_a = 6;
hasLocalAnchorA() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional .box2d.PbVec2 local_anchor_a = 6;
hasLocalAnchorB() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_b = 7;
hasLocalAnchorB() - Method in class org.box2d.proto.Box2D.PbJoint
optional .box2d.PbVec2 local_anchor_b = 7;
hasLocalAnchorB() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional .box2d.PbVec2 local_anchor_b = 7;
hasLocalAxisA() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
prismatic, wheel
hasLocalAxisA() - Method in class org.box2d.proto.Box2D.PbJoint
prismatic, wheel
hasLocalAxisA() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
prismatic, wheel
hasLowerLimit() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic
hasLowerLimit() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, prismatic
hasLowerLimit() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, prismatic
hasMaskBits() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
optional int32 mask_bits = 2;
hasMaskBits() - Method in class org.box2d.proto.Box2D.PbFilter
optional int32 mask_bits = 2;
hasMaskBits() - Method in interface org.box2d.proto.Box2D.PbFilterOrBuilder
optional int32 mask_bits = 2;
hasMaxForce() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
mouse, friction, rope
hasMaxForce() - Method in class org.box2d.proto.Box2D.PbJoint
mouse, friction, rope
hasMaxForce() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
mouse, friction, rope
hasMaxLength() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
rope
hasMaxLength() - Method in class org.box2d.proto.Box2D.PbJoint
rope
hasMaxLength() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
rope
hasMaxMotorForce() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
prismatic
hasMaxMotorForce() - Method in class org.box2d.proto.Box2D.PbJoint
prismatic
hasMaxMotorForce() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
prismatic
hasMaxMotorTorque() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, wheel
hasMaxMotorTorque() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, wheel
hasMaxMotorTorque() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, wheel
hasMaxTorque() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
friction
hasMaxTorque() - Method in class org.box2d.proto.Box2D.PbJoint
friction
hasMaxTorque() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
friction
hasMotorSpeed() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic, wheel
hasMotorSpeed() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, prismatic, wheel
hasMotorSpeed() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, prismatic, wheel
hasNext() - Method in class blockly_robot.robot.logic.log.Movement
 
hasNext() - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
hasNext() - Method in class org.box2d.proto.Box2D.PbShape
chain
hasNext() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
chain
hasNext() - Method in class pi.resources.sound.LoopedMusic
 
hasNextVertex - Variable in class org.jbox2d.collision.shapes.ChainShape
 
hasOnlyDefiniedHeight() - Method in class pi.graphics.boxes.Box
Prüft, ob nur die Höhe explizit gesetzt wurde.
hasOnlyDefiniedWidth() - Method in class pi.graphics.boxes.Box
Prüft, ob nur die Breite explizit gesetzt wurde.
hasPosition() - Method in class org.box2d.proto.Box2D.PbBody.Builder
physical attributes
hasPosition() - Method in class org.box2d.proto.Box2D.PbBody
physical attributes
hasPosition() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
physical attributes
hasPrev() - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
hasPrev() - Method in class org.box2d.proto.Box2D.PbShape
chain
hasPrev() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
chain
hasPrevVertex - Variable in class org.jbox2d.collision.shapes.ChainShape
 
hasRadius() - Method in class org.box2d.proto.Box2D.PbShape.Builder
circle
hasRadius() - Method in class org.box2d.proto.Box2D.PbShape
circle
hasRadius() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
circle
hasRatio() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley, gear
hasRatio() - Method in class org.box2d.proto.Box2D.PbJoint
pulley, gear
hasRatio() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
pulley, gear
hasRefAngle() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic, joint
hasRefAngle() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, prismatic, joint
hasRefAngle() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, prismatic, joint
hasRestitution() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional float restitution = 2;
hasRestitution() - Method in class org.box2d.proto.Box2D.PbFixture
optional float restitution = 2;
hasRestitution() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional float restitution = 2;
hasSensor() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional bool sensor = 5;
hasSensor() - Method in class org.box2d.proto.Box2D.PbFixture
optional bool sensor = 5;
hasSensor() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional bool sensor = 5;
hasShape() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbShape shape = 11;
hasShape() - Method in class org.box2d.proto.Box2D.PbFixture
optional .box2d.PbShape shape = 11;
hasShape() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional .box2d.PbShape shape = 11;
hasState(State) - Method in class pi.actor.StatefulAnimation
Gibt an, ob ein bestimmter Zustandsname bereits in dieser Animation genutzt wird.
hasStopped() - Method in class pi.animation.tweening.Tween
Checks if the Tween has stopped.
hasSubStepping() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool sub_stepping = 7;
hasSubStepping() - Method in class org.box2d.proto.Box2D.PbWorld
optional bool sub_stepping = 7;
hasSubStepping() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional bool sub_stepping = 7;
hasTag() - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional int64 tag = 1;
hasTag() - Method in class org.box2d.proto.Box2D.PbBody
optional int64 tag = 1;
hasTag() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
optional int64 tag = 1;
hasTag() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional int64 tag = 1;
hasTag() - Method in class org.box2d.proto.Box2D.PbFixture
optional int64 tag = 1;
hasTag() - Method in interface org.box2d.proto.Box2D.PbFixtureOrBuilder
optional int64 tag = 1;
hasTag() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional int64 tag = 1;
hasTag() - Method in class org.box2d.proto.Box2D.PbJoint
optional int64 tag = 1;
hasTag() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
optional int64 tag = 1;
hasTag() - Method in class org.box2d.proto.Box2D.PbShape.Builder
optional int64 tag = 1;
hasTag() - Method in class org.box2d.proto.Box2D.PbShape
optional int64 tag = 1;
hasTag() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
optional int64 tag = 1;
hasTag() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional int64 tag = 1;
hasTag() - Method in class org.box2d.proto.Box2D.PbWorld
optional int64 tag = 1;
hasTag() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional int64 tag = 1;
hasTarget() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
mouse
hasTarget() - Method in class org.box2d.proto.Box2D.PbJoint
mouse
hasTarget() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
mouse
hasToTakeScreenshot() - Method in class pi.graphics.screen_recording.Photographer
Soll bei diesem Einzelbild ein Bildschirmfoto gemacht werden?
hasType() - Method in class org.box2d.proto.Box2D.PbBody.Builder
required .box2d.PbBodyType type = 2;
hasType() - Method in class org.box2d.proto.Box2D.PbBody
required .box2d.PbBodyType type = 2;
hasType() - Method in interface org.box2d.proto.Box2D.PbBodyOrBuilder
required .box2d.PbBodyType type = 2;
hasType() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
required .box2d.PbJointType type = 2;
hasType() - Method in class org.box2d.proto.Box2D.PbJoint
required .box2d.PbJointType type = 2;
hasType() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
required .box2d.PbJointType type = 2;
hasType() - Method in class org.box2d.proto.Box2D.PbShape.Builder
required .box2d.PbShapeType type = 2;
hasType() - Method in class org.box2d.proto.Box2D.PbShape
required .box2d.PbShapeType type = 2;
hasType() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
required .box2d.PbShapeType type = 2;
hasUpperLimit() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic
hasUpperLimit() - Method in class org.box2d.proto.Box2D.PbJoint
revolute, prismatic
hasUpperLimit() - Method in interface org.box2d.proto.Box2D.PbJointOrBuilder
revolute, prismatic
hasV0() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
hasV0() - Method in class org.box2d.proto.Box2D.PbShape
edge
hasV0() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge
hasV1() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
hasV1() - Method in class org.box2d.proto.Box2D.PbShape
edge
hasV1() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge
hasV2() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
hasV2() - Method in class org.box2d.proto.Box2D.PbShape
edge
hasV2() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge
hasV3() - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
hasV3() - Method in class org.box2d.proto.Box2D.PbShape
edge
hasV3() - Method in interface org.box2d.proto.Box2D.PbShapeOrBuilder
edge
hasVertex0 - Variable in class org.jbox2d.collision.shapes.EdgeShape
 
hasVertex3 - Variable in class org.jbox2d.collision.shapes.EdgeShape
 
hasWarmStarting() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool warm_starting = 5;
hasWarmStarting() - Method in class org.box2d.proto.Box2D.PbWorld
optional bool warm_starting = 5;
hasWarmStarting() - Method in interface org.box2d.proto.Box2D.PbWorldOrBuilder
optional bool warm_starting = 5;
hasX() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
required float x = 1;
hasX() - Method in class org.box2d.proto.Box2D.PbVec2
required float x = 1;
hasX() - Method in interface org.box2d.proto.Box2D.PbVec2OrBuilder
required float x = 1;
hasY() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
required float y = 2;
hasY() - Method in class org.box2d.proto.Box2D.PbVec2
required float y = 2;
hasY() - Method in interface org.box2d.proto.Box2D.PbVec2OrBuilder
required float y = 2;
HausDesNikolaus() - Static method in class pi.dsa.graph.GraphCollection
Ein Graph, der wie das Haus des Nikolaus aufgebaut ist.
height - Variable in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
height - Variable in class org.jbox2d.collision.broadphase.DynamicTreeNode
 
height - Variable in class pi.actor.StatefulAnimation
Die Höhe in Meter.
height - Variable in class pi.graphics.boxes.Box
Die Höhe der Box in Pixel.
height - Variable in class pi.resources.font.FontStringBounds
Die Höhe des Textes in Pixel.
height - Variable in class pi.util.GifDecoder
 
height() - Method in class pi.actor.Animation
Gibt die Höhe der Animation in Metern aus.
height() - Method in class pi.actor.BoxActor
Gibt die Höhe in Meter zurück.
height() - Method in class pi.actor.Image
Gibt die Höhe des Bilds in Meter.
height() - Method in class pi.actor.ImageText.Glyph
Gibt die Höhe des Bilds in Pixel zurück.
height() - Method in class pi.actor.Rectangle
Gibt die Höhe des Rechtecks in Meter zurück.
height() - Method in class pi.actor.StatefulAnimation
Gibt die Höhe in Meter der animierten Figur zurück.
height() - Method in class pi.graphics.boxes.Box
Gibt die Höhe der Box in Pixel zurück.
height() - Method in record class pi.graphics.geom.Bounds
Gibt die Höhe aus.
height(double) - Method in class pi.actor.BoxActor
Setzt die Höhe in Meter.
height(double) - Method in class pi.actor.Image
Setzt die Höhe des Bilds in Meter.
height(double) - Method in class pi.actor.Rectangle
Setzt die Höhe des Rechtecks neu.
height(double) - Method in record class pi.graphics.geom.Bounds
Gibt die skalierte und gerundete Höhe als Ganzzahl aus.
height(int) - Method in class pi.graphics.boxes.Box
Setzt die Höhe der Box in Pixel.
height(int) - Method in class pi.graphics.boxes.CellBox
 
height(int) - Method in class pi.graphics.boxes.EllipseBox
Setzt die Höhe der Ellipse in Pixel.
height(int) - Method in class pi.graphics.boxes.ImageBox
Setzt die Höhe des Bildes in Pixel.
height(int) - Method in class pi.graphics.boxes.TextBlockAlignBox
 
HEIGHT - Static variable in class demos.billard.Edge
 
HEIGHT - Static variable in class demos.small_games.dude.DudeDemo
 
HEIGHT - Static variable in class tetris.Tetris
Die Höhe des Spielfelds in Blöcken.
heightMeter(double) - Method in class pi.graphics.boxes.Box
Berechnet die Höhe der Box in Metern basierend auf der angegebenen Pixel-pro-Meter-Verhältnis.
HelloWorld - Class in org.jbox2d.testbed.tests
https://box2d.org/documentation/md__d_1__git_hub_box2d_docs_hello.html
HelloWorld() - Constructor for class org.jbox2d.testbed.tests.HelloWorld
 
HelloWorldDemo - Class in demos.classes.actor.image_text
Demonstriert die Schriftart ImageText.Font und die Figur ImageText anhand des Textes Hello, World.
HelloWorldDemo() - Constructor for class demos.classes.actor.image_text.HelloWorldDemo
 
HelloWorldVersion1 - Class in demos.docs.main_classes.actor.hello_world
 
HelloWorldVersion1() - Constructor for class demos.docs.main_classes.actor.hello_world.HelloWorldVersion1
 
HelloWorldVersion2 - Class in demos.docs.main_classes.actor.hello_world
 
HelloWorldVersion2() - Constructor for class demos.docs.main_classes.actor.hello_world.HelloWorldVersion2
 
help(Object...) - Method in class pi.graphics.SceneInfoOverlay
Setzt den Hilfetext zur Szene.
hexNumber() - Method in class pi.actor.ImageText.Glyph
Gibt die vierstellige, hexadezimale Unicode-Nummer des Zeichens (beispielsweise 0041) zurück.
hFlip() - Method in class pi.actor.BoxActor
Gibt an, ob die Box horizontal gespiegelt, das heißt an der verticalen Achse gespiegelt ist.
hFlip(boolean) - Method in class pi.actor.BoxActor
Setzt, ob die Box horizontal gespiegelt werden soll.
hide() - Method in class pi.actor.Actor
Versteckt die Figur auf der Ebene bzw. blendet die Figur aus.
hide() - Method in class pi.dsa.turtle.TurtleStatisticsController
 
hide(boolean) - Method in class pi.dsa.turtle.TurtleStatisticsController
 
hideSaveOrLoad - Variable in class blockly_robot.robot.data.model.GridInfosData
Gibt an, ob die Programme gespeichert und geladen werden können über das Menu auf der rechten Seite.
highlightSquare(int, int) - Method in class demos.edu_projects.recursion.backtracking.eight_queens_puzzle.Chessboard
 
HilbertCurveTurtleGraphics - Class in pi.dsa.turtle.graphics
Zeichnet die Hilbert-Kurve.
HilbertCurveTurtleGraphics() - Constructor for class pi.dsa.turtle.graphics.HilbertCurveTurtleGraphics
Legt die Schildkröte an und startet die Zeichnung.
HITPOINTS - Enum constant in enum class pi.animation.tweening.TweenType
 
Hole - Class in demos.billard
 
Hole(double, double) - Constructor for class demos.billard.Hole
 
HorizontalBox<T extends Box> - Class in pi.graphics.boxes
Eine horizontale Box, die die enthaltenen Kinder-Boxen horizontal von links nach rechts anordnet.
HorizontalBox(Box...) - Constructor for class pi.graphics.boxes.HorizontalBox
Erzeugt eine neue horizontale Box.
HorizontalBoxDemo - Class in demos.classes.graphics.boxes
 
HorizontalBoxDemo() - Constructor for class demos.classes.graphics.boxes.HorizontalBoxDemo
 
HUD - Class in demos.small_games.dude
Das HUD gibt einige Spieldaten über dem Rest der Szenen-Objekte wieder
HUD(GameData) - Constructor for class demos.small_games.dude.HUD
 
HUDDisplay - Class in demos.small_games.dude
 
HUDDisplay(double, double) - Constructor for class demos.small_games.dude.HUDDisplay
Konstruktor für Objekte der Klasse ActorGroup
humanReadableByteCount(long) - Static method in class pi.util.FileUtil
Wandelt eine Anzahl von Bytes in eine menschenlesbare Darstellung um.
humanReadableByteCount(long, boolean) - Static method in class pi.util.FileUtil
Konvertiert eine Byte-Anzahl in eine menschenlesbare Darstellung mit entsprechenden Einheiten.
Hz - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 

I

I - Variable in class org.jbox2d.collision.shapes.MassData
The rotational inertia of the shape about the local origin.
I - Variable in class org.jbox2d.dynamics.Body
The rotational inertia about the center of mass.
id - Variable in class blockly_robot.robot.data.model.TaskData
Zum Beispiel: „19-DE-12-stay-on-the-road“
id - Variable in class org.jbox2d.collision.broadphase.DynamicTreeNode
 
id - Variable in class org.jbox2d.collision.Collision.ClipVertex
 
id - Variable in class org.jbox2d.collision.ManifoldPoint
uniquely identifies a contact point between two shapes
id(String, String) - Method in class blockly_robot.robot.logic.menu.Menu
Returns the ID of the specified submenu in the specified main menu.
IDENTITY - Static variable in class org.jbox2d.common.Mat33
 
Idle - Enum constant in enum class demos.small_games.dude.PlayerState
 
IDLE - Enum constant in enum class demos.docs.main_classes.actor.stateful_animation.PlayerState
 
ignore() - Method in class pi.dsa.turtle.InitialTurtleState
 
ignoreBag - Variable in class blockly_robot.robot.data.model.GridInfosData
Found in contextParams.json
ignoreCollision() - Method in class pi.event.CollisionEvent
Wenn diese Methode aufgerufen wird, wird diese Kollision nicht von der Physics-Engine aufgelöst, sondern ignoriert.
ih - Variable in class pi.util.GifDecoder
 
image - Variable in class pi.actor.Image
Das BufferedImage, das dieses Bild darstellt.
image - Variable in class pi.util.GifDecoder
 
image() - Method in class pi.actor.Image
Gibt das BufferedImage, das dieses Bild darstellt.
image() - Method in class pi.actor.ImageText.Glyph
Gibt das in den Speicher geladene Bild, das ein Zeichen darstellt, zurück.
image(BufferedImage) - Method in class pi.actor.Image
Setzt oder ersetzt das Bild.
image(String) - Method in class pi.actor.Image
Setzt oder ersetzt das Bild.
Image - Class in pi.actor
Ein Bild als grafische Repräsentation einer Bilddatei, die gezeichnet werden kann.
Image - Class in pi
Ein Bild als grafische Repräsentation einer Bilddatei, die gezeichnet werden kann.
Image() - Constructor for class pi.actor.Image
 
Image(BufferedImage) - Constructor for class pi.actor.Image
Erzeugt ein Bild durch Angabe eines bereits im Speicher vorhandenen Bilds vom Datentyp BufferedImage.
Image(BufferedImage) - Constructor for class pi.Image
Erzeugt ein Bild durch Angabe eines bereits im Speicher vorhandenen Bilds vom Datentyp BufferedImage.
Image(String) - Constructor for class pi.actor.Image
Erzeugt ein Bild durch Angabe des Verzeichnispfads.
Image(String) - Constructor for class pi.Image
Erzeugt ein Bild durch Angabe des Verzeichnispfads.
ImageAverageColorDemo - Class in demos.docs.resources.color
Demonstriert die Methoden Actor.color() Actor.complementaryColor().
ImageAverageColorDemo() - Constructor for class demos.docs.resources.color.ImageAverageColorDemo
 
ImageBox - Class in pi.graphics.boxes
 
ImageBox(BufferedImage) - Constructor for class pi.graphics.boxes.ImageBox
 
ImageBox(String) - Constructor for class pi.graphics.boxes.ImageBox
 
ImageBoxDemo - Class in demos.classes.graphics.boxes
 
ImageBoxDemo() - Constructor for class demos.classes.graphics.boxes.ImageBoxDemo
 
ImageContainer - Class in pi.resources
Ein Speicher für Bilder des Datentyps BufferedImage.
ImageContainer() - Constructor for class pi.resources.ImageContainer
 
ImageDemo - Class in demos.classes.actor
Demonstriert die Figur Bild (Image).
ImageDemo() - Constructor for class demos.classes.actor.ImageDemo
 
ImageDimensionDemo - Class in demos.classes.actor
Demonstriert wie die Abmessungen der Figur Bild (Image) verändert werden können.
ImageDimensionDemo() - Constructor for class demos.classes.actor.ImageDimensionDemo
 
ImageFormat - Enum Class in pi.resources
Contains all known image file-formats supported by the engine.
ImageLoader - Class in tetris
Bereitet die Bilder für die Verwendung in Tetris vor.
ImageRobot - Class in blockly_robot.robot.gui.robot
 
ImageRobot(String, VirtualRobot, AssembledLevel) - Constructor for class blockly_robot.robot.gui.robot.ImageRobot
 
images - Static variable in class pi.Controller
Ein Speicher für Bilder des Datentyps BufferedImage.
images - Static variable in class pi.resources.Resources
Ein Speicher für Bilder des Datentyps BufferedImage.
images() - Static method in class pi.resources.Resources
Stellt den Zugriff auf den Zwischenspeicher für Bild-Resourcen vom Datentyp BufferedImage bereit.
ImageText - Class in pi.actor
Zur Darstellung von Texten durch eine Bilderschriftart.
ImageText(ImageText.Font) - Constructor for class pi.actor.ImageText
Erzeugt einen neuen Text, der durch eine Bilderschriftart dargestellt wird.
ImageText.CaseSensitivity - Enum Class in pi.actor
Beschreibt, wie mit der Groß- und Kleinschreibung umgegangen werden soll.
ImageText.Font - Class in pi.actor
Eine Schriftart, bei der die einzelnen Buchstaben durch ein Bild repräsentiert sind.
ImageText.Glyph - Class in pi.actor
Stellt ein Zeichen dar, das durch ein Bild repräsentiert ist.
ImageText.Specimen - Class in pi.actor
Zeichnet in eine Szene ein Schriftmuster einer Bildschriftart ein.
ImageUtil - Class in pi.util
Eine Sammlung von statischen Hilfsmethoden zur Bildmanipulation.
img - Variable in class blockly_robot.robot.data.model.ItemData
Relativer Pfad zu src/main/resources/images.
importGraph(String) - Method in class demos.classes.dsa.graph.dfs.GraphCollectionDemo
 
importGraph(Graph) - Method in class pi.dsa.graph.Graph
Importiert alle Knoten und Kanten eines anderen Graphen.
importNextGraph() - Method in class demos.classes.dsa.graph.dfs.GraphCollectionDemo
 
imports() - Method in record class cli.java2umltext.model.ClassWrapper
Returns the value of the imports record component.
in - Variable in class pi.util.GifDecoder
 
in(Bounds) - Method in record class pi.graphics.geom.Bounds
Sollte dieses Bounds-Rechteck nicht voll innerhalb eines bestimmten anderen, äußeren Rechtecks liegen, so wird versucht, dieses Bounds-Rechteck in das andere mit möglichst wenig Verschiebung zu bringen.
INACTIVE - Enum constant in enum class org.jbox2d.dynamics.joints.LimitState
 
increase() - Method in class pi.actor.Counter
Erhöht den Zähler um eins, aktualisiert den Inhalt und gibt den neuen Zählerwert zurück.
increaseScore() - Method in class demos.docs.main_classes.controller.game_loop.SnakeAdvanced
 
increaseScore() - Method in class demos.docs.main_classes.controller.game_loop.SnakeMinimal
 
increaseScore() - Method in class demos.small_games.snake.SnakeScene
 
index - Variable in class org.jbox2d.particle.ParticleBodyContact
Index of the particle-making contact.
index() - Method in enum class blockly_robot.robot.logic.level.Difficulty
Returns the index (0: EASY, 1: MEDIUM, 2: HARD) of the difficulty level.
indexA - Variable in class org.jbox2d.collision.ContactID
 
indexA - Variable in class org.jbox2d.collision.Distance.SimplexCache
vertices on shape A
indexA - Variable in class org.jbox2d.dynamics.contacts.Contact
 
indexA - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
indexA - Variable in class org.jbox2d.particle.ParticleContact
Index of the respective particle-making contact.
indexB - Variable in class org.jbox2d.collision.ContactID
 
indexB - Variable in class org.jbox2d.collision.Distance.SimplexCache
vertices on shape B
indexB - Variable in class org.jbox2d.dynamics.contacts.Contact
 
indexB - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
indexB - Variable in class org.jbox2d.particle.ParticleContact
Index of the respective particle-making contact.
indexOf(int) - Static method in enum class blockly_robot.robot.logic.level.Difficulty
 
indexOf(Object) - Static method in enum class blockly_robot.robot.logic.level.Difficulty
 
indexOf(String) - Static method in enum class blockly_robot.robot.logic.level.Difficulty
 
inflate(float) - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJoint
 
info() - Method in class pi.Scene
 
info(Object) - Method in class pi.Scene
 
info(Object, Object) - Method in class pi.Scene
 
info(Object, Object, Object) - Method in class pi.Scene
 
info(Object, Object, Object, Object) - Method in class pi.Scene
 
IngameScene - Class in pacman.scenes
 
IngameScene - Class in tetris.scenes
Die Hauptspiel-Szene.
IngameScene() - Constructor for class pacman.scenes.IngameScene
 
IngameScene() - Constructor for class tetris.scenes.IngameScene
 
init() - Static method in class pi.debug.LogSetup
 
init() - Method in class pi.util.GifDecoder
Initializes or re-initializes reader
init(int, int, int, ContactListener) - Method in class org.jbox2d.dynamics.Island
 
init(ContactSolver.ContactSolverDef) - Method in class org.jbox2d.dynamics.contacts.ContactSolver
 
init(Fixture, int, Fixture, int) - Method in class org.jbox2d.dynamics.contacts.ChainAndCircleContact
 
init(Fixture, int, Fixture, int) - Method in class org.jbox2d.dynamics.contacts.ChainAndPolygonContact
 
init(Fixture, int, Fixture, int) - Method in class org.jbox2d.dynamics.contacts.Contact
initialization for pooling
init(Fixture, int, Fixture, int) - Method in class org.jbox2d.dynamics.contacts.EdgeAndCircleContact
 
init(Fixture, int, Fixture, int) - Method in class org.jbox2d.dynamics.contacts.EdgeAndPolygonContact
 
init(Fixture, Fixture) - Method in class org.jbox2d.dynamics.contacts.CircleContact
 
init(Fixture, Fixture) - Method in class org.jbox2d.dynamics.contacts.PolygonAndCircleContact
 
init(Fixture, Fixture) - Method in class org.jbox2d.dynamics.contacts.PolygonContact
 
init(World, boolean) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
init(TestbedModel) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
INIT_HEIGHT - Static variable in class org.jbox2d.testbed.framework.j2d.TestPanelJ2D
 
INIT_WIDTH - Static variable in class org.jbox2d.testbed.framework.j2d.TestPanelJ2D
 
initalState - Variable in class pi.dsa.turtle.TurtleGraphics
 
initComponents() - Method in class org.jbox2d.testbed.framework.j2d.TestbedSidePanel
 
INITIAL_BUFFER_LENGTH - Static variable in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
INITIAL_NUM_CONSTRAINTS - Static variable in class org.jbox2d.dynamics.contacts.ContactSolver
For each solver, this is the initial number of constraints in the array, which expands as needed.
initialize() - Method in class pi.graphics.PaintingSurface
Die Bilddatei kann nicht im Konstruktur initialisiert werden, da zu diesem Zeitpunkt das Fenster noch keine Abmessungen hat.
initialize(Manifold, Transform, float, Transform, float) - Method in class org.jbox2d.collision.WorldManifold
 
initialize(Body, Body) - Method in class org.jbox2d.dynamics.joints.MotorJointDef
 
initialize(Body, Body, Vec2) - Method in class org.jbox2d.dynamics.joints.FrictionJointDef
Initialize the bodies, anchors, axis, and reference angle using the world anchor and world axis.
initialize(Body, Body, Vec2) - Method in class org.jbox2d.dynamics.joints.RevoluteJointDef
Initialize the bodies, anchors, and reference angle using the world anchor.
initialize(Body, Body, Vec2) - Method in class org.jbox2d.dynamics.joints.WeldJointDef
Initialize the bodies, anchors, and reference angle using a world anchor point.
initialize(Body, Body, Vec2, Vec2) - Method in class org.jbox2d.dynamics.joints.DistanceJointDef
Initialize the bodies, anchors, and length using the world anchors.
initialize(Body, Body, Vec2, Vec2) - Method in class org.jbox2d.dynamics.joints.PrismaticJointDef
Initialize the bodies, anchors, axis, and reference angle using the world anchor and world axis.
initialize(Body, Body, Vec2, Vec2) - Method in class org.jbox2d.dynamics.joints.WheelJointDef
 
initialize(Body, Body, Vec2, Vec2, Vec2, Vec2, float) - Method in class org.jbox2d.dynamics.joints.PulleyJointDef
Initialize the bodies, anchors, lengths, max lengths, and ratio using the world anchors.
initialize2() - Method in class demos.JointDemo
 
initializeByProperty(String, String) - Method in class pi.config.ConfigGroup
Initializes a property by its key and value.
initializeVelocityConstraints() - Method in class org.jbox2d.dynamics.contacts.ContactSolver
 
InitialTurtleState - Class in pi.dsa.turtle
Speichert den Startzustand der Schildkröte, d.h. alle Einstellungen, die die Schildkröte braucht, um mit einem Algorithmus eine Turtle-Grafik zu zeichnen.
InitialTurtleState() - Constructor for class pi.dsa.turtle.InitialTurtleState
 
initialValue() - Method in class org.jbox2d.testbed.perf.PoolingPerf.TLVec2
 
initItem() - Method in class blockly_robot.robot.data.model.LevelData
 
initItem() - Method in class blockly_robot.robot.logic.level.Level
 
initItems - Variable in class blockly_robot.robot.data.model.LevelData
 
initPosition - Variable in class blockly_robot.robot.logic.robot.VirtualRobot
 
initPosition(ItemData) - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
initTest(boolean) - Method in class org.jbox2d.testbed.framework.TestbedTest
Initializes the current test.
initTest(boolean) - Method in class org.jbox2d.testbed.tests.ApplyForce
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.BlobTest4
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.BodyTypes
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.Breakable
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.BulletTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.Cantilever
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.Car
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.Chain
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.CharacterCollision
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.CircleStress
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.CollisionFiltering
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.CollisionProcessing
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.CompoundShapes
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.ConfinedTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.ContinuousTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.ConvexHull
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.ConveyorBelt
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.DamBreak
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.DistanceTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.DominoTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.DominoTower
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.DrawingParticles
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.EdgeShapes
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.EdgeTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.FixedPendulumTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.FreePendulumTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.Gears
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.HelloWorld
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.LiquidTimer
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.MotorTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.OneSidedTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.Particles
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.ParticleTypes
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.PistonTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.PolyShapes
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.PrismaticTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.Pulleys
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.PyramidTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.RayCastTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.RevoluteTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.RopeTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.SensorTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.ShapeEditing
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.SliderCrankTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.SphereStack
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.TheoJansen
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.Tumbler
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.VaryingFrictionTest
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.VaryingRestitution
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.VerticalStack
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.WaveMachine
 
initTest(boolean) - Method in class org.jbox2d.testbed.tests.Web
 
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJoint
 
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.DistanceJoint
 
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.FrictionJoint
 
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.GearJoint
 
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.Joint
Internal
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.MotorJoint
 
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
 
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.RopeJoint
 
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
initVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
Inky - Class in pacman.actors
 
Inky() - Constructor for class pacman.actors.Inky
 
INNER_CORNER_BL - Enum constant in enum class pacman.scenes.Brick
 
INNER_CORNER_BL_BORDER_R - Enum constant in enum class pacman.scenes.Brick
 
INNER_CORNER_BL_BORDER_T - Enum constant in enum class pacman.scenes.Brick
 
INNER_CORNER_BR - Enum constant in enum class pacman.scenes.Brick
 
INNER_CORNER_BR_BORDER_L - Enum constant in enum class pacman.scenes.Brick
 
INNER_CORNER_BR_BORDER_T - Enum constant in enum class pacman.scenes.Brick
 
INNER_CORNER_TL - Enum constant in enum class pacman.scenes.Brick
 
INNER_CORNER_TL_BORDER_R - Enum constant in enum class pacman.scenes.Brick
 
INNER_CORNER_TR - Enum constant in enum class pacman.scenes.Brick
 
INNER_CORNER_TR_BORDER_L - Enum constant in enum class pacman.scenes.Brick
 
INNER_ITERATIONS - Static variable in class org.jbox2d.testbed.perf.MathPerf
 
INNER_ITERATIONS - Static variable in class org.jbox2d.testbed.perf.PoolingPerf
 
INNER_ITERATIONS - Static variable in class org.jbox2d.testbed.perf.StackTest
 
innerHeight() - Method in class pi.graphics.boxes.TextBlockAlignBox
 
innerRadius() - Method in class pi.actor.Star
Gibt den inneren Radius des Sterns zurück.
innerRadius(double) - Method in class pi.actor.Star
Setzt den inneren Radius des Sterns.
innerWidth() - Method in class pi.graphics.boxes.TextBlockAlignBox
 
InsetBox - Class in pi.graphics.boxes
Ein Außenabstand um die enthaltene Kind-Box.
InsetBox() - Constructor for class pi.graphics.boxes.InsetBox
 
InsetBox(Box) - Constructor for class pi.graphics.boxes.InsetBox
Erzeugt einen neuen Außenabstand durch die Angabe der enthaltenen Kind-Box.
InsetBoxDemo - Class in demos.classes.graphics.boxes
 
InsetBoxDemo() - Constructor for class demos.classes.graphics.boxes.InsetBoxDemo
 
instantiateClass(String) - Static method in class blockly_robot.robot.utils.PackageClassLoader
Instantiates a class based on the given relative class path.
instantMode() - Method in class pi.config.GameConfig
Gibt zurück, ob der Instant-Modus aktiviert ist oder nicht.
instantMode(boolean) - Method in class pi.config.GameConfig
Aktiviert oder deaktiviert den Instant-Modus.
instantMode(boolean) - Static method in class pi.Controller
Aktiviert oder deaktiviert den Instant-Modus.
InstantModeDemo - Class in demos.classes.class_configuration
Demonstriert den Instant-Modus.
InstantModeDemo() - Constructor for class demos.classes.class_configuration.InstantModeDemo
 
InstantModeDisabled - Class in demos.docs.main_classes.controller.instant_mode
 
InstantModeDisabled() - Constructor for class demos.docs.main_classes.controller.instant_mode.InstantModeDisabled
 
InstantModeDisabledByStaticBlock - Class in demos.docs.main_classes.controller.instant_mode
 
InstantModeDisabledByStaticBlock() - Constructor for class demos.docs.main_classes.controller.instant_mode.InstantModeDisabledByStaticBlock
 
InstantModeEnabled - Class in demos.docs.main_classes.controller.instant_mode
 
InstantModeEnabled() - Constructor for class demos.docs.main_classes.controller.instant_mode.InstantModeEnabled
 
InstructionScene - Class in pacman.scenes
 
InstructionScene() - Constructor for class pacman.scenes.InstructionScene
 
IntArray - Class in org.jbox2d.pooling.arrays
Not thread safe int[] pooling
IntArray() - Constructor for class org.jbox2d.pooling.arrays.IntArray
 
interlace - Variable in class pi.util.GifDecoder
 
Internal - Annotation Interface in pi.annotations
Diese Annotation markiert Methoden, die Schüler definitiv nicht verwenden sollen.
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbBody
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbFilter
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbFixture
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbJoint
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbShape
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbVec2
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
internalGetFieldAccessorTable() - Method in class org.box2d.proto.Box2D.PbWorld
 
internalGetValueMap() - Static method in enum class org.box2d.proto.Box2D.PbBodyType
 
internalGetValueMap() - Static method in enum class org.box2d.proto.Box2D.PbJointType
 
internalGetValueMap() - Static method in enum class org.box2d.proto.Box2D.PbShapeType
 
interpolate(double) - Method in interface pi.animation.Interpolator
 
interpolate(Color, Color, double) - Static method in class pi.resources.color.ColorUtil
Mischt eine neue Farbe aus zwei gegebenen Farben, wobei das Mischverhältnis angegeben werden kann.
interpolator - Static variable in class blockly_robot.robot.gui.State
 
Interpolator<V> - Interface in pi.animation
 
interval() - Method in class pi.event.PeriodicTaskExecutor
Gibt das aktuelle Intervall der periodischen Aufgabe aus.
intro - Variable in class blockly_robot.robot.data.model.TaskData
Quelle HTML DIV class taskIntro Zeilenumbrüche mit \n Zum Beispiel: „Programmiere den Roboter: Der Roboter soll alle Kerzen anzünden
intro() - Method in class blockly_robot.robot.logic.Task
 
intro() - Method in class pi.resources.sound.IntroMusic
 
IntroMusic - Class in pi.resources.sound
Eine Audiospur, die einmalig eine Eingangsmusik und die darauf folgende Musik in einer Endlosschleife abspielt.
IntroMusic(Sound, Sound) - Constructor for class pi.resources.sound.IntroMusic
Initializes a new IntroMusic for the specified sound.
intros - Variable in class blockly_robot.robot.data.model.TaskData
 
IntrosByDifficultyData - Class in blockly_robot.robot.data.model
 
IntrosByDifficultyData() - Constructor for class blockly_robot.robot.data.model.IntrosByDifficultyData
 
INV_PI - Static variable in class org.jbox2d.common.MathUtils
 
invalidParticleIndex - Static variable in class org.jbox2d.common.Settings
A symbolic constant that stands for particle allocation error.
inverseDt - Variable in class org.jbox2d.dynamics.TimeStep
The inverse time step (0 if dt == 0).
invert() - Method in class org.jbox2d.common.Mat22
Returns the inverted Mat22 - does NOT invert the matrix locally!
invertLocal() - Method in class org.jbox2d.common.Mat22
 
invertToOut(Mat22) - Method in class org.jbox2d.common.Mat22
 
invI - Variable in class org.jbox2d.dynamics.Body
The inverse rotational inertia about the center of mass.
invIA - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
invIB - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
invMass - Variable in class org.jbox2d.dynamics.Body
The inverse mass (1 / mass).
invMassA - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
invMassB - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
invoke(Consumer<T>) - Method in class pi.event.EventListeners
 
IOS - Enum constant in enum class pi.resources.color.PredefinedColorScheme
Ein Farbschema nach den Farben der IOS Human Interface Guidelines von Apple.
isAbstract() - Method in record class cli.java2umltext.model.MethodWrapper
Returns the value of the isAbstract record component.
isActive() - Method in class org.jbox2d.dynamics.Body
Get the active state of the body.
isActive() - Method in class org.jbox2d.dynamics.BodyDef
Does this body start out active?
isActive() - Method in class org.jbox2d.dynamics.joints.Joint
Short-cut function to determine if either body is inactive.
isAllowSleep() - Method in class org.jbox2d.dynamics.BodyDef
Set this flag to false if this body should never fall asleep.
isAllowSleep() - Method in class org.jbox2d.dynamics.World
 
isAnimating() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
isAnimationPaused() - Method in class pi.actor.StatefulAnimation
Gibt an, ob die Animation derzeit pausiert ist.
isAutoWithdrawable() - Method in class blockly_robot.robot.logic.item.Item
 
isAwake() - Method in class org.jbox2d.dynamics.Body
Get the sleeping state of this body.
isAwake() - Method in class org.jbox2d.dynamics.BodyDef
Is this body initially sleeping?
isBullet() - Method in class org.jbox2d.dynamics.Body
Is this body treated like a bullet for continuous collision detection?
isBullet() - Method in class org.jbox2d.dynamics.BodyDef
Is this a fast moving body that should be prevented from tunneling through other moving bodies?
isCategory() - Method in class org.jbox2d.testbed.framework.TestbedModel.ListItem
 
isContainer - Variable in class blockly_robot.robot.data.model.ItemData
Gibt an, ob der Gegenstand eine Kiste darstellt.
isContainer() - Method in class blockly_robot.robot.logic.item.Item
Gibt an, ob der Gegenstand eine Kiste darstellt.
isContainer() - Method in class blockly_robot.robot.logic.item.StackedItems
 
isContinuousPhysics() - Method in class org.jbox2d.dynamics.World
 
isCross - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isDebug() - Method in class pi.config.ConfigGroup
Checks if debug mode is enabled.
isDebug() - Static method in class pi.Controller
Gibt an, ob die Engine gerade im Debug-Modus ausgeführt wird.
isDirected() - Method in class pi.dsa.graph.GraphEdge
Gibt wahr zurück, falls die Kante gerichtet ist.
isDone() - Method in class pi.event.SingleTask
 
isDotted - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isEmpty() - Method in class pi.actor.Group
Prüft, ob diese Gruppe keine Figuren enthält.
isEmpty() - Method in class pi.event.EventListeners
Gibt wahr zurück, wenn diese Instanz keine Beobachter enthält.
isEnabled() - Method in class org.jbox2d.dynamics.contacts.Contact
Has this contact been disabled?
isEqual(ContactID) - Method in class org.jbox2d.collision.ContactID
 
isExit - Variable in class blockly_robot.robot.data.model.ItemData
Gibt an, ob der Gegenstand einen Ausgang darstellt.
isExit() - Method in class blockly_robot.robot.logic.item.Item
Gibt an, ob der Gegenstand einen Ausgang darstellt.
isExit() - Method in class blockly_robot.robot.logic.item.StackedItems
 
isFake - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isFixedRotation() - Method in class org.jbox2d.dynamics.Body
Does this body have fixed rotation?
isFixedRotation() - Method in class org.jbox2d.dynamics.BodyDef
Should this body be prevented from rotating?
isFlipHorizontal() - Method in class pi.actor.StatefulAnimation
Gibt an, ob das Objekt horizontal gespiegelt ist.
isFlipVertical() - Method in class pi.actor.StatefulAnimation
Gibt an, ob das Objekt vertikal gespiegelt ist.
isGreen - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isGridTaken(int, int) - Method in class tetris.tetrominos.Tetromino
Überprüft, ob die gegebene Koordinate im Blockgitter besetzt ist.
isGrounded() - Method in class pi.actor.Actor
Testet, ob das Objekt „steht“.
isGrounded() - Method in class pi.physics.BodyHandler
 
isGrounded() - Method in class pi.physics.NullHandler
 
isHexColorString(String) - Static method in class pi.resources.color.ColorUtil
Überprüft, ob die gegebene Zeichenketten eine Farbe in hexadezimaler Notation (z.B.
isIgnored() - Method in class pi.event.CollisionEvent
Gibt wahr zurück, falls dieses Ereignis ignoriert wurde.
isIndependentJoint(JointType) - Static method in class org.jbox2d.serialization.SerializationHelper
 
isInfinite() - Method in class pi.animation.KeyFrames
Gibt an, ob dieses Keyframe-Set unendlich animiert wird.
isInFrontOfObstacle() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
isInFrontOfObstacle(Compass) - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
isInGrid(int, int) - Method in class blockly_robot.robot.logic.context.Context
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbBody
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbFilter
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbFixture
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbJoint
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbShape
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbVec2
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
isInitialized() - Method in class org.box2d.proto.Box2D.PbWorld
 
isInt(double) - Static method in class pi.util.MathUtil
 
isIntegral() - Method in class pi.graphics.geom.Vector
Gibt zurück, ob dieser Vektor echt ganzzahlig ist, also ob seine tatsächlichen Delta-Werte beide Ganzzahlen sind.
isJar() - Static method in class pi.debug.Version
Gibt an, ob das Programm gerade aus einer Jar heraus gestartet wurde.
isKeyPressed(int) - Static method in class pi.Controller
Gibt an, ob eine bestimmte Taste derzeit gedrückt ist.
Island - Class in org.jbox2d.dynamics
This is an internal class.
Island() - Constructor for class org.jbox2d.dynamics.Island
 
ISLAND_FLAG - Static variable in class org.jbox2d.dynamics.contacts.Contact
Flags stored in flags Used when crawling contact graph when forming islands.
islandFlag - Static variable in class org.jbox2d.dynamics.Body
 
islandFlag - Variable in class org.jbox2d.dynamics.joints.Joint
 
islandIndex - Variable in class org.jbox2d.dynamics.Body
 
isLaser - Variable in class blockly_robot.robot.data.model.ItemData
Gibt an, ob der Gegenstand einen Laser darstellt.
isLaser() - Method in class blockly_robot.robot.logic.item.Item
Gibt an, ob der Gegenstand einen Laser darstellt.
isLight - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isLimitEnabled() - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Is the joint limit enabled?
isLimitEnabled() - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
isLimitEnabled() - Method in class pi.physics.joints.PrismaticJoint
 
isLimitEnabled() - Method in class pi.physics.joints.RevoluteJoint
 
isLocked() - Method in class org.jbox2d.dynamics.World
Is the world locked (in the middle of a time step).
isMirror - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isMotorEnabled() - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Is the joint motor enabled?
isMotorEnabled() - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
isMotorEnabled() - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
isMotorEnabled() - Method in class pi.physics.joints.PrismaticJoint
 
isMotorEnabled() - Method in class pi.physics.joints.RevoluteJoint
 
isMounted() - Method in class pi.actor.Actor
Gibt wahr zurück, falls das Objekt einer Ebene zugeordnet ist.
isMouseTracing() - Method in class org.jbox2d.testbed.framework.TestbedTest
 
isNaN() - Method in class pi.graphics.geom.Vector
 
isNull() - Method in class pi.graphics.geom.Vector
Berechnet, ob dieser Vektor keine Wirkung hat.
isObstacle - Variable in class blockly_robot.robot.data.model.ItemData
Gibt an, ob der Gegenstand ein Hindernis darstellt.
isObstacle() - Method in class blockly_robot.robot.logic.item.Item
Gibt an, ob der Gegenstand ein Hindernis darstellt.
isObstacle() - Method in class blockly_robot.robot.logic.item.StackedItems
 
isObstacle(int, int) - Method in class blockly_robot.robot.logic.context.Context
Überprüfe, ob sich auf einer Kachel ein Gegenstand gefindet, der ein Hindernis darstellt.
isObstacle(Coords) - Method in class blockly_robot.robot.logic.context.Context
 
isOddNumber(int) - Static method in class pi.util.MathUtil
 
isOpaque - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isOwnBlockPosition(int, int) - Method in class tetris.tetrominos.Tetromino
Überprüft, ob die gegebene Koordinate mit einem der vier eigenen Blöcke des Tetrominos übereinstimmt.
isPaint - Variable in class blockly_robot.robot.data.model.ItemData
 
isPaint() - Method in class blockly_robot.robot.logic.item.Item
 
isPaint() - Method in class blockly_robot.robot.logic.item.StackedItems
 
isPaused - Variable in class pi.event.PeriodicTaskExecutor
Gibt an, ob die Aufgabe pausiert ist.
isPaused() - Method in class pi.animation.KeyFrames
 
isPaused() - Method in class pi.animation.ValueAnimator
Gibt an, ob der Animator pausiert ist.
isPaused() - Method in class pi.event.AggregateFrameListener
 
isPaused() - Method in class pi.resources.sound.Playback
Determines if this playback is paused.
isPhysicsPaused() - Method in class pi.Scene
Gibt an, ob die Physik dieser Szene pausiert ist.
isPixelMultiplication() - Method in class pi.config.GraphicsConfig
Gibt wahr zurück, wenn die Pixelvervielfältigung aktiviert ist.
isPlaying() - Method in class pi.resources.sound.Playback
Determines if this playback has sound to play.
isPowerOfTwo(int) - Static method in class org.jbox2d.common.MathUtils
 
isProjectile - Variable in class blockly_robot.robot.data.model.ItemData
Gibt an, ob der Gegenstand einen Wurfkörper darstellt.
isProjectile() - Method in class blockly_robot.robot.logic.item.Item
Gibt an, ob der Gegenstand einen Wurfkörper darstellt.
isPushable - Variable in class blockly_robot.robot.data.model.ItemData
Gibt an, ob der Gegenstand eine Kiste darstellt.
isPushable() - Method in class blockly_robot.robot.logic.item.Item
Gibt an, ob der Gegenstand eine Kiste darstellt.
isQuadrille - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isRelocated() - Method in class blockly_robot.robot.logic.log.Movement
 
isRobot - Variable in class blockly_robot.robot.data.model.ItemData
Gibt an, ob der Gegenstand einen Roboter darstellt.
isRobot() - Method in class blockly_robot.robot.logic.item.Item
Gibt an, ob der Gegenstand einen Roboter darstellt.
isRotationLocked() - Method in class pi.actor.Actor
Gibt an, ob die Rotation dieses Objekts derzeit innerhalb der physikalischen Simulation blockiert ist.
isRotationLocked() - Method in class pi.physics.BodyHandler
 
isRotationLocked() - Method in class pi.physics.NullHandler
 
isRound - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isRunning() - Method in class pi.actor.StopWatch
Prüft, ob die Stoppuhr gerade läuft.
isRunning() - Static method in class pi.Controller
Gibt an, ob die Engine gerade läuft.
IsRunningDemo - Class in demos.classes.class_controller
Demonstriert die Methode Controller.isRunning().
IsRunningDemo() - Constructor for class demos.classes.class_controller.IsRunningDemo
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.framework.TestbedTest
Override to enable saving and loading.
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.ApplyForce
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.BlobTest4
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.BodyTypes
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.Cantilever
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.Car
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.Chain
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.CharacterCollision
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.CircleStress
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.CollisionFiltering
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.CollisionProcessing
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.CompoundShapes
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.ConfinedTest
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.ConveyorBelt
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.DominoTest
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.DominoTower
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.FixedPendulumTest
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.FreePendulumTest
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.OneSidedTest
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.PistonTest
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.PrismaticTest
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.Pulleys
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.PyramidTest
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.RevoluteTest
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.SphereStack
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.TheoJansen
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.VaryingFrictionTest
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.VaryingRestitution
 
isSaveLoadEnabled() - Method in class org.jbox2d.testbed.tests.VerticalStack
 
isSensor - Variable in class org.jbox2d.dynamics.Fixture
A sensor shape collects contact information but never generates a collision response.
isSensor - Variable in class org.jbox2d.dynamics.FixtureDef
A sensor shape collects contact information but never generates a collision response.
isSensor() - Method in class org.jbox2d.dynamics.Fixture
Is this fixture a sensor (non-solid)?
isSensor() - Method in class org.jbox2d.dynamics.FixtureDef
A sensor shape collects contact information but never generates a collision response.
isSensor() - Method in enum class pi.physics.BodyType
 
isSensor() - Method in class pi.physics.FixtureData
 
isSleepingAllowed() - Method in class org.jbox2d.dynamics.Body
Is this body allowed to sleep?
isSleepingAllowed() - Method in class org.jbox2d.dynamics.World
 
isSquare - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isStar - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isStatic() - Method in record class cli.java2umltext.model.FieldWrapper
Returns the value of the isStatic record component.
isStatic() - Method in record class cli.java2umltext.model.MethodWrapper
Returns the value of the isStatic record component.
isStriped - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isSubStepping() - Method in class org.jbox2d.dynamics.World
 
isSupported(File) - Static method in enum class pi.resources.ImageFormat
Determines whether the extension of the specified file is supported by the engine.
isSupported(File) - Static method in enum class pi.resources.sound.SoundFormat
Prüft, ob die Dateiendung der angegebenen Datei von der Engine unterstützt wird.
isSupported(String) - Static method in enum class pi.resources.ImageFormat
Determines whether the extension of the specified file is supported by the engine.
isSupported(String) - Static method in enum class pi.resources.sound.SoundFormat
Prüft, ob die Dateiendung des angegebenen Dateinamens von der Engine unterstützt wird.
isSupported(String, T[], T) - Static method in class pi.resources.DataFormat
Prüft, ob die Dateiendung eines Dateinamens in den unterstützten Formaten enthalten ist.
isSystemFont(String) - Static method in class pi.resources.font.FontContainer
Prüft, ob eine Schriftart auf diesem System vorhanden ist.
isTaken(int, int) - Method in class tetris.tetrominos.Grid
Überprüft, ob die angegebene Koordinate im Blockgitter besetzt ist.
isTestAt(int) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
isTouching() - Method in class org.jbox2d.dynamics.contacts.Contact
Is this contact touching?
isTriangle - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isUnsupported(UnsupportedObjectException) - Method in interface org.jbox2d.serialization.UnsupportedListener
Called when an object is unsupported by the de/serializer.
isUnsupported(UnsupportedObjectException) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
isValid() - Method in class org.jbox2d.collision.AABB
Verify that the bounds are sorted.
isValid() - Method in class org.jbox2d.common.Vec2
Does this vector contain finite coordinates?
isVisible() - Method in class pi.actor.Actor
Gibt an, ob das Objekt sichtbar ist.
isVisible() - Method in class pi.Layer
Gibt an, ob dieses Layer gerade sichtbar ist.
isWarmStarting() - Method in class org.jbox2d.dynamics.World
 
isWire - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
isWithdrawable - Variable in class blockly_robot.robot.data.model.ItemData
Gibt an, ob der Gegenstand eingesammelt werden kann.
isWithdrawable() - Method in class blockly_robot.robot.logic.item.Item
Gibt an, ob der Gegenstand eingesammelt werden kann.
isWithdrawable() - Method in class blockly_robot.robot.logic.item.StackedItems
 
isWorldPaused() - Method in class pi.physics.WorldHandler
 
isWrapperType(Class<T>, Class<C>) - Static method in class pi.util.ReflectionUtil
Prueft, ob ein Typ der Wrapper-Typ eines primitiven Typs ist.
isWritable - Variable in class blockly_robot.robot.data.model.ItemData
Gibt an, ob der Gegenstand eine Tafel darstellt.
isYFlip() - Method in interface org.jbox2d.common.IViewportTransform
 
isYFlip() - Method in class org.jbox2d.common.OBBViewportTransform
 
isZero() - Method in class org.jbox2d.particle.ParticleColor
True when all four color elements equal 0.
ITALIC - Enum constant in enum class pi.resources.font.FontStyle
Der kursive Schriftstil.
item() - Method in class blockly_robot.robot.logic.log.ItemRelocation
 
item(Item) - Method in class blockly_robot.robot.logic.log.ItemRelocation
 
Item - Class in blockly_robot.robot.logic.item
Ein Gegenstand auf dem Gitter.
Item - Enum Class in demos.small_games.dude
 
Item(ItemData) - Constructor for class blockly_robot.robot.logic.item.Item
 
itemController(Item) - Method in class blockly_robot.robot.gui.level.AssembledLevel
 
ItemController - Interface in blockly_robot.robot.logic.item
 
itemCreator - Variable in class blockly_robot.robot.logic.item.relocation.BagPacker
 
itemCreator() - Method in class blockly_robot.robot.logic.context.Context
 
itemCreator() - Method in class blockly_robot.robot.logic.Task
 
ItemCreator - Class in blockly_robot.robot.logic.item
Ein Speicher für die Daten der Gegenstände (ItemData).
ItemCreator(Map<String, ItemData>) - Constructor for class blockly_robot.robot.logic.item.ItemCreator
 
ItemData - Class in blockly_robot.robot.data.model
Die Daten eines Gegenstands (Item).
ItemData() - Constructor for class blockly_robot.robot.data.model.ItemData
 
ItemMapPainter - Class in blockly_robot.robot.gui.map
 
ItemMapPainter(Context) - Constructor for class blockly_robot.robot.gui.map.ItemMapPainter
 
ItemMapPainterTest - Class in blockly_robot.robot.gui.map
 
ItemMapPainterTest() - Constructor for class blockly_robot.robot.gui.map.ItemMapPainterTest
 
ItemRelocation - Class in blockly_robot.robot.logic.log
Withdrawing or dropping an item.
ItemRelocation(String) - Constructor for class blockly_robot.robot.logic.log.ItemRelocation
 
ItemRelocation(String, Item) - Constructor for class blockly_robot.robot.logic.log.ItemRelocation
 
itemTypes - Variable in class blockly_robot.robot.data.model.GridInfosData
 
iterations - Variable in class org.jbox2d.collision.DistanceOutput
number of gjk iterations used
iterator() - Method in class blockly_robot.robot.logic.item.relocation.BagPacker
 
iterator() - Method in class blockly_robot.robot.logic.item.StackedItems
 
iterator() - Method in class pi.actor.Group
Gibt einen Iterator über alle Figuren dieser Gruppe zurück.
iterator() - Method in class pi.graphics.boxes.Box
Liefert einen Iterator über die direkten Kinder dieser Box.
iterator() - Method in class pi.resources.sound.IntroMusic
 
iterator() - Method in class pi.resources.sound.LoopedMusic
 
iterator() - Method in class pi.resources.sound.MulitpleSoundsMusic
 
iterator() - Method in class pi.resources.sound.SinglePlayMusic
 
IViewportTransform - Interface in org.jbox2d.common
This is the viewport transform used from drawing.
iw - Variable in class pi.util.GifDecoder
 
ix - Variable in class pi.util.GifDecoder
 
iy - Variable in class pi.util.GifDecoder
 

J

Jacobian - Class in org.jbox2d.dynamics.joints
 
Jacobian() - Constructor for class org.jbox2d.dynamics.joints.Jacobian
 
JAVA - Enum constant in enum class pi.resources.color.PredefinedColorScheme
Ein Farbschema, das einige vordefinierten statischen Farbattribute der JAVA-Color-Klasse verwendet.
JbDeserializer - Interface in org.jbox2d.serialization
 
JbDeserializer.ObjectListener - Interface in org.jbox2d.serialization
Called for each physics object with a tag defined.
JbSerializer - Interface in org.jbox2d.serialization
Serializer for jbox2d, used to serialize any aspect of the physics world
JbSerializer.ObjectSigner - Interface in org.jbox2d.serialization
Interface that allows the serializer to look up tags for each object, which can be used later during deserializing by the developer.
join(boolean[]) - Static method in class pi.util.ArrayUtil
Joins the specified array with the ArrayUtil.DEFAULT_STRING_DELIMITER.
join(boolean[], String) - Static method in class pi.util.ArrayUtil
Joins the specified array with the defined delimiter.
join(byte[]) - Static method in class pi.util.ArrayUtil
Joins the specified array with the ArrayUtil.DEFAULT_STRING_DELIMITER.
join(byte[], String) - Static method in class pi.util.ArrayUtil
Joins the specified array with the defined delimiter.
join(double[]) - Static method in class pi.util.ArrayUtil
Joins the specified array with the ArrayUtil.DEFAULT_STRING_DELIMITER.
join(double[], String) - Static method in class pi.util.ArrayUtil
Joins the specified array with the defined delimiter.
join(float[]) - Static method in class pi.util.ArrayUtil
Joins the specified array with the ArrayUtil.DEFAULT_STRING_DELIMITER.
join(float[], String) - Static method in class pi.util.ArrayUtil
Joins the specified array with the defined delimiter.
join(int[]) - Static method in class pi.util.ArrayUtil
Joins the specified array with the ArrayUtil.DEFAULT_STRING_DELIMITER.
join(int[], String) - Static method in class pi.util.ArrayUtil
Joins the specified array with the defined delimiter.
join(long[]) - Static method in class pi.util.ArrayUtil
Joins the specified array with the ArrayUtil.DEFAULT_STRING_DELIMITER.
join(long[], String) - Static method in class pi.util.ArrayUtil
Joins the specified array with the defined delimiter.
join(short[]) - Static method in class pi.util.ArrayUtil
Joins the specified array with the ArrayUtil.DEFAULT_STRING_DELIMITER.
join(short[], String) - Static method in class pi.util.ArrayUtil
 
join(Object[]) - Static method in class pi.util.ArrayUtil
Joins the specified array with the ArrayUtil.DEFAULT_STRING_DELIMITER.
join(Object[], String) - Static method in class pi.util.ArrayUtil
Joins the specified array with the defined delimiter.
join(Collection<?>) - Static method in class pi.util.ArrayUtil
Joins the specified list with the ArrayUtil.DEFAULT_STRING_DELIMITER.
join(Collection<?>, String) - Static method in class pi.util.ArrayUtil
Joins the specified collection with the defined delimiter.
joinParticleGroups(ParticleGroup, ParticleGroup) - Method in class org.jbox2d.dynamics.World
Join two particle groups.
joinParticleGroups(ParticleGroup, ParticleGroup) - Method in class org.jbox2d.particle.ParticleSystem
 
joint - Variable in class demos.classes.physics.joints.WeldJointDemo
 
joint - Variable in class org.jbox2d.dynamics.joints.JointEdge
The joint.
joint() - Method in record class pi.physics.joints.Joint.JointRegistration
Returns the value of the joint record component.
Joint - Class in org.jbox2d.dynamics.joints
The base joint class.
Joint<JointType extends Joint> - Class in pi.physics.joints
Eine Verbindung zwischen Figuren.
Joint() - Constructor for class pi.physics.joints.Joint
 
Joint(WorldPool, JointDef) - Constructor for class org.jbox2d.dynamics.joints.Joint
 
JOINT - Enum constant in enum class org.jbox2d.serialization.UnsupportedObjectException.Type
 
Joint.JointRegistration<T> - Record Class in pi.physics.joints
 
joint1 - Variable in class org.jbox2d.dynamics.joints.GearJointDef
The first revolute/prismatic joint attached to the gear joint.
joint1 - Variable in class org.jbox2d.profile.worlds.PistonWorld
 
JOINT1_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
joint2 - Variable in class org.jbox2d.dynamics.joints.GearJointDef
The second revolute/prismatic joint attached to the gear joint.
joint2 - Variable in class org.jbox2d.profile.worlds.PistonWorld
 
JOINT2_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
jointBit - Static variable in class org.jbox2d.callbacks.DebugDraw
Draw joint connections
JointBuilder<JointType extends Joint> - Interface in pi.physics.joints
 
jointCapacity - Variable in class org.jbox2d.dynamics.Island
 
jointCount - Variable in class org.jbox2d.dynamics.Island
 
JointDef - Class in org.jbox2d.dynamics.joints
Joint definitions are used to construct joints.
JointDef(JointType) - Constructor for class org.jbox2d.dynamics.joints.JointDef
 
JointDemo - Class in demos
Demonstriert die Verbindungen (Joints) in der Engine.
JointDemo() - Constructor for class demos.JointDemo
 
jointDestroyed(Joint) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
jointDestroyed(Joint) - Method in class org.jbox2d.testbed.tests.Web
 
JointEdge - Class in org.jbox2d.dynamics.joints
A joint edge is used to connect bodies and joints together in a joint graph where each body is a node and each joint is an edge.
JointEdge() - Constructor for class org.jbox2d.dynamics.joints.JointEdge
 
jointList - Variable in class org.jbox2d.dynamics.Body
 
JointRegistration(T, WorldHandler) - Constructor for record class pi.physics.joints.Joint.JointRegistration
Creates an instance of a JointRegistration record class.
joints - Variable in class org.jbox2d.dynamics.Island
 
JOINTS_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
JOINTS_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbWorld
 
JointType - Enum Class in org.jbox2d.dynamics.joints
 
JPG - Enum constant in enum class pi.resources.ImageFormat
 
JsonLoader - Class in blockly_robot.robot.data
 
JsonLoader() - Constructor for class blockly_robot.robot.data.JsonLoader
 
jukebox - Static variable in class pi.Controller
Die AudioEngine-Klasse bietet Methoden an, um Klänge im Spiel wiederzugeben.
Jukebox - Class in pi.resources.sound
Statische Fassade fuer AudioEngine.
JukeboxDemo - Class in demos.classes.resources.sound
Demonstriert die Klasse Jukebox.
JukeboxDemo() - Constructor for class demos.classes.resources.sound.JukeboxDemo
 
JukeboxStandaloneDemo - Class in demos.classes.resources.sound
 
JukeboxStandaloneDemo() - Constructor for class demos.classes.resources.sound.JukeboxStandaloneDemo
 
JukeboxTetrisDemo - Class in demos.classes.resources.sound
 
JukeboxTetrisDemo() - Constructor for class demos.classes.resources.sound.JukeboxTetrisDemo
 
jump() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.Robot
spring hoch
jump() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.Robot
spring hoch
jump() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
jump() - Method in interface blockly_robot.robot.logic.robot.Robot
 
jump() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
JUMP_FORCE - Static variable in class demos.small_games.dude.PlayerCharacter
 
JUMP_NO_PLATFORM - Enum constant in enum class blockly_robot.robot.logic.robot.ErrorMessages
 
JUMP_OBSTACLE_BLOCKING - Enum constant in enum class blockly_robot.robot.logic.robot.ErrorMessages
 
JUMP_OUTSIDE_GRID - Enum constant in enum class blockly_robot.robot.logic.robot.ErrorMessages
 
JUMP_WITHOUT_GRAVITY - Enum constant in enum class blockly_robot.robot.logic.robot.ErrorMessages
 
JUMPING - Enum constant in enum class demos.docs.main_classes.actor.stateful_animation.PlayerState
 
JumpingUp - Enum constant in enum class demos.small_games.dude.PlayerState
 

K

K - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
KeyEventDemo - Class in demos.docs.events.key_event
 
KeyEventDemo() - Constructor for class demos.docs.events.key_event.KeyEventDemo
 
KeyEventDisplayDemo - Class in demos.docs.events.key_event
 
KeyEventDisplayDemo() - Constructor for class demos.docs.events.key_event.KeyEventDisplayDemo
 
KeyFrame<T extends Number> - Class in pi.animation
Beschreibt einen Keyframe.
KeyFrame(T, KeyFrame.Type, double) - Constructor for class pi.animation.KeyFrame
Erstellt einen Keyframe
KeyFrame.Type - Enum Class in pi.animation
Aufzählung der verschiedenen Typen von Keyframes.
KeyFrames - Class in pi.animation
Utility-Klasse
KeyFrames(Consumer<Double>) - Constructor for class pi.animation.KeyFrames
Erstellt ein leeres Set an Keyframes
keyPressed(char, int) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.ApplyForce
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.BodyTypes
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.Car
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.CircleStress
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.ConfinedTest
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.ContinuousTest
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.ConvexHull
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.DistanceTest
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.DrawingParticles
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.EdgeShapes
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.MotorTest
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.ParticleTypes
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.PolyShapes
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.PrismaticTest
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.RayCastTest
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.RevoluteTest
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.RopeTest
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.ShapeEditing
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.SliderCrankTest
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.TheoJansen
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.VerticalStack
 
keyPressed(char, int) - Method in class org.jbox2d.testbed.tests.Web
 
keyReleased(char, int) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
keyReleased(char, int) - Method in class org.jbox2d.testbed.tests.Car
 
keyRepeater - Variable in class tetris.scenes.IngameScene
 
keyStroke - Variable in class pi.event.EventListenerBundle
 
KeyStrokeCounterDemo - Class in demos.docs.events.key_stroke
 
KeyStrokeCounterDemo() - Constructor for class demos.docs.events.key_stroke.KeyStrokeCounterDemo
 
KeyStrokeListener - Interface in pi.event
Diese Schnittstelle wird implementiert, um auf gedrückte Tasten reagieren zu können.
KeyStrokeListenerAsAnonymousClassDemo - Class in demos.classes.event.keyboard
 
KeyStrokeListenerAsAnonymousClassDemo() - Constructor for class demos.classes.event.keyboard.KeyStrokeListenerAsAnonymousClassDemo
 
KeyStrokeListenerAsLambdaDemo - Class in demos.classes.event.keyboard
 
KeyStrokeListenerAsLambdaDemo() - Constructor for class demos.classes.event.keyboard.KeyStrokeListenerAsLambdaDemo
 
KeyStrokeListenerAsNormalClassDemo - Class in demos.classes.event.keyboard
 
KeyStrokeListenerAsNormalClassDemo() - Constructor for class demos.classes.event.keyboard.KeyStrokeListenerAsNormalClassDemo
 
KeyStrokeListenerRegistration - Interface in pi.event
Eine Schnittstelle zum An- und Abmelden von Beobachtern, die auf die gedrückte Tasten reagieren.
keyStrokeListeners() - Method in class pi.actor.Actor
 
keyStrokeListeners() - Method in interface pi.event.KeyStrokeListenerRegistration
 
keyStrokeListeners() - Method in class pi.Layer
 
keyStrokeListeners() - Method in class pi.Scene
 
KINEMATIC - Enum constant in enum class org.box2d.proto.Box2D.PbBodyType
KINEMATIC = 2;
KINEMATIC - Enum constant in enum class org.jbox2d.dynamics.BodyType
 
KINEMATIC - Enum constant in enum class pi.physics.BodyType
Kinematische Objekte können eine Geschwindigkeit haben, aber reagieren nicht auf Kräfte.
KINEMATIC_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbBodyType
KINEMATIC = 2;
KochSnowflakeTurtleGraphics - Class in pi.dsa.turtle.graphics
KochSnowflakeTurtleGraphics() - Constructor for class pi.dsa.turtle.graphics.KochSnowflakeTurtleGraphics
 

L

label - Variable in class pi.actor.Actor
 
label() - Method in class pi.dsa.graph.GraphNode
Gibt den Bezeichner des Knotens zurück.
label(Object...) - Method in class pi.actor.Actor
Erstellt eine neue (Haupt)-Beschriftung für diese Figur als Textinhalt.
label(String) - Method in class pi.actor.LabeledEdge
 
label(String) - Method in class pi.actor.LabeledNode
 
label(String) - Method in class pi.dsa.graph.GraphNode
Setzt den Bezeichner des Knotens.
label(Label) - Method in class pi.actor.Actor
Fügt eine Beschriftung für diese Figur hinzu.
Label - Class in pi.actor.label
Eine Beschriftung für eine Figur.
Label() - Constructor for class pi.actor.label.Label
 
LABEL_LINE_DISTANCE - Static variable in class pi.actor.LabeledEdge
Der Abstand der Kantenbezeichnung zur Kantenlinie in Meter.
LabeledEdge - Class in pi.actor
Eine beschriftete Kante
LabeledEdge(double, double, double, double) - Constructor for class pi.actor.LabeledEdge
 
LabeledEdge(double, double, double, double, String) - Constructor for class pi.actor.LabeledEdge
 
LabeledEdge(Vector, Vector) - Constructor for class pi.actor.LabeledEdge
 
LabeledEdge(Vector, Vector, String) - Constructor for class pi.actor.LabeledEdge
 
LabeledNode - Class in pi.actor
Beschreibt einen Knoten (node) mit einer Bezeichnung (label), der zur Visualisualisierung von Listen, Bäumen oder Graphen verwendet werden kann.
LabeledNode() - Constructor for class pi.actor.LabeledNode
 
LabeledNode(String) - Constructor for class pi.actor.LabeledNode
 
LabeledNode(String, double, double) - Constructor for class pi.actor.LabeledNode
 
LabeledNode(String, double, double, double) - Constructor for class pi.actor.LabeledNode
 
LabelHandler - Class in pi.actor.label
Verwaltet eine Hauptbeschriftung und mehrere weitere Beschriftungen.
LabelHandler() - Constructor for class pi.actor.label.LabelHandler
 
labels() - Method in class pi.actor.label.LabelHandler
Gibt alle Beschriftung einschließlich der Hauptbeschriftung zurück.
labelsOnIntersections() - Method in class pi.config.CoordinatesystemConfig
Gibt zurück, ob Koordinatenbeschriftungen bei jeder Überschneidung der Gitterlinien eingezeichnet werden sollen.
labelsOnIntersections(boolean) - Method in class pi.config.CoordinatesystemConfig
Setzt ob Koordinatenbeschriftungen bei jeder Überschneidung der Gitterlinien eingezeichnet werden sollen.
lambda - Variable in class org.jbox2d.common.RaycastResult
 
Landing - Enum constant in enum class demos.small_games.dude.PlayerState
 
LANDING - Enum constant in enum class demos.docs.main_classes.actor.stateful_animation.PlayerState
 
lastBgColor - Variable in class pi.util.GifDecoder
 
lastDispose - Variable in class pi.util.GifDecoder
 
lastImage - Variable in class pi.util.GifDecoder
 
lastRect - Variable in class pi.util.GifDecoder
 
lastTest() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
launch() - Static method in class blockly_robot.robot.gui.scenes.MainMenuScene
 
launch() - Method in class org.jbox2d.testbed.tests.BulletTest
 
launch() - Method in class org.jbox2d.testbed.tests.ContinuousTest
 
launch(Class<? extends TurtleGraphics>) - Static method in class pi.dsa.turtle.TurtleLauncher
 
launch(String) - Static method in class blockly_robot.robot.gui.scenes.LevelsScene
 
launch(String, Object, int) - Static method in class blockly_robot.robot.gui.scenes.LevelsScene
 
launch(TurtleGraphics) - Static method in class pi.dsa.turtle.TurtleLauncher
 
launchBomb() - Method in class org.jbox2d.testbed.framework.TestbedTest
 
launchScene(int, int, Scene) - Static method in class blockly_robot.robot.gui.Controller
 
launchScene(int, int, Scene, boolean) - Static method in class blockly_robot.robot.gui.Controller
 
launchScene(WindowScene) - Static method in class blockly_robot.robot.gui.Controller
 
launchScene(Scene) - Static method in class blockly_robot.robot.gui.Controller
 
launchScene(Scene, boolean) - Static method in class blockly_robot.robot.gui.Controller
 
layer() - Method in class pi.actor.Actor
Gibt die Ebene zurück, an der das aktuelle Objekt angemeldet ist, sonst null.
layer() - Method in class pi.physics.WorldHandler
 
layer() - Method in class pi.Scene
Gibt die Hauptebene dieser Szene aus.
Layer - Class in pi
Eine Ebene bieten die Möglichkeit, Actor-Objekte vor und hinter der Zeichenebene mit zusätzlichen Eigenschaften (wie zum Beispiel Parallaxe) zu rendern.
Layer() - Constructor for class pi.Layer
Erstellt eine neue Ebene.
LayerDemo - Class in demos
 
LayerDemo() - Constructor for class demos.LayerDemo
 
layerPosition() - Method in class pi.actor.Actor
Gibt die Ebenenposition zurück.
layerPosition() - Method in class pi.Layer
Gibt die Position des Layers aus.
layerPosition(int) - Method in class pi.actor.Actor
Setzt die Ebenenposition dieses Objekts.
layerPosition(int) - Method in class pi.Layer
Setzt die Position dieser Ebene relativ zu anderen Ebenen.
layout() - Method in record class pi.graphics.boxes.TextBlockBox.TextLayoutLine
Returns the value of the layout record component.
lct - Variable in class pi.util.GifDecoder
 
lctFlag - Variable in class pi.util.GifDecoder
 
lctSize - Variable in class pi.util.GifDecoder
 
LeafBox - Class in pi.graphics.boxes
Eine Box, die keine weiteren Kinder hat.
LeafBox() - Constructor for class pi.graphics.boxes.LeafBox
 
leastPreciseTable - Static variable in class org.jbox2d.tests.math.SinCosTest
 
left() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles.Robot
gehe nach links
left() - Method in class pi.graphics.boxes.InsetBox
Gibt den linken Außenabstand in Pixel zurück.
left(double) - Method in class pi.dsa.turtle.TurtleController
Dreht die Blickrichtung der Schildkröte nach links.
left(int) - Method in class pi.graphics.boxes.InsetBox
Setzt den linken Außenabstand in Pixel.
LEFT - Enum constant in enum class pacman.actors.GhostState
 
LEFT - Enum constant in enum class pi.event.MouseButton
Die linke Maustaste.
LEFT - Enum constant in enum class pi.graphics.boxes.HAlign
linksbündige horizontale Ausrichtung.
LEFT - Enum constant in enum class pi.graphics.geom.Direction
Repräsentation einer Richtung, die nach links zeigt.
LEFT - Static variable in class pi.graphics.geom.Vector
Konstante für eine einfache Verschiebung nach links (-1, 0).
leftOf(double) - Method in record class pi.graphics.geom.Bounds
Berechnet, ob dieses Rechteck links von einer bestimmten Grenze liegt, und wenn nicht, dann berechnet es eines, das gerade so an der rechten Extremgrenze liegt.
length - Variable in class org.jbox2d.dynamics.joints.DistanceJointDef
The equilibrium length between the anchor points.
length() - Method in class org.jbox2d.common.Vec2
Get the length of this vector (the norm).
length() - Method in class pi.graphics.geom.DirectedLineSegment
Gibt die Länge der Strecke zurück.
length() - Method in class pi.graphics.geom.Vector
Gibt die Länge des Vektors aus.
length(Vector) - Method in class pi.graphics.geom.Vector
Gibt die euklidische Distanz zwischen diesem Vektor und dem angegebenen Vektor zurück.
LENGTH_A_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
LENGTH_B_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
LENGTH_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
lengthA - Variable in class org.jbox2d.dynamics.joints.PulleyJointDef
The reference length for the segment attached to bodyA.
lengthB - Variable in class org.jbox2d.dynamics.joints.PulleyJointDef
The reference length for the segment attached to bodyB.
lengthSquared() - Method in class org.jbox2d.common.Vec2
Get the length squared.
LERP_LOOKUP - Static variable in class org.jbox2d.tests.math.SinCosTable
 
level - Static variable in class blockly_robot.robot.gui.State
Der aktuelle Schwierigkeitsgrad.
level - Variable in class blockly_robot.robot.logic.robot.VirtualRobot
 
level() - Method in class blockly_robot.robot.gui.level.AssembledLevel
 
level() - Method in class blockly_robot.robot.logic.context.Context
 
level() - Method in class blockly_robot.robot.logic.Task
Returns the first version of a training task with the easiest difficulty
level(int) - Method in class blockly_robot.robot.data.model.TaskData
 
level(int) - Method in class blockly_robot.robot.logic.level.LevelCollection
Retrieves the level with the specified difficulty.
level(int) - Method in class blockly_robot.robot.logic.Task
Retrieves the level based on the given difficulty.
level(Difficulty) - Method in class blockly_robot.robot.data.model.TaskData
 
level(Difficulty) - Method in class blockly_robot.robot.logic.level.LevelCollection
Retrieves the level for the specified difficulty.
level(Difficulty) - Method in class blockly_robot.robot.logic.Task
Returns the level associated with the given difficulty.
level(Difficulty, int) - Method in class blockly_robot.robot.data.model.TaskData
 
level(Difficulty, int) - Method in class blockly_robot.robot.logic.level.LevelCollection
Retrieves the level for the given difficulty and test index.
level(Difficulty, int) - Method in class blockly_robot.robot.logic.Task
Retrieves the level for a given difficulty and test.
Level - Class in blockly_robot.robot.logic.level
Ein Test bzw. eine Version einer Trainingsaufgabe in einer bestimmen Schwierigkeit.
Level(LevelData, Task) - Constructor for class blockly_robot.robot.logic.level.Level
 
LevelAssembler - Class in blockly_robot.robot.gui.level
Klasse, die eine Version einer Trainingsaufgabe zusammenbaut.
LevelAssembler(Level) - Constructor for class blockly_robot.robot.gui.level.LevelAssembler
 
levelCollection() - Method in class blockly_robot.robot.logic.Task
 
LevelCollection - Class in blockly_robot.robot.logic.level
Die Tests (Level) nach Schwierigkeitsgraden geordnet.
LevelCollection(LevelCollectionData, Task) - Constructor for class blockly_robot.robot.logic.level.LevelCollection
 
LevelCollectionData - Class in blockly_robot.robot.data.model
 
LevelCollectionData() - Constructor for class blockly_robot.robot.data.model.LevelCollectionData
 
LevelData - Class in blockly_robot.robot.data.model
Die Daten einer Version einer Trainingsaufgabe.
LevelData() - Constructor for class blockly_robot.robot.data.model.LevelData
 
levels() - Method in class blockly_robot.robot.logic.level.LevelCollection
 
levels() - Method in class blockly_robot.robot.logic.Task
Returns a map of difficulty levels and their corresponding list of levels.
LevelsScene - Class in blockly_robot.robot.gui.scenes
 
LevelsScene(Task, Object, int) - Constructor for class blockly_robot.robot.gui.scenes.LevelsScene
 
LevelsScene(String) - Constructor for class blockly_robot.robot.gui.scenes.LevelsScene
 
LevelsScene(String, Object, int) - Constructor for class blockly_robot.robot.gui.scenes.LevelsScene
 
LevyCCurveTurtleGraphics - Class in pi.dsa.turtle.graphics
Zeichnet die Lévy-C-Kurve.
LevyCCurveTurtleGraphics() - Constructor for class pi.dsa.turtle.graphics.LevyCCurveTurtleGraphics
Legt die Schildkröte an.
lift() - Method in class pi.dsa.turtle.TurtlePenController
Hebt den Zeichenstift an, sodass die Schildkröte nicht zeichnet.
liftPen() - Method in class pi.dsa.turtle.TurtleController
Wechselt in den Modus „nicht zeichnen“.
lightCandle() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles.Robot
zünde Kerze an
limitEnabled(boolean) - Method in class pi.physics.joints.PrismaticJoint
 
limits(double, double) - Method in class pi.physics.joints.PrismaticJoint
 
LimitState - Enum Class in org.jbox2d.dynamics.joints
 
line - Variable in class pi.resources.sound.Playback
 
line(Vector, Vector) - Static method in class pi.physics.FixtureBuilder
Erstellt die Umrissdaten, die eine Linie bzw. eine Kante zwischen zwei Punkten darstellen.
Line - Class in pi.actor
Eine Linie zwischen zwei Endpunkten.
Line() - Constructor for class pi.actor.Line
Erstellt eine neue Linie mit zwei Endpunkten an den Koordinaten (0|0) und (1|1).
Line(double, double, double, double) - Constructor for class pi.actor.Line
Erstellt eine neue Linie mit den angegebenen Koordinaten der zwei Endpunkte.
Line(Vector, Vector) - Constructor for class pi.actor.Line
Erstellt eine neue Linie zwischen zwei Endpunkten als Vektoren.
LINE - Enum constant in enum class org.box2d.proto.Box2D.PbJointType
LINE = 12;
LINE_SEPARATOR - Static variable in class pi.util.TextUtil
Ein einheitliches Standard-Zeilen-Trennzeichen.
LINE_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbJointType
LINE = 12;
Line.ArrowType - Enum Class in pi.actor
Die verschiedenen Arten einer Pfeilspitze.
Line.Cap - Enum Class in pi.actor
Definiert die Form der Endkappen einer Linie.
Line.End - Class in pi.actor
Ein Linienende.
LineAnimation - Class in pi.animation
Eine Animation, die ein Actor-Objekt in einer Linie animiert.
LineAnimation(Actor, Vector, double, boolean) - Constructor for class pi.animation.LineAnimation
Erstellt eine neue Linien-Animation.
LINEAR - Enum constant in enum class pi.animation.KeyFrame.Type
 
LINEAR - Enum constant in enum class pi.animation.tweening.TweenFunction
 
LINEAR_DAMPING_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
LINEAR_VELOCITY_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
linearA - Variable in class org.jbox2d.dynamics.joints.Jacobian
 
linearDamping - Variable in class org.jbox2d.dynamics.Body
Linear damping is used to reduce the linear velocity.
linearDamping - Variable in class org.jbox2d.dynamics.BodyDef
Linear damping is used to reduce the linear velocity.
linearDamping() - Method in class pi.actor.Actor
Gibt die Dämpfung der Geschwindigkeit zurück.
linearDamping() - Method in class pi.physics.BodyHandler
 
linearDamping() - Method in class pi.physics.NullHandler
 
linearDamping(double) - Method in class pi.actor.Actor
Setzt die Dämpfung der Geschwindigkeit.
linearDamping(double) - Method in class pi.physics.BodyHandler
 
linearDamping(double) - Method in class pi.physics.NullHandler
 
LinearDouble - Class in pi.animation.interpolation
 
LinearDouble(double, double) - Constructor for class pi.animation.interpolation.LinearDouble
 
LinearInteger - Class in pi.animation.interpolation
 
LinearInteger(int, int) - Constructor for class pi.animation.interpolation.LinearInteger
 
linearOffset - Variable in class org.jbox2d.dynamics.joints.MotorJointDef
Position of bodyB minus the position of bodyA, in bodyA's frame, in meters.
linearSleepTolerance - Static variable in class org.jbox2d.common.Settings
A body cannot sleep if its linear velocity is above this tolerance.
linearSlop - Static variable in class org.jbox2d.common.Settings
A small length used as a collision and constraint tolerance.
linearVelocity - Variable in class org.jbox2d.dynamics.Body
 
linearVelocity - Variable in class org.jbox2d.dynamics.BodyDef
The linear velocity of the body in world co-ordinates.
linearVelocity - Variable in class org.jbox2d.particle.ParticleGroupDef
The linear velocity of the group's origin in world co-ordinates.
LineCapPatternDemo - Class in demos.docs.main_classes.actor.line
Demonstriert die verschiedene Linienenden (Linienkappen) der Figur (Line).
LineCapPatternDemo() - Constructor for class demos.docs.main_classes.actor.line.LineCapPatternDemo
 
lineContent() - Method in record class pi.graphics.boxes.TextBlockBox.TextLayoutLine
Returns the value of the lineContent record component.
LineDashPatternDemo - Class in demos.docs.main_classes.actor.line
Demonstriert verschiedene Strichmuster der Figur (Line).
LineDashPatternDemo() - Constructor for class demos.docs.main_classes.actor.line.LineDashPatternDemo
 
LineDemo - Class in demos.graphics2d
Demonstierte den Umgang mit Text mit und ohne Unterlängen.
LineDemo() - Constructor for class demos.graphics2d.LineDemo
 
LinePhysicsDemo - Class in demos.docs.main_classes.actor.line
Demonstriert die Figur Linie (Line).
LinePhysicsDemo() - Constructor for class demos.docs.main_classes.actor.line.LinePhysicsDemo
 
LineRandomDemo - Class in demos.classes.actor
Demonstriert die Figur Linie (Line) indem zufällig Attribute gesetzt werden.
LineRandomDemo() - Constructor for class demos.classes.actor.LineRandomDemo
 
lines() - Method in class pi.actor.TextBlock
Gibt den Textinhalt der einzelnen Zeilen zurück.
lines() - Method in class pi.graphics.boxes.TextBlockBox
Gibt die intern berechneten, umgebrochenen Textzeilen zurück.
linesCount() - Method in class pi.graphics.boxes.TextBlockBox
Gibt die Anzahl der Zeilen in diesem Textblock zurück.
linesNMeter() - Method in class pi.config.CoordinatesystemConfig
Gibt an, auf welchen n-ten Meter eine Linie in das Koordinatensystem gezeichnet werden soll.
linesNMeter(int) - Method in class pi.config.CoordinatesystemConfig
Setzt auf welchen n-ten Meter eine Linie in das Koordinatensystem gezeichnet werden soll.
lineSpacing() - Method in class pi.actor.TextBlock
Gibt den Zeilenabstand.
lineSpacing() - Method in class pi.graphics.boxes.TextBlockBox
Gibt den Zeilenabstand.
lineSpacing(double) - Method in class pi.actor.TextBlock
Setzt den Zeilenabstand.
lineSpacing(double) - Method in class pi.graphics.boxes.TextBlockBox
Setzt den Zeilenabstand.
linesText() - Method in class pi.graphics.boxes.TextBlockBox
Gibt den Textinhalt der einzelnen Zeilen zurück.
lineThickness() - Method in class pi.actor.Grid
Gibt die Dicke der Linien in Meter zurück.
lineThickness(double) - Method in class pi.actor.Grid
Setzt die Dicke der Linien in Meter.
lineWidth() - Method in class pi.actor.ImageText
Gibt die Zeilenbreite zurück, also die maximale Anzahl an Zeichen, die eine Zeile aufnehmen kann.
lineWidth(int) - Method in class pi.actor.ImageText
Setzt die Zeilenbreite, also die maximale Anzahl an Zeichen, die eine Zeile aufnehmen kann.
LiquidTimer - Class in org.jbox2d.testbed.tests
 
LiquidTimer() - Constructor for class org.jbox2d.testbed.tests.LiquidTimer
 
list - Variable in class blockly_robot.robot.data.model.LevelCollectionData
 
listener - Variable in class org.jbox2d.dynamics.Island
 
listenerBundle() - Method in class pi.actor.Actor
 
ListenerOnActorsDemo - Class in demos.classes.event.keyboard
 
ListenerOnActorsDemo() - Constructor for class demos.classes.event.keyboard.ListenerOnActorsDemo
 
ListItem(String) - Constructor for class org.jbox2d.testbed.framework.TestbedModel.ListItem
 
ListItem(TestbedTest) - Constructor for class org.jbox2d.testbed.framework.TestbedModel.ListItem
 
load() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
load() - Method in class pi.config.ConfigLoader
Versucht, die Konfiguration aus der Datei im Anwendungsordner zu laden.
load(String) - Static method in class pi.resources.ResourceLoader
 
load(URL) - Method in class pi.resources.font.FontContainer
Lädt eine TrueType-Schriftart aus der angegebenen URL und gibt das resultierende Font-Objekt zurück.
load(URL) - Method in class pi.resources.ImageContainer
Loads the image by the specified resourceName.
load(URL) - Method in class pi.resources.ResourcesContainer
 
load(URL) - Method in class pi.resources.sound.SoundContainer
Loads the sound from the specified path and returns it.
loadAsFile(String) - Static method in class pi.resources.ResourceLoader
 
loadAsStream(String) - Static method in class pi.resources.ResourceLoader
 
loadButton - Variable in class org.jbox2d.testbed.framework.j2d.TestbedSidePanel
 
loadByTaskPath(String) - Static method in class blockly_robot.robot.logic.Task
 
loadContexts() - Static method in class blockly_robot.robot.data.JsonLoader
 
loadLoopedTrack(String) - Method in class demos.classes.resources.sound.JukeboxDemo
 
loadMenu() - Static method in class blockly_robot.robot.data.JsonLoader
 
loadResource(String) - Method in class pi.resources.ResourcesContainer
 
loadSinglePlayTrack(String) - Method in class demos.classes.resources.sound.JukeboxDemo
 
loadSound(String) - Method in class demos.classes.resources.sound.JukeboxDemo
 
loadSystemFontByName(String) - Static method in class pi.resources.font.FontContainer
Lädt eine Systemschriftart basierend auf dem Namen.
loadTask(String) - Static method in class blockly_robot.robot.data.JsonLoader
 
loadTitillium(String) - Static method in class blockly_robot.robot.gui.TextMaker
 
LOCAL_ANCHOR_A_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
LOCAL_ANCHOR_B_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
LOCAL_AXIS_A_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
localAnchorA - Variable in class org.jbox2d.dynamics.joints.DistanceJointDef
The local anchor point relative to body1's origin.
localAnchorA - Variable in class org.jbox2d.dynamics.joints.FrictionJointDef
The local anchor point relative to bodyA's origin.
localAnchorA - Variable in class org.jbox2d.dynamics.joints.PrismaticJoint
The local anchor point relative to body1's origin.
localAnchorA - Variable in class org.jbox2d.dynamics.joints.PrismaticJointDef
The local anchor point relative to body1's origin.
localAnchorA - Variable in class org.jbox2d.dynamics.joints.PulleyJointDef
The local anchor point relative to bodyA's origin.
localAnchorA - Variable in class org.jbox2d.dynamics.joints.RevoluteJoint
The local anchor point relative to body1's origin.
localAnchorA - Variable in class org.jbox2d.dynamics.joints.RevoluteJointDef
The local anchor point relative to body1's origin.
localAnchorA - Variable in class org.jbox2d.dynamics.joints.RopeJointDef
The local anchor point relative to bodyA's origin.
localAnchorA - Variable in class org.jbox2d.dynamics.joints.WeldJointDef
The local anchor point relative to body1's origin.
localAnchorA - Variable in class org.jbox2d.dynamics.joints.WheelJointDef
The local anchor point relative to body1's origin.
localAnchorB - Variable in class org.jbox2d.dynamics.joints.DistanceJointDef
The local anchor point relative to body2's origin.
localAnchorB - Variable in class org.jbox2d.dynamics.joints.FrictionJointDef
The local anchor point relative to bodyB's origin.
localAnchorB - Variable in class org.jbox2d.dynamics.joints.PrismaticJoint
The local anchor point relative to body2's origin.
localAnchorB - Variable in class org.jbox2d.dynamics.joints.PrismaticJointDef
The local anchor point relative to body2's origin.
localAnchorB - Variable in class org.jbox2d.dynamics.joints.PulleyJointDef
The local anchor point relative to bodyB's origin.
localAnchorB - Variable in class org.jbox2d.dynamics.joints.RevoluteJoint
The local anchor point relative to body2's origin.
localAnchorB - Variable in class org.jbox2d.dynamics.joints.RevoluteJointDef
The local anchor point relative to body2's origin.
localAnchorB - Variable in class org.jbox2d.dynamics.joints.RopeJointDef
The local anchor point relative to bodyB's origin.
localAnchorB - Variable in class org.jbox2d.dynamics.joints.WeldJointDef
The local anchor point relative to body2's origin.
localAnchorB - Variable in class org.jbox2d.dynamics.joints.WheelJointDef
The local anchor point relative to body2's origin.
localAxisA - Variable in class org.jbox2d.dynamics.joints.PrismaticJointDef
The local translation axis in body1.
localAxisA - Variable in class org.jbox2d.dynamics.joints.WheelJointDef
The local translation axis in body1.
localCenter - Variable in class org.jbox2d.common.Sweep
Local center of mass position
localNormal - Variable in class org.jbox2d.collision.Manifold
not use for Type::e_points
localPoint - Variable in class org.jbox2d.collision.Manifold
usage depends on manifold type
localPoint - Variable in class org.jbox2d.collision.ManifoldPoint
usage depends on manifold type
localXAxisA - Variable in class org.jbox2d.dynamics.joints.PrismaticJoint
 
localYAxisA - Variable in class org.jbox2d.dynamics.joints.PrismaticJoint
 
location(String) - Static method in class pi.resources.ResourceLoader
Ermittelt die URL zu einer angegebenen Ressource oder Datei.
LOCATION_X - Enum constant in enum class pi.animation.tweening.TweenType
 
LOCATION_XY - Enum constant in enum class pi.animation.tweening.TweenType
 
LOCATION_Y - Enum constant in enum class pi.animation.tweening.TweenType
 
LOCKED - Static variable in class org.jbox2d.dynamics.World
 
lockRotation() - Method in class pi.actor.Actor
Blockiert die Rotation im Rahmen der physikalischen Simulation.
log() - Static method in class pi.debug.LogSetup
 
logger - Static variable in class pi.Controller
Ein statischer Logger, um Informationen, Warnungen und Fehler zu protokollieren.
LoggingDemo - Class in demos.classes.class_controller
Demonstriert das statische Attribut Controller.logger und allgemein das Logging in Java.
LoggingDemo() - Constructor for class demos.classes.class_controller.LoggingDemo
 
Logo - Class in pi.actor
Zeichnet das Engine Pi Logo in eine Szene.
Logo(Scene, Vector, double) - Constructor for class pi.actor.Logo
 
LogoDemo - Class in demos.classes.actor
Demonstriert die Figur Logo (Logo).
LogoDemo() - Constructor for class demos.classes.actor.LogoDemo
 
LogSetup - Class in pi.debug
The LogSetup class provides a general purpose logger for games.
loop() - Method in class pi.resources.sound.IntroMusic
 
loop() - Method in class pi.resources.sound.MulitpleSoundsMusic
Gibt an, ob diese Musik in einer Endlosschleife abgespielt wird.
loop(boolean) - Method in class pi.resources.sound.MulitpleSoundsMusic
Setzt, ob diese Musik in einer Endlosschleife abgespielt wird.
loopCount - Variable in class pi.util.GifDecoder
 
LoopedMusic - Class in pi.resources.sound
 
LoopedMusic(Sound) - Constructor for class pi.resources.sound.LoopedMusic
Initializes a new LoopedMusic for the specified sound.
loopInit() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
lower() - Method in class pi.dsa.turtle.TurtlePenController
Senkt den Zeichenstift, sodass die Schildkröte zeichnet.
LOWER - Enum constant in enum class pi.actor.ImageText.CaseSensitivity
Alle Groß- werden zu Kleinbuchstaben konvertiert.
LOWER_LIMIT_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
lowerAngle - Variable in class org.jbox2d.dynamics.joints.RevoluteJointDef
The lower angle for the joint limit (radians).
lowerBound - Variable in class org.jbox2d.collision.AABB
The bottom left vertex of the bounding box.
lowerLimit() - Method in class pi.physics.joints.PrismaticJoint
 
lowerLimit(double) - Method in class pi.physics.joints.PrismaticJoint
 
lowerPen() - Method in class pi.dsa.turtle.TurtleController
Wechselt in den Modus „zeichnen“.
lowerTranslation - Variable in class org.jbox2d.dynamics.joints.PrismaticJointDef
The lower translation limit, usually in meters.

M

magenta(Object) - Static method in class pi.debug.AnsiColor
Wandelt ein Objekt in einen magentafarbenen Text um.
MAGENTA - Static variable in class pi.debug.AnsiColor
ANSI-Sequenz für magentafarbene Schrift.
main() - Method in class blockly_robot.robot.logic.menu.Menu
Returns the main menu.
main(String[]) - Static method in class blockly_robot.jwinf.en.tasks.challenge_competition_2019_round1_7_13.move_boxes.TaskSolver
 
main(String[]) - Static method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination.TaskSolver
 
main(String[]) - Static method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake.TaskSolver
 
main(String[]) - Static method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles.TaskSolver
 
main(String[]) - Static method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.TaskSolver
 
main(String[]) - Static method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles.TaskSolver
 
main(String[]) - Static method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.TaskSolver
 
main(String[]) - Static method in class blockly_robot.jwinf.en.tasks.difficult_tasks_exercises.in_the_library.TaskSolver
 
main(String[]) - Static method in class blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems.TaskSolver
 
main(String[]) - Static method in class blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road.TaskSolver
 
main(String[]) - Static method in class blockly_robot.MainSolver
 
main(String[]) - Static method in class blockly_robot.robot.gui.map.ItemMapPainterTest
 
main(String[]) - Static method in class blockly_robot.robot.gui.scenes.LevelsScene
 
main(String[]) - Static method in class blockly_robot.robot.gui.scenes.MainMenuScene
 
main(String[]) - Static method in class blockly_robot.robot.gui.scenes.SubMenuScene
 
main(String[]) - Static method in class cli.checklinks.FileLinkChecker
 
main(String[]) - Static method in class cli.Client
 
main(String[]) - Static method in class cli.java2umltext.Client
 
main(String[]) - Static method in class demos.BallThrowDemo
 
main(String[]) - Static method in class demos.BasketballThrowDemo
 
main(String[]) - Static method in class demos.billard.BillardDemo
 
main(String[]) - Static method in class demos.CameraDemo
 
main(String[]) - Static method in class demos.classes.actor.ActorCreateCageDemo
 
main(String[]) - Static method in class demos.classes.actor.ActorRotationDemo
 
main(String[]) - Static method in class demos.classes.actor.ActorSetFixtureFromStringDemo
 
main(String[]) - Static method in class demos.classes.actor.AnimationDemo
 
main(String[]) - Static method in class demos.classes.actor.BoxActorFlipDemo
 
main(String[]) - Static method in class demos.classes.actor.BoxActorPhysicsDemo
 
main(String[]) - Static method in class demos.classes.actor.CircleDemo
 
main(String[]) - Static method in class demos.classes.actor.GridDemo
 
main(String[]) - Static method in class demos.classes.actor.image_text.AlignmentDemo
 
main(String[]) - Static method in class demos.classes.actor.image_text.ColorDemo
 
main(String[]) - Static method in class demos.classes.actor.image_text.ContentDemo
 
main(String[]) - Static method in class demos.classes.actor.image_text.CounterDemo
 
main(String[]) - Static method in class demos.classes.actor.image_text.HelloWorldDemo
 
main(String[]) - Static method in class demos.classes.actor.image_text.MultilineDemo
 
main(String[]) - Static method in class demos.classes.actor.image_text.SpecimenDemo
 
main(String[]) - Static method in class demos.classes.actor.ImageDemo
 
main(String[]) - Static method in class demos.classes.actor.ImageDimensionDemo
 
main(String[]) - Static method in class demos.classes.actor.LineRandomDemo
 
main(String[]) - Static method in class demos.classes.actor.LogoDemo
 
main(String[]) - Static method in class demos.classes.actor.RectangleDemo
 
main(String[]) - Static method in class demos.classes.actor.SmallActorDemo
 
main(String[]) - Static method in class demos.classes.actor.StarDemo
 
main(String[]) - Static method in class demos.classes.actor.StatefulAnimationDemo
 
main(String[]) - Static method in class demos.classes.actor.StopWatchDemo
 
main(String[]) - Static method in class demos.classes.actor.TextAllSystemFontsDemo
 
main(String[]) - Static method in class demos.classes.actor.TextBlockDemo
 
main(String[]) - Static method in class demos.classes.actor.TextDemo
 
main(String[]) - Static method in class demos.classes.actor.TextDimensionDemo
 
main(String[]) - Static method in class demos.classes.actor.TextRandomDemo
 
main(String[]) - Static method in class demos.classes.actor.TriangleDemo
 
main(String[]) - Static method in class demos.classes.class_configuration.InstantModeDemo
 
main(String[]) - Static method in class demos.classes.class_controller.attribute_dialog.RequestOkCancelDemo
 
main(String[]) - Static method in class demos.classes.class_controller.attribute_dialog.RequestStringInputDemo
 
main(String[]) - Static method in class demos.classes.class_controller.attribute_dialog.RequestYesNoDemo
 
main(String[]) - Static method in class demos.classes.class_controller.attribute_dialog.ShowMessageDemo
 
main(String[]) - Static method in class demos.classes.class_controller.GetMousePositionDemo
 
main(String[]) - Static method in class demos.classes.class_controller.IsRunningDemo
 
main(String[]) - Static method in class demos.classes.class_controller.LoggingDemo
 
main(String[]) - Static method in class demos.classes.class_controller.SetPixelMultiplicationDemo
 
main(String[]) - Static method in class demos.classes.class_controller.SetWindowPositionDemo
 
main(String[]) - Static method in class demos.classes.class_controller.SetWindowSizeDemo
 
main(String[]) - Static method in class demos.classes.class_scene.OverlayDemo
 
main(String[]) - Static method in class demos.classes.class_scene.PaintingSurfaceDemo
 
main(String[]) - Static method in class demos.classes.dsa.graph.dfs.DepthFirstSearchDemo
 
main(String[]) - Static method in class demos.classes.dsa.graph.dfs.GraphCollectionDemo
 
main(String[]) - Static method in class demos.classes.dsa.graph.dfs.GraphDrawerDemo
 
main(String[]) - Static method in class demos.classes.dsa.turtle.TurtleAnimationControllerDemo
 
main(String[]) - Static method in class demos.classes.dsa.turtle.TurtleBackgroundControllerDemo
 
main(String[]) - Static method in class demos.classes.dsa.turtle.TurtleDemo
 
main(String[]) - Static method in class demos.classes.dsa.turtle.TurtlePenControllerDemo
 
main(String[]) - Static method in class demos.classes.dsa.turtle.TurtleWindowControllerDemo
 
main(String[]) - Static method in class demos.classes.event.DefaultControlDemo
 
main(String[]) - Static method in class demos.classes.event.FrameListenerDemo
 
main(String[]) - Static method in class demos.classes.event.GlobalFrameListenerDemo
 
main(String[]) - Static method in class demos.classes.event.GlobalKeyStrokeListenerDemo
 
main(String[]) - Static method in class demos.classes.event.GlobalMouseClickListenerDemo
 
main(String[]) - Static method in class demos.classes.event.GlobalMouseScrollListenerDemo
 
main(String[]) - Static method in class demos.classes.event.GlobalSceneLaunchListenerDemo
 
main(String[]) - Static method in class demos.classes.event.keyboard.KeyStrokeListenerAsAnonymousClassDemo
 
main(String[]) - Static method in class demos.classes.event.keyboard.KeyStrokeListenerAsLambdaDemo
 
main(String[]) - Static method in class demos.classes.event.keyboard.KeyStrokeListenerAsNormalClassDemo
 
main(String[]) - Static method in class demos.classes.event.keyboard.ListenerOnActorsDemo
 
main(String[]) - Static method in class demos.classes.event.keyboard.StaticKeyStrokeListenerDemo
 
main(String[]) - Static method in class demos.classes.event.PeriodicTaskExecutorDemo
 
main(String[]) - Static method in class demos.classes.event.PressedKeyRepeaterDemo
 
main(String[]) - Static method in class demos.classes.event.RepeatDemo
 
main(String[]) - Static method in class demos.classes.event.RepeatFinalTaskDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.BackgroundBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.BorderBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.CellBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.CellWidthHeightDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.CompassBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.FramedTextBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.GridBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.HorizontalBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.ImageBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.InsetBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.RotationDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.TextBlockBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.TextLineBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.TextTableBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.boxes.VerticalBoxDemo
 
main(String[]) - Static method in class demos.classes.graphics.geom.DirectedLineSegmentDemo
 
main(String[]) - Static method in class demos.classes.graphics.SceneInfoOverlayDemo
 
main(String[]) - Static method in class demos.classes.physics.joints.DistanceJointDemo
 
main(String[]) - Static method in class demos.classes.physics.joints.PrismaticJointDemo
 
main(String[]) - Static method in class demos.classes.physics.joints.RevolteJointSeesawDemo
 
main(String[]) - Static method in class demos.classes.physics.joints.RevoluteJointDemo
 
main(String[]) - Static method in class demos.classes.physics.joints.RopeJointDemo
 
main(String[]) - Static method in class demos.classes.physics.joints.WeldJointDemo
 
main(String[]) - Static method in class demos.classes.resources.color.ColorConfig
 
main(String[]) - Static method in class demos.classes.resources.sound.JukeboxDemo
 
main(String[]) - Static method in class demos.classes.resources.sound.JukeboxStandaloneDemo
 
main(String[]) - Static method in class demos.classes.resources.sound.JukeboxTetrisDemo
 
main(String[]) - Static method in class demos.classes.resources.sound.MulitpleSoundsMusicDemo
 
main(String[]) - Static method in class demos.classes.resources.sound.PlaybackListenerDemo
 
main(String[]) - Static method in class demos.classes.resources.sound.SoundDemo
 
main(String[]) - Static method in class demos.classes.resources.sound.SoundsContainerContainsDemo
 
main(String[]) - Static method in class demos.classes.resources.sound.SoundsContainerPlaybackListenerDemo
 
main(String[]) - Static method in class demos.CoordinateSystemDemo
 
main(String[]) - Static method in class demos.debug.ColorContainerVisualizerCustomDemo
 
main(String[]) - Static method in class demos.debug.ColorContainerVisualizerDefaultDemo
 
main(String[]) - Static method in class demos.docs.dev.design.SimpleGeometricActorsDemo
 
main(String[]) - Static method in class demos.docs.events.collision.froggy_jump.FroggyJump
 
main(String[]) - Static method in class demos.docs.events.key_event.KeyEventDemo
 
main(String[]) - Static method in class demos.docs.events.key_event.KeyEventDisplayDemo
 
main(String[]) - Static method in class demos.docs.events.key_stroke.KeyStrokeCounterDemo
 
main(String[]) - Static method in class demos.docs.events.mouse.PaintingCirclesAdvancedDemo
 
main(String[]) - Static method in class demos.docs.events.mouse.PaintingCirclesDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.ActorLabelDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.ActorOpacityDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.group.GroupDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.hello_world.HelloWorldVersion1
 
main(String[]) - Static method in class demos.docs.main_classes.actor.hello_world.HelloWorldVersion2
 
main(String[]) - Static method in class demos.docs.main_classes.actor.line.LineCapPatternDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.line.LineDashPatternDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.line.LinePhysicsDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.polygon.PolygonPhysicsDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.stateful_animation.StatefulAnimationDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.text_block.TextBlockLineSpacingDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.text_block.TextBlockPhysicsDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.text.TextAllSettersDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.text.TextPhysicsDemo
 
main(String[]) - Static method in class demos.docs.main_classes.actor.text.TextStyleDemo
 
main(String[]) - Static method in class demos.docs.main_classes.CameraDemo
 
main(String[]) - Static method in class demos.docs.main_classes.controller.AllDialogsDemo
 
main(String[]) - Static method in class demos.docs.main_classes.controller.game_loop.SnakeAdvanced
 
main(String[]) - Static method in class demos.docs.main_classes.controller.game_loop.SnakeMinimal
 
main(String[]) - Static method in class demos.docs.main_classes.controller.instant_mode.InstantModeDisabled
 
main(String[]) - Static method in class demos.docs.main_classes.controller.instant_mode.InstantModeDisabledByStaticBlock
 
main(String[]) - Static method in class demos.docs.main_classes.controller.instant_mode.InstantModeEnabled
 
main(String[]) - Static method in class demos.docs.main_classes.scene.tutorial.MainScene
 
main(String[]) - Static method in class demos.docs.physics.DensityDemo
 
main(String[]) - Static method in class demos.docs.physics.GravityDemo
 
main(String[]) - Static method in class demos.docs.physics.impulse.DominosDemoBasic
 
main(String[]) - Static method in class demos.docs.physics.impulse.DominosDemoFinal
 
main(String[]) - Static method in class demos.docs.physics.RestitutionDemo
 
main(String[]) - Static method in class demos.docs.resources.color.ColorVariationsDemo
 
main(String[]) - Static method in class demos.docs.resources.color.ColorWheelIttenDemo
 
main(String[]) - Static method in class demos.docs.resources.color.ImageAverageColorDemo
 
main(String[]) - Static method in class demos.docs.resources.config.CustomConfigGroupDemo
 
main(String[]) - Static method in class demos.edu_projects.concurrency.philosophers.Table
 
main(String[]) - Static method in class demos.edu_projects.recursion.backtracking.eight_queens_puzzle.Chessboard
 
main(String[]) - Static method in class demos.edu_projects.recursion.backtracking.eight_queens_puzzle.EightQueensPuzzle
 
main(String[]) - Static method in class demos.edu_projects.recursion.SierpinskiTriangle
 
main(String[]) - Static method in class demos.ForceKlickEnvironment
 
main(String[]) - Static method in class demos.graphics2d.ArrowDemo
 
main(String[]) - Static method in class demos.graphics2d.CircleDemo
 
main(String[]) - Static method in class demos.graphics2d.DirectedLineSegmentDemo
 
main(String[]) - Static method in class demos.graphics2d.DrawImage
 
main(String[]) - Static method in class demos.graphics2d.DrawIntoBufferedImage
 
main(String[]) - Static method in class demos.graphics2d.FontBaselineDemo
 
main(String[]) - Static method in class demos.graphics2d.FontRotationDemo
 
main(String[]) - Static method in class demos.graphics2d.FontStringBounds
 
main(String[]) - Static method in class demos.graphics2d.FontStyleDemo
 
main(String[]) - Static method in class demos.graphics2d.LineDemo
 
main(String[]) - Static method in class demos.JointDemo
 
main(String[]) - Static method in class demos.LayerDemo
 
main(String[]) - Static method in class demos.MinimalDemo
Main-Methode startet die Demo.
main(String[]) - Static method in class demos.physics.collision.CollisionTest
 
main(String[]) - Static method in class demos.physics.MarbleDemo
 
main(String[]) - Static method in class demos.physics.ParticlesDemo
 
main(String[]) - Static method in class demos.physics.single_aspects.ApplyForceDemo
 
main(String[]) - Static method in class demos.physics.single_aspects.ApplyImpulseDemo
 
main(String[]) - Static method in class demos.physics.single_aspects.ApplyRotationImpulseDemo
 
main(String[]) - Static method in class demos.physics.single_aspects.ApplyTorqueDemo
 
main(String[]) - Static method in class demos.physics.single_aspects.FrictionDemo
 
main(String[]) - Static method in class demos.RotationDemo
 
main(String[]) - Static method in class demos.ScreenshotDemo
 
main(String[]) - Static method in class demos.small_games.CarDemo
 
main(String[]) - Static method in class demos.small_games.dude.DudeDemo
 
main(String[]) - Static method in class demos.small_games.pong.Ball
 
main(String[]) - Static method in class demos.small_games.pong.BounceBar
 
main(String[]) - Static method in class demos.small_games.pong.Paddle
 
main(String[]) - Static method in class demos.small_games.pong.Pong
 
main(String[]) - Static method in class demos.small_games.pong.PongTable
 
main(String[]) - Static method in class demos.small_games.pong.TableSide
 
main(String[]) - Static method in class demos.small_games.snake.SnakeScene
 
main(String[]) - Static method in class org.jbox2d.profile.BroadphasePerformanceTest
 
main(String[]) - Static method in class org.jbox2d.profile.SettingsPerformanceTest
 
main(String[]) - Static method in class org.jbox2d.testbed.perf.MathPerf
 
main(String[]) - Static method in class org.jbox2d.testbed.perf.PoolingPerf
 
main(String[]) - Static method in class org.jbox2d.testbed.perf.StackTest
 
main(String[]) - Static method in class org.jbox2d.testbed.TestbedMain
 
main(String[]) - Static method in class org.jbox2d.tests.math.SinCosTest
 
main(String[]) - Static method in class pacman.debug.ColorContainerVisualizerDemo
 
main(String[]) - Static method in class pacman.debug.ColorDemo
 
main(String[]) - Static method in class pacman.debug.GhostsDebugScene
 
main(String[]) - Static method in class pacman.debug.TextDebugScene
 
main(String[]) - Static method in class pacman.Main
 
main(String[]) - Static method in class pacman.scenes.IngameScene
 
main(String[]) - Static method in class pacman.scenes.InstructionScene
 
main(String[]) - Static method in class pi.actor.LabeledNode
 
main(String[]) - Static method in class pi.Controller
 
main(String[]) - Static method in class pi.debug.ColorContainerVisualizer
 
main(String[]) - Static method in class pi.debug.CoordinateSystemDrawer
 
main(String[]) - Static method in class pi.debug.DebugInfoBoxDrawer
 
main(String[]) - Static method in class pi.dsa.graph.GraphDrawer
 
main(String[]) - Static method in class pi.dsa.turtle.graphics.HilbertCurveTurtleGraphics
 
main(String[]) - Static method in class pi.dsa.turtle.graphics.KochSnowflakeTurtleGraphics
 
main(String[]) - Static method in class pi.dsa.turtle.graphics.LevyCCurveTurtleGraphics
 
main(String[]) - Static method in class pi.dsa.turtle.graphics.PythagorasTreeTurtleGraphics
 
main(String[]) - Static method in class pi.dsa.turtle.graphics.RecursiveSquareTurtleGraphics
 
main(String[]) - Static method in class pi.dsa.turtle.graphics.SetDirectionTurtleGraphics
 
main(String[]) - Static method in class pi.dsa.turtle.graphics.SierpinskiCurveTurtleGraphics
 
main(String[]) - Static method in class pi.dsa.turtle.graphics.SierpinskiTriangleTurtleGraphics
 
main(String[]) - Static method in class pi.dsa.turtle.graphics.SquareTreeTurtleGraphics
 
main(String[]) - Static method in class pi.dsa.turtle.graphics.SquareTurtleGraphics
 
main(String[]) - Static method in class pi.dsa.turtle.graphics.TriangleTurtleGraphics
 
main(String[]) - Static method in class pi.dsa.turtle.TurtleGraphicsCollection
 
main(String[]) - Static method in class pi.dsa.turtle.TurtleStatisticsController
 
main(String[]) - Static method in class pi.event.DefaultControl
 
main(String[]) - Static method in class pi.graphics.screen_recording.Photographer
 
main(String[]) - Static method in class pi.loop.GameLoop
 
main(String[]) - Static method in class pi.resources.color.ColorScheme
 
main(String[]) - Static method in class pi.Text
 
main(String[]) - Static method in class pi.Turtle
 
main(String[]) - Static method in class pi.util.Graphics2DUtil
 
main(String[]) - Static method in class tetris.debug.BlockDebugScene
 
main(String[]) - Static method in class tetris.debug.GridDebugScene
 
main(String[]) - Static method in class tetris.debug.SingleTetrominoDebugScene
 
main(String[]) - Static method in class tetris.debug.TetrominoDebugScene
 
main(String[]) - Static method in class tetris.debug.TetrominoWithoutGridScene
 
main(String[]) - Static method in class tetris.scenes.CopyrightScene
 
main(String[]) - Static method in class tetris.scenes.IngameScene
 
main(String[]) - Static method in class tetris.scenes.TitleScene
 
main(String[]) - Static method in class tetris.Tetris
 
Main - Class in pacman
 
Main() - Constructor for class pacman.Main
 
mainLabel(Object...) - Method in class pi.actor.label.LabelHandler
 
MainMenuScene - Class in blockly_robot.robot.gui.scenes
 
MainMenuScene() - Constructor for class blockly_robot.robot.gui.scenes.MainMenuScene
 
MainScene - Class in demos.docs.main_classes.scene.tutorial
 
MainScene() - Constructor for class demos.docs.main_classes.scene.tutorial.MainScene
 
MainSolver - Class in blockly_robot
 
MainSolver() - Constructor for class blockly_robot.MainSolver
 
makeDomino(float, float, boolean, World) - Method in class org.jbox2d.testbed.tests.DominoTower
 
makeDynamic() - Method in class pi.actor.Actor
Verwandelt den Actor in ein dynamisches Objekt.
makeKinematic() - Method in class pi.actor.Actor
Verwandelt den Actor in ein kinematisches Objekt.
makeMarble() - Method in class demos.physics.MarbleDemo
Erstellt eine neue Murmel.
makeParticle() - Method in class pi.actor.Actor
Verwandelt den Actor in ein Partikel.
makeSensor() - Method in class pi.actor.Actor
Verwandelt den Actor in einen Sensor.
makeStatic() - Method in class pi.actor.Actor
Verwandelt den Actor in ein statisches Objekt.
ManaPickup - Class in demos.small_games.dude
Danke an SorceressGameLab für die Assets!
ManaPickup - Enum constant in enum class demos.small_games.dude.Item
 
ManaPickup() - Constructor for class demos.small_games.dude.ManaPickup
 
manhattanLength() - Method in class pi.graphics.geom.Vector
Gibt die Manhattan-Länge des Vektors zurück.
manifold - Variable in class org.jbox2d.dynamics.contacts.Contact
 
Manifold - Class in org.jbox2d.collision
A manifold for two touching convex shapes.
Manifold() - Constructor for class org.jbox2d.collision.Manifold
Creates a manifold with 0 points, with its points array full of instantiated ManifoldPoints.
Manifold(Manifold) - Constructor for class org.jbox2d.collision.Manifold
Creates this manifold as a copy of the other.
Manifold.ManifoldType - Enum Class in org.jbox2d.collision
 
ManifoldPoint - Class in org.jbox2d.collision
A manifold point is a contact point belonging to a contact manifold.
ManifoldPoint() - Constructor for class org.jbox2d.collision.ManifoldPoint
Blank manifold point with everything zeroed out.
ManifoldPoint(ManifoldPoint) - Constructor for class org.jbox2d.collision.ManifoldPoint
Creates a manifold point as a copy of the given point
map(float, float, float, float, float) - Static method in class org.jbox2d.common.MathUtils
 
MarbleDemo - Class in demos.physics
Eine kleine Demo zum Verhalten vieler Partikel ähnlicher Physik-Objekte in der Engine.
MarbleDemo() - Constructor for class demos.physics.MarbleDemo
 
margin - Variable in class pi.graphics.boxes.FramedBox
 
margin - Variable in class pi.graphics.SceneInfoOverlay
 
MASK_BITS_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbFilter
 
maskBits - Variable in class org.jbox2d.dynamics.Filter
The collision mask bits.
mass - Variable in class org.jbox2d.collision.shapes.MassData
The mass of the shape, usually in kilograms.
mass - Variable in class org.jbox2d.dynamics.Body
The mass.
mass() - Method in class pi.actor.Actor
Gibt die aktuelle Masse des Ziel-Objekts aus.
mass() - Method in class pi.physics.BodyHandler
 
mass() - Method in class pi.physics.NullHandler
 
MassData - Class in org.jbox2d.collision.shapes
This holds the mass data computed for a shape.
MassData() - Constructor for class org.jbox2d.collision.shapes.MassData
Blank mass data
MassData(MassData) - Constructor for class org.jbox2d.collision.shapes.MassData
Copies from the given mass data
masterVolume() - Method in class pi.resources.sound.Playback
Gets the current volume of this playback, considering all VolumeControl objects created for it.
Mat22 - Class in org.jbox2d.common
A 2-by-2 matrix.
Mat22() - Constructor for class org.jbox2d.common.Mat22
Construct zero matrixes.
Mat22(float, float, float, float) - Constructor for class org.jbox2d.common.Mat22
Create a matrix from four floats.
Mat22(Vec2, Vec2) - Constructor for class org.jbox2d.common.Mat22
Create a matrix with given vectors as columns.
Mat33 - Class in org.jbox2d.common
A 3-by-3 matrix.
Mat33() - Constructor for class org.jbox2d.common.Mat33
 
Mat33(float, float, float, float, float, float, float, float, float) - Constructor for class org.jbox2d.common.Mat33
 
Mat33(Vec3, Vec3, Vec3) - Constructor for class org.jbox2d.common.Mat33
 
MathPerf - Class in org.jbox2d.testbed.perf
 
MathPerf() - Constructor for class org.jbox2d.testbed.perf.MathPerf
 
MathUtil - Class in pi.util
Eine Sammlung von statischen Hilfsmethoden um mathematische Operation auszuführen.
MathUtils - Class in org.jbox2d.common
A few math methods that don't fit very well anywhere else.
MathUtils() - Constructor for class org.jbox2d.common.MathUtils
 
matrix - Variable in class pi.dsa.graph.GraphArrayMatrix
Das 2-dimensionale Feld der Adjazenzmatrix.
max - Variable in class org.jbox2d.testbed.framework.TestbedSetting
 
max(float, float) - Static method in class org.jbox2d.common.MathUtils
 
max(int, int) - Static method in class org.jbox2d.common.MathUtils
 
max(Vec2, Vec2) - Static method in class org.jbox2d.common.Vec2
 
MAX_CONTACT_POINTS - Static variable in class org.jbox2d.testbed.framework.TestbedTest
 
MAX_FORCE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
MAX_ITERATIONS - Static variable in class org.jbox2d.collision.TimeOfImpact
 
MAX_ITERS - Static variable in class org.jbox2d.collision.Distance
 
MAX_LENGTH_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
MAX_MANA - Static variable in class demos.small_games.dude.GameData
 
MAX_MOTOR_FORCE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
MAX_MOTOR_TORQUE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
MAX_ROOT_ITERATIONS - Static variable in class org.jbox2d.collision.TimeOfImpact
 
MAX_STACK_SIZE - Static variable in class org.jbox2d.collision.broadphase.DynamicTree
 
MAX_STACK_SIZE - Static variable in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
MAX_TORQUE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
maxAngularCorrection - Static variable in class org.jbox2d.common.Settings
The maximum angular position correction used when solving constraints.
maxBodies - Static variable in class org.jbox2d.testbed.tests.RayCastTest
 
maxCols() - Method in class blockly_robot.robot.logic.level.LevelCollection
 
maxCols() - Method in class blockly_robot.robot.logic.Task
Die Anzahl der Kacheln einer Spalte, des Tests (Level) mit der größten horizontalen Ausdehnung.
maxColsOfList(List<Level>) - Static method in class blockly_robot.robot.logic.level.LevelCollection
 
maxConditionNumber - Static variable in class org.jbox2d.dynamics.contacts.ContactSolver
Ensure a reasonable condition number. for the block solver
maxFallAltitude - Variable in class blockly_robot.robot.data.model.GridInfosData
maxFallAltitude() - Method in class blockly_robot.robot.logic.Task
 
maxForce - Variable in class org.jbox2d.dynamics.joints.FrictionJointDef
The maximum friction force in N.
maxForce - Variable in class org.jbox2d.dynamics.joints.MotorJointDef
The maximum motor force in N.
maxForce - Variable in class org.jbox2d.dynamics.joints.MouseJointDef
The maximum constraint force that can be exerted to move the candidate body.
maxFraction - Variable in class org.jbox2d.collision.RayCastInput
 
maximumMotorForce() - Method in class pi.physics.joints.PrismaticJoint
 
maximumMotorForce(double) - Method in class pi.physics.joints.PrismaticJoint
 
maxInstructions - Variable in class blockly_robot.robot.data.model.GridInfosData
Gibt an, wie viele Blöcke für welche Versionen maximal zur Verfügung stehen
MaxInstructionsData - Class in blockly_robot.robot.data.model
 
MaxInstructionsData() - Constructor for class blockly_robot.robot.data.model.MaxInstructionsData
 
maxLength - Variable in class org.jbox2d.dynamics.joints.RopeJointDef
The maximum length of the rope.
maxLevelsPerDifficulty() - Method in class blockly_robot.robot.logic.Task
Die Anzahl der Tests des Schwierigkeitsgrads mit den meisten Tests.
maxLinearCorrection - Static variable in class org.jbox2d.common.Settings
The maximum linear position correction used when solving constraints.
maxManifoldPoints - Static variable in class org.jbox2d.common.Settings
The maximum number of contact points between two convex shapes.
maxMotorForce - Variable in class org.jbox2d.dynamics.joints.PrismaticJointDef
The maximum motor torque, usually in N-m.
maxMotorTorque - Variable in class org.jbox2d.dynamics.joints.RevoluteJointDef
The maximum motor torque used to achieve the desired motor speed.
maxMotorTorque - Variable in class org.jbox2d.dynamics.joints.WheelJointDef
The maximum motor torque, usually in N-m.
maxParticleWeight - Static variable in class org.jbox2d.common.Settings
The upper limit for particle weight used in pressure calculation.
maxPolygonVertices - Static variable in class org.jbox2d.common.Settings
The maximum number of vertices on a convex polygon.
maxRotation - Static variable in class org.jbox2d.common.Settings
The maximum angular velocity of a body.
maxRotationSquared - Static variable in class org.jbox2d.common.Settings
 
maxRows() - Method in class blockly_robot.robot.logic.level.LevelCollection
 
maxRows() - Method in class blockly_robot.robot.logic.Task
Die Anzahl der Kacheln einer Zeile, des Tests (Level) mit der größten vertikalen Ausdehnung.
MaxStackSize - Static variable in class pi.util.GifDecoder
 
maxSubSteps - Static variable in class org.jbox2d.common.Settings
Maximum number of sub-steps per contact in continuous physics simulation.
maxTOIContacts - Static variable in class org.jbox2d.common.Settings
Maximum number of contacts to be handled to solve a TOI island.
maxToOut(Vec2, Vec2, Vec2) - Static method in class org.jbox2d.common.Vec2
 
maxTorque - Variable in class org.jbox2d.dynamics.joints.FrictionJointDef
The maximum friction torque in N-m.
maxTorque - Variable in class org.jbox2d.dynamics.joints.MotorJointDef
The maximum motor torque in N-m.
maxTotalLength - Variable in class blockly_robot.robot.data.model.GridInfosData
Found in contextParams.json
maxTranslation - Static variable in class org.jbox2d.common.Settings
The maximum linear velocity of a body.
maxTranslationSquared - Static variable in class org.jbox2d.common.Settings
 
maxTriadDistance - Static variable in class org.jbox2d.common.Settings
The maximum distance between particles in a triad, divided by the particle radius.
maxTriadDistanceSquared - Static variable in class org.jbox2d.common.Settings
 
maxWireLength - Variable in class blockly_robot.robot.data.model.GridInfosData
Found in contextParams.json
measure() - Method in class pi.graphics.boxes.Box
Misst alle Kind-Boxen aus.
measureAnchors() - Method in class pi.graphics.boxes.Box
 
measureDimension() - Method in class pi.graphics.boxes.Box
Berechnet rekursiv die Abmessung (die Höhe und Breite) aller Kind-Boxen und dann die Abmessung eigenen Box.
measureDimensionTwice - Variable in class pi.graphics.boxes.Box
Ist dieses Attribut wahr, so wird die Box.calculateDimension()-Methode zweimal hintereinander rekursive aufgerufen.
medium - Variable in class blockly_robot.robot.data.model.IntrosByDifficultyData
DIV id=taskIntro DIV class=easy
medium - Variable in class blockly_robot.robot.data.model.LevelCollectionData
 
medium - Variable in class blockly_robot.robot.data.model.MaxInstructionsData
 
medium(Robot) - Method in class blockly_robot.jwinf.en.tasks.challenge_competition_2019_round1_7_13.move_boxes.TaskSolver
 
medium(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination.TaskSolver
Screenshot des Originals:
medium(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake.TaskSolver
Screenshot des Originals:
medium(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles.TaskSolver
Screenshot des Originals:
medium(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.TaskSolver
Screenshot des Originals:
medium(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles.TaskSolver
Screenshot des Originals:
medium(Robot) - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.TaskSolver
Screenshot des Originals:
medium(Robot) - Method in class blockly_robot.jwinf.en.tasks.difficult_tasks_exercises.in_the_library.TaskSolver
Screenshot des Originals:
medium(Robot) - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems.TaskSolver
Screenshot des Originals:
medium(Robot) - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road.TaskSolver
Screenshot des Originals:
medium(T) - Method in class blockly_robot.robot.Solver
 
MEDIUM - Enum constant in enum class blockly_robot.robot.logic.level.Difficulty
Mittlerer Schwierigkeitsgrad: Dreistern-Version (Version***, medium)
memberAabb - Variable in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
menu - Variable in class blockly_robot.robot.data.model.MenuData
 
menu - Variable in class blockly_robot.robot.data.model.TaskData
HTML DIV id=menu
menu - Static variable in class blockly_robot.robot.gui.State
 
Menu - Class in blockly_robot.robot.logic.menu
Represents a menu that contains main and sub menus.
Menu() - Constructor for class blockly_robot.robot.logic.menu.Menu
Constructs a Menu object and loads the menu data from a JSON file.
MenuData - Class in blockly_robot.robot.data.model
 
MenuData() - Constructor for class blockly_robot.robot.data.model.MenuData
 
MenuItem - Class in demos.docs.main_classes.scene.tutorial
 
MenuItem(Scene, Vector, String) - Constructor for class demos.docs.main_classes.scene.tutorial.MenuItem
 
mergeCenter(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
circle
mergeCentroid(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
mergeFilter(Box2D.PbFilter) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbFilter filter = 10;
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
mergeFrom(Message) - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
mergeFrom(Message) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
mergeFrom(Message) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
mergeFrom(Message) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
mergeFrom(Message) - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
mergeFrom(Message) - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
mergeFrom(Message) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
mergeFrom(Box2D.PbBody) - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
mergeFrom(Box2D.PbFilter) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
mergeFrom(Box2D.PbFixture) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
mergeFrom(Box2D.PbJoint) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
mergeFrom(Box2D.PbShape) - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
mergeFrom(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
mergeFrom(Box2D.PbWorld) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
mergeGravity(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional .box2d.PbVec2 gravity = 2;
mergeGroundAnchorA(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
mergeGroundAnchorB(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
mergeLinearVelocity(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional .box2d.PbVec2 linear_velocity = 12;
mergeLocalAnchorA(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_a = 6;
mergeLocalAnchorB(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_b = 7;
mergeLocalAxisA(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
prismatic, wheel
mergeNext(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
mergePosition(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbBody.Builder
physical attributes
mergePrev(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
mergeShape(Box2D.PbShape) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbShape shape = 11;
mergeTarget(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
mouse
mergeUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
mergeV0(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
mergeV1(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
mergeV2(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
mergeV3(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
MERMAID - Enum constant in enum class cli.java2umltext.export.Format
 
MermaidDocument - Class in cli.java2umltext.export
 
MermaidDocument() - Constructor for class cli.java2umltext.export.MermaidDocument
 
meter() - Method in class pi.Camera
Gibt die Anzahl an Pixel aus, die einem Meter entsprechen.
meter(double) - Method in class pi.Camera
Setzt die Anzahl an Pixel, die einem Meter entsprechen und setzt somit den „Zoom“ der Kamera.
meter(double) - Method in class pi.Scene
Setzt die Anzahl an Pixel, die einem Meter entsprechen und setzt somit den „Zoom“ der Kamera.
methods() - Method in record class cli.java2umltext.model.ClassWrapper
Returns the value of the methods record component.
MethodWrapper - Record Class in cli.java2umltext.model
 
MethodWrapper(Visibility, boolean, boolean, String, String) - Constructor for record class cli.java2umltext.model.MethodWrapper
 
MethodWrapper(Visibility, boolean, boolean, String, String, ArrayList<String>) - Constructor for record class cli.java2umltext.model.MethodWrapper
Creates an instance of a MethodWrapper record class.
metric - Variable in class org.jbox2d.collision.Distance.SimplexCache
length or area
MICROSECONDS - Enum constant in enum class org.jbox2d.profile.BasicPerformanceTest.ResultFormat
 
Midair - Enum constant in enum class demos.small_games.dude.PlayerState
 
MIDAIR - Enum constant in enum class demos.docs.main_classes.actor.stateful_animation.PlayerState
 
MIDDLE - Enum constant in enum class pi.graphics.boxes.VAlign
Richtet die Box in der Mitte aus.
MILLISECONDS - Enum constant in enum class org.jbox2d.profile.BasicPerformanceTest.ResultFormat
 
min - Variable in class org.jbox2d.testbed.framework.TestbedSetting
 
min(float, float) - Static method in class org.jbox2d.common.MathUtils
 
min(int, int) - Static method in class org.jbox2d.common.MathUtils
 
min(Vec2, Vec2) - Static method in class org.jbox2d.common.Vec2
 
MIN_PULLEY_LENGTH - Static variable in class org.jbox2d.dynamics.joints.PulleyJoint
 
MinimalDemo - Class in demos
 
MinimalDemo() - Constructor for class demos.MinimalDemo
 
minParticleBufferCapacity - Static variable in class org.jbox2d.common.Settings
The initial size of particle data buffers.
minParticleWeight - Static variable in class org.jbox2d.common.Settings
The minimum particle weight that produces pressure.
minToOut(Vec2, Vec2, Vec2) - Static method in class org.jbox2d.common.Vec2
 
mixFriction(float, float) - Static method in class org.jbox2d.common.Settings
Friction mixing law.
mixFriction(float, float) - Static method in class org.jbox2d.dynamics.contacts.Contact
Friction mixing law.
mixRestitution(float, float) - Static method in class org.jbox2d.common.Settings
Restitution mixing law.
mixRestitution(float, float) - Static method in class org.jbox2d.dynamics.contacts.Contact
Restitution mixing law.
mostPreciseTable - Static variable in class org.jbox2d.tests.math.SinCosTest
 
MOTOR - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
MOTOR_SPEED_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
motorEnabled(boolean) - Method in class pi.physics.joints.PrismaticJoint
 
MotorJoint - Class in org.jbox2d.dynamics.joints
A motor joint is used to control the relative motion between two bodies.
MotorJoint(WorldPool, MotorJointDef) - Constructor for class org.jbox2d.dynamics.joints.MotorJoint
 
MotorJointDef - Class in org.jbox2d.dynamics.joints
Motor joint definition.
MotorJointDef() - Constructor for class org.jbox2d.dynamics.joints.MotorJointDef
 
motorSpeed - Variable in class org.jbox2d.dynamics.joints.PrismaticJointDef
The desired motor speed in radians per second.
motorSpeed - Variable in class org.jbox2d.dynamics.joints.RevoluteJointDef
The desired motor speed.
motorSpeed - Variable in class org.jbox2d.dynamics.joints.WheelJointDef
The desired motor speed in radians per second.
motorSpeed() - Method in class pi.physics.joints.PrismaticJoint
 
motorSpeed(double) - Method in class pi.physics.joints.PrismaticJoint
 
MotorTest - Class in org.jbox2d.testbed.tests
 
MotorTest() - Constructor for class org.jbox2d.testbed.tests.MotorTest
 
mount - Variable in class pi.event.EventListenerBundle
 
MOUSE - Enum constant in enum class org.box2d.proto.Box2D.PbJointType
MOUSE = 5;
MOUSE - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
MOUSE_JOINT_BUTTON - Static variable in class org.jbox2d.testbed.framework.TestbedTest
 
MOUSE_JOINT_TAG - Static variable in class org.jbox2d.testbed.framework.TestbedTest
 
MOUSE_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbJointType
MOUSE = 5;
MouseButton - Enum Class in pi.event
Aufzählungstyp, mit dem die verschiedenen Maustasten angegeben werden können.
mouseClick - Variable in class pi.event.EventListenerBundle
 
MouseClickListener - Interface in pi.event
Implementierende Klassen können auf jeden einzelnen Klick reagieren, unabhängig davon, ob dies ein spezielles Objekt trifft oder nicht.
MouseClickListenerRegistration - Interface in pi.event
Eine Schnittstelle zum An- und Abmelden von Beobachtern, die auf das Klicken der Maustasten reagieren.
mouseClickListeners() - Method in class pi.actor.Actor
 
mouseClickListeners() - Method in interface pi.event.MouseClickListenerRegistration
 
mouseClickListeners() - Method in class pi.Layer
 
mouseClickListeners() - Method in class pi.Scene
 
mouseDown(Vec2, int) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
mouseDrag(Vec2, int) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
mouseDrag(Vec2, int) - Method in class org.jbox2d.testbed.tests.DrawingParticles
 
MouseJoint - Class in org.jbox2d.dynamics.joints
A mouse joint is used to make a point on a body track a specified world point.
MouseJoint(WorldPool, MouseJointDef) - Constructor for class org.jbox2d.dynamics.joints.MouseJoint
 
MouseJointDef - Class in org.jbox2d.dynamics.joints
Mouse joint definition.
MouseJointDef() - Constructor for class org.jbox2d.dynamics.joints.MouseJointDef
 
mouseMove(Vec2) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
mousePosition() - Static method in class pi.Controller
Gibt die Position der Maus in der aktuellen Szene als Vektor in Meter relativ zum Koordinatensystem zurück.
mousePosition() - Method in class pi.Scene
Gibt die Position der Maus in der Szene als Vektor in Meter relativ zum Koordinatensystem zurück.
mouseScroll - Variable in class pi.event.EventListenerBundle
 
MouseScrollEvent - Class in pi.event
Beschreibt eine Bewegung des Mausrads.
MouseScrollListener - Interface in pi.event
Implementierende Klassen können auf Bewegungen des Mausrads reagieren.
MouseScrollListenerRegistration - Interface in pi.event
Eine Schnittstelle zum An- und Abmelden von Beobachtern, die auf Bewegungen des Mausrads reagieren.
mouseScrollListeners() - Method in class pi.actor.Actor
 
mouseScrollListeners() - Method in interface pi.event.MouseScrollListenerRegistration
 
mouseScrollListeners() - Method in class pi.Layer
 
mouseScrollListeners() - Method in class pi.Scene
 
mouseTracing - Variable in class org.jbox2d.testbed.framework.TestbedTest
 
mouseUp(Vec2, int) - Method in class org.jbox2d.testbed.framework.TestbedTest
Called for mouse-up
mouseUp(Vec2, int) - Method in class org.jbox2d.testbed.tests.DrawingParticles
 
move() - Method in class pi.dsa.turtle.TurtleController
Bewegt die Schildkröte in Blickrichtung 3 Meter nach vorne.
move(double) - Method in class pi.dsa.turtle.TurtleController
Bewegt die Schildkröte in Blickrichtung die angegebene Entfernung nach vorne.
move(double, double) - Method in class demos.small_games.snake.Snake
 
move(int, int) - Method in class blockly_robot.robot.gui.map.GraphicalItemController
 
move(int, int) - Method in class blockly_robot.robot.logic.item.Item
 
move(int, int) - Method in interface blockly_robot.robot.logic.item.ItemController
 
MoveAABB(AABB) - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
moveBlock(int, int, int) - Method in class tetris.tetrominos.Tetromino
Bewegt einen Block an eine neue Position durch Angabe eines relativen Vectors.
moveBy(double, double) - Method in class pi.actor.Actor
Verschiebt das Objekt.
moveBy(int, int) - Method in class tetris.tetrominos.Block
 
moveBy(int, int) - Method in class tetris.tetrominos.BlockDeluxe
 
moveBy(Vector) - Method in class pi.actor.Actor
Verschiebt das Objekt ohne Bedingungen auf der Zeichenebene.
moveBy(Vector) - Method in record class pi.graphics.geom.Bounds
Berechnet ein neues Bounds mit denselben Maßen wie dieses, jedoch um einen bestimmten Vector verschoben.
moveBy(Vector) - Method in class pi.physics.BodyHandler
 
moveBy(Vector) - Method in class pi.physics.NullHandler
 
moveBy(Vector) - Method in class tetris.tetrominos.Block
 
moveBy(Vector) - Method in class tetris.tetrominos.BlockDeluxe
 
moveDown() - Method in class demos.small_games.pong.Paddle
 
moveDown() - Method in class tetris.tetrominos.Block
 
moveDown() - Method in class tetris.tetrominos.BlockDeluxe
 
moveDown() - Method in class tetris.tetrominos.Tetromino
Bewegt das Tetromino um eine Reihe nach unten.
moveFocus(double, double) - Method in class pi.Camera
Verschiebt die Kamera um einen bestimmten Wert in x- und y-Richtung (relativ).
moveFocus(Vector) - Method in class pi.Camera
Verschiebt die Kamera um einen bestimmten Vektor (relativ).
moveLeft() - Method in class demos.classes.event.keyboard.StaticKeyStrokeListenerDemo
 
moveLeft() - Method in class tetris.tetrominos.Block
 
moveLeft() - Method in class tetris.tetrominos.BlockDeluxe
 
moveLeft() - Method in class tetris.tetrominos.Tetromino
Bewegt das Tetromino um eine Spalte nach links.
Movement - Class in blockly_robot.robot.logic.log
Represents a movement made by a robot.
Movement(String, VirtualRobot) - Constructor for class blockly_robot.robot.logic.log.Movement
Constructs a Movement object with the specified name and robot.
movementSuccessful - Variable in class blockly_robot.robot.logic.robot.VirtualRobot
Gibt an, ob die letzte Bewegung erfolgreich war.
moveProxy(int, AABB, Vec2) - Method in interface org.jbox2d.collision.broadphase.BroadPhase
Call MoveProxy as many times as you like, then when you are done call UpdatePairs to finalize the proxy pairs (for your time step).
moveProxy(int, AABB, Vec2) - Method in interface org.jbox2d.collision.broadphase.BroadPhaseStrategy
Move a proxy with a swepted AABB.
moveProxy(int, AABB, Vec2) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
moveProxy(int, AABB, Vec2) - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
moveProxy(int, AABB, Vec2) - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
MoveProxy() - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
moveRight() - Method in class demos.classes.event.keyboard.StaticKeyStrokeListenerDemo
 
moveRight() - Method in class tetris.tetrominos.Block
 
moveRight() - Method in class tetris.tetrominos.BlockDeluxe
 
moveRight() - Method in class tetris.tetrominos.Tetromino
Bewegt das Tetromino um eine Spalte nach rechts.
moveUp() - Method in class demos.small_games.pong.Paddle
 
moveWorld(Vec2) - Method in class org.jbox2d.testbed.framework.TestbedCamera
Moves the camera by the given distance in screen coordinates.
MP3 - Enum constant in enum class pi.resources.sound.SoundFormat
 
mul(float) - Method in class org.jbox2d.common.Vec2
Return this vector multiplied by a scalar; does not alter this vector.
mul(float) - Method in class org.jbox2d.common.Vec3
 
mul(Mat22) - Method in class org.jbox2d.common.Mat22
Multiply another matrix by this one (this one on left). djm optimized
mul(Mat22, Mat22) - Static method in class org.jbox2d.common.Mat22
 
mul(Mat22, Vec2) - Static method in class org.jbox2d.common.Mat22
 
mul(Mat33, Vec3) - Static method in class org.jbox2d.common.Mat33
Multiply a matrix times a vector.
mul(Rot, Rot, Rot) - Static method in class org.jbox2d.common.Rot
 
mul(Transform, Transform) - Static method in class org.jbox2d.common.Transform
 
mul(Transform, Vec2) - Static method in class org.jbox2d.common.Transform
 
mul(Vec2) - Method in class org.jbox2d.common.Mat22
Multiply a vector by this matrix.
mul22(Mat33, Vec2) - Static method in class org.jbox2d.common.Mat33
 
mul22ToOut(Mat33, Vec2, Vec2) - Static method in class org.jbox2d.common.Mat33
 
mul22ToOutUnsafe(Mat33, Vec2, Vec2) - Static method in class org.jbox2d.common.Mat33
 
mulByTransform(Mat22) - Method in interface org.jbox2d.common.IViewportTransform
Multiplies the viewport transform by the given Mat22
mulByTransform(Mat22) - Method in class org.jbox2d.common.OBBViewportTransform
Multiplies the obb transform by the given transform
MulitpleSoundsMusic - Class in pi.resources.sound
Eine Music, die mehrere Sounds nacheinander abspielt.
MulitpleSoundsMusic(boolean, String...) - Constructor for class pi.resources.sound.MulitpleSoundsMusic
Erstellt eine Music durch Angabe der Klänge als Dateipfade.
MulitpleSoundsMusic(boolean, List<Sound>) - Constructor for class pi.resources.sound.MulitpleSoundsMusic
Erstellt eine Music durch Angabe einer Liste mit Sound-Objekten, der standardmäßig wiederholt wird.
MulitpleSoundsMusic(boolean, Sound...) - Constructor for class pi.resources.sound.MulitpleSoundsMusic
Erstellt eine Music durch Angabe einer variablen Anzahl an Sound-Parametern.
MulitpleSoundsMusic(String...) - Constructor for class pi.resources.sound.MulitpleSoundsMusic
Erstellt eine Music durch Angabe der Klänge als Dateipfade, der standardmäßig wiederholt wird.
MulitpleSoundsMusic(List<Sound>) - Constructor for class pi.resources.sound.MulitpleSoundsMusic
Erstellt eine Music durch Angabe einer Liste mit Sound-Objekten, der standardmäßig wiederholt wird.
MulitpleSoundsMusic(Sound...) - Constructor for class pi.resources.sound.MulitpleSoundsMusic
Erstellt eine Music durch Angabe einer variablen Anzahl an Sound-Parametern, der standardmäßig wiederholt wird.
MulitpleSoundsMusicDemo - Class in demos.classes.resources.sound
Demonstriert die Klasse MulitpleSoundsMusic.
MulitpleSoundsMusicDemo() - Constructor for class demos.classes.resources.sound.MulitpleSoundsMusicDemo
 
mulLocal(float) - Method in class org.jbox2d.common.Vec2
Multiply this vector by a number and return result - alters this vector.
mulLocal(float) - Method in class org.jbox2d.common.Vec3
 
mulLocal(Mat22) - Method in class org.jbox2d.common.Mat22
 
MultilineDemo - Class in demos.classes.actor.image_text
Demonstriert den automatischen und erzwungen Zeilenumbruch eines Bilderschriftarttextes.
MultilineDemo() - Constructor for class demos.classes.actor.image_text.MultilineDemo
 
multiply(double) - Method in class pi.graphics.geom.Vector
Multipliziert die effektiven Längen beider Anteile des Vektors (x und y) mit einem festen Faktor.
multiplyPixel(BufferedImage, int) - Static method in class pi.util.ImageUtil
Vergrößert ein Bild, indem die Pixel vervielfacht werden.
multiplyX(double) - Method in class pi.graphics.geom.Vector
Multipliziert die effektive Länge des x-Anteils des Vektors mit einem festen Faktor.
multiplyY(double) - Method in class pi.graphics.geom.Vector
Multipliziert die effektive Länge des y-Anteils des Vektors mit einem festen Faktor.
mulToOut(Mat22, Mat22) - Method in class org.jbox2d.common.Mat22
 
mulToOut(Mat22, Mat22, Mat22) - Static method in class org.jbox2d.common.Mat22
 
mulToOut(Mat22, Vec2, Vec2) - Static method in class org.jbox2d.common.Mat22
 
mulToOut(Mat33, Vec3, Vec3) - Static method in class org.jbox2d.common.Mat33
 
mulToOut(Rot, Vec2, Vec2) - Static method in class org.jbox2d.common.Rot
 
mulToOut(Transform, Transform, Transform) - Static method in class org.jbox2d.common.Transform
 
mulToOut(Transform, Vec2, Vec2) - Static method in class org.jbox2d.common.Transform
 
mulToOut(Vec2, Vec2) - Method in class org.jbox2d.common.Mat22
 
mulToOutUnsafe(Mat22, Mat22) - Method in class org.jbox2d.common.Mat22
 
mulToOutUnsafe(Mat22, Mat22, Mat22) - Static method in class org.jbox2d.common.Mat22
 
mulToOutUnsafe(Mat22, Vec2, Vec2) - Static method in class org.jbox2d.common.Mat22
 
mulToOutUnsafe(Mat33, Vec3, Vec3) - Static method in class org.jbox2d.common.Mat33
 
mulToOutUnsafe(Rot, Vec2, Vec2) - Static method in class org.jbox2d.common.Rot
 
mulToOutUnsafe(Transform, Transform, Transform) - Static method in class org.jbox2d.common.Transform
 
mulToOutUnsafe(Transform, Vec2, Vec2) - Static method in class org.jbox2d.common.Transform
 
mulToOutUnsafe(Vec2, Vec2) - Method in class org.jbox2d.common.Mat22
 
mulTrans(Mat22) - Method in class org.jbox2d.common.Mat22
Multiply another matrix by the transpose of this one (transpose of this one on left). djm: optimized
mulTrans(Mat22, Mat22) - Static method in class org.jbox2d.common.Mat22
 
mulTrans(Mat22, Vec2) - Static method in class org.jbox2d.common.Mat22
 
mulTrans(Rot, Rot, Rot) - Static method in class org.jbox2d.common.Rot
 
mulTrans(Rot, Vec2, Vec2) - Static method in class org.jbox2d.common.Rot
 
mulTrans(Transform, Transform) - Static method in class org.jbox2d.common.Transform
 
mulTrans(Transform, Vec2) - Static method in class org.jbox2d.common.Transform
 
mulTrans(Vec2) - Method in class org.jbox2d.common.Mat22
Multiply a vector by the transpose of this matrix.
mulTransLocal(Mat22) - Method in class org.jbox2d.common.Mat22
 
mulTransToOut(Mat22, Mat22) - Method in class org.jbox2d.common.Mat22
 
mulTransToOut(Mat22, Mat22, Mat22) - Static method in class org.jbox2d.common.Mat22
 
mulTransToOut(Mat22, Vec2, Vec2) - Static method in class org.jbox2d.common.Mat22
 
mulTransToOut(Transform, Transform, Transform) - Static method in class org.jbox2d.common.Transform
 
mulTransToOut(Transform, Vec2, Vec2) - Static method in class org.jbox2d.common.Transform
 
mulTransToOut(Vec2, Vec2) - Method in class org.jbox2d.common.Mat22
 
mulTransToOutUnsafe(Mat22, Mat22) - Method in class org.jbox2d.common.Mat22
 
mulTransToOutUnsafe(Mat22, Mat22, Mat22) - Static method in class org.jbox2d.common.Mat22
 
mulTransToOutUnsafe(Mat22, Vec2, Vec2) - Static method in class org.jbox2d.common.Mat22
 
mulTransToOutUnsafe(Transform, Transform, Transform) - Static method in class org.jbox2d.common.Transform
 
mulTransToOutUnsafe(Transform, Vec2, Vec2) - Static method in class org.jbox2d.common.Transform
 
mulTransUnsafe(Rot, Rot, Rot) - Static method in class org.jbox2d.common.Rot
 
mulTransUnsafe(Rot, Vec2, Vec2) - Static method in class org.jbox2d.common.Rot
 
mulUnsafe(Rot, Rot, Rot) - Static method in class org.jbox2d.common.Rot
 
music() - Method in class pi.resources.sound.AudioEngine
Liefert die aktuell relevante „Hauptmusik“.
music() - Method in class pi.resources.sound.MusicPlayback
 
Music - Interface in pi.resources.sound
Die Klasse Music definiert eine Reihenfolge, in der Klänge (Sounds) von der AudioEngine wiedergegeben werden sollen.
MusicPlayback - Class in pi.resources.sound
Ermöglicht die Steuerung der Musikwiedergabe.
MusicPlayback(Music) - Constructor for class pi.resources.sound.MusicPlayback
 
musicVolume() - Method in class pi.config.SoundConfig
Gets the current music volume.
musicVolume(double) - Method in class pi.config.SoundConfig
Sets the music volume.
MutableStack<E> - Class in org.jbox2d.pooling.normal
 
MutableStack(int) - Constructor for class org.jbox2d.pooling.normal.MutableStack
 
mv - Variable in class org.jbox2d.testbed.perf.PoolingPerf
 
MyConfigGroup - Class in demos.docs.resources.config
 
MyConfigGroup() - Constructor for class demos.docs.resources.config.MyConfigGroup
 
myInt() - Method in class demos.docs.resources.config.MyConfigGroup
 
myInt(int) - Method in class demos.docs.resources.config.MyConfigGroup
 

N

name - Variable in class blockly_robot.robot.logic.log.Action
 
name - Variable in class org.jbox2d.testbed.framework.TestbedSetting
 
name - Variable in class tetris.tetrominos.Tetromino
 
name() - Method in class blockly_robot.robot.logic.log.Action
 
name() - Method in class blockly_robot.robot.logic.log.Movement
 
name() - Method in record class cli.java2umltext.model.ClassWrapper
Returns the value of the name record component.
name() - Method in record class cli.java2umltext.model.FieldWrapper
Returns the value of the name record component.
name() - Method in record class cli.java2umltext.model.MethodWrapper
Returns the value of the name record component.
name() - Method in record class pi.debug.ToStringFormatter.Field
Returns the value of the name record component.
name() - Method in class pi.resources.color.ColorScheme
Gibt dem Name des Farbschemas zurück.
name() - Method in class pi.resources.color.NamedColor
Gibt den Hauptnamen der Farbe zurück.
name() - Method in class pi.resources.NamedResource
 
name() - Method in interface pi.resources.Resource
Gets the name.
name() - Method in class pi.resources.sound.Sound
Liefert den Dateinamen der Audio-Datei ohne Dateiendung.
name(String) - Method in class pi.resources.color.NamedColor
Setzt den Hauptnamen der Farbe.
name(String) - Method in class pi.resources.NamedResource
 
name(String) - Method in interface pi.resources.Resource
 
namedColor(String) - Method in class pi.resources.color.ColorContainer
Ruft eine benannte Farbe anhand ihres Namens ab.
NamedColor - Class in pi.resources.color
Speichert eine Farbe zusammen mit einem Hauptnamen und optional mehreren Aliassen.
NamedColor(String, Color, List<String>) - Constructor for class pi.resources.color.NamedColor
 
NamedResource - Class in pi.resources
 
NamedResource() - Constructor for class pi.resources.NamedResource
 
names - Static variable in class tetris.tetrominos.Tetromino
Die Reihenfolge der Tetrominos wurde so übernommen, wie sie für den damaligen Zufallsgenerator des ursprünglichen Gameboys aufgereiht wurden.
names() - Method in class pi.resources.color.ColorSchemeContainer
Gibt ein Array mit den Namen aller Farbschemen in diesem Container zurück.
NANOSECONDS - Enum constant in enum class org.jbox2d.profile.BasicPerformanceTest.ResultFormat
 
nbPlatforms - Variable in class blockly_robot.robot.data.model.GridInfosData
 
nbPlatforms() - Method in class blockly_robot.robot.logic.Task
 
nbStates - Variable in class blockly_robot.robot.data.model.ItemData
 
negate() - Method in class org.jbox2d.common.Vec2
Return the negation of this vector; does not alter this vector.
negate() - Method in class org.jbox2d.common.Vec3
 
negate() - Method in class pi.graphics.geom.DirectedLineSegment
Gibt eine in die andere Richtung verlaufende Strecke zurück.
negate() - Method in class pi.graphics.geom.Vector
Berechnet die Gegenrichtung des Vektors.
negateLocal() - Method in class org.jbox2d.common.Vec2
Flip the vector and return it - alters this vector.
negateLocal() - Method in class org.jbox2d.common.Vec3
 
negateToOut(Vec2, Vec2) - Static method in class org.jbox2d.common.Vec2
 
negateX() - Method in class pi.graphics.geom.Vector
Berechnet die Gegenrichtung des Vektors in X-Richtung.
negateY() - Method in class pi.graphics.geom.Vector
Berechnet die Gegenrichtung des Vektors in Y-Richtung.
NEW_FIXTURE - Static variable in class org.jbox2d.dynamics.World
 
newArray(int) - Method in class org.jbox2d.pooling.normal.MutableStack
 
newBuilder() - Static method in class org.box2d.proto.Box2D.PbBody
 
newBuilder() - Static method in class org.box2d.proto.Box2D.PbFilter
 
newBuilder() - Static method in class org.box2d.proto.Box2D.PbFixture
 
newBuilder() - Static method in class org.box2d.proto.Box2D.PbJoint
 
newBuilder() - Static method in class org.box2d.proto.Box2D.PbShape
 
newBuilder() - Static method in class org.box2d.proto.Box2D.PbVec2
 
newBuilder() - Static method in class org.box2d.proto.Box2D.PbWorld
 
newBuilder(Box2D.PbBody) - Static method in class org.box2d.proto.Box2D.PbBody
 
newBuilder(Box2D.PbFilter) - Static method in class org.box2d.proto.Box2D.PbFilter
 
newBuilder(Box2D.PbFixture) - Static method in class org.box2d.proto.Box2D.PbFixture
 
newBuilder(Box2D.PbJoint) - Static method in class org.box2d.proto.Box2D.PbJoint
 
newBuilder(Box2D.PbShape) - Static method in class org.box2d.proto.Box2D.PbShape
 
newBuilder(Box2D.PbVec2) - Static method in class org.box2d.proto.Box2D.PbVec2
 
newBuilder(Box2D.PbWorld) - Static method in class org.box2d.proto.Box2D.PbWorld
 
newBuilderForType() - Method in class org.box2d.proto.Box2D.PbBody
 
newBuilderForType() - Method in class org.box2d.proto.Box2D.PbFilter
 
newBuilderForType() - Method in class org.box2d.proto.Box2D.PbFixture
 
newBuilderForType() - Method in class org.box2d.proto.Box2D.PbJoint
 
newBuilderForType() - Method in class org.box2d.proto.Box2D.PbShape
 
newBuilderForType() - Method in class org.box2d.proto.Box2D.PbVec2
 
newBuilderForType() - Method in class org.box2d.proto.Box2D.PbWorld
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.box2d.proto.Box2D.PbBody
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.box2d.proto.Box2D.PbFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.box2d.proto.Box2D.PbFixture
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.box2d.proto.Box2D.PbJoint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.box2d.proto.Box2D.PbShape
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.box2d.proto.Box2D.PbVec2
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.box2d.proto.Box2D.PbWorld
 
newColor(float, float, float, float) - Method in class org.jbox2d.testbed.pooling.ColorPool
 
newDocument() - Method in enum class cli.java2umltext.export.Format
 
newInstance() - Method in class org.jbox2d.pooling.normal.CircleStack
Creates a new instance of the object contained by this stack.
newInstance() - Method in class org.jbox2d.pooling.normal.MutableStack
Creates a new instance of the object contained by this stack.
newInstance() - Method in class org.jbox2d.pooling.normal.OrderedStack
Creates a new instance of the object contained by this stack.
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.box2d.proto.Box2D.PbBody
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.box2d.proto.Box2D.PbFilter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.box2d.proto.Box2D.PbFixture
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.box2d.proto.Box2D.PbJoint
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.box2d.proto.Box2D.PbShape
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.box2d.proto.Box2D.PbVec2
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.box2d.proto.Box2D.PbWorld
 
next - Variable in class org.jbox2d.dynamics.Body
The next body in the world's body list.
next - Variable in class org.jbox2d.dynamics.contacts.Contact
 
next - Variable in class org.jbox2d.dynamics.contacts.ContactEdge
The next contact edge in the body’s contact list.
next - Variable in class org.jbox2d.dynamics.Fixture
 
next - Variable in class org.jbox2d.dynamics.joints.Joint
 
next - Variable in class org.jbox2d.dynamics.joints.JointEdge
The next joint edge in the body's joint list.
next() - Method in class blockly_robot.robot.logic.log.Movement
 
next() - Method in class blockly_robot.robot.logic.menu.TaskList
 
next() - Method in class pi.resources.color.ColorSchemeContainer
Gibt das aktuelle Farbschema zurück und wechselt zum nächsten Schema.
next() - Method in class pi.resources.sound.LoopedMusic
 
next(Movement) - Method in class blockly_robot.robot.logic.log.Movement
 
NEXT_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
nextPowerOfTwo(int) - Static method in class org.jbox2d.common.MathUtils
Next Largest Power of 2: Given a binary integer value x, the next largest power of 2 can be computed by a SWAR algorithm that recursively "folds" the upper bits into the lower bits.
nextTest() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
nextVertex - Variable in class org.jbox2d.collision.shapes.ChainShape
 
noBorders - Variable in class blockly_robot.robot.data.model.GridInfosData
Found in contextParams.json
node(int) - Method in class pi.dsa.graph.Graph
 
node(String) - Method in class pi.dsa.graph.Graph
 
nodeA - Variable in class org.jbox2d.dynamics.contacts.Contact
Nodes for connecting bodies.
nodeB - Variable in class org.jbox2d.dynamics.contacts.Contact
 
nodeColor(int, String) - Method in class pi.dsa.graph.GraphVisualizer
 
nodeColor(int, String, int) - Method in class pi.dsa.graph.GraphVisualizer
 
nodeColor(String, String) - Method in class pi.dsa.graph.GraphVisualizer
 
nodeColor(String, String, int) - Method in class pi.dsa.graph.GraphVisualizer
 
nodeCount() - Method in class pi.dsa.graph.Graph
Gibt die Anzahl der Knoten des Graphen zurück.
nodeIndex(String) - Method in class pi.dsa.graph.Graph
Gibt den Index bzw . die interne Nummer des Knotens zurück.
nodeIndex(GraphNode) - Method in class pi.dsa.graph.Graph
 
nodeIndexSafe(String) - Method in class pi.dsa.graph.Graph
Gibt den Index bzw. die interne Nummer des Knotens zurück oder -1 falls der Knoten nicht gefunden werden konnte.
nodeLabel(int) - Method in class pi.dsa.graph.Graph
Gibt die Bezeichnung eines Knotens mit der internen Knotennummer.
Nodes() - Method in class pi.dsa.graph.Graph
 
NONE - Enum constant in enum class pi.actor.Line.ArrowType
Keine Pfeilspitze
NONE - Enum constant in enum class pi.graphics.geom.Direction
Repräsentation einer Richtung, die nirgendwo hinzeigt.
normal - Variable in class org.jbox2d.collision.RayCastOutput
 
normal - Variable in class org.jbox2d.collision.WorldManifold
The world vector pointing from A to B.
normal - Variable in class org.jbox2d.common.RaycastResult
 
normal - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
normal - Variable in class org.jbox2d.particle.ParticleBodyContact
The normalized direction from the particle to the body.
normal - Variable in class org.jbox2d.particle.ParticleContact
The normalized direction from A to B.
normal - Variable in class org.jbox2d.testbed.framework.ContactPoint
 
NORMAL - Enum constant in enum class org.jbox2d.testbed.framework.AbstractTestbedController.MouseBehavior
 
normalImpulse - Variable in class org.jbox2d.collision.ManifoldPoint
the non-penetration impulse
normalImpulse - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint.VelocityConstraintPoint
 
normalImpulse - Variable in class org.jbox2d.testbed.framework.ContactPoint
 
normalImpulses - Variable in class org.jbox2d.callbacks.ContactImpulse
 
normalize() - Method in class org.jbox2d.common.Sweep
 
normalize() - Method in class org.jbox2d.common.Vec2
Convert this vector into a unit vector.
normalize() - Method in class pi.graphics.geom.Vector
Gibt eine Normierung des Vektors aus.
normalizeLineSeparator(String) - Static method in class pi.util.TextUtil
Normalisiert die Zeilentrennzeichen einer Zeichenkette auf "\n".
normalizePath(String) - Static method in class pi.util.FileUtil
Ersetzt im gegebenen Dateipfad alle Schrägstriche (Slashes) und Gegenschrägstriche (Backslashes) mit dem Zeichen des Attributs File.separator.
normalMass - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
normalMass - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint.VelocityConstraintPoint
 
normals - Variable in class org.jbox2d.collision.shapes.PolygonShape
The normals of the shape.
NORMALS_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
north() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
north() - Method in class blockly_robot.robot.logic.navigation.Coords
 
north() - Method in interface blockly_robot.robot.logic.robot.Robot
Gehe nach oben in Richtung Norden.
north() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
NORTH - Enum constant in enum class blockly_robot.robot.logic.navigation.Compass
NOT_REACHABLE_WEIGHT - Static variable in class pi.dsa.graph.GraphEdge
 
NULL - Static variable in class pi.graphics.geom.Vector
Konstante für einen „bewegungslosen“ Vektor (0, 0).
NULL_FEATURE - Static variable in class org.jbox2d.collision.Collision
 
NULL_NODE - Static variable in class org.jbox2d.collision.broadphase.DynamicTree
 
NULL_NODE - Static variable in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
NULL_PROXY - Static variable in interface org.jbox2d.collision.broadphase.BroadPhase
 
NULL_STATE - Enum constant in enum class org.jbox2d.collision.Collision.PointState
point does not exist
NullHandler - Class in pi.physics
Eine Steuerungsklasse für Operationen an Actor-Objekten, die an keiner Szene angehängt sind.
NullHandler(PhysicsData) - Constructor for class pi.physics.NullHandler
 
num - Variable in class blockly_robot.robot.data.model.ItemData
Die Nummer (ID) des Gegenstands.
NUM_DECIMALS - Static variable in class org.jbox2d.tests.math.SinCosTest
 
number() - Method in enum class blockly_robot.robot.logic.navigation.Compass
Returns the number associated with the cardinal point (0: EAST, 1: SOUTH, 2: WEST; 3: NORTH).
NumberDisplay - Class in tetris.text
 
NumberDisplay(Scene, int, int, int) - Constructor for class tetris.text.NumberDisplay
 
numberOfChilds() - Method in class pi.graphics.boxes.Box
Gibt die Anzahl an Kinder-Boxen zurück.
numberOfChilds() - Method in class pi.graphics.boxes.TextBlockAlignBox
 
numberOfChilds() - Method in class pi.graphics.boxes.ChildsBox
 
numberOfChilds() - Method in class pi.graphics.boxes.LeafBox
 
numberOfDifficulties() - Method in class blockly_robot.robot.logic.level.LevelCollection
 
numberOfDifficulties() - Method in class blockly_robot.robot.logic.Task
Die Anzahl an Schwierigkeitsgraden (In der Regel 3).
numberOfLevels() - Method in class blockly_robot.robot.logic.level.LevelCollection
 
numberOfLevels() - Method in class blockly_robot.robot.logic.Task
Die Anzahl aller Tests (Level).
numberOfMovements - Variable in class blockly_robot.robot.logic.robot.VirtualRobot
 
numberOfSeries - Variable in class pi.dsa.turtle.TurtleGraphicsSeries
Gibt an, wie oft eine Turtle-Grafik gezeichnet werden soll.
numPoints() - Method in class pi.actor.Star
Gibt die Anzahl der Zacken des Sterns zurück.
numPoints(int) - Method in class pi.actor.Star
Setzt die Anzahl der Zacken des Sterns.
numTables - Static variable in class org.jbox2d.tests.math.SinCosTest
 

O

OBB() - Constructor for class org.jbox2d.common.OBBViewportTransform.OBB
 
OBBViewportTransform - Class in org.jbox2d.common
Orientated bounding box viewport transform
OBBViewportTransform() - Constructor for class org.jbox2d.common.OBBViewportTransform
 
OBBViewportTransform.OBB - Class in org.jbox2d.common
 
obstacleInFront() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination.Robot
vor Hindernis
obstacleInFront() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake.Robot
vor Hindernis
obstacleInFront() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles.Robot
vor Hindernis
obstacleInFront() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.Robot
vor Hindernis
obstacleInFront() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
obstacleInFront() - Method in interface blockly_robot.robot.logic.robot.Robot
 
obstacleInFront() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
ofAngle(double) - Static method in class pi.graphics.geom.Vector
Berechnet anhand eines Winkels, der in Grad angegeben ist, den entsprechenden Vektor der Länge 1.
offset() - Method in class pi.actor.label.Label
 
offset() - Method in class pi.actor.Line.End
Gibt den Versatz des Linienendes in Richtung des gegenüberliegenden Punkts in Meter zurück.
offset() - Method in class pi.actor.Line
Gibt den Versatz beider Linienenden in Richtung des gegenüberliegenden Punkts in Meter zurück.
offset() - Method in class pi.Camera
Gibt den Verzug der Kamera aus.
offset(double) - Method in class pi.actor.label.Label
 
offset(double) - Method in class pi.actor.Line.End
Setzt den Versatz des Linienendes in Richtung des gegenüberliegenden Punkts in Meter.
offset(double) - Method in class pi.actor.Line
Setzt den Versatz beider Linienenden in Richtung des gegenüberliegenden Punkts in Meter.
offset(double, double) - Method in class pi.Camera
Setzt einen Kameraverzug durch Angabe der x- und y-Richtung.
offset(Vector) - Method in class pi.Camera
Setzt einen Kameraverzug durch Angabe eines Vektors.
offsetX - Variable in class blockly_robot.robot.data.model.ItemData
 
offsetX(double) - Method in class pi.Camera
Setzt einen Kameraverzug in x-Richtung.
offsetY - Variable in class blockly_robot.robot.data.model.ItemData
 
offsetY(double) - Method in class pi.Camera
Setzt einen Kameraverzug in y-Richtung.
OGG - Enum constant in enum class pi.resources.sound.SoundFormat
 
OldenbourgFlightRoute() - Static method in class pi.dsa.graph.GraphCollection
 
OldenbourgHighway() - Static method in class pi.dsa.graph.GraphCollection
Heißt im Schulbuch: Arbeit.AusfuehrenAutobahn().
OldenbourgICE() - Static method in class pi.dsa.graph.GraphCollection
ICE-Verbindungen
OldenbourgKapitel10Aufgabe7Nr3() - Static method in class pi.dsa.graph.GraphCollection
 
OldenburgSubway() - Static method in class pi.dsa.graph.GraphCollection
S- und U-Bahn-Verbindungen
onCandle() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles.Robot
auf Kerze
onChanged(ConfigGroup.ConfigurationChangedListener) - Method in class pi.config.ConfigGroup
Adds the specified configuration changed listener to receive events about any configuration property that changed.
onCollision(CollisionEvent<PlayerCharacter>) - Method in class demos.small_games.dude.Coin
 
onCollision(CollisionEvent<PlayerCharacter>) - Method in class demos.small_games.dude.ManaPickup
 
onCollision(CollisionEvent<Ball>) - Method in class demos.small_games.pong.BounceBar
 
onCollision(CollisionEvent<Ball>) - Method in class demos.small_games.pong.Paddle
 
onCollision(CollisionEvent<E>) - Method in interface pi.event.CollisionListener
Wird bei einer (korrekt angemeldeten) Instanz immer dann aufgerufen, wenn der hiermit angemeldete Actor mit einem (relevanten) Actor-Objekt kollidiert.
onCollision(CollisionEvent<Actor>) - Method in class demos.BallThrowDemo
Wird bei jeder Kollision zwischen mit diesem Interface angemeldeten Actor-Objekten aufgerufen.
onCollision(CollisionEvent<Actor>) - Method in class demos.ForceKlickEnvironment
 
onCollision(CollisionEvent<Actor>) - Method in class demos.small_games.dude.PlayerCharacter
 
onCollisionEnd(CollisionEvent<E>) - Method in interface pi.event.CollisionListener
Wird bei einer (korrekt angemeldeten) Instanz immer dann aufgerufen, wenn die Kollision eines hiermit angemeldeten Figur mit einem (relevanten) Actor-Objekt beendet ist.
onCollisionEnd(CollisionEvent<Actor>) - Method in class demos.ForceKlickEnvironment
 
onCollisionEnd(CollisionEvent<Actor>) - Method in class demos.small_games.dude.PlayerCharacter
 
onContainer() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
onContainer() - Method in interface blockly_robot.robot.logic.robot.Robot
 
onContainer() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
OneSidedTest - Class in org.jbox2d.testbed.tests
 
OneSidedTest() - Constructor for class org.jbox2d.testbed.tests.OneSidedTest
 
onExit() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
onExit() - Method in interface blockly_robot.robot.logic.robot.Robot
 
onExit() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
onFinished - Variable in class pi.dsa.turtle.TurtleGraphics
Eine Callback-Funktion, die aufgerufen wird, wenn die Turtle-Grafik fertig gezeichnet wurde.
onFinished(Runnable) - Method in class pi.dsa.turtle.TurtleGraphics
 
onFirewood() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.Robot
auf Holz
onFirewood() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.Robot
auf Holz
onFrame(double) - Method in class demos.billard.Ball
 
onFrame(double) - Method in class demos.classes.actor.StopWatchDemo
 
onFrame(double) - Method in class demos.classes.class_controller.GetMousePositionDemo
 
onFrame(double) - Method in class demos.classes.event.FrameListenerDemo
 
onFrame(double) - Method in class demos.classes.graphics.geom.DirectedLineSegmentDemo
 
onFrame(double) - Method in class demos.docs.main_classes.actor.stateful_animation.StatefulPlayerCharacter
 
onFrame(double) - Method in class demos.docs.main_classes.CameraDemo
 
onFrame(double) - Method in class demos.docs.main_classes.controller.game_loop.SnakeAdvanced
 
onFrame(double) - Method in class demos.docs.main_classes.scene.tutorial.MenuItem
 
onFrame(double) - Method in class demos.docs.physics.impulse.DominosDemoFinal
 
onFrame(double) - Method in class demos.edu_projects.concurrency.philosophers.PhilosopherImage
 
onFrame(double) - Method in class demos.ForceKlickEnvironment
 
onFrame(double) - Method in class demos.MinimalDemo
 
onFrame(double) - Method in class demos.small_games.CarDemo
 
onFrame(double) - Method in class demos.small_games.dude.HUD
 
onFrame(double) - Method in class demos.small_games.dude.PlayerCharacter
 
onFrame(double) - Method in class demos.small_games.pong.PongTable
 
onFrame(double) - Method in class demos.small_games.snake.SnakeScene
 
onFrame(double) - Method in class pacman.actors.Ghost
 
onFrame(double) - Method in class pi.animation.KeyFrames
 
onFrame(double) - Method in class pi.animation.tweening.TweenEngine
Updates all registered Tweens by applying the TweenEquation.
onFrame(double) - Method in class pi.animation.ValueAnimator
 
onFrame(double) - Method in class demos.classes.graphics.SceneInfoOverlayDemo
Wenn eine dynamische geometrische Figur tiefer als y = -10 fällt, wird sie wieder von oben heruntergeworfen.
onFrame(double) - Method in class pi.event.AggregateFrameListener
 
onFrame(double) - Method in class pi.event.DefaultControl
Bewegt die Kamera, wenn ALT und die Pfeiltasten gedrückt werden.
onFrame(double) - Method in interface pi.event.DefaultListener
 
onFrame(double) - Method in interface pi.event.FrameListener
Diese Methode wird bei jedem Einzelbild eines angemeldeten Objekts erneut aufgerufen.
onFrame(double) - Method in class tetris.debug.GridDebugScene
 
onHearth() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.Robot
beim Kamin
onHearth() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.Robot
beim Kamin
onKeyDown(KeyEvent) - Method in class blockly_robot.robot.gui.scenes.LevelsScene
 
onKeyDown(KeyEvent) - Method in class demos.BallThrowDemo
Wird bei jedem Tastendruck ausgeführt.
onKeyDown(KeyEvent) - Method in class demos.billard.BillardDemo
 
onKeyDown(KeyEvent) - Method in class demos.CameraDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.actor.AnimationDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.actor.BoxActorFlipDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.actor.image_text.ContentDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.actor.ImageDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.actor.ImageDimensionDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.actor.StatefulAnimationDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.actor.StopWatchDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.actor.TextAllSystemFontsDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.class_scene.PaintingSurfaceDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.dsa.graph.dfs.GraphCollectionDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.event.PressedKeyRepeaterDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.graphics.SceneInfoOverlayDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.resources.sound.JukeboxDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.resources.sound.JukeboxTetrisDemo
 
onKeyDown(KeyEvent) - Method in class demos.classes.resources.sound.PlaybackListenerDemo
 
onKeyDown(KeyEvent) - Method in class demos.docs.events.key_event.KeyEventDemo
 
onKeyDown(KeyEvent) - Method in class demos.docs.main_classes.actor.ActorLabelDemo
 
onKeyDown(KeyEvent) - Method in class demos.docs.main_classes.actor.group.GroupDemo
 
onKeyDown(KeyEvent) - Method in class demos.docs.main_classes.actor.stateful_animation.StatefulPlayerCharacter
 
onKeyDown(KeyEvent) - Method in class demos.docs.main_classes.actor.text.TextStyleDemo
 
onKeyDown(KeyEvent) - Method in class demos.docs.main_classes.scene.tutorial.MainScene
 
onKeyDown(KeyEvent) - Method in class demos.docs.physics.DensityDemo
 
onKeyDown(KeyEvent) - Method in class demos.docs.physics.GravityDemo
 
onKeyDown(KeyEvent) - Method in class demos.docs.resources.color.ColorVariationsDemo
 
onKeyDown(KeyEvent) - Method in class demos.docs.resources.color.ColorWheelIttenDemo
 
onKeyDown(KeyEvent) - Method in class demos.JointDemo
 
onKeyDown(KeyEvent) - Method in class demos.MinimalDemo
 
onKeyDown(KeyEvent) - Method in class demos.physics.MarbleDemo
 
onKeyDown(KeyEvent) - Method in class demos.physics.ParticlesDemo
 
onKeyDown(KeyEvent) - Method in class demos.physics.single_aspects.ApplyForceDemo
 
onKeyDown(KeyEvent) - Method in class demos.physics.single_aspects.ApplyImpulseDemo
 
onKeyDown(KeyEvent) - Method in class demos.physics.single_aspects.ApplyRotationImpulseDemo
 
onKeyDown(KeyEvent) - Method in class demos.physics.single_aspects.ApplyTorqueDemo
 
onKeyDown(KeyEvent) - Method in class demos.physics.single_aspects.FrictionDemo
 
onKeyDown(KeyEvent) - Method in class demos.RotationDemo
 
onKeyDown(KeyEvent) - Method in class demos.ScreenshotDemo
 
onKeyDown(KeyEvent) - Method in class demos.small_games.dude.PlayerCharacter
 
onKeyDown(KeyEvent) - Method in class demos.small_games.pong.PongTable
 
onKeyDown(KeyEvent) - Method in class pacman.debug.GhostsDebugScene
 
onKeyDown(KeyEvent) - Method in class pacman.scenes.IngameScene
 
onKeyDown(KeyEvent) - Method in class pi.dsa.graph.GraphDrawer
 
onKeyDown(KeyEvent) - Method in class pi.dsa.turtle.TurtleGraphicsCollection
 
onKeyDown(KeyEvent) - Method in class pi.event.DefaultControl
Registriert Standard-Tastenkürzel.
onKeyDown(KeyEvent) - Method in interface pi.event.DefaultListener
 
onKeyDown(KeyEvent) - Method in interface pi.event.KeyStrokeListener
Wird bei einem angemeldeten Beobachter aufgerufen, sobald eine Taste gedrückt wird.
onKeyDown(KeyEvent) - Method in class tetris.debug.BlockDebugScene
 
onKeyDown(KeyEvent) - Method in class tetris.debug.GridDebugScene
 
onKeyDown(KeyEvent) - Method in class tetris.debug.SingleTetrominoDebugScene
 
onKeyDown(KeyEvent) - Method in class tetris.debug.TetrominoDebugScene
 
onKeyDown(KeyEvent) - Method in class tetris.scenes.CopyrightScene
Wenn eine beliebige Taste gedrückt wird, wird zum nächsten Bildschirm, der Titelszene, gesprungen.
onKeyDown(KeyEvent) - Method in class tetris.scenes.IngameScene
 
onKeyDown(KeyEvent) - Method in class tetris.scenes.TitleScene
 
onKeyUp(KeyEvent) - Method in class demos.small_games.dude.PlayerCharacter
 
onKeyUp(KeyEvent) - Method in interface pi.event.KeyStrokeListener
Wird bei einem angemeldeten Beobachter aufgerufen, sobald eine Taste losgelassen wurde, die vorher gedrückt war.
onMouseDown(Vector, MouseButton) - Method in class demos.CameraDemo
 
onMouseDown(Vector, MouseButton) - Method in class demos.classes.class_scene.PaintingSurfaceDemo
 
onMouseDown(Vector, MouseButton) - Method in class demos.docs.events.mouse.PaintingCirclesAdvancedDemo
 
onMouseDown(Vector, MouseButton) - Method in class demos.docs.events.mouse.PaintingCirclesDemo
 
onMouseDown(Vector, MouseButton) - Method in class demos.docs.main_classes.scene.tutorial.MenuItem
 
onMouseDown(Vector, MouseButton) - Method in class demos.docs.physics.impulse.DominosDemoFinal
 
onMouseDown(Vector, MouseButton) - Method in class demos.ForceKlickEnvironment
Wird bei jedem Mausklick aufgerufen.
onMouseDown(Vector, MouseButton) - Method in class pi.dsa.graph.GraphDrawer
 
onMouseDown(Vector, MouseButton) - Method in interface pi.event.DefaultListener
 
onMouseDown(Vector, MouseButton) - Method in interface pi.event.MouseClickListener
Diese Methode wird bei jedem Klick aufgerufen, unabhängig davon an welcher Position sich die Maus befindet.
onMouseDown(Vector, MouseButton) - Method in class tetris.debug.GridDebugScene
 
onMouseDown(Vector, MouseButton) - Method in class tetris.scenes.TitleScene
 
onMouseScrollMove(MouseScrollEvent) - Method in class demos.MinimalDemo
 
onMouseScrollMove(MouseScrollEvent) - Method in class pi.event.DefaultControl
Verändert den Zoomfaktor der Kamera, wenn gleichzeitig ALT und das Mausrad benutzt wird.
onMouseScrollMove(MouseScrollEvent) - Method in interface pi.event.DefaultListener
 
onMouseScrollMove(MouseScrollEvent) - Method in interface pi.event.MouseScrollListener
Diese Methode wird immer dann aufgerufen, wenn das Mausrad gedreht wurde.
onMouseUp(Vector, MouseButton) - Method in class demos.ForceKlickEnvironment
 
onMouseUp(Vector, MouseButton) - Method in interface pi.event.MouseClickListener
Diese Methode wird bei jedem Loslassen einer Maustaste aufgerufen, unabhängig davon an welcher Position sich die Maus befindet.
onPaint() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
onPaint() - Method in interface blockly_robot.robot.logic.robot.Robot
 
onPaint() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
onRepeat(Supplier<Boolean>, Supplier<Boolean>) - Method in class pi.dsa.turtle.TurtleGraphicsSeries
 
onSceneLaunch(Scene, Scene) - Method in interface pi.event.SceneLaunchListener
 
onWithdrawable() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
onWithdrawable() - Method in interface blockly_robot.robot.logic.robot.Robot
 
onWithdrawable() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
op(Vec2) - Method in class org.jbox2d.testbed.perf.PoolingPerf
 
op(Vec2) - Method in class org.jbox2d.testbed.perf.StackTest
 
opacity() - Method in class pi.actor.Actor
Gibt die Durchsichtigkeit (Deckkraft) der Figur zurück.
opacity(double) - Method in class pi.actor.Actor
Setzt die Durchsichtigkeit (Deckkraft) der Figur.
OPACITY - Enum constant in enum class pi.animation.tweening.TweenType
 
open() - Method in class demos.graphics2d.Graphics2DComponent
Öffnet das Fenster.
orange() - Method in class pi.resources.color.ColorScheme
Gibt die Sekundärfarbe Orange (englisch: orange) zurück.
orange(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Sekundärfarbe Orange (englisch: orange, Mischung aus Gelb und Rot) durch Angabe des Rot-, Grün- und Blau-Anteils.
orange(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Sekundärfarbe Orange (englisch: orange, Mischung aus Gelb und Rot).
orange(String) - Method in class pi.resources.color.ColorScheme
Setzt die Sekundärfarbe Orange (englisch: orange, Mischung aus Gelb und Rot) in hexadezimaler Codierung (z.B.
OrderedStack<E> - Class in org.jbox2d.pooling.normal
 
OrderedStack<E> - Interface in org.jbox2d.pooling
This stack assumes that when you push 'n' items back, you're pushing back the last 'n' items popped.
OrderedStack(int, int) - Constructor for class org.jbox2d.pooling.normal.OrderedStack
 
org.box2d.proto - package org.box2d.proto
 
org.jbox2d - package org.jbox2d
jbox2d is a 2D rigid body simulation library for games.
org.jbox2d.callbacks - package org.jbox2d.callbacks
 
org.jbox2d.collision - package org.jbox2d.collision
The Collision module contains shapes and functions that operate on them.
org.jbox2d.collision.broadphase - package org.jbox2d.collision.broadphase
 
org.jbox2d.collision.shapes - package org.jbox2d.collision.shapes
 
org.jbox2d.common - package org.jbox2d.common
The Common module contains settings, memory management, and vector math.
org.jbox2d.dynamics - package org.jbox2d.dynamics
The Dynamics module is the most complex part of jbox2d and is the part you likely interact with the most.
org.jbox2d.dynamics.contacts - package org.jbox2d.dynamics.contacts
 
org.jbox2d.dynamics.joints - package org.jbox2d.dynamics.joints
Joints are used to constraint two bodies together in various fashions.
org.jbox2d.gwtemul.java.lang - package org.jbox2d.gwtemul.java.lang
 
org.jbox2d.gwtemul.org.jbox2d.common - package org.jbox2d.gwtemul.org.jbox2d.common
 
org.jbox2d.particle - package org.jbox2d.particle
 
org.jbox2d.pooling - package org.jbox2d.pooling
 
org.jbox2d.pooling.arrays - package org.jbox2d.pooling.arrays
 
org.jbox2d.pooling.normal - package org.jbox2d.pooling.normal
 
org.jbox2d.pooling.stacks - package org.jbox2d.pooling.stacks
 
org.jbox2d.profile - package org.jbox2d.profile
 
org.jbox2d.profile.worlds - package org.jbox2d.profile.worlds
 
org.jbox2d.serialization - package org.jbox2d.serialization
 
org.jbox2d.serialization.pb - package org.jbox2d.serialization.pb
Protobuffer serializer and deserializer.
org.jbox2d.testbed - package org.jbox2d.testbed
 
org.jbox2d.testbed.framework - package org.jbox2d.testbed.framework
 
org.jbox2d.testbed.framework.j2d - package org.jbox2d.testbed.framework.j2d
 
org.jbox2d.testbed.perf - package org.jbox2d.testbed.perf
 
org.jbox2d.testbed.pooling - package org.jbox2d.testbed.pooling
 
org.jbox2d.testbed.tests - package org.jbox2d.testbed.tests
 
org.jbox2d.tests.math - package org.jbox2d.tests.math
 
other - Variable in class org.jbox2d.dynamics.contacts.ContactEdge
Provides quick access to the other body attached.
other - Variable in class org.jbox2d.dynamics.joints.JointEdge
Provides quick access to the other body attached.
OTHER - Enum constant in enum class org.jbox2d.serialization.UnsupportedObjectException.Type
 
OUTER_CORNER_BL - Enum constant in enum class pacman.scenes.Brick
 
OUTER_CORNER_BR - Enum constant in enum class pacman.scenes.Brick
 
OUTER_CORNER_TL - Enum constant in enum class pacman.scenes.Brick
 
OUTER_CORNER_TR - Enum constant in enum class pacman.scenes.Brick
 
OUTER_ITERATIONS - Static variable in class org.jbox2d.testbed.perf.MathPerf
 
OUTER_ITERATIONS - Static variable in class org.jbox2d.testbed.perf.PoolingPerf
 
OUTER_ITERATIONS - Static variable in class org.jbox2d.testbed.perf.StackTest
 
OVERLAPPED - Enum constant in enum class org.jbox2d.collision.TimeOfImpact.TOIOutputState
 
overlaps(Actor) - Method in class pi.actor.Actor
Prüft, ob dieses Objekt sich mit einem weiteren Objekt schneidet.
OverlayDemo - Class in demos.classes.class_scene
OverlayDemo() - Constructor for class demos.classes.class_scene.OverlayDemo
 

P

p - Variable in class org.jbox2d.collision.shapes.CircleShape
 
p - Variable in class org.jbox2d.common.Transform
The translation caused by the transform
p1 - Variable in class org.jbox2d.collision.RayCastInput
 
p2 - Variable in class org.jbox2d.collision.RayCastInput
 
PackageClassLoader - Class in blockly_robot.robot.utils
 
PackageClassLoader() - Constructor for class blockly_robot.robot.utils.PackageClassLoader
 
pacman - package pacman
Nachbau des Spielklassikers Pac-Man mit Hilfe der Engine Pi
pacman.actors - package pacman.actors
Die Figuren des Spiels.
pacman.debug - package pacman.debug
Verschiedene Test-Szenen zum Debuggen des Spiels.
pacman.scenes - package pacman.scenes
Die verschiedenen Szenen des Spiels.
padding - Variable in class pi.graphics.boxes.FramedBox
 
padding(int) - Method in class pi.graphics.boxes.PaddingBox
 
PaddingBox<T extends Box> - Class in pi.graphics.boxes
 
PaddingBox(Box...) - Constructor for class pi.graphics.boxes.PaddingBox
 
Paddle - Class in demos.small_games.pong
Ein Schläger des Ping-Pong-Spiels.
Paddle(int, PongTable) - Constructor for class demos.small_games.pong.Paddle
 
page() - Element in annotation interface pi.dsa.Source
Die Seite auf der die Quelle zu finden ist.
paint(Scene) - Method in class blockly_robot.robot.gui.map.ItemMapPainter
 
paint(Scene, double, double) - Method in class blockly_robot.robot.gui.map.ItemMapPainter
 
paintComponent(Graphics) - Method in class demos.graphics2d.Graphics2DComponent
Wird mehrmals ausgeführt.
Painter - Class in blockly_robot.robot.gui
 
Painter() - Constructor for class blockly_robot.robot.gui.Painter
 
PaintingCirclesAdvancedDemo - Class in demos.docs.events.mouse
 
PaintingCirclesAdvancedDemo() - Constructor for class demos.docs.events.mouse.PaintingCirclesAdvancedDemo
 
PaintingCirclesDemo - Class in demos.docs.events.mouse
 
PaintingCirclesDemo() - Constructor for class demos.docs.events.mouse.PaintingCirclesDemo
 
paintingSurface - Variable in class pi.dsa.turtle.PaintingSurfaceScene
Eine Malfläche, in die gemalt werden kann und die als Hintergrundbild angezeigt wird.
PaintingSurface - Class in pi.graphics
Eine Malfläche, in die gezeichnet werden kann.
PaintingSurface(Scene) - Constructor for class pi.graphics.PaintingSurface
 
PaintingSurfaceDemo - Class in demos.classes.class_scene
 
PaintingSurfaceDemo() - Constructor for class demos.classes.class_scene.PaintingSurfaceDemo
 
PaintingSurfaceScene - Class in pi.dsa.turtle
Eine Szene mit einer Malfläche als Hintergrund.
PaintingSurfaceScene() - Constructor for class pi.dsa.turtle.PaintingSurfaceScene
 
paintScreen() - Method in class org.jbox2d.testbed.framework.j2d.TestPanelJ2D
 
paintScreen() - Method in interface org.jbox2d.testbed.framework.TestbedPanel
Paints the rendered world to the screen
paintVersionHeading(Scene, double, double, Difficulty) - Static method in class blockly_robot.robot.gui.Painter
 
Pair() - Constructor for class org.jbox2d.particle.ParticleSystem.Pair
 
pairBit - Static variable in class org.jbox2d.callbacks.DebugDraw
Draw pairs of connected objects
PairCallback - Interface in org.jbox2d.callbacks
 
parallaxPosition(double, double) - Method in class pi.Layer
Setzt die Parallaxen-Bewegung für dieser Ebene: 1 ist keine Parallaxe (Bewegung exakt mit der Kamera) Werte zwischen 0 und 1 schaffen einen entfernten Effekt: Die Bewegung ist weniger als die der Kamera 0 bedeutet, die Bewegung der Kamera hat gar keinen Einfluss auf die Ebene. Negative Werte sorgen für Bewegung entgegen der Kamera Werte > 1 verstärken die Bewegung der Kamera (z.B.
parallaxRotation(double) - Method in class pi.Layer
Setzt die Parallaxe der Rotation.
parallaxZoom(double) - Method in class pi.Layer
Setzt den Parallaxen-Zoom für diese Ebene: 1: Normaler Zoom mit der Kamera 0: Kamerazoom hat keinen Einfluss auf diese Ebene. 0 < parallaxZoom < 1: Der Zoomeffekt tritt schwächer auf. parallaxZoom > 1: Der Zoomeffekt tritt stärker auf. parallaxZoom < 0: Der Zoomeffekt tritt betragsmäßig ähnlich und umgekehrt auf.
parameters() - Method in record class cli.java2umltext.model.MethodWrapper
Returns the value of the parameters record component.
parent - Variable in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
parent - Variable in class org.jbox2d.collision.broadphase.DynamicTreeNode
 
parent - Variable in class pi.graphics.boxes.Box
Die übergeordnete Box, in der diese Box enthalten ist.
parentContent() - Method in record class pi.graphics.boxes.TextBlockBox.TextLayoutLine
Returns the value of the parentContent record component.
parseDelimitedFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbBody
 
parseDelimitedFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbFixture
 
parseDelimitedFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbJoint
 
parseDelimitedFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbShape
 
parseDelimitedFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbVec2
 
parseDelimitedFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbWorld
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbBody
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbFixture
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbJoint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbShape
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbVec2
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbWorld
 
parseFrom(byte[]) - Static method in class org.box2d.proto.Box2D.PbBody
 
parseFrom(byte[]) - Static method in class org.box2d.proto.Box2D.PbFilter
 
parseFrom(byte[]) - Static method in class org.box2d.proto.Box2D.PbFixture
 
parseFrom(byte[]) - Static method in class org.box2d.proto.Box2D.PbJoint
 
parseFrom(byte[]) - Static method in class org.box2d.proto.Box2D.PbShape
 
parseFrom(byte[]) - Static method in class org.box2d.proto.Box2D.PbVec2
 
parseFrom(byte[]) - Static method in class org.box2d.proto.Box2D.PbWorld
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbBody
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbFixture
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbJoint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbShape
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbVec2
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbWorld
 
parseFrom(ByteString) - Static method in class org.box2d.proto.Box2D.PbBody
 
parseFrom(ByteString) - Static method in class org.box2d.proto.Box2D.PbFilter
 
parseFrom(ByteString) - Static method in class org.box2d.proto.Box2D.PbFixture
 
parseFrom(ByteString) - Static method in class org.box2d.proto.Box2D.PbJoint
 
parseFrom(ByteString) - Static method in class org.box2d.proto.Box2D.PbShape
 
parseFrom(ByteString) - Static method in class org.box2d.proto.Box2D.PbVec2
 
parseFrom(ByteString) - Static method in class org.box2d.proto.Box2D.PbWorld
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbBody
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbFixture
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbJoint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbShape
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbVec2
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbWorld
 
parseFrom(CodedInputStream) - Static method in class org.box2d.proto.Box2D.PbBody
 
parseFrom(CodedInputStream) - Static method in class org.box2d.proto.Box2D.PbFilter
 
parseFrom(CodedInputStream) - Static method in class org.box2d.proto.Box2D.PbFixture
 
parseFrom(CodedInputStream) - Static method in class org.box2d.proto.Box2D.PbJoint
 
parseFrom(CodedInputStream) - Static method in class org.box2d.proto.Box2D.PbShape
 
parseFrom(CodedInputStream) - Static method in class org.box2d.proto.Box2D.PbVec2
 
parseFrom(CodedInputStream) - Static method in class org.box2d.proto.Box2D.PbWorld
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbBody
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbFixture
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbJoint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbShape
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbVec2
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbWorld
 
parseFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbBody
 
parseFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbFilter
 
parseFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbFixture
 
parseFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbJoint
 
parseFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbShape
 
parseFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbVec2
 
parseFrom(InputStream) - Static method in class org.box2d.proto.Box2D.PbWorld
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbBody
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbFixture
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbJoint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbShape
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbVec2
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbWorld
 
parseFrom(ByteBuffer) - Static method in class org.box2d.proto.Box2D.PbBody
 
parseFrom(ByteBuffer) - Static method in class org.box2d.proto.Box2D.PbFilter
 
parseFrom(ByteBuffer) - Static method in class org.box2d.proto.Box2D.PbFixture
 
parseFrom(ByteBuffer) - Static method in class org.box2d.proto.Box2D.PbJoint
 
parseFrom(ByteBuffer) - Static method in class org.box2d.proto.Box2D.PbShape
 
parseFrom(ByteBuffer) - Static method in class org.box2d.proto.Box2D.PbVec2
 
parseFrom(ByteBuffer) - Static method in class org.box2d.proto.Box2D.PbWorld
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbBody
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbFilter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbFixture
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbJoint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbShape
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbVec2
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D.PbWorld
 
parser() - Static method in class org.box2d.proto.Box2D.PbBody
 
parser() - Static method in class org.box2d.proto.Box2D.PbFilter
 
parser() - Static method in class org.box2d.proto.Box2D.PbFixture
 
parser() - Static method in class org.box2d.proto.Box2D.PbJoint
 
parser() - Static method in class org.box2d.proto.Box2D.PbShape
 
parser() - Static method in class org.box2d.proto.Box2D.PbVec2
 
parser() - Static method in class org.box2d.proto.Box2D.PbWorld
 
PARSER - Static variable in class org.box2d.proto.Box2D.PbBody
Deprecated.
PARSER - Static variable in class org.box2d.proto.Box2D.PbFilter
Deprecated.
PARSER - Static variable in class org.box2d.proto.Box2D.PbFixture
Deprecated.
PARSER - Static variable in class org.box2d.proto.Box2D.PbJoint
Deprecated.
PARSER - Static variable in class org.box2d.proto.Box2D.PbShape
Deprecated.
PARSER - Static variable in class org.box2d.proto.Box2D.PbVec2
Deprecated.
PARSER - Static variable in class org.box2d.proto.Box2D.PbWorld
Deprecated.
PARTICLE - Enum constant in enum class pi.physics.BodyType
Partikel nehmen wie Sensoren nicht an der Physiksimulation teil, sie generieren trotzdem Kollisionsereignisse.
ParticleBodyContact - Class in org.jbox2d.particle
 
ParticleBodyContact() - Constructor for class org.jbox2d.particle.ParticleBodyContact
 
ParticleBuffer(Class<T>) - Constructor for class org.jbox2d.particle.ParticleSystem.ParticleBuffer
 
ParticleColor - Class in org.jbox2d.particle
Small color object for each particle
ParticleColor() - Constructor for class org.jbox2d.particle.ParticleColor
 
ParticleColor(byte, byte, byte, byte) - Constructor for class org.jbox2d.particle.ParticleColor
Constructor with four elements: r (red), g (green), b (blue), and a (opacity).
ParticleColor(Color3f) - Constructor for class org.jbox2d.particle.ParticleColor
 
ParticleContact - Class in org.jbox2d.particle
 
ParticleContact() - Constructor for class org.jbox2d.particle.ParticleContact
 
ParticleDef - Class in org.jbox2d.particle
 
ParticleDef() - Constructor for class org.jbox2d.particle.ParticleDef
 
particleDestroyed(int) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
particleDestructionListener - Variable in class org.jbox2d.testbed.framework.TestbedTest
 
ParticleDestructionListener - Interface in org.jbox2d.callbacks
 
ParticleGroup - Class in org.jbox2d.particle
A group of particles
ParticleGroup() - Constructor for class org.jbox2d.particle.ParticleGroup
 
ParticleGroupDef - Class in org.jbox2d.particle
A particle group definition holds all the data needed to construct a particle group.
ParticleGroupDef() - Constructor for class org.jbox2d.particle.ParticleGroupDef
 
particleGroupDestroyed(ParticleGroup) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
particleGroupDestroyed(ParticleGroup) - Method in class org.jbox2d.testbed.tests.DrawingParticles
 
ParticleGroupType - Class in org.jbox2d.particle
 
ParticleGroupType() - Constructor for class org.jbox2d.particle.ParticleGroupType
 
ParticleQueryCallback - Interface in org.jbox2d.callbacks
Callback class for AABB queries.
ParticleRaycastCallback - Interface in org.jbox2d.callbacks
 
Particles - Class in org.jbox2d.testbed.tests
 
Particles() - Constructor for class org.jbox2d.testbed.tests.Particles
 
ParticlesDemo - Class in demos.physics
 
ParticlesDemo() - Constructor for class demos.physics.ParticlesDemo
Startet ein Sandbox-Fenster.
particleStride - Static variable in class org.jbox2d.common.Settings
The standard distance between particles, divided by the particle radius.
ParticleSystem - Class in org.jbox2d.particle
 
ParticleSystem(World) - Constructor for class org.jbox2d.particle.ParticleSystem
 
ParticleSystem.Pair - Class in org.jbox2d.particle
Connection between two particles.
ParticleSystem.ParticleBuffer<T> - Class in org.jbox2d.particle
 
ParticleSystem.Proxy - Class in org.jbox2d.particle
Used for detecting particle contacts
ParticleSystem.Triad - Class in org.jbox2d.particle
Connection between three particles.
ParticleType - Class in org.jbox2d.particle
The particle type.
ParticleType() - Constructor for class org.jbox2d.particle.ParticleType
 
ParticleTypes - Class in org.jbox2d.testbed.tests
 
ParticleTypes() - Constructor for class org.jbox2d.testbed.tests.ParticleTypes
 
path() - Method in class pi.config.ConfigLoader
Ruft den Pfad der Datei ab, in der diese Konfiguration gespeichert ist.
pause - Variable in class org.jbox2d.testbed.framework.TestbedSettings
 
pause() - Method in class pi.event.PeriodicTaskExecutor
Pausiert die periodische Ausführung der Aufgabe.
pause() - Method in class pi.resources.sound.Playback
Pauses this playback.
paused(boolean) - Method in class pi.resources.sound.Playback
Sets the paused state of this playback to the provided value.
PauseLayer - Class in demos.small_games.dude
 
PauseLayer() - Constructor for class demos.small_games.dude.PauseLayer
 
PauseMenu - Class in demos.docs.main_classes.scene.tutorial
 
PauseMenu(Scene) - Constructor for class demos.docs.main_classes.scene.tutorial.PauseMenu
 
PbDeserializer - Class in org.jbox2d.serialization.pb
 
PbDeserializer() - Constructor for class org.jbox2d.serialization.pb.PbDeserializer
 
PbDeserializer(JbDeserializer.ObjectListener) - Constructor for class org.jbox2d.serialization.pb.PbDeserializer
 
PbDeserializer(UnsupportedListener) - Constructor for class org.jbox2d.serialization.pb.PbDeserializer
 
PbDeserializer(UnsupportedListener, JbDeserializer.ObjectListener) - Constructor for class org.jbox2d.serialization.pb.PbDeserializer
 
PbSerializer - Class in org.jbox2d.serialization.pb
Protobuffer serializer implementation.
PbSerializer() - Constructor for class org.jbox2d.serialization.pb.PbSerializer
 
PbSerializer(JbSerializer.ObjectSigner) - Constructor for class org.jbox2d.serialization.pb.PbSerializer
 
PbSerializer(UnsupportedListener) - Constructor for class org.jbox2d.serialization.pb.PbSerializer
 
PbSerializer(UnsupportedListener, JbSerializer.ObjectSigner) - Constructor for class org.jbox2d.serialization.pb.PbSerializer
 
pen - Variable in class pi.dsa.turtle.TurtleController
Steuert den Mal- bzw. Zeichenstift der Schildkröte.
PerformanceTestWorld - Interface in org.jbox2d.profile.worlds
 
PeriodicTask - Interface in pi.event
Eine Schnittstelle für regelmäßige Aufgaben.
PeriodicTaskExecutor - Class in pi.event
Führt Aufgaben regelmäßig aus.
PeriodicTaskExecutor(double, int, PeriodicTask, PeriodicTask, FrameListenerRegistration) - Constructor for class pi.event.PeriodicTaskExecutor
Erzeugt eine neue periodische Aufgabe, die eine Referenz auf den übergeordneten Behälter verlangt, in dem diese periodische Aufgabe angemeldet wurde.
PeriodicTaskExecutor(double, PeriodicTask) - Constructor for class pi.event.PeriodicTaskExecutor
Erzeugt eine neue periodische Aufgabe ohne eine Referenz auf den übergeordneten Behälter, in dem diese periodische Aufgabe angemeldet wurde.
PeriodicTaskExecutor(double, PeriodicTask, FrameListenerRegistration) - Constructor for class pi.event.PeriodicTaskExecutor
Erzeugt eine neue periodische Aufgabe, die eine Referenz auf den übergeordneten Behälter verlangt, in dem diese periodische Aufgabe angemeldet wurde.
PeriodicTaskExecutorDemo - Class in demos.classes.event
Demonstriert die Klasse PeriodicTaskExecutor.
PeriodicTaskExecutorDemo() - Constructor for class demos.classes.event.PeriodicTaskExecutorDemo
 
permanent() - Method in class pi.graphics.SceneInfoOverlay
 
PERSIST_STATE - Enum constant in enum class org.jbox2d.collision.Collision.PointState
point persisted across the update
philosopherImage() - Method in class demos.edu_projects.concurrency.philosophers.Seat
 
PhilosopherImage - Class in demos.edu_projects.concurrency.philosophers
Das Bild, das einen Philosophen zeigt.
PhilosopherImage(Seat, Philosopher) - Constructor for class demos.edu_projects.concurrency.philosophers.PhilosopherImage
 
PhilosophersCollection - Class in demos.edu_projects.concurrency.philosophers
Verwaltet alle 26 Philosophen, die dargestellt werden können.
PhilosophersCollection() - Constructor for class demos.edu_projects.concurrency.philosophers.PhilosophersCollection
 
Photographer - Class in pi.graphics.screen_recording
Der Fotograf steuert, ob einzelne Bildschirmfotos gemacht werden sollen.
Photographer() - Constructor for class pi.graphics.screen_recording.Photographer
 
physics - Variable in class pi.actor.Actor
Der JB2D-Handler für dieses spezifische Objekt.
physicsData() - Method in class pi.physics.NullHandler
 
physicsPaused(boolean) - Method in class pi.Scene
Setzt, ob die Engine-Physics für diese Szene pausiert sein soll.
pi - package pi
Enthält die Hauptklassen wie zum Beispiel Controller oder Scene.
PI - Static variable in class org.jbox2d.common.MathUtils
 
PI - Static variable in class org.jbox2d.common.Settings
Pi.
pi.actor - package pi.actor
Jede Figur auf der Zeichenebene ist eine Unterklasse von Actor.
pi.actor.label - package pi.actor.label
Eine Beschriftung (Label) für eine Figur.
pi.animation - package pi.animation
Klassen zur Animation von Figuren.
pi.animation.interpolation - package pi.animation.interpolation
Klassen, den Interpolator implementieren.
pi.animation.tweening - package pi.animation.tweening
Klassen zur Animation von Figuren durch Berechnung von Einzelbildern zwischen zwei Schlüsselbildern.
pi.annotations - package pi.annotations
Anmerkungen (Annotations) um Code zu markieren, der von Schülern benutzt oder nicht benutzt werden soll.
pi.config - package pi.config
Klassen zur Konfigurationsverwaltung.
pi.debug - package pi.debug
Liefert Klassen zum Zeichnen von Debug-Informationen.
pi.dsa - package pi.dsa
Datenstrukturen (Graphen, Bäumen, Listen) und Algorithmen zur Visualisierung von Lehrplaninhalten.
pi.dsa.graph - package pi.dsa.graph
Algorithmen und Datenstrukturen zur Visualisierung von Graphen.
pi.dsa.turtle - package pi.dsa.turtle
Ein Paket zum Zeichen von Turtle-Grafiken.
pi.dsa.turtle.graphics - package pi.dsa.turtle.graphics
Eine Sammlung von Turtle-Grafiken.
pi.event - package pi.event
Eine Ereignissteuerung, die über das Beobachter-Entwurfsmuster realisiert ist.
pi.graphics - package pi.graphics
Klassen, um eine Bildfläche (Canvas) mit der Graphics2D-API zu bemalen.
pi.graphics.boxes - package pi.graphics.boxes
Eine Box ist ein rechteckiges graphisches Element, das in die Graphics2D-API eingezeichnet werden kann.
pi.graphics.geom - package pi.graphics.geom
Klassen für geometrische Berechnungen.
pi.graphics.screen_recording - package pi.graphics.screen_recording
Ein Paket zum Erstellen von einzelnen Bildschirmfotos (screenshot) oder Videoaufzeichnungen (screen recording) des Spielfensters.
pi.loop - package pi.loop
Klassen, die in Verbindung zur Game Loop, also zur Ereignisschleife des Spiels stehen.
pi.physics - package pi.physics
Klassen, die innerhalb der Engine als Middleware zwischen der externen Physics-Engine JBox2D-Projekt von Daniel Murhpy und der Engine-API fungieren.
pi.physics.joints - package pi.physics.joints
Die verschieden Verbindungen zwischen Figuren.
pi.resources - package pi.resources
Eine Sammlung von Zwischenspeichern für verschiedene Spiel-Ressourcen wie zum Beispiel Bilder und Audioklänge.
pi.resources.color - package pi.resources.color
Klassen zur Farbverwaltung.
pi.resources.font - package pi.resources.font
Klassen zur Schriftartenverwaltung.
pi.resources.sound - package pi.resources.sound
Klassen zur Audiowiedergabe.
pi.util - package pi.util
Eine Sammlung von Hilfsklassen.
PING_PONG - Enum constant in enum class pi.animation.AnimationMode
Die Animation läuft vorwärts und rückwärts ab (Hin- und Her-Modus).
Pinky - Class in pacman.actors
 
Pinky() - Constructor for class pacman.actors.Pinky
 
PistonTest - Class in org.jbox2d.testbed.tests
 
PistonTest() - Constructor for class org.jbox2d.testbed.tests.PistonTest
 
PistonWorld - Class in org.jbox2d.profile.worlds
 
PistonWorld() - Constructor for class org.jbox2d.profile.worlds.PistonWorld
 
pixelAspect - Variable in class pi.util.GifDecoder
 
PixelDimension - Class in pi.graphics.boxes
Speichert die Abmessungen einer Box bzw. eines Rechtecks in Form von Höhe und Breite als Ganzzahl.
PixelDimension() - Constructor for class pi.graphics.boxes.PixelDimension
 
pixelMultiplication() - Method in class pi.actor.ImageText
Gibt zurück, wie oft ein Pixel vervielfältigt werden soll.
pixelMultiplication() - Method in class pi.config.GraphicsConfig
Gibt den Wert der Pixelvervielfältigung zurück.
pixelMultiplication(int) - Method in class pi.actor.ImageText
Setzt, wie oft ein Pixel vervielfältigt werden soll.
pixelMultiplication(int) - Method in class pi.config.GraphicsConfig
Setzt wie oft ein Pixel vervielfältigt werden soll.
pixelPerMeter - Static variable in class blockly_robot.robot.gui.State
 
pixelPerMeter() - Method in class pi.actor.BoxActor
Gibt den Umrechnungsfaktor von Pixel zu Meter zurück.
pixelPerMeter() - Method in class pi.actor.Image
Gibt den Umrechnungsfaktor von Pixel zu Meter zurück.
pixelPerMeter() - Method in class pi.config.GraphicsConfig
Gibt die Pixelanzahl eines Meters zurück.
pixelPerMeter(double) - Method in class pi.actor.BoxActor
Setzt den Umrechnungsfaktor von Pixel zu Meter.
pixelPerMeter(double) - Method in class pi.actor.Image
Setzt den Umrechnungsfaktor von Pixel zu Meter.
pixelPerMeter(double) - Method in class pi.config.GraphicsConfig
Setzt die Pixelanzahl eines Meters.
pixels - Variable in class pi.util.GifDecoder
 
pixelStack - Variable in class pi.util.GifDecoder
 
pkg() - Method in record class cli.java2umltext.model.ClassWrapper
Returns the value of the pkg record component.
pkgPrefix() - Method in record class cli.java2umltext.model.ClassWrapper
 
pkgPrefix(String) - Static method in record class cli.java2umltext.model.ClassWrapper
 
placeActorsInScene(Scene, double, double) - Method in class blockly_robot.robot.gui.level.LevelAssembler
 
placeRandomGoodie() - Method in class demos.docs.main_classes.controller.game_loop.SnakeAdvanced
 
placeRandomGoodie() - Method in class demos.docs.main_classes.controller.game_loop.SnakeMinimal
 
placeRandomGoodie() - Method in class demos.small_games.snake.SnakeScene
 
PLAIN - Enum constant in enum class pi.resources.font.FontStyle
Der normale Schriftstil.
PLANTUML - Enum constant in enum class cli.java2umltext.export.Format
 
PlantUMLDocument - Class in cli.java2umltext.export
 
PlantUMLDocument() - Constructor for class cli.java2umltext.export.PlantUMLDocument
 
Platform - Class in demos.small_games.dude
Einfache Plattform.
Platform(int) - Constructor for class demos.small_games.dude.Platform
 
platformAbove() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.Robot
Plattform oben
platformAbove() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.Robot
Plattform oben
platformAbove() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
platformAbove() - Method in interface blockly_robot.robot.logic.robot.Robot
 
platformAbove() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
platformBuilder() - Method in class blockly_robot.robot.logic.context.Context
 
PlatformBuilder - Class in blockly_robot.robot.logic.item.relocation
 
PlatformBuilder(Context) - Constructor for class blockly_robot.robot.logic.item.relocation.PlatformBuilder
 
platformInFront() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.Robot
Plattform vorne
platformInFront() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
platformInFront() - Method in interface blockly_robot.robot.logic.robot.Robot
 
platformInFront() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
PLATFORMS_FAILURE_DROP_PLATFORM - Enum constant in enum class blockly_robot.robot.logic.robot.ErrorMessages
 
PLATFORMS_FAILURE_NOT_ENOUGH_PLATFORM - Enum constant in enum class blockly_robot.robot.logic.robot.ErrorMessages
 
play() - Method in class pi.resources.sound.SoundPlayback
 
Playback - Class in pi.resources.sound
The SoundPlayback class is a wrapper SourceDataLine on which a Sound playback can be carried out.
Playback.VolumeControl - Class in pi.resources.sound
An object for controlling the volume of a SoundPlayback.
PlaybackListener - Interface in pi.resources.sound
Diese EventListener-Implementierung bietet Callbacks an, die darüber informiert, wenn eine Playback Instanz abgebrochen oder beendet wird.
PlaybackListenerDemo - Class in demos.classes.resources.sound
 
PlaybackListenerDemo() - Constructor for class demos.classes.resources.sound.PlaybackListenerDemo
 
playBlockDrop() - Static method in class tetris.scenes.Sound
 
playBlockMove() - Static method in class tetris.scenes.Sound
 
playBlockRotate() - Static method in class tetris.scenes.Sound
 
PlayerCharacter - Class in demos.small_games.dude
 
PlayerCharacter(GameData) - Constructor for class demos.small_games.dude.PlayerCharacter
 
PlayerState - Enum Class in demos.docs.main_classes.actor.stateful_animation
 
PlayerState - Enum Class in demos.small_games.dude
 
playIntroMusic(String, String) - Method in class pi.resources.sound.AudioEngine
Spielt zwei als Zeichenkette angegeben Audiodateien ab: die Erste nur einmalig und die darauf Folgende in einer Endlosschleife.
playIntroTrack(String, String) - Static method in class pi.resources.sound.Jukebox
 
playKorobeiniki() - Static method in class tetris.scenes.Sound
 
playMusic(String) - Method in class pi.resources.sound.AudioEngine
Spielt die als Zeichenkette angegebene Audio-Datei in einer Endlosschleife ab.playbacks.size()
playMusic(String) - Static method in class pi.resources.sound.Jukebox
 
playMusic(String, boolean, boolean) - Method in class pi.resources.sound.AudioEngine
Setzt die aktuell abgespielte Audiospur auf einen LoopedMusic mit dem angegebenen Musik-Sound.
playMusic(String, boolean, boolean) - Static method in class pi.resources.sound.Jukebox
 
playMusic(Music) - Method in class pi.resources.sound.AudioEngine
Setzt die aktuell abgespielte Audiospur auf die angegebene Audiospur.
playMusic(Music) - Static method in class pi.resources.sound.Jukebox
 
playMusic(Music, boolean) - Method in class pi.resources.sound.AudioEngine
Setzt die aktuell abgespielte Audiospur auf die angegebene Audiospur.
playMusic(Music, boolean) - Static method in class pi.resources.sound.Jukebox
 
playMusic(Music, boolean, boolean) - Method in class pi.resources.sound.AudioEngine
Spielt die angegebene Audiospur ab.
playMusic(Music, boolean, boolean) - Static method in class pi.resources.sound.Jukebox
 
playMusic(Music, Consumer<? super MusicPlayback>, boolean, boolean) - Method in class pi.resources.sound.AudioEngine
Spielt die angegebene Audiospur ab und erlaubt optional eine Konfiguration vor dem Start.
playMusic(Music, Consumer<? super MusicPlayback>, boolean, boolean) - Static method in class pi.resources.sound.Jukebox
 
playMusic(Sound) - Method in class pi.resources.sound.AudioEngine
Setzt die aktuell abgespielte Spur auf einen LoopedMusic mit dem angegebenen Musik-Sound.
playMusic(Sound) - Static method in class pi.resources.sound.Jukebox
 
playMusic(Sound, boolean, boolean) - Method in class pi.resources.sound.AudioEngine
Setzt die aktuell abgespielte Spur auf einen LoopedMusic mit dem angegebenen Musik-Sound.
playMusic(Sound, boolean, boolean) - Static method in class pi.resources.sound.Jukebox
 
playRowClear1to3() - Static method in class tetris.scenes.Sound
 
playRowClear4() - Static method in class tetris.scenes.Sound
 
playSound(String) - Method in class pi.resources.sound.AudioEngine
Spielt den Klang einmalig ab, der durch einen Dateipfad als Zeichenkette angegeben wird.
playSound(String) - Static method in class pi.resources.sound.Jukebox
 
playSound(String, boolean) - Method in class pi.resources.sound.AudioEngine
Spielt den Klang ab, der durch einen Dateipfad als Zeichenkette angegeben wird.
playSound(String, boolean) - Static method in class pi.resources.sound.Jukebox
 
playSound(Sound, boolean) - Method in class pi.resources.sound.AudioEngine
Spielt den Klang ab, der als Sound-Objekt angegeben wird.
playSound(Sound, boolean) - Static method in class pi.resources.sound.Jukebox
 
playTest(int) - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
playTitle() - Static method in class tetris.scenes.Sound
 
plugType - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
PNG - Enum constant in enum class pi.resources.ImageFormat
 
point(double, double) - Method in class demos.edu_projects.concurrency.philosophers.Table
 
pointA - Variable in class org.jbox2d.collision.DistanceOutput
Closest point on shapeA
pointB - Variable in class org.jbox2d.collision.DistanceOutput
Closest point on shapeB
pointCount - Variable in class org.jbox2d.collision.Manifold
The number of manifold points.
pointCount - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
points - Variable in class org.jbox2d.collision.Manifold
The points of contact.
points - Variable in class org.jbox2d.collision.WorldManifold
The world contact point (point of intersection).
points - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
points - Variable in class org.jbox2d.testbed.framework.TestbedTest
 
points() - Method in class pi.event.CollisionEvent
Gibt eine Liste von Berührungspunkten aus.
points() - Method in record class pi.graphics.geom.Bounds
Berechnet die vier Eckpunkte des umfassenden Bounds.
points(Vector...) - Method in class pi.actor.Polygon
Setzt den Streckenzug neu, der dieses Polygon beschreibt.
POINTS_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
polygon(Vector...) - Static method in class pi.physics.FixtureBuilder
Erstellt eine polygonale Form.
Polygon - Class in pi.actor
Beschreibt eine beliebige polygonale geometrische Form.
Polygon(Vector...) - Constructor for class pi.actor.Polygon
Erstellt ein neues Polygon.
POLYGON - Enum constant in enum class org.box2d.proto.Box2D.PbShapeType
POLYGON = 2;
POLYGON - Enum constant in enum class org.jbox2d.collision.shapes.ShapeType
 
POLYGON_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbShapeType
POLYGON = 2;
PolygonAndCircleContact - Class in org.jbox2d.dynamics.contacts
 
PolygonAndCircleContact(WorldPool) - Constructor for class org.jbox2d.dynamics.contacts.PolygonAndCircleContact
 
PolygonContact - Class in org.jbox2d.dynamics.contacts
 
PolygonContact(WorldPool) - Constructor for class org.jbox2d.dynamics.contacts.PolygonContact
 
PolygonPhysicsDemo - Class in demos.docs.main_classes.actor.polygon
Demonstiert, wie sich die Figur Polygon in einer Physik-Simulation verhält.
PolygonPhysicsDemo() - Constructor for class demos.docs.main_classes.actor.polygon.PolygonPhysicsDemo
 
polygonRadius - Static variable in class org.jbox2d.common.Settings
The radius of the polygon/edge shape skin.
PolygonShape - Class in org.jbox2d.collision.shapes
A convex polygon shape.
PolygonShape() - Constructor for class org.jbox2d.collision.shapes.PolygonShape
 
PolyShapes - Class in org.jbox2d.testbed.tests
 
PolyShapes() - Constructor for class org.jbox2d.testbed.tests.PolyShapes
 
Pong - Class in demos.small_games.pong
 
Pong() - Constructor for class demos.small_games.pong.Pong
 
PongTable - Class in demos.small_games.pong
Der Ping-Pong-Tisch enthält zwei Schläger, einen Ball und zwei unsichtbare Abprallflächen.
PongTable() - Constructor for class demos.small_games.pong.PongTable
 
pool - Variable in class org.jbox2d.dynamics.contacts.Contact
 
pool - Variable in class org.jbox2d.dynamics.joints.Joint
 
PoolingPerf - Class in org.jbox2d.testbed.perf
 
PoolingPerf() - Constructor for class org.jbox2d.testbed.perf.PoolingPerf
 
PoolingPerf.CirclePool - Class in org.jbox2d.testbed.perf
 
PoolingPerf.CustStack - Class in org.jbox2d.testbed.perf
 
PoolingPerf.TLVec2 - Class in org.jbox2d.testbed.perf
 
pop() - Method in class org.jbox2d.particle.StackQueue
 
pop() - Method in interface org.jbox2d.pooling.DynamicStack
Pops an item off the stack
pop() - Method in class org.jbox2d.pooling.normal.CircleStack
 
pop() - Method in class org.jbox2d.pooling.normal.MutableStack
 
pop() - Method in class org.jbox2d.pooling.normal.OrderedStack
 
pop() - Method in interface org.jbox2d.pooling.OrderedStack
Returns the next object in the pool
pop() - Method in class org.jbox2d.pooling.stacks.DynamicIntStack
 
pop(int) - Method in class org.jbox2d.pooling.normal.CircleStack
 
pop(int) - Method in class org.jbox2d.pooling.normal.OrderedStack
 
pop(int) - Method in interface org.jbox2d.pooling.OrderedStack
Returns the next 'argNum' objects in the pool in an array
popAABB() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
popAABB() - Method in interface org.jbox2d.pooling.WorldPool
 
popAABB(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
popAABB(int) - Method in interface org.jbox2d.pooling.WorldPool
 
popContact(Fixture, int, Fixture, int) - Method in class org.jbox2d.dynamics.World
 
popMat22() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
popMat22() - Method in interface org.jbox2d.pooling.WorldPool
 
popMat22(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
popMat22(int) - Method in interface org.jbox2d.pooling.WorldPool
 
popMat33() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
popMat33() - Method in interface org.jbox2d.pooling.WorldPool
 
popRot() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
popRot() - Method in interface org.jbox2d.pooling.WorldPool
 
PopulatedCell<T extends Box> - Class in pi.graphics.boxes
Eine Zellbox, die einen Inhalt hat.
PopulatedCell(CellBox) - Constructor for class pi.graphics.boxes.PopulatedCell
 
populateModel(TestbedModel) - Static method in class org.jbox2d.testbed.framework.TestList
 
popVec2() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
popVec2() - Method in interface org.jbox2d.pooling.WorldPool
 
popVec2(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
popVec2(int) - Method in interface org.jbox2d.pooling.WorldPool
 
popVec3() - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
popVec3() - Method in interface org.jbox2d.pooling.WorldPool
 
popVec3(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
popVec3(int) - Method in interface org.jbox2d.pooling.WorldPool
 
posIterations - Variable in class org.jbox2d.profile.worlds.PistonWorld
 
position - Variable in class org.jbox2d.dynamics.BodyDef
The world position of the body.
position - Variable in class org.jbox2d.particle.ParticleDef
The world position of the particle.
position - Variable in class org.jbox2d.particle.ParticleGroupDef
The world position of the group.
position - Variable in class org.jbox2d.testbed.framework.ContactPoint
 
position() - Method in class pi.dsa.graph.GraphNode
 
position() - Method in record class pi.graphics.geom.Bounds
Gibt die exakte Position der linken unteren Ecke dieses Bounds-Rechtecks aus.
position(double, double) - Method in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
 
position(double, double) - Method in class pi.dsa.turtle.InitialTurtleState
Setzt die Startposition der Schildkröte als x- und y-Koordinate.
position(double, double) - Method in class pi.dsa.turtle.TurtleController
Setzt die Schildkröte auf eine neue Position.
position(int, int) - Method in class blockly_robot.robot.logic.item.Item
 
position(int, int) - Method in class pi.dsa.turtle.TurtleWindowController
 
position(Direction) - Method in class pi.dsa.turtle.TurtleWindowController
 
position(Vector) - Method in class pi.dsa.turtle.InitialTurtleState
Setzt die Startposition der Schildkröte als Vector.
position(Vector) - Method in class pi.dsa.turtle.TurtleController
Setzt die Schildkröte auf eine neue Position.
Position - Class in org.jbox2d.dynamics.contacts
 
Position() - Constructor for class org.jbox2d.dynamics.contacts.Position
 
POSITION_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
positionConstraints - Variable in class org.jbox2d.dynamics.contacts.ContactSolver
 
positionIterations - Variable in class org.jbox2d.dynamics.TimeStep
The number of iterations in the position phase of the constraint solver.
PositionIterations - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
positions - Variable in class org.jbox2d.dynamics.contacts.ContactSolver.ContactSolverDef
 
positions - Variable in class org.jbox2d.dynamics.contacts.ContactSolver
 
positions - Variable in class org.jbox2d.dynamics.Island
 
positions - Variable in class org.jbox2d.dynamics.SolverData
 
postSolve(Contact, ContactImpulse) - Method in interface org.jbox2d.callbacks.ContactListener
This lets you inspect a contact after the solver is finished.
postSolve(Contact, ContactImpulse) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
postSolve(Contact, ContactImpulse) - Method in class org.jbox2d.testbed.tests.Breakable
 
postSolve(Contact, ContactImpulse) - Method in class pi.physics.WorldHandler
Wird aufgerufen, nachdem die Kollisionsreaktion berechnet und angewendet wurde.
pow(float, float) - Static method in class org.jbox2d.common.MathUtils
 
powderParticle - Static variable in class org.jbox2d.particle.ParticleType
without isotropic pressure
preciseWheelRotation() - Method in class pi.event.MouseScrollEvent
Gibt die Anzahl an „Klicks“ aus, die das Mausrad bewegt wurde.
precision - Variable in class org.jbox2d.tests.math.SinCosTable
 
PredefinedColorScheme - Enum Class in pi.resources.color
Dieser Aufzählungstyp sammelt die Farbschemata, die die Engine Pi anbietet.
prefix - Variable in class pi.util.GifDecoder
 
prefix() - Method in class pi.actor.Counter
Gibt die Zeichenkette, die vor den Zähler angefügt wird, zurück.
prefix() - Element in annotation interface pi.config.ConfigGroupInfo
Specifies the prefix for the configuration group.
prefix(String) - Method in class pi.actor.Counter
Setzt die Zeichenkette, die vor den Zähler angefügt wird.
premultiply(Color) - Static method in class pi.resources.color.ColorUtil
Premultiplies the alpha on the given color.
prepend(String, Object) - Method in class pi.debug.ToStringFormatter
Fügt das Schlüssel-Wert-Paar eines Felds am Anfang der Feldliste hinzu.
prepend(String, Object, String) - Method in class pi.debug.ToStringFormatter
Fügt das Schlüssel-Wert-Paar eines Felds mit Einheit am Anfang der Feldliste hinzu.
preSolve(Contact, Manifold) - Method in interface org.jbox2d.callbacks.ContactListener
This is called after a contact is updated.
preSolve(Contact, Manifold) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
preSolve(Contact, Manifold) - Method in class org.jbox2d.testbed.tests.ConveyorBelt
 
preSolve(Contact, Manifold) - Method in class org.jbox2d.testbed.tests.OneSidedTest
 
preSolve(Contact, Manifold) - Method in class pi.physics.WorldHandler
Wird aufgerufen, nachdem ein Kontakt aktualisiert wurde.
PressedKeyRepeater - Class in pi.event
Führt bei gedrückter Taste mehrmals die gleiche Aufgabe in einem bestimmten zeitlichen Abstand aus.
PressedKeyRepeater() - Constructor for class pi.event.PressedKeyRepeater
Erzeugt einen Wiederholer mit Standardwerten für die Zeitintervalle.
PressedKeyRepeater(double, double) - Constructor for class pi.event.PressedKeyRepeater
Erzeugt einen Wiederholer durch Angabe des Zeitintervalls der Wiederholung und der anfänglichen Verzögerung.
PressedKeyRepeaterDemo - Class in demos.classes.event
Demonstriert die Klasse PressedKeyRepeater.
PressedKeyRepeaterDemo() - Constructor for class demos.classes.event.PressedKeyRepeaterDemo
 
preStep(int) - Method in class org.jbox2d.profile.BasicPerformanceTest
 
preStep(int) - Method in class org.jbox2d.profile.SettingsPerformanceTest
 
prev - Variable in class org.jbox2d.dynamics.Body
The previous body in the world's body list.
prev - Variable in class org.jbox2d.dynamics.contacts.Contact
World pool and list pointers.
prev - Variable in class org.jbox2d.dynamics.contacts.ContactEdge
The previous contact edge in the body’s contact list.
prev - Variable in class org.jbox2d.dynamics.joints.Joint
 
prev - Variable in class org.jbox2d.dynamics.joints.JointEdge
The previous joint edge in the body's joint list.
PREV_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
previous() - Method in class blockly_robot.robot.logic.menu.TaskList
 
prevVertex - Variable in class org.jbox2d.collision.shapes.ChainShape
 
primary - Variable in class org.jbox2d.dynamics.contacts.ContactRegister
 
primaryColors() - Method in class pi.resources.color.ColorScheme
Gibt die drei Primärfarben des Farbkreises von Itten in der Reihenfolge Gelb, Rot und Blau aus.
print() - Method in class pi.dsa.graph.GraphArrayMatrix
Gibt die Adjazenzmatrix des Graphen nach Zeilen und Spalten formatiert in der Konsole aus.
print() - Method in class tetris.tetrominos.Grid
Gibt eine Textrepräsentation des Blockgitters und der momentan enthaltenen Blöcke aus.
printActions() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
printActions() - Method in class blockly_robot.robot.logic.log.ActionLog
 
printActions() - Method in interface blockly_robot.robot.logic.robot.Robot
 
printActions() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
printf(String, Object...) - Method in class org.jbox2d.profile.BasicPerformanceTest
 
println(String) - Method in class org.jbox2d.profile.BasicPerformanceTest
 
printResults() - Method in class org.jbox2d.profile.BasicPerformanceTest
 
PRISMATIC - Enum constant in enum class org.box2d.proto.Box2D.PbJointType
PRISMATIC = 3;
PRISMATIC - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
PRISMATIC_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbJointType
PRISMATIC = 3;
PrismaticJoint - Class in org.jbox2d.dynamics.joints
A prismatic joint.
PrismaticJoint - Class in pi.physics.joints
Eine Federverbindung.
PrismaticJoint() - Constructor for class pi.physics.joints.PrismaticJoint
 
PrismaticJoint(WorldPool, PrismaticJointDef) - Constructor for class org.jbox2d.dynamics.joints.PrismaticJoint
 
PrismaticJointDef - Class in org.jbox2d.dynamics.joints
Prismatic joint definition.
PrismaticJointDef() - Constructor for class org.jbox2d.dynamics.joints.PrismaticJointDef
 
PrismaticJointDemo - Class in demos.classes.physics.joints
PrismaticJointDemo() - Constructor for class demos.classes.physics.joints.PrismaticJointDemo
 
PrismaticTest - Class in org.jbox2d.testbed.tests
 
PrismaticTest() - Constructor for class org.jbox2d.testbed.tests.PrismaticTest
 
PRIVATE - Enum constant in enum class cli.java2umltext.model.Visibility
 
processBody(Body, Long) - Method in interface org.jbox2d.serialization.JbDeserializer.ObjectListener
 
processBody(Body, Long) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
processBody(Body, Long) - Method in class org.jbox2d.testbed.tests.ApplyForce
 
processBody(Body, Long) - Method in class org.jbox2d.testbed.tests.BodyTypes
 
processBody(Body, Long) - Method in class org.jbox2d.testbed.tests.Car
 
processBody(Body, Long) - Method in class org.jbox2d.testbed.tests.CharacterCollision
 
processBody(Body, Long) - Method in class org.jbox2d.testbed.tests.TheoJansen
 
processBody(Body, Long) - Method in class org.jbox2d.testbed.tests.VerticalStack
 
processFixture(Fixture, Long) - Method in interface org.jbox2d.serialization.JbDeserializer.ObjectListener
 
processFixture(Fixture, Long) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
processFixture(Fixture, Long) - Method in class org.jbox2d.testbed.tests.ConveyorBelt
 
processFixture(Fixture, Long) - Method in class org.jbox2d.testbed.tests.OneSidedTest
 
processJoint(Joint, Long) - Method in interface org.jbox2d.serialization.JbDeserializer.ObjectListener
 
processJoint(Joint, Long) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
processJoint(Joint, Long) - Method in class org.jbox2d.testbed.tests.Car
 
processJoint(Joint, Long) - Method in class org.jbox2d.testbed.tests.CircleStress
 
processJoint(Joint, Long) - Method in class org.jbox2d.testbed.tests.PrismaticTest
 
processJoint(Joint, Long) - Method in class org.jbox2d.testbed.tests.Pulleys
 
processJoint(Joint, Long) - Method in class org.jbox2d.testbed.tests.RevoluteTest
 
processJoint(Joint, Long) - Method in class org.jbox2d.testbed.tests.TheoJansen
 
processShape(Shape, Long) - Method in interface org.jbox2d.serialization.JbDeserializer.ObjectListener
 
processShape(Shape, Long) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
processWorld(World, Long) - Method in interface org.jbox2d.serialization.JbDeserializer.ObjectListener
 
processWorld(World, Long) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
Profile - Class in org.jbox2d.dynamics
 
Profile() - Constructor for class org.jbox2d.dynamics.Profile
 
Profile.ProfileEntry - Class in org.jbox2d.dynamics
 
ProfileEntry() - Constructor for class org.jbox2d.dynamics.Profile.ProfileEntry
 
PROTECTED - Enum constant in enum class cli.java2umltext.model.Visibility
 
proxies - Variable in class org.jbox2d.dynamics.Fixture
 
Proxy() - Constructor for class org.jbox2d.particle.ParticleSystem.Proxy
 
proxyA - Variable in class org.jbox2d.collision.DistanceInput
 
proxyA - Variable in class org.jbox2d.collision.TimeOfImpact.TOIInput
 
proxyB - Variable in class org.jbox2d.collision.DistanceInput
 
proxyB - Variable in class org.jbox2d.collision.TimeOfImpact.TOIInput
 
proxyCount - Variable in class org.jbox2d.dynamics.Fixture
 
PUBLIC - Enum constant in enum class cli.java2umltext.model.Visibility
 
publisher() - Element in annotation interface pi.dsa.Source
Der Verlag
PULLEY - Enum constant in enum class org.box2d.proto.Box2D.PbJointType
PULLEY = 4;
PULLEY - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
PULLEY_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbJointType
PULLEY = 4;
PulleyJoint - Class in org.jbox2d.dynamics.joints
The pulley joint is connected to two bodies and two fixed ground points.
PulleyJoint(WorldPool, PulleyJointDef) - Constructor for class org.jbox2d.dynamics.joints.PulleyJoint
 
PulleyJointDef - Class in org.jbox2d.dynamics.joints
Pulley joint definition.
PulleyJointDef() - Constructor for class org.jbox2d.dynamics.joints.PulleyJointDef
 
Pulleys - Class in org.jbox2d.testbed.tests
 
Pulleys() - Constructor for class org.jbox2d.testbed.tests.Pulleys
 
purple() - Method in class pi.resources.color.ColorScheme
Gibt die Sekundärfarbe Violett (englisch: purple) zurück.
purple(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Sekundärfarbe Violett (englisch: purple, Mischung aus Rot und Blau) durch Angabe des Rot-, Grün- und Blau-Anteils.
purple(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Sekundärfarbe Violett (englisch: purple, Mischung aus Rot und Blau).
purple(String) - Method in class pi.resources.color.ColorScheme
Setzt die Sekundärfarbe Violett (englisch: purple, Mischung aus Rot und Blau) in hexadezimaler Codierung (z.B.
push(int) - Method in class org.jbox2d.pooling.normal.CircleStack
 
push(int) - Method in class org.jbox2d.pooling.normal.OrderedStack
 
push(int) - Method in interface org.jbox2d.pooling.OrderedStack
Tells the stack to take back the last 'argNum' items
push(int) - Method in class org.jbox2d.pooling.stacks.DynamicIntStack
 
push(E) - Method in interface org.jbox2d.pooling.DynamicStack
Pushes an item back on the stack
push(E) - Method in class org.jbox2d.pooling.normal.MutableStack
 
push(T) - Method in class org.jbox2d.particle.StackQueue
 
pushAABB(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
pushAABB(int) - Method in interface org.jbox2d.pooling.WorldPool
 
pushContact(Contact) - Method in class org.jbox2d.dynamics.World
 
pushMat22(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
pushMat22(int) - Method in interface org.jbox2d.pooling.WorldPool
 
pushMat33(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
pushMat33(int) - Method in interface org.jbox2d.pooling.WorldPool
 
pushRot(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
pushRot(int) - Method in interface org.jbox2d.pooling.WorldPool
 
pushVec2(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
pushVec2(int) - Method in interface org.jbox2d.pooling.WorldPool
 
pushVec3(int) - Method in class org.jbox2d.pooling.normal.DefaultWorldPool
 
pushVec3(int) - Method in interface org.jbox2d.pooling.WorldPool
 
PyramidTest - Class in org.jbox2d.testbed.tests
 
PyramidTest() - Constructor for class org.jbox2d.testbed.tests.PyramidTest
 
PythagorasTreeTurtleGraphics - Class in pi.dsa.turtle.graphics
Zeichnet den Pythagoras-Baum.
PythagorasTreeTurtleGraphics() - Constructor for class pi.dsa.turtle.graphics.PythagorasTreeTurtleGraphics
 

Q

q - Variable in class org.jbox2d.common.Transform
A matrix representing a rotation
QUAD_IN - Enum constant in enum class pi.animation.tweening.TweenFunction
 
QUAD_INOUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
QUAD_OUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
QUARTER_PI - Static variable in class org.jbox2d.common.MathUtils
 
query(TreeCallback, AABB) - Method in interface org.jbox2d.collision.broadphase.BroadPhase
Query an AABB for overlapping proxies.
query(TreeCallback, AABB) - Method in interface org.jbox2d.collision.broadphase.BroadPhaseStrategy
Query an AABB for overlapping proxies.
query(TreeCallback, AABB) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
query(TreeCallback, AABB) - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
query(TreeCallback, AABB) - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
Query() - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
queryAABB(ParticleQueryCallback, AABB) - Method in class org.jbox2d.dynamics.World
Query the world for all particles that potentially overlap the provided AABB.
queryAABB(ParticleQueryCallback, AABB) - Method in class org.jbox2d.particle.ParticleSystem
Query the particle system for all particles that potentially overlap the provided AABB.
queryAABB(QueryCallback, ParticleQueryCallback, AABB) - Method in class org.jbox2d.dynamics.World
Query the world for all fixtures and particles that potentially overlap the provided AABB.
queryAABB(QueryCallback, AABB) - Method in class org.jbox2d.dynamics.World
Query the world for all fixtures that potentially overlap the provided AABB.
QueryCallback - Interface in org.jbox2d.callbacks
Callback class for AABB queries.
queueKeyPressed(char, int) - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
queueKeyReleased(char, int) - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
queueLaunchBomb() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
queueMouseDown(Vec2, int) - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
queueMouseDrag(Vec2, int) - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
queueMouseMove(Vec2) - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
queueMouseUp(Vec2, int) - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
queuePause() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 

R

r - Variable in class org.jbox2d.particle.ParticleColor
 
R - Variable in class org.jbox2d.common.OBBViewportTransform.OBB
 
rA - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint.VelocityConstraintPoint
 
RAD2DEG - Static variable in class org.jbox2d.common.MathUtils
Radians to degrees conversion factor
radians() - Method in class pi.graphics.geom.Vector
Gibt den Winkel dieses Vektors in Bogenmaß zurück.
radius - Variable in class org.jbox2d.collision.Distance.DistanceProxy
 
radius - Variable in class org.jbox2d.collision.shapes.Shape
 
radius() - Method in class pi.actor.Circle
Gibt den Radius des Kreises aus.
radius() - Method in class pi.actor.Star
Gibt den äußeren Radius des Sterns zurück.
radius(double) - Method in class pi.actor.Circle
Setzt den Radius des Kreises.
radius(double) - Method in class pi.actor.Star
Setzt den äußeren Radius des Sterns.
RADIUS - Static variable in class demos.billard.Hole
 
RADIUS_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
random() - Method in class pi.resources.color.ColorContainer
Gibt eine zufällige Farbe aus dem Farbenspeicher zurück.
Random - Class in pi
Diese Klasse liefert Methoden, die zufällig verteilte Rückgaben haben.
randomFloat(float, float) - Static method in class org.jbox2d.common.MathUtils
 
randomFloat(Random, float, float) - Static method in class org.jbox2d.common.MathUtils
 
range() - Static method in class pi.Random
Gibt einen zufälligen double-Wert im Intervall [0;1] zurück.
range(double, double) - Static method in class pi.Random
Gibt einen zufälligen double-Wert zwischen einer festgelegten Unter- und Obergrenze zurück.
range(int) - Static method in class pi.Random
Gibt einen zufälligen int-Wert zwischen 0 und einer festgelegten Obergrenze zurück.
range(int, int) - Static method in class pi.Random
Gibt einen zufälligen int-Wert zwischen einer festgelegten Unter- und Obergrenze zurück.
RANGE - Enum constant in enum class org.jbox2d.testbed.framework.TestbedSetting.ConstraintType
 
ratio - Variable in class org.jbox2d.dynamics.joints.GearJointDef
Gear ratio.
ratio - Variable in class org.jbox2d.dynamics.joints.PulleyJointDef
The pulley ratio, used to simulate a block-and-tackle.
RATIO_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
rawData() - Method in class pi.resources.sound.Sound
Liefert die Rohdaten dieses Sounds als Byte-Array.
raycast(ParticleRaycastCallback, Vec2, Vec2) - Method in class org.jbox2d.dynamics.World
Ray-cast the world for all particles in the path of the ray.
raycast(ParticleRaycastCallback, Vec2, Vec2) - Method in class org.jbox2d.particle.ParticleSystem
Ray-cast the particle system for all particles in the path of the ray.
raycast(RayCastCallback, ParticleRaycastCallback, Vec2, Vec2) - Method in class org.jbox2d.dynamics.World
Ray-cast the world for all fixtures and particles in the path of the ray.
raycast(RayCastCallback, Vec2, Vec2) - Method in class org.jbox2d.dynamics.World
Ray-cast the world for all fixtures in the path of the ray.
raycast(TreeRayCastCallback, RayCastInput) - Method in interface org.jbox2d.collision.broadphase.BroadPhase
Ray-cast against the proxies in the tree.
raycast(TreeRayCastCallback, RayCastInput) - Method in interface org.jbox2d.collision.broadphase.BroadPhaseStrategy
Ray-cast against the proxies in the tree.
raycast(TreeRayCastCallback, RayCastInput) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
raycast(TreeRayCastCallback, RayCastInput) - Method in class org.jbox2d.collision.broadphase.DynamicTree
 
raycast(TreeRayCastCallback, RayCastInput) - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
raycast(RayCastOutput, RayCastInput) - Method in class org.jbox2d.collision.AABB
Deprecated.
raycast(RayCastOutput, RayCastInput, int) - Method in class org.jbox2d.dynamics.Fixture
Cast a ray against this shape.
raycast(RayCastOutput, RayCastInput, Transform, int) - Method in class org.jbox2d.collision.shapes.ChainShape
 
raycast(RayCastOutput, RayCastInput, Transform, int) - Method in class org.jbox2d.collision.shapes.CircleShape
 
raycast(RayCastOutput, RayCastInput, Transform, int) - Method in class org.jbox2d.collision.shapes.EdgeShape
 
raycast(RayCastOutput, RayCastInput, Transform, int) - Method in class org.jbox2d.collision.shapes.PolygonShape
 
raycast(RayCastOutput, RayCastInput, Transform, int) - Method in class org.jbox2d.collision.shapes.Shape
Cast a ray against a child shape.
raycast(RayCastOutput, RayCastInput, WorldPool) - Method in class org.jbox2d.collision.AABB
From Real-time Collision Detection, p179.
RayCast() - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
raycastCallback(RayCastInput, int) - Method in interface org.jbox2d.callbacks.TreeRayCastCallback
 
raycastCallback(RayCastInput, int) - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
RayCastCallback - Interface in org.jbox2d.callbacks
Callback class for ray casts.
RayCastInput - Class in org.jbox2d.collision
Ray-cast input data.
RayCastInput() - Constructor for class org.jbox2d.collision.RayCastInput
 
RayCastOutput - Class in org.jbox2d.collision
Ray-cast output data.
RayCastOutput() - Constructor for class org.jbox2d.collision.RayCastOutput
 
RaycastResult - Class in org.jbox2d.common
 
RaycastResult() - Constructor for class org.jbox2d.common.RaycastResult
 
RayCastTest - Class in org.jbox2d.testbed.tests
 
RayCastTest() - Constructor for class org.jbox2d.testbed.tests.RayCastTest
 
rB - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint.VelocityConstraintPoint
 
reachedRedFlag() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination.Robot
Flagge erobert
read() - Method in class pi.util.GifDecoder
Reads a single byte from the input stream.
read(BufferedInputStream) - Method in class pi.util.GifDecoder
Reads GIF image from stream
read(InputStream) - Method in class pi.util.GifDecoder
Reads GIF image from stream
read(String) - Static method in class pi.resources.ResourceLoader
Reads the specified file as String from either a resource folder or the file system.
Since no Charset is specified with this overload, the implementation uses UTF-8 by default.
read(String) - Method in class pi.util.GifDecoder
Reads GIF file from specified file/URL source (URL assumed if name contains ":/" or "file:")
read(String, Charset) - Static method in class pi.resources.ResourceLoader
Reads the specified file as String from either a resource folder or the file system.
read(URL) - Static method in class pi.resources.ResourceLoader
Reads the specified file as String from either a resource folder or the file system.
Since no Charset is specified with this overload, the implementation uses UTF-8 by default.
read(URL, Charset) - Static method in class pi.resources.ResourceLoader
Reads the specified file as String from either a resource folder or the file system.
readBlock() - Method in class pi.util.GifDecoder
Reads next variable length block from input.
readColorTable(int) - Method in class pi.util.GifDecoder
Reads color table as 256 RGB integer values
readContents() - Method in class pi.util.GifDecoder
Main file parser.
readFromMenu() - Static method in class blockly_robot.robot.logic.menu.TaskList
 
readFromResources() - Static method in class blockly_robot.robot.logic.menu.TaskList
 
readGraphicControlExt() - Method in class pi.util.GifDecoder
Reads Graphics Control Extension values
readHeader() - Method in class pi.util.GifDecoder
Reads GIF file header information.
readImage() - Method in class pi.util.GifDecoder
Reads next frame image
readLSD() - Method in class pi.util.GifDecoder
Reads Logical Screen Descriptor
readNetscapeExt() - Method in class pi.util.GifDecoder
Reads Netscape extenstion to obtain iteration count
readShort() - Method in class pi.util.GifDecoder
Reads next 16-bit value, LSB first
reallocateBuffer(float[], int, int) - Static method in class org.jbox2d.common.BufferUtils
Reallocate a buffer.
reallocateBuffer(float[], int, int, int, boolean) - Static method in class org.jbox2d.common.BufferUtils
Reallocate a float buffer.
reallocateBuffer(int[], int, int) - Static method in class org.jbox2d.common.BufferUtils
Reallocate a buffer.
reallocateBuffer(int[], int, int, int, boolean) - Static method in class org.jbox2d.common.BufferUtils
Reallocate an int buffer.
reallocateBuffer(Class<T>, T[], int, int) - Static method in class org.jbox2d.common.BufferUtils
Reallocate a buffer.
reallocateBuffer(Class<T>, T[], int, int, int, boolean) - Static method in class org.jbox2d.common.BufferUtils
Reallocate a buffer.
rebuildBottomUp() - Method in class org.jbox2d.collision.broadphase.DynamicTree
Build an optimal tree.
record(float) - Method in class org.jbox2d.dynamics.Profile.ProfileEntry
 
recordScreen() - Static method in class pi.Controller
Schaltet die Bildschirmaufnahme ein oder aus.
recordScreen(double) - Static method in class pi.Controller
 
rectangle(double, double) - Static method in class pi.physics.FixtureBuilder
Erstellt eine einfache rechteckige Form.
Rectangle - Class in pi.actor
Beschreibt ein Rechteck.
Rectangle - Class in pi
Beschreibt ein Rechteck.
Rectangle() - Constructor for class pi.Rectangle
Erzeugt ein Quadrat mit der Seitenlängen von einem Meter.
Rectangle(double) - Constructor for class pi.Rectangle
Erzeugt ein Quadrat unter Angabe der Seitenlänge.
Rectangle(double, double) - Constructor for class pi.actor.Rectangle
Erzeugt ein Rechteck durch Angabe der Breite und Höhe.
Rectangle(double, double) - Constructor for class pi.Rectangle
Erzeugt ein Rechteck durch Angabe der Breite und Höhe.
Rectangle(double, double, Supplier<FixtureData>) - Constructor for class pi.actor.Rectangle
Erzeugt ein Rechteck durch Angabe der Breite und Höhe.
Rectangle(double, double, Supplier<FixtureData>) - Constructor for class pi.Rectangle
Erzeugt ein Rechteck durch Angabe der Breite und Höhe.
RectangleDemo - Class in demos.classes.actor
Demonstriert die Figur Rechteck (Rectangle).
RectangleDemo() - Constructor for class demos.classes.actor.RectangleDemo
 
rectangleI - Variable in class pi.actor.Logo
 
rectangleP - Variable in class pi.actor.Logo
 
RecursiveSquareTurtleGraphics - Class in pi.dsa.turtle.graphics
Zeichnet verschieden Muster aus Quadraten.
RecursiveSquareTurtleGraphics() - Constructor for class pi.dsa.turtle.graphics.RecursiveSquareTurtleGraphics
 
red() - Method in class pi.resources.color.ColorScheme
Gibt die Primärfarbe Rot (englisch: red) zurück.
red(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Primärfarbe Rot (englisch: red) durch Angabe des Rot-, Grün- und Blau-Anteils.
red(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Primärfarbe Rot (englisch: red).
red(Object) - Static method in class pi.debug.AnsiColor
Wandelt ein Objekt in einen roten Text um.
red(String) - Method in class pi.resources.color.ColorScheme
Setzt die Primärfarbe Rot (englisch: red) in hexadezimaler Codierung (z.B.
RED - Static variable in class org.jbox2d.common.Color3f
 
RED - Static variable in class pi.debug.AnsiColor
ANSI-Sequenz für rote Schrift.
redOrange() - Method in class pi.resources.color.ColorScheme
Gibt die Tertiärfarbe Rot-Orange (englisch: red orange) - eine Mischung aus Orange und Rot - zurück.
redOrange(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Rot-Orange (englisch: red orange, Mischung aus Orange und Rot) durch Angabe des Rot-, Grün- und Blau-Anteils.
redOrange(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Rot-Orange (englisch: red orange, Mischung aus Orange und Rot).
redOrange(String) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Rot-Orange (englisch: red orange, Mischung aus Orange und Rot) in hexadezimaler Codierung (z.
redPurple() - Method in class pi.resources.color.ColorScheme
Gibt die Tertiärfarbe Rot-Violett (englisch: red purple) - eine Mischung aus Rot und Violett - zurück.
redPurple(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Rot-Violett (englisch: red purple, Mischung aus Rot und Violett) durch Angabe des Rot-, Grün- und Blau-Anteils.
redPurple(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Rot-Violett (englisch: red purple, Mischung aus Rot und Violett).
redPurple(String) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Rot-Violett (englisch: red purple, Mischung aus Rot und Violett) in hexadezimaler Codierung (z.B.
reduce(int) - Method in class org.jbox2d.testbed.perf.PoolingPerf.CustStack
 
reduceAngle(float) - Static method in class org.jbox2d.common.MathUtils
 
REF_ANGLE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
referenceAngle - Variable in class org.jbox2d.dynamics.joints.PrismaticJoint
The constrained angle between the bodies: body2_angle - body1_angle.
referenceAngle - Variable in class org.jbox2d.dynamics.joints.PrismaticJointDef
The constrained angle between the bodies: body2_angle - body1_angle.
referenceAngle - Variable in class org.jbox2d.dynamics.joints.RevoluteJoint
The body2 angle minus body1 angle in the reference state (radians).
referenceAngle - Variable in class org.jbox2d.dynamics.joints.RevoluteJointDef
The body2 angle minus body1 angle in the reference state (radians).
referenceAngle - Variable in class org.jbox2d.dynamics.joints.WeldJointDef
The body2 angle minus body1 angle in the reference state (radians).
refilter() - Method in class org.jbox2d.dynamics.Fixture
Call this if you want to establish a collision that was previously disabled by ContactFilter::ShouldCollide.
ReflectionUtil - Class in pi.util
Eine Sammlung von statischen Hilfsmethoden, um mit Reflection zu arbeiten.
registerAllExtensions(ExtensionRegistry) - Static method in class org.box2d.proto.Box2D
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.box2d.proto.Box2D
 
registerListeners(Object) - Static method in class pi.event.EventListeners
Meldet einen Beobachter automatisch in der entsprechenden Instanz an, die alle Beobachter verwaltet.
registerStartNext() - Method in class pi.dsa.turtle.TurtleGraphicsCollection
 
regular - Static variable in class blockly_robot.robot.gui.TextMaker
 
RegularPolygon - Class in pi.actor
Beschreibt ein regelmäßiges Vieleck bzw. reguläres Polygon.
RegularPolygon(int) - Constructor for class pi.actor.RegularPolygon
Erzeugt einen reguläres Polygon durch Angabe der Anzahl der Seiten und einem Radius von einem Meter.
RegularPolygon(int, double) - Constructor for class pi.actor.RegularPolygon
Erzeugt einen reguläres Polygon durch Angabe der Anzahl der Seiten und des Radius.
Relationship - Record Class in cli.java2umltext.model
 
Relationship(String, String, String) - Constructor for record class cli.java2umltext.model.Relationship
Creates an instance of a Relationship record class.
relationshipList - Variable in class cli.java2umltext.model.Document
 
relativePoint(double) - Method in class pi.graphics.geom.DirectedLineSegment
Berechnet einen Punkt auf der Linie, dessen Lage im Verhältnis zu den beiden Punkten der Strecke festgelegt ist.
relativeRotatedPoint(double, double) - Method in class pi.graphics.geom.DirectedLineSegment
Berechnet einen Punkt relativ zum Starttpunkt dieser gerichteten Linienstrecke, indem der Richtungsvektor um einen gegebenen Winkel rotiert wird.
relativeVerticalPoint(double, double) - Method in class pi.graphics.geom.DirectedLineSegment
Berechnet einen Punkt relativ zum Liniensegment mit relativer vertikaler Versetzung.
relativeVerticalPointFixedOffset(double, double) - Method in class pi.graphics.geom.DirectedLineSegment
Berechnet einen Punkt relativ zum Liniensegment mit festgelegtem vertikalen Versatz.
release() - Method in class pi.physics.joints.Joint
Löst die Verbindung der Objekte.
releaseYear() - Element in annotation interface pi.dsa.Source
Das Jahr, in dem die Quelle veröffentlich wurde, z.B.
reload() - Method in class pi.config.Configuration
Dies ist eine Convenience-Methode, die Configuration.reload(boolean) mit dem Wert false aufruft.
reload(boolean) - Method in class pi.config.Configuration
Lädt die Konfiguration neu.
remeasure() - Method in class pi.graphics.boxes.Box
Setzt den Messstatus dieser Box auf „nicht gemessen“ zurück.
remove() - Method in class blockly_robot.robot.gui.map.GraphicalItemController
 
remove() - Method in class pi.actor.Actor
Entfernt das aktuelle Objekt aus seiner aktuellen Ebene, falls das Objekt gerade einer Ebene zugeordnet ist.
remove() - Method in class pi.actor.label.LabelHandler
Entfernt alle Beschriftungen einschließlich der Hauptbeschriftung.
remove() - Method in class tetris.tetrominos.Block
 
remove() - Method in class tetris.tetrominos.BlockDeluxe
 
remove() - Method in class tetris.tetrominos.Tetromino
Entfernt das Tetromino aus der Szene, d. h. alle Block werden sowohl aus der Szene als auch aus dem Blockgitter entfernt.
remove(String) - Static method in class pi.debug.AnsiColor
Entfernt die ANSI-Farben wieder.
remove(String) - Method in class pi.resources.ResourcesContainer
Removes the resource with the specified name from this container.
remove(URL) - Method in class pi.resources.ResourcesContainer
 
remove(Actor...) - Method in class pi.Layer
Entferne einen oder mehrere Figuren aus der Ebene.
remove(Actor...) - Method in class pi.Scene
Entferne einen oder mehrere Actor-Objekte aus der Szene.
remove(Tweenable, TweenType) - Method in class pi.animation.tweening.TweenEngine
Looks for a registered Tween instance with the given target and type.
remove(T) - Method in class pi.actor.Group
Entfernt eine Figur aus der Gruppe.
remove(T) - Method in class pi.event.EventListeners
Meldet einen Beobachter ab.
remove(T[], T) - Static method in class pi.util.ArrayUtil
Removes the specified deleteItem from the input array and returns a trimmed new array instance without null entries.
REMOVE_STATE - Enum constant in enum class org.jbox2d.collision.Collision.PointState
point was removed in the update
removeBlock(Block) - Method in class tetris.tetrominos.Grid
Entfernt einen Block aus dem Blockgitter.
removeBlocksFromGrid() - Method in class tetris.tetrominos.Tetromino
Entfernt alle Blöcke des Tetrominos aus dem Blockgitter.
removeBodies(int) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
removeClearedListener(ResourcesContainerClearedListener) - Method in class pi.resources.ResourcesContainer
Remove the specified listener from this container.
removeContainerListener(ResourcesContainerListener<T>) - Method in class pi.resources.ResourcesContainer
Remove the specified listener from this container.
removed(String, T) - Method in interface pi.resources.ResourcesContainerListener
This method gets called after the ResourcesContainer.remove method was executed.
removeDefaultControl() - Static method in class pi.Controller
Meldet die grundlegenden Maus- und Tastatur-Steuermöglichkeiten ab.
removeFilledRowRange(FilledRowRange) - Method in class tetris.tetrominos.Grid
Entfernt die Blöcke der vollen Zeilen aus dem Spiel.
removeFixtures(int) - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
removeFocus() - Method in class pi.Camera
Entfernt die fokussierte Figur von der Kamera.
removeForeignRelations() - Method in class cli.java2umltext.model.Document
Remove relationships involving classes that are not declared in the Document.
removeFrameListener(FrameListener) - Static method in class pi.Controller
Meldet einen statischen, d. h. globalen Beobachter ab, der auf Bildaktualisierungen reagiert.
removeFrameListener(FrameListener) - Method in interface pi.event.FrameListenerRegistration
Entfernt einen FrameListener.
removeJoints(int) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
removeKeyStrokeListener(KeyStrokeListener) - Static method in class pi.Controller
Entfernt einen statischen KeyStrokeListener vom Objekt, d. h.
removeKeyStrokeListener(KeyStrokeListener) - Method in interface pi.event.KeyStrokeListenerRegistration
Entfernt einen KeyStrokeListener vom Objekt.
removeLayer(Layer) - Method in class pi.Scene
Entfernt eine Ebene aus der Szene.
removeListener(ConfigGroup.ConfigurationChangedListener) - Method in class pi.config.ConfigGroup
Removes the specified configuration changed listener.
removeManipulator() - Method in class pi.resources.ResourcesContainer
Entfernt den Ressourcen-Manipulator aus diesem Ressourcenspeicher.
removeMountListener(Runnable) - Method in class pi.actor.Actor
Entfernt einen Beobachter, der ausgeführt wird, sobald das Objekt angemeldet wurde.
removeMouseClickListener(MouseClickListener) - Static method in class pi.Controller
 
removeMouseClickListener(MouseClickListener) - Method in interface pi.event.MouseClickListenerRegistration
 
removeMouseScrollListener(MouseScrollListener) - Static method in class pi.Controller
 
removeMouseScrollListener(MouseScrollListener) - Method in interface pi.event.MouseScrollListenerRegistration
Entfernt einen Beobachter, der auf Bewegungen des Mausrads reagiert, aus dem Behälter.
removeNormals(int) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
removePlaybackListener(PlaybackListener) - Method in class pi.resources.sound.Playback
Removes a SoundPlaybackListener from this instance.
removePoints(int) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
removeSceneLaunchListener(SceneLaunchListener) - Static method in class pi.Controller
 
removeTestChangeListener(TestbedModel.TestChangedListener) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
removeUnmountListener(Runnable) - Method in class pi.actor.Actor
Entfernt einen Beobachter, der ausgeführt wird, sobald das Objekt abgemeldet wurde.
render() - Method in class org.jbox2d.testbed.framework.j2d.TestPanelJ2D
 
render() - Method in interface org.jbox2d.testbed.framework.TestbedPanel
Renders the world
render(Graphics2D) - Method in class demos.classes.graphics.boxes.BackgroundBoxDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.BorderBoxDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.CellBoxDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.CellWidthHeightDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.CompassBoxDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.FramedTextBoxDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.GridBoxDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.HorizontalBoxDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.ImageBoxDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.InsetBoxDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.RotationDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.TextBlockBoxDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.TextLineBoxDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.TextTableBoxDemo
 
render(Graphics2D) - Method in class demos.classes.graphics.boxes.VerticalBoxDemo
 
render(Graphics2D) - Method in class demos.graphics2d.ArrowDemo
 
render(Graphics2D) - Method in class demos.graphics2d.CircleDemo
 
render(Graphics2D) - Method in class demos.graphics2d.DirectedLineSegmentDemo
 
render(Graphics2D) - Method in class demos.graphics2d.DrawImage
 
render(Graphics2D) - Method in class demos.graphics2d.DrawIntoBufferedImage
 
render(Graphics2D) - Method in class demos.graphics2d.FontBaselineDemo
 
render(Graphics2D) - Method in class demos.graphics2d.FontRotationDemo
 
render(Graphics2D) - Method in class demos.graphics2d.FontStringBounds
 
render(Graphics2D) - Method in class demos.graphics2d.FontStyleDemo
 
render(Graphics2D) - Method in class demos.graphics2d.Graphics2DComponent
Wird mehrmals ausgeführt.
render(Graphics2D) - Method in class demos.graphics2d.LineDemo
 
render(Graphics2D) - Method in class pi.graphics.boxes.Box
Berechnet die Abmessungen und Ankerpunkte und zeichnet die Box.
render(Graphics2D) - Method in class pi.resources.sound.AudioDebugBox
 
render(Graphics2D, int, int) - Method in class pi.dsa.turtle.PaintingSurfaceScene
 
render(Graphics2D, int, int) - Method in interface pi.graphics.RenderSource
Zeichnet in eine Fläche.
render(Graphics2D, int, int) - Method in class pi.Scene
 
render(TestbedPanel) - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
render(RenderSource) - Method in class pi.graphics.RenderPanel
 
render(RenderSource) - Method in interface pi.graphics.RenderTarget
 
render(RenderTarget) - Method in class pi.loop.GameLoop
 
renderAABBs() - Method in class pi.config.DebugConfig
Gibt die Einstellung, ob die achsenparallelen Begrenzungsrahmen (AABB = axis-aligned bounding box) gezeichnet werden sollen, zurück.
renderAABBs(boolean) - Method in class pi.config.DebugConfig
Setzt die Einstellung, ob die achsenparallelen Begrenzungsrahmen (AABB = axis-aligned bounding box) gezeichnet werden sollen.
renderActors() - Method in class pi.config.DebugConfig
Gibt an, ob die Figuren gezeichnet werden sollen.
renderActors(boolean) - Method in class pi.config.DebugConfig
Setzt, ob die Figuren gezeichnet werden sollen.
renderOverlay(Graphics2D, int, int) - Method in class demos.classes.class_scene.OverlayDemo
 
renderOverlay(Graphics2D, int, int) - Method in class demos.classes.graphics.geom.DirectedLineSegmentDemo
 
renderOverlay(Graphics2D, int, int) - Method in class demos.classes.resources.sound.AudioDebugScene
 
renderOverlay(Graphics2D, int, int) - Method in class pi.dsa.turtle.TurtleScene
 
renderOverlay(Graphics2D, int, int) - Method in class pi.Scene
Zeichnet eine Überblendung in die Szene, die unabhängig von der Kameraeinstellung ist und alle Figuren der Szene überdecken kann.
renderPanel() - Static method in class pi.Controller
Gibt die Zeichenfläche, in der alle Figuren eingezeichnet werden, zurück.
RenderPanel - Class in pi.graphics
Ein Render-Panel, das als Zeichenfläche für die Engine dient.
RenderPanel(int, int) - Constructor for class pi.graphics.RenderPanel
Konstruktor für Objekte der Klasse RenderPanel
RenderSource - Interface in pi.graphics
Definiert eine Methode, um in eine Fläche zu zeichnen.
RenderTarget - Interface in pi.graphics
Wird vom RenderPanel (Canvas) implementiert.
repeat(double, int, Runnable) - Method in interface pi.event.FrameListenerRegistration
Führt eine Aufgabe in einem bestimmten Zeitintervall wiederholend aus.
repeat(double, int, PeriodicTask) - Method in interface pi.event.FrameListenerRegistration
Führt eine Aufgabe in einem bestimmten Zeitintervall wiederholend aus.
repeat(double, int, PeriodicTask, PeriodicTask) - Method in interface pi.event.FrameListenerRegistration
Führt eine Aufgabe in einem bestimmten Zeitintervall wiederholend aus.
repeat(double, Runnable) - Method in interface pi.event.FrameListenerRegistration
Führt eine Aufgabe in einem bestimmten Zeitintervall wiederholend aus.
repeat(double, PeriodicTask) - Method in interface pi.event.FrameListenerRegistration
Führt eine Aufgabe in einem bestimmten Zeitintervall wiederholend aus.
RepeatDemo - Class in demos.classes.event
RepeatDemo() - Constructor for class demos.classes.event.RepeatDemo
 
REPEATED - Enum constant in enum class pi.animation.AnimationMode
Die Animation wird fortlaufend wiederholt.
RepeatFinalTaskDemo - Class in demos.classes.event
RepeatFinalTaskDemo() - Constructor for class demos.classes.event.RepeatFinalTaskDemo
 
repetitions() - Method in class pi.event.PeriodicTaskExecutor
Gibt die Anzahl an Wiederholungen der Aufgabe zurück.
repetitions(int) - Method in class pi.event.PeriodicTaskExecutor
Setzt die Anzahl an Wiederholungen der Aufgabe.
replaceColor(BufferedImage, Color, Color) - Static method in class pi.util.ImageUtil
Ersetzt eine Farbe in einem Bild.
replaceColor(BufferedImage, String, String) - Static method in class pi.util.ImageUtil
Ersetzt eine Farbe in einem Bild.
replaceColors(BufferedImage, Color[], Color[]) - Static method in class pi.util.ImageUtil
Ersetzt die Farben in einem Bild entsprechend zweier Felder (Arrays), die die Quell- und Zielfarben enthalten, und gibt dann das Ergebnis zurück.
replaceColors(BufferedImage, String[], String[]) - Static method in class pi.util.ImageUtil
Ersetzt die Farben in einem Bild entsprechend zweier Felder (Arrays), die die Quell- und Zielfarben in hexadezimaler Notation enthalten, und gibt dann das Ergebnis zurück.
replaceColors(BufferedImage, Map<Color, Color>) - Static method in class pi.util.ImageUtil
Ersetzt die Farben in einem Bild entsprechend einer Map, die Quell- und Zielfarben enthält, und gibt dann das Ergebnis zurück.
report(ContactVelocityConstraint[]) - Method in class org.jbox2d.dynamics.Island
 
reportActions() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
reportActions() - Method in interface blockly_robot.robot.logic.robot.Robot
 
reportActions() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
reportFixture(Fixture) - Method in interface org.jbox2d.callbacks.QueryCallback
Called for each fixture found in the query AABB.
reportFixture(Fixture, Vec2, Vec2, float) - Method in interface org.jbox2d.callbacks.RayCastCallback
Called for each fixture found in the query.
reportItemRelocation(String, Item) - Method in class blockly_robot.robot.logic.item.relocation.BagPacker
 
reportMovement(String) - Method in class blockly_robot.robot.logic.robot.VirtualRobot
Zeichne die Bewegung auf, die der Roboter macht.
reportParticle(int) - Method in interface org.jbox2d.callbacks.ParticleQueryCallback
Called for each particle found in the query AABB.
reportParticle(int, Vec2, Vec2, float) - Method in interface org.jbox2d.callbacks.ParticleRaycastCallback
Called for each particle found in the query.
requestOkCancel(String) - Method in class pi.graphics.DialogLauncher
Öffnet ein modales Dialogfenster mit OK/Abbrechen-Schaltflächen.
requestOkCancel(String, String) - Method in class pi.graphics.DialogLauncher
Öffnet ein modales Dialogfenster mit OK/Abbrechen-Schaltflächen.
RequestOkCancelDemo - Class in demos.classes.class_controller.attribute_dialog
RequestOkCancelDemo() - Constructor for class demos.classes.class_controller.attribute_dialog.RequestOkCancelDemo
 
requestStringInput(String) - Method in class pi.graphics.DialogLauncher
Öffnet ein modales Dialogfenster, in dem der Nutzer zur Eingabe von Text in einer Zeile aufgerufen wird.
requestStringInput(String, String) - Method in class pi.graphics.DialogLauncher
Öffnet ein modales Dialogfenster, in dem der Nutzer zur Eingabe von Text in einer Zeile aufgerufen wird.
RequestStringInputDemo - Class in demos.classes.class_controller.attribute_dialog
RequestStringInputDemo() - Constructor for class demos.classes.class_controller.attribute_dialog.RequestStringInputDemo
 
requestYesNo(String) - Method in class pi.graphics.DialogLauncher
Öffnet ein modales Dialogfenster mit Ja/Nein-Schaltflächen.
requestYesNo(String, String) - Method in class pi.graphics.DialogLauncher
Öffnet ein modales Dialogfenster mit Ja/Nein-Schaltflächen.
RequestYesNoDemo - Class in demos.classes.class_controller.attribute_dialog
RequestYesNoDemo() - Constructor for class demos.classes.class_controller.attribute_dialog.RequestYesNoDemo
 
reset() - Method in class blockly_robot.robot.logic.menu.TaskList
 
reset() - Method in class org.jbox2d.common.Timer
 
reset() - Method in class org.jbox2d.pooling.stacks.DynamicIntStack
 
reset() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
reset() - Method in class org.jbox2d.testbed.framework.TestbedCamera
Resets the camera to the initial position
reset() - Method in class pi.actor.Counter
Setzt den Zähler auf 0 zurück und aktualisiert den Inhalt.
reset() - Method in class pi.actor.Image
Setzt alle Bildeinstellungen auf ihre Standardwerte zurück.
reset() - Method in class pi.actor.StopWatch
Setzt die Stoppuhr auf ihren Initialwert zurück.
reset() - Method in class pi.animation.tweening.Tween
Resets the Tween values to the start values.
reset() - Static method in class pi.config.Configuration
Setzt die Konfiguration auf ihre Standardwerte zurück.
reset() - Method in class pi.dsa.turtle.InitialTurtleState
 
reset() - Method in class pi.resources.color.ColorSchemeContainer
Setzt den Farbschemataspeicher auf seinen Standardzustand zurück.
reset(boolean) - Static method in class pi.config.Configuration
Setzt die Konfiguration zurück.
reset(Tweenable, TweenType) - Method in class pi.animation.tweening.TweenEngine
Looks for a registered Tween instance with the given target and type.
reset(T[]) - Method in class org.jbox2d.particle.StackQueue
 
RESET - Static variable in class pi.debug.AnsiColor
ANSI-Sequenz zum Zurücksetzen aller Farben und Formatierungen.
resetFrame() - Method in class pi.util.GifDecoder
Resets frame state for reading next image.
resetFriction() - Method in class org.jbox2d.dynamics.contacts.Contact
Reset the friction mixture to the default value.
resetInitPosition() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
resetMassData() - Method in class org.jbox2d.dynamics.Body
This resets the mass properties to the sum of the mass properties of the fixtures.
resetMovement() - Method in class pi.actor.Actor
Versetzt das Objekt - unabhängig von aktuellen Kräften und Geschwindigkeiten - in Ruhe.
resetMovement() - Method in class pi.physics.BodyHandler
 
resetMovement() - Method in class pi.physics.NullHandler
 
resetRestitution() - Method in class org.jbox2d.dynamics.contacts.Contact
Reset the restitution to the default value.
Resource - Interface in pi.resources
 
ResourceLoader - Class in pi.resources
Lädt Dateien aus der JAR oder dem aktuellen Arbeitsverzeichnis.
ResourceLoadException - Exception in pi.resources
 
ResourceLoadException() - Constructor for exception pi.resources.ResourceLoadException
 
ResourceLoadException(String) - Constructor for exception pi.resources.ResourceLoadException
 
ResourceLoadException(String, Throwable) - Constructor for exception pi.resources.ResourceLoadException
 
ResourceLoadException(Throwable) - Constructor for exception pi.resources.ResourceLoadException
 
ResourceManipulator<T> - Interface in pi.resources
Eine Schnittstelle für Klassen die Resourcen manipulieren bzw. verändern.
Resources - Class in pi.resources
Zur Aufbewahrung und Verwaltung verschiedener Ressourcen.
ResourcesContainer<T> - Class in pi.resources
Eine abstrakte Implementierung für Unterklassen, die einen bestimmten Typ von Ressourcen (z. b.
ResourcesContainer() - Constructor for class pi.resources.ResourcesContainer
 
ResourcesContainerClearedListener - Interface in pi.resources
This listener provides a callback for when a ResourcesContainer was cleared.
ResourcesContainerListener<T> - Interface in pi.resources
This listener provides callbacks to observe ResourcesContainer instances.
restitution - Variable in class org.jbox2d.dynamics.contacts.Contact
 
restitution - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
restitution - Variable in class org.jbox2d.dynamics.Fixture
The restitution (elasticity) usually in the range [0,1].
restitution - Variable in class org.jbox2d.dynamics.FixtureDef
The restitution (elasticity) usually in the range [0,1].
restitution() - Method in class pi.actor.Actor
Gibt die Stoßzahl bzw. den Restitutionskoeffizienten zurück.
restitution() - Method in class pi.physics.BodyHandler
 
restitution() - Method in class pi.physics.NullHandler
 
restitution(double) - Method in class pi.actor.Actor
Setzt die Stoßzahl bzw. den Restitutionskoeffizienten.
restitution(double) - Method in class pi.physics.BodyHandler
 
restitution(double) - Method in class pi.physics.NullHandler
 
RESTITUTION_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbFixture
 
RestitutionDemo - Class in demos.docs.physics
Demonstriert die Methode Actor.restitution(double)
RestitutionDemo() - Constructor for class demos.docs.physics.RestitutionDemo
 
resume() - Method in class pi.animation.tweening.Tween
Resumes the stopped Tween.
resume() - Method in class pi.event.PeriodicTaskExecutor
Führt die periodische Aufgabe fort.
resume() - Method in class pi.resources.sound.Playback
Resumes this playback.
resume(Tweenable, TweenType) - Method in class pi.animation.tweening.TweenEngine
Looks for a registered Tween instance with the given target and type.
returnType() - Method in record class cli.java2umltext.model.MethodWrapper
Returns the value of the returnType record component.
reverse() - Method in class pacman.actors.Ghost
 
ReverseEaseDouble - Class in pi.animation.interpolation
 
ReverseEaseDouble(double, double) - Constructor for class pi.animation.interpolation.ReverseEaseDouble
 
RevolteJointSeesawDemo - Class in demos.classes.physics.joints
Demonstriert die Klasse RevoluteJoint und die Methode Actor.createRevoluteJoint(pi.actor.Actor, Vector) anhand einer Wippe.
RevolteJointSeesawDemo() - Constructor for class demos.classes.physics.joints.RevolteJointSeesawDemo
 
REVOLUTE - Enum constant in enum class org.box2d.proto.Box2D.PbJointType
REVOLUTE = 2;
REVOLUTE - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
REVOLUTE_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbJointType
REVOLUTE = 2;
RevoluteJoint - Class in org.jbox2d.dynamics.joints
A revolute joint constrains two bodies to share a common point while they are free to rotate about the point.
RevoluteJoint - Class in pi.physics.joints
Eine Gelenkverbindung zwingt zwei Körper dazu, einen gemeinsamen Punkt zu teilen, während sie sich frei um diesen Punkt drehen können.
RevoluteJoint() - Constructor for class pi.physics.joints.RevoluteJoint
 
RevoluteJoint(WorldPool, RevoluteJointDef) - Constructor for class org.jbox2d.dynamics.joints.RevoluteJoint
 
RevoluteJointDef - Class in org.jbox2d.dynamics.joints
Revolute joint definition.
RevoluteJointDef() - Constructor for class org.jbox2d.dynamics.joints.RevoluteJointDef
 
RevoluteJointDemo - Class in demos.classes.physics.joints
RevoluteJointDemo() - Constructor for class demos.classes.physics.joints.RevoluteJointDemo
 
RevoluteTest - Class in org.jbox2d.testbed.tests
 
RevoluteTest() - Constructor for class org.jbox2d.testbed.tests.RevoluteTest
 
right() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles.Robot
gehe nach rechts
right() - Method in class pi.graphics.boxes.InsetBox
Gibt den rechten Außenabstand in Pixel zurück.
right(double) - Method in class pi.dsa.turtle.TurtleController
Dreht die Blickrichtung der Schildkröte nach rechts.
right(int) - Method in class pi.graphics.boxes.InsetBox
Setzt den rechten Außenabstand in Pixel.
RIGHT - Enum constant in enum class pacman.actors.GhostState
 
RIGHT - Enum constant in enum class pi.event.MouseButton
Die rechte Maustaste.
RIGHT - Enum constant in enum class pi.graphics.boxes.HAlign
rechtsbündige horizontale Ausrichtung.
RIGHT - Enum constant in enum class pi.graphics.geom.Direction
Repräsentation einer Richtung, die nach rechts zeigt.
RIGHT - Static variable in class pi.graphics.geom.Vector
Konstante für eine einfache Verschiebung nach rechts (1, 0).
rightOf(double) - Method in record class pi.graphics.geom.Bounds
Berechnet, ob dieses Rechteck rechts von einer bestimmten Grenze liegt, und wenn nicht, dann berechnet es eines, das gerade so an der linken Extremgrenze liegt.
rigidParticleGroup - Static variable in class org.jbox2d.particle.ParticleGroupType
keeps its shape
robot() - Method in class blockly_robot.robot.gui.level.AssembledLevel
 
robot() - Method in class blockly_robot.robot.logic.context.Context
 
robot(RobotWrapper) - Method in class blockly_robot.robot.gui.level.AssembledLevel
 
Robot - Class in blockly_robot.jwinf.en.tasks.challenge_competition_2019_round1_7_13.move_boxes
https://jwinf.de/task/975
Robot - Class in blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination
https://jwinf.de/task/1157
Robot - Class in blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake
https://jwinf.de/task/1158
Robot - Class in blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles
https://jwinf.de/task/1161
Robot - Class in blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle
https://jwinf.de/task/1159
Robot - Class in blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles
https://jwinf.de/task/1156
Robot - Class in blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms
https://jwinf.de/task/1160
Robot - Class in blockly_robot.jwinf.en.tasks.difficult_tasks_exercises.in_the_library
https://jwinf.de/task/1188
Robot - Class in blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems
https://jwinf.de/task/1139
Robot - Class in blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road
https://jwinf.de/task/1140
Robot - Interface in blockly_robot.robot.logic.robot
 
Robot() - Constructor for class blockly_robot.jwinf.en.tasks.challenge_competition_2019_round1_7_13.move_boxes.Robot
 
Robot() - Constructor for class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination.Robot
 
Robot() - Constructor for class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake.Robot
 
Robot() - Constructor for class blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles.Robot
 
Robot() - Constructor for class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.Robot
 
Robot() - Constructor for class blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles.Robot
 
Robot() - Constructor for class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.Robot
 
Robot() - Constructor for class blockly_robot.jwinf.en.tasks.difficult_tasks_exercises.in_the_library.Robot
 
Robot() - Constructor for class blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems.Robot
 
Robot() - Constructor for class blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road.Robot
 
RobotAction - Interface in blockly_robot.robot.gui.robot
 
RobotWrapper - Class in blockly_robot.robot.logic.robot
Klasse, die den Roboter, einpackt und umhüllt, damit alle Methoden des Roboters standardmäßig versteckt sind.
RobotWrapper() - Constructor for class blockly_robot.robot.logic.robot.RobotWrapper
 
root - Variable in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
ROPE - Enum constant in enum class org.box2d.proto.Box2D.PbJointType
ROPE = 10;
ROPE - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
ROPE_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbJointType
ROPE = 10;
RopeJoint - Class in org.jbox2d.dynamics.joints
A rope joint enforces a maximum distance between two points on two bodies.
RopeJoint - Class in pi.physics.joints
Eine Seilverbindung bzw. eine Lasso erzwingt einen maximalen Abstand zwischen zwei Punkten auf zwei Körpern.
RopeJoint() - Constructor for class pi.physics.joints.RopeJoint
 
RopeJoint(WorldPool, RopeJointDef) - Constructor for class org.jbox2d.dynamics.joints.RopeJoint
 
RopeJointDef - Class in org.jbox2d.dynamics.joints
Rope joint definition.
RopeJointDef() - Constructor for class org.jbox2d.dynamics.joints.RopeJointDef
 
RopeJointDemo - Class in demos.classes.physics.joints
RopeJointDemo() - Constructor for class demos.classes.physics.joints.RopeJointDemo
 
RopeTest - Class in org.jbox2d.testbed.tests
 
RopeTest() - Constructor for class org.jbox2d.testbed.tests.RopeTest
 
Rot - Class in org.jbox2d.common
Represents a rotation
Rot() - Constructor for class org.jbox2d.common.Rot
 
Rot(float) - Constructor for class org.jbox2d.common.Rot
 
rotate() - Method in class tetris.tetrominos.Tetromino
Führt eine Rechtsdrehung durch.
rotate(double) - Method in class pi.dsa.turtle.TurtleController
Dreht die Blickrichtung der Schildkröte.
rotate(double) - Method in class pi.graphics.geom.Vector
Berechnet eine rotierte Version.
rotate(float[], int, int, int) - Static method in class org.jbox2d.common.BufferUtils
Rotate an array, see std::rotate
rotate(int) - Method in enum class blockly_robot.robot.logic.navigation.Compass
 
rotate(int[], int, int, int) - Static method in class org.jbox2d.common.BufferUtils
Rotate an array, see std::rotate
rotate(T[], int, int, int) - Static method in class org.jbox2d.common.BufferUtils
Rotate an array, see std::rotate
rotateBy(double) - Method in class pi.actor.Actor
Rotiert das Objekt um den angegebenen Winkel.
rotateBy(double) - Method in class pi.Camera
Rotiert die Kamera um den angegebenen Winkel.
rotateBy(double) - Method in class pi.physics.BodyHandler
 
rotateBy(double) - Method in class pi.physics.NullHandler
 
rotatedVector(double) - Method in class pi.graphics.geom.DirectedLineSegment
Gibt einen Vektor der Länge 1 zurück, der um den angegebenen Winkel gedreht ist.
rotateTo(double) - Method in class pi.Camera
Setzt den Rotationswert der Kamera.
rotation - Variable in class tetris.tetrominos.Tetromino
Die Rotation des Tetrominos.
rotation() - Method in class blockly_robot.robot.logic.log.Movement
 
rotation() - Method in class demos.edu_projects.concurrency.philosophers.Seat
Die Rotation, in der der Sitz vom Tisch-Zentrum und der x-Achse gedreht ist.
rotation() - Method in class demos.edu_projects.concurrency.philosophers.Table
Die Drehwinkel in Grad, von Mittelpunkt des Tisches zu zwei benachbarten Philosophen.
rotation() - Method in class pi.actor.Actor
Gibt den Winkel aus, um den das Objekt derzeit rotiert ist.
rotation() - Method in class pi.Camera
Gibt die aktuelle Drehung zurück.
rotation() - Method in class pi.physics.BodyHandler
 
rotation() - Method in class pi.physics.NullHandler
 
rotation(double) - Method in class pi.actor.Actor
Setzt den Rotationswert des Objekts.
rotation(double) - Method in class pi.physics.BodyHandler
 
rotation(double) - Method in class pi.physics.NullHandler
 
RotationDemo - Class in demos.classes.graphics.boxes
 
RotationDemo - Class in demos
 
RotationDemo() - Constructor for class demos.classes.graphics.boxes.RotationDemo
 
RotationDemo() - Constructor for class demos.RotationDemo
 
rotationLocked(boolean) - Method in class pi.actor.Actor
Setzt, ob im Rahmen der physikalischen Simulation die Rotation dieses Objekts blockiert werden soll.
rotationLocked(boolean) - Method in class pi.physics.BodyHandler
 
rotationLocked(boolean) - Method in class pi.physics.NullHandler
 
round(double) - Method in class pi.graphics.boxes.Box
 
round(double, int) - Static method in class pi.util.MathUtil
 
round(float) - Static method in class org.jbox2d.common.MathUtils
 
round(float, int) - Static method in class pi.util.MathUtil
 
ROUND - Enum constant in enum class pi.actor.Line.Cap
Abgerundet mit halbrunder Kappe am Endpunkt.
rounded() - Method in class pi.actor.Line
Gibt zurück, ob die Enden der Linie abgerundet dargestellt werden.
rounded(boolean) - Method in class pi.actor.Line
Legt fest, ob die Linie mit abgerundeten Enden dargestellt wird.
roundNumber(Object) - Static method in class pi.util.TextUtil
Rundet eine Zahl auf eine Nachkommastelle.
roundNumber(Object, int) - Static method in class pi.util.TextUtil
Formatiert eine übergebene Zahl auf die angegebene Anzahl Nachkommastellen und gibt das Ergebnis als String zurück.
row - Variable in class blockly_robot.robot.data.model.ItemData
Die Zeilennummer, in der der Gegenstand plaziert ist.
row - Variable in class blockly_robot.robot.logic.navigation.Coords
 
row() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
row() - Method in class blockly_robot.robot.logic.navigation.Coords
 
row() - Method in interface blockly_robot.robot.logic.robot.Robot
Returns the row number of the robot's current position. | DE: Die Reihe, in der sich die Figur im Gitter befindet.
row() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
row0y() - Method in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
y-Koordinate des Ursprungs des Gitters (links oben)
rowCount - Static variable in class org.jbox2d.testbed.tests.VerticalStack
 
rowCount() - Method in class pi.graphics.boxes.GridBox
Gibt die Reihenanzahl zurück.
rows - Variable in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
Anzahl an Reihen (y-Richtung bzw.
rows() - Method in class blockly_robot.robot.data.model.LevelData
 
rows() - Method in class blockly_robot.robot.logic.context.Context
Anzahl an Reihen (y-Richtung bzw.
rows() - Method in class blockly_robot.robot.logic.level.Level
 
rows() - Method in class pi.actor.Grid
Gibt die Anzahl der Reihen in y-Richtung zurück.
rows(int) - Method in class pi.actor.Grid
Setzt die Anzahl der Reihen in y-Richtung.
run() - Method in class cli.Client
 
run() - Method in class org.jbox2d.testbed.framework.TestbedController
 
run() - Method in class pi.dsa.turtle.TurtleGraphicsSeries
 
run() - Method in class pi.loop.GameLoop
Führt die Haupt-Ereignisschleife aus, die kontinuierlich bis zur Unterbrechung des Threads läuft.
run() - Method in class pi.resources.sound.MusicPlayback
 
run() - Method in class pi.resources.sound.SoundPlayback
 
run(int) - Method in interface pi.event.PeriodicTask
Diese Methode wird bei jeder Wiederholung der Aufgabe ausgeführt.
runAtan2Test(float) - Method in class org.jbox2d.testbed.perf.MathPerf
 
runCeilTest(float) - Method in class org.jbox2d.testbed.perf.MathPerf
 
runCirclePoolTest() - Method in class org.jbox2d.testbed.perf.PoolingPerf
 
runCreationTest() - Method in class org.jbox2d.testbed.perf.PoolingPerf
 
runCustStackTest() - Method in class org.jbox2d.testbed.perf.PoolingPerf
 
runFastAtan2Test(float) - Method in class org.jbox2d.testbed.perf.MathPerf
 
runFastCeilTest(float) - Method in class org.jbox2d.testbed.perf.MathPerf
 
runFastFloorTest(float) - Method in class org.jbox2d.testbed.perf.MathPerf
 
runFastMaxTest(float) - Method in class org.jbox2d.testbed.perf.MathPerf
 
runFastPowTest(float) - Method in class org.jbox2d.testbed.perf.MathPerf
 
runFloorTest(float) - Method in class org.jbox2d.testbed.perf.MathPerf
 
runMaxTest(float) - Method in class org.jbox2d.testbed.perf.MathPerf
 
runMemberTest() - Method in class org.jbox2d.testbed.perf.PoolingPerf
 
Running - Enum constant in enum class demos.small_games.dude.PlayerState
 
RUNNING - Enum constant in enum class demos.docs.main_classes.actor.stateful_animation.PlayerState
 
runPowTest(float) - Method in class org.jbox2d.testbed.perf.MathPerf
 
runSinLUTTest(float) - Method in class org.jbox2d.testbed.perf.MathPerf
 
runSinTest(float) - Method in class org.jbox2d.testbed.perf.MathPerf
 
runThreadLocalTest() - Method in class org.jbox2d.testbed.perf.PoolingPerf
 
runWorldPoolTest() - Method in class org.jbox2d.testbed.perf.PoolingPerf
 

S

s - Variable in class org.jbox2d.common.Rot
sin
save() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
save() - Method in class pi.config.ConfigLoader
Saves this configuration to a file with the specified name of this instance (engine-pi.properties is the engines default config file).
saveButton - Variable in class org.jbox2d.testbed.framework.j2d.TestbedSidePanel
 
sayGoodbye(int) - Method in interface org.jbox2d.callbacks.ParticleDestructionListener
Called when a particle is about to be destroyed.
sayGoodbye(Fixture) - Method in interface org.jbox2d.callbacks.DestructionListener
Called when any fixture is about to be destroyed due to the destruction of its parent body.
sayGoodbye(Joint) - Method in interface org.jbox2d.callbacks.DestructionListener
Called when any joint is about to be destroyed due to the destruction of one of its attached bodies.
sayGoodbye(ParticleGroup) - Method in interface org.jbox2d.callbacks.ParticleDestructionListener
Called when any particle group is about to be destroyed.
scalarProduct(Vector) - Method in class pi.graphics.geom.Vector
Berechnet das Skalarprodukt von diesem Vektor mit einem weiteren.
scaleFactorX - Variable in class pi.actor.BoxActor
Der Skalierungsfaktor in x-Richtung.
scaleFactorY - Variable in class pi.actor.BoxActor
Der Skalierungsfaktor in y-Richtung.
scene - Variable in class pi.dsa.turtle.TurtleController
 
scene - Variable in class tetris.tetrominos.Tetromino
Eine Referenz auf die Szene, in der der Tetromino erstellt wurde.
scene() - Method in class demos.edu_projects.concurrency.philosophers.Table
 
scene() - Static method in class pi.Controller
Gibt die gerade aktive Szene zurück.
scene() - Static method in class pi.dsa.turtle.TurtleLauncher
Startet ein neues Fenster.
scene() - Method in class pi.Layer
Gibt die Szene, zu der diese Ebene gehört, zurück.
scene() - Method in class pi.Scene
Gibt sich selbst zurück.
Scene - Class in pi
Mithilfe von Szenen können verschiedene Ansichten eines Spiels erstellt werden, ohne beim Szenenwechsel alle grafischen Objekte entfernen und wieder neu erzeugen zu müssen.
Scene() - Constructor for class pi.Scene
Erzeugt eine neue Szene.
scene1 - Static variable in class demos.classes.event.GlobalSceneLaunchListenerDemo
 
scene2 - Static variable in class demos.classes.event.GlobalSceneLaunchListenerDemo
 
SceneInfoOverlay - Class in pi.graphics
Eine Infobox, die über eine Szene gelegt werden kann.
SceneInfoOverlay(Scene) - Constructor for class pi.graphics.SceneInfoOverlay
 
SceneInfoOverlayDemo - Class in demos.classes.graphics
 
SceneInfoOverlayDemo() - Constructor for class demos.classes.graphics.SceneInfoOverlayDemo
 
sceneLaunch - Variable in class pi.event.EventListenerBundle
 
SceneLaunchListener - Interface in pi.event
Ein Beobachter, der auf Szenenwechsel reagiert.
scheduleStopScreenRecording(double) - Method in class pi.graphics.screen_recording.Photographer
 
SCREEN_DRAG_BUTTON - Static variable in class org.jbox2d.testbed.framework.j2d.TestPanelJ2D
 
screenRecordingNFrames() - Method in class pi.config.GraphicsConfig
Gibt zurück, wie oft jedes n-te Einzelbild ein Bildschirmfoto für die Bildschirmaufnahme gemacht werden soll.
screenRecordingNFrames(int) - Method in class pi.config.GraphicsConfig
Setzt wie oft jedes n-te Einzelbild ein Bildschirmfoto für die Bildschirmaufnahme gemacht werden soll.
ScreenshotDemo - Class in demos
 
ScreenshotDemo() - Constructor for class demos.ScreenshotDemo
 
ScreenshotImage - Class in pi.graphics.screen_recording
 
ScreenshotImage(int, int) - Constructor for class pi.graphics.screen_recording.ScreenshotImage
 
Seat - Class in demos.edu_projects.concurrency.philosophers
Ein Sitzplatz am Tisch.
Seat(Table, int, Philosopher) - Constructor for class demos.edu_projects.concurrency.philosophers.Seat
 
seatCount() - Method in class demos.edu_projects.concurrency.philosophers.Table
Die Anzahl an Sitzen, also wie viele Philosophen am Tisch sitzen können.
secondaryColors() - Method in class pi.resources.color.ColorScheme
Gibt die drei Sekundärfarben des Farbkreises von Itten in der Reihenfolge Orange, Violett und Grün aus.
select(int) - Method in class demos.edu_projects.concurrency.philosophers.PhilosophersCollection
Wählt zufällig eine bestimme Anzahl an Philosophen aus, sortiert sie nach dem Geburtsjahr und gibt sie als Liste zurück.
SENSOR - Enum constant in enum class pi.physics.BodyType
Sensoren nehmen nicht an der Physiksimulation teil.
SENSOR_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbFixture
 
SensorTest - Class in org.jbox2d.testbed.tests
 
SensorTest() - Constructor for class org.jbox2d.testbed.tests.SensorTest
 
SEPARATED - Enum constant in enum class org.jbox2d.collision.TimeOfImpact.TOIOutputState
 
separation - Variable in class org.jbox2d.collision.Collision.EdgeResults
 
separation - Variable in class org.jbox2d.testbed.framework.ContactPoint
 
separations - Variable in class org.jbox2d.collision.WorldManifold
A negative value indicates overlap, in meters.
serializationError(Exception, String) - Method in interface org.jbox2d.testbed.framework.TestbedErrorHandler
 
SerializationHelper - Class in org.jbox2d.serialization
 
SerializationResult - Interface in org.jbox2d.serialization
Container for holding serialization results.
serialize(Shape) - Method in interface org.jbox2d.serialization.JbSerializer
Serializes a shape
serialize(Shape) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
serialize(Body) - Method in interface org.jbox2d.serialization.JbSerializer
Serializes a body
serialize(Body) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
serialize(Fixture) - Method in interface org.jbox2d.serialization.JbSerializer
Serializes a fixture
serialize(Fixture) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
serialize(Joint, Map<Body, Integer>, Map<Joint, Integer>) - Method in interface org.jbox2d.serialization.JbSerializer
Serializes joints.
serialize(Joint, Map<Body, Integer>, Map<Joint, Integer>) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
serialize(World) - Method in interface org.jbox2d.serialization.JbSerializer
Serializes the world
serialize(World) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
serializeBody(Body) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
serializeFilter(Filter) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
serializeFixture(Fixture) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
serializeJoint(Joint, Map<Body, Integer>, Map<Joint, Integer>) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
serializeShape(Shape) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
serializeWorld(World) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
set(boolean) - Method in class pi.dsa.turtle.TurtlePenController
Setzt den Zustand des Zeichenstifts.
set(byte, byte, byte, byte) - Method in class org.jbox2d.particle.ParticleColor
Sets color for current object using the four elements described above.
set(float) - Method in class org.jbox2d.common.Mat22
Set as a matrix representing a rotation.
set(float) - Method in class org.jbox2d.common.Rot
 
set(float) - Method in class pi.resources.sound.Playback.VolumeControl
Sets the value of this volume control.
set(float, float) - Method in class org.jbox2d.common.Vec2
Set the vector component-wise.
set(float, float, float) - Method in class org.jbox2d.common.Color3f
 
set(float, float, float) - Method in class org.jbox2d.common.Vec3
 
set(float, float, float, float) - Method in class org.jbox2d.common.Mat22
 
set(float, float, float, float, float, float, float, float, float) - Method in class org.jbox2d.common.Mat33
 
set(int) - Method in class tetris.text.NumberDisplay
 
set(int, int, int, VoronoiDiagram.Generator) - Method in class org.jbox2d.particle.VoronoiDiagram.VoronoiDiagramTask
 
set(String, T) - Method in class pi.config.ConfigGroup
Use this method to set configuration properties if you want to support configurationChanged for your property.
set(AABB) - Method in class org.jbox2d.collision.AABB
Sets this object from the given object.
set(Collision.ClipVertex) - Method in class org.jbox2d.collision.Collision.ClipVertex
 
set(ContactID) - Method in class org.jbox2d.collision.ContactID
 
set(Distance.SimplexCache) - Method in class org.jbox2d.collision.Distance.SimplexCache
 
set(Manifold) - Method in class org.jbox2d.collision.Manifold
Copies this manifold from the given one.
set(ManifoldPoint) - Method in class org.jbox2d.collision.ManifoldPoint
Sets this manifold point form the given one
set(RayCastInput) - Method in class org.jbox2d.collision.RayCastInput
 
set(RayCastOutput) - Method in class org.jbox2d.collision.RayCastOutput
 
set(MassData) - Method in class org.jbox2d.collision.shapes.MassData
 
set(Shape, int) - Method in class org.jbox2d.collision.Distance.DistanceProxy
Initialize the proxy using the given shape.
set(Color3f) - Method in class org.jbox2d.common.Color3f
 
set(Color3f) - Method in class org.jbox2d.particle.ParticleColor
 
set(Mat22) - Method in class org.jbox2d.common.Mat22
Set as a copy of another matrix.
set(Mat33) - Method in class org.jbox2d.common.Mat33
 
set(OBBViewportTransform) - Method in class org.jbox2d.common.OBBViewportTransform
 
set(RaycastResult) - Method in class org.jbox2d.common.RaycastResult
 
set(Rot) - Method in class org.jbox2d.common.Rot
 
set(Sweep) - Method in class org.jbox2d.common.Sweep
 
set(Transform) - Method in class org.jbox2d.common.Transform
Set this to equal another transform.
set(Vec2) - Method in class org.jbox2d.common.Vec2
Set this vector to another vector.
set(Vec2[], int) - Method in class org.jbox2d.collision.shapes.PolygonShape
Create a convex hull from the given array of points.
set(Vec2[], int, Vec2Array, IntArray) - Method in class org.jbox2d.collision.shapes.PolygonShape
Create a convex hull from the given array of points.
set(Vec2, float) - Method in class org.jbox2d.common.Transform
Set this based on the position and angle.
set(Vec2, Vec2) - Method in class org.jbox2d.collision.shapes.EdgeShape
 
set(Vec2, Vec2) - Method in class org.jbox2d.common.Mat22
Set by column vectors.
set(Vec3) - Method in class org.jbox2d.common.Vec3
 
set(Filter) - Method in class org.jbox2d.dynamics.Filter
 
set(ParticleColor) - Method in class org.jbox2d.particle.ParticleColor
 
set(InitialTurtleState) - Method in class pi.dsa.turtle.InitialTurtleState
 
set(ColorScheme) - Method in class pi.resources.color.ColorSchemeContainer
Setzt das angegebene Farbschema als Standard und fügt es zum Farbschemaspeicher hinzu.
setActive(boolean) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool active = 56;
setActive(boolean) - Method in class org.jbox2d.dynamics.Body
Set the active state of the body.
setActive(boolean) - Method in class org.jbox2d.dynamics.BodyDef
Does this body start out active?
setAllowSleep(boolean) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool allow_sleep = 54;
setAllowSleep(boolean) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool allow_sleep = 3;
setAllowSleep(boolean) - Method in class org.jbox2d.dynamics.BodyDef
Set this flag to false if this body should never fall asleep.
setAllowSleep(boolean) - Method in class org.jbox2d.dynamics.World
 
setAngle(float) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float angle = 11;
setAngle(float) - Method in class org.jbox2d.dynamics.BodyDef
The world angle of the body in radians.
setAngularDamping(float) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float angular_damping = 51;
setAngularDamping(float) - Method in class org.jbox2d.dynamics.Body
Set the angular damping of the body.
setAngularDamping(float) - Method in class org.jbox2d.dynamics.BodyDef
Angular damping is used to reduce the angular velocity.
setAngularOffset(float) - Method in class org.jbox2d.dynamics.joints.MotorJoint
Set the target angular offset, in radians.
setAngularVelocity(float) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float angular_velocity = 13;
setAngularVelocity(float) - Method in class org.jbox2d.dynamics.Body
Set the angular velocity.
setAngularVelocity(float) - Method in class org.jbox2d.dynamics.BodyDef
The angular velocity of the body.
setAsBox(float, float) - Method in class org.jbox2d.collision.shapes.PolygonShape
Build vertices to represent an axis-aligned box.
setAsBox(float, float, Vec2, float) - Method in class org.jbox2d.collision.shapes.PolygonShape
Build vertices to represent an oriented box.
setAutoClearForces(boolean) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool auto_clear_forces = 4;
setAutoClearForces(boolean) - Method in class org.jbox2d.dynamics.World
Set flag to control automatic clearing of forces after each time step.
setAwake(boolean) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool awake = 55;
setAwake(boolean) - Method in class org.jbox2d.dynamics.Body
Set the sleep state of the body.
setAwake(boolean) - Method in class org.jbox2d.dynamics.BodyDef
Is this body initially sleeping?
setBodies(int, int) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
setBodies(int, Box2D.PbBody) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
setBodies(int, Box2D.PbBody.Builder) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbBody bodies = 20;
setBodyA(int) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional int32 body_a = 3;
setBodyB(int) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional int32 body_b = 4;
setBrightness(Color, double) - Static method in class pi.resources.color.ColorUtil
Setzt die Helligkeit einer gegebenen Farbe auf den angegebenen Wert.
setBullet(boolean) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool bullet = 53;
setBullet(boolean) - Method in class org.jbox2d.dynamics.Body
Should this body be treated like a bullet for continuous collision detection?
setBullet(boolean) - Method in class org.jbox2d.dynamics.BodyDef
Is this a fast moving body that should be prevented from tunneling through other moving bodies?
setCalculatedFps(float) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
setCamera(float, float, float) - Method in class org.jbox2d.callbacks.DebugDraw
Deprecated.
use the viewport transform in DebugDraw.getViewportTransform()
setCamera(float, float, float) - Method in interface org.jbox2d.common.IViewportTransform
Sets the transform's center to the given x and y coordinates, and using the given scale.
setCamera(float, float, float) - Method in class org.jbox2d.common.OBBViewportTransform
 
setCamera(Vec2) - Method in class org.jbox2d.testbed.framework.TestbedCamera
Sets the camera center position
setCamera(Vec2) - Method in class org.jbox2d.testbed.framework.TestbedTest
Deprecated.
setCamera(Vec2, float) - Method in class org.jbox2d.testbed.framework.TestbedCamera
Sets the camera center position and scale
setCamera(Vec2, float) - Method in class org.jbox2d.testbed.framework.TestbedTest
Deprecated.
setCategoryBits(int) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
optional int32 category_bits = 1;
setCenter(float, float) - Method in interface org.jbox2d.common.IViewportTransform
sets the center of the viewport.
setCenter(float, float) - Method in class org.jbox2d.common.OBBViewportTransform
 
setCenter(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
circle
setCenter(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
circle
setCenter(Vec2) - Method in interface org.jbox2d.common.IViewportTransform
sets the center of the viewport.
setCenter(Vec2) - Method in class org.jbox2d.common.OBBViewportTransform
 
setCentroid(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
setCentroid(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
setCollideConnected(boolean) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional bool collideConnected = 5;
setColors() - Static method in class pacman.ColorManagement
 
setContactFilter(ContactFilter) - Method in class org.jbox2d.dynamics.World
Register a contact filter to provide specific control over collision.
setContactListener(ContactListener) - Method in class org.jbox2d.dynamics.World
Register a contact event listener.
setContinuousPhysics(boolean) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool continuous_physics = 6;
setContinuousPhysics(boolean) - Method in class org.jbox2d.dynamics.World
Enable/disable continuous physics.
setCorrectionFactor(float) - Method in class org.jbox2d.dynamics.joints.MotorJoint
 
setCurrTestIndex(int) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
setDampingRatio(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
distance, mouse, wheel, weld, col vol
setDampingRatio(float) - Method in class org.jbox2d.dynamics.joints.DistanceJoint
 
setDampingRatio(float) - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
setDampingRatio(float) - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
setDebug(boolean) - Method in class pi.config.ConfigGroup
Sets the debug mode.
setDebug(boolean) - Static method in class tetris.Tetris
Aktiviert und deaktiviert den Debug-Modus der Engine Pi und des Spiels Tetris.
setDebugDraw(DebugDraw) - Method in class org.jbox2d.dynamics.World
Register a routine for debug drawing.
setDebugDraw(DebugDraw) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
setDensity(double) - Method in class pi.physics.FixtureData
 
setDensity(float) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional float density = 4;
setDensity(float) - Method in class org.jbox2d.dynamics.Fixture
 
setDensity(float) - Method in class org.jbox2d.dynamics.FixtureDef
The density, usually in kg/m^2
setDestructionListener(DestructionListener) - Method in class org.jbox2d.dynamics.World
Register a destruction listener.
SetDirectionTurtleGraphics - Class in pi.dsa.turtle.graphics
Zeichnet ein Plus-Zeichen, um die Methode Turtle#setDirection(double) zu demonstrieren.
SetDirectionTurtleGraphics() - Constructor for class pi.dsa.turtle.graphics.SetDirectionTurtleGraphics
 
setDisplayNumber(int) - Method in class demos.small_games.dude.HUDDisplay
 
setDuration(int) - Method in class pi.animation.tweening.Tween
Sets the Tween duration.
setEnabled(boolean) - Method in class org.jbox2d.dynamics.contacts.Contact
Enable/disable this contact.
setEnableLimit(boolean) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic
setEnableMotor(boolean) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic, wheel
setEnumPropertyValue(Class<T>, Object, Field, String, String) - Static method in class pi.util.ReflectionUtil
Setzt ein Enum-Feld anhand seines String-Werts.
setExtents(float, float) - Method in interface org.jbox2d.common.IViewportTransform
This sets the half-width and half-height of the viewport.
setExtents(float, float) - Method in class org.jbox2d.common.OBBViewportTransform
 
setExtents(Vec2) - Method in interface org.jbox2d.common.IViewportTransform
This sets the half-width and half-height.
setExtents(Vec2) - Method in class org.jbox2d.common.OBBViewportTransform
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
setFieldValue(Class<T>, Object, String, String) - Static method in class pi.util.ReflectionUtil
Setzt ein Feld anhand einer String-Repräsentation und konvertiert den Wert passend zum Feldtyp.
setFilter(Box2D.PbFilter) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbFilter filter = 10;
setFilter(Box2D.PbFilter.Builder) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbFilter filter = 10;
setFilter(Filter) - Method in class org.jbox2d.dynamics.FixtureDef
Contact filtering data;
setFilter(Filter) - Method in class pi.physics.FixtureData
 
setFilterData(Filter) - Method in class org.jbox2d.dynamics.Fixture
Set the contact filtering data.
setFixedRotation(boolean) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional bool fixed_rotation = 57;
setFixedRotation(boolean) - Method in class org.jbox2d.dynamics.Body
Set this body to have fixed rotation.
setFixedRotation(boolean) - Method in class org.jbox2d.dynamics.BodyDef
Should this body be prevented from rotating?
setFixtures(int, Box2D.PbFixture) - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
setFixtures(int, Box2D.PbFixture.Builder) - Method in class org.box2d.proto.Box2D.PbBody.Builder
repeated .box2d.PbFixture fixtures = 100;
setFlags(int) - Method in class org.jbox2d.callbacks.DebugDraw
 
setFont(Graphics2D) - Static method in class pi.util.Graphics2DUtil
Setzt die Schriftart auf Graphics2DUtil.FONT_SIZE und Graphics2DUtil.FONT_COLOR.
setFont(Graphics2D, int) - Static method in class pi.util.Graphics2DUtil
Setzt die Schriftart auf Graphics2DUtil.FONT_COLOR durch Angabe der Schriftgröße.
setFont(Graphics2D, int, String) - Static method in class pi.util.Graphics2DUtil
Setzt die Schriftart durch Angabe der Schriftgröße und Schriftfarbe.
setFont(Graphics2D, Font) - Static method in class pi.util.Graphics2DUtil
Setzt die Schriftart durch Angabe der Schriftart.
setFont(Graphics2D, String) - Static method in class pi.util.Graphics2DUtil
Setzt die Schriftart auf Graphics2DUtil.FONT_SIZE durch Angabe der Schriftfarbe.
setFormat(BasicPerformanceTest.ResultFormat) - Method in class org.jbox2d.profile.BasicPerformanceTest
 
setFrameRate(int) - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
setFrequency(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
distance, mouse, wheel, weld, con vol
setFrequency(float) - Method in class org.jbox2d.dynamics.joints.DistanceJoint
 
setFrequency(float) - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
setFrequency(float) - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
setFriction(double) - Method in class pi.physics.FixtureData
 
setFriction(float) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional float friction = 3;
setFriction(float) - Method in class org.jbox2d.dynamics.contacts.Contact
Override the default friction mixture.
setFriction(float) - Method in class org.jbox2d.dynamics.Fixture
Set the coefficient of friction.
setFriction(float) - Method in class org.jbox2d.dynamics.FixtureDef
The friction coefficient, usually in the range [0,1].
setGraph(Graph) - Method in class pi.dsa.graph.GraphVisualizer
Setzt den Graphen neu und aktualisiert die Darstellung.
setGravity(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional .box2d.PbVec2 gravity = 2;
setGravity(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional .box2d.PbVec2 gravity = 2;
setGravity(Vec2) - Method in class org.jbox2d.dynamics.World
Change the global gravity vector.
setGravityScale(float) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional float gravity_scale = 52;
setGravityScale(float) - Method in class org.jbox2d.dynamics.Body
Set the gravity scale of the body.
setGravityScale(float) - Method in class org.jbox2d.dynamics.BodyDef
Experimental: scales the inertia tensor.
setGroundAnchorA(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
setGroundAnchorA(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
setGroundAnchorB(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
setGroundAnchorB(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
setGroupFlags(int) - Method in class org.jbox2d.particle.ParticleGroup
Set the construction flags for the group.
setGroupIndex(int) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
optional int32 group_index = 3;
setHas0(boolean) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge, chain
setHas3(boolean) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge, chain
setHorizontalMovement(PlayerCharacter.HorizontalMovement) - Method in class demos.small_games.dude.PlayerCharacter
 
setIdentity() - Method in class org.jbox2d.common.Mat22
Set as the identity matrix.
setIdentity() - Method in class org.jbox2d.common.Mat33
 
setIdentity() - Method in class org.jbox2d.common.Rot
 
setIdentity() - Method in class org.jbox2d.common.Transform
Set this to the identity transform.
setImageText(String, int, int) - Method in class demos.classes.actor.image_text.ColorDemo
 
setImplSpecificHelp(List<String>) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
setInifinite(boolean) - Method in class pi.animation.KeyFrames
Setzt, ob diese Animation unendlich lange gehen soll.
setInterval(double) - Method in class pi.event.PeriodicTaskExecutor
Setzt das Intervall dieses periodischen Tasks neu.
setJoint1(int) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
gear
setJoint2(int) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
gear
setJoints(int, int) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
con vol
setJoints(int, Box2D.PbJoint) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
setJoints(int, Box2D.PbJoint.Builder) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
repeated .box2d.PbJoint joints = 21;
setLength(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
distance
setLength(float) - Method in class org.jbox2d.dynamics.joints.DistanceJoint
Set the rest length.
setLengthA(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
setLengthB(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley
setLimitEnabled(boolean) - Method in class pi.physics.joints.RevoluteJoint
 
setLimits(double, double) - Method in class pi.physics.joints.RevoluteJoint
 
setLimits(float, float) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Set the joint limits, usually in meters.
setLimits(float, float) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
setLinearDamping(float) - Method in class org.box2d.proto.Box2D.PbBody.Builder
configuration
setLinearDamping(float) - Method in class org.jbox2d.dynamics.Body
Set the linear damping of the body.
setLinearDamping(float) - Method in class org.jbox2d.dynamics.BodyDef
Linear damping is used to reduce the linear velocity.
setLinearOffset(Vec2) - Method in class org.jbox2d.dynamics.joints.MotorJoint
Set the target linear offset, in frame A, in meters.
setLinearVelocity(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional .box2d.PbVec2 linear_velocity = 12;
setLinearVelocity(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional .box2d.PbVec2 linear_velocity = 12;
setLinearVelocity(Vec2) - Method in class org.jbox2d.dynamics.Body
Set the linear velocity of the center of mass.
setLinearVelocity(Vec2) - Method in class org.jbox2d.dynamics.BodyDef
The linear velocity of the body in world co-ordinates.
setLineDisplay(int, double) - Method in class demos.small_games.dude.HUDDisplay
 
setLocalAnchorA(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_a = 6;
setLocalAnchorA(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_a = 6;
setLocalAnchorB(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_b = 7;
setLocalAnchorB(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional .box2d.PbVec2 local_anchor_b = 7;
setLocalAxisA(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
prismatic, wheel
setLocalAxisA(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
prismatic, wheel
setLowerLimit(double) - Method in class pi.physics.joints.RevoluteJoint
 
setLowerLimit(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic
setMaskBits(int) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
optional int32 mask_bits = 2;
setMassData(MassData) - Method in class org.jbox2d.dynamics.Body
Set the mass properties to override the mass properties of the fixtures.
setMaxForce(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
mouse, friction, rope
setMaxForce(float) - Method in class org.jbox2d.dynamics.joints.FrictionJoint
Set the maximum friction force in N.
setMaxForce(float) - Method in class org.jbox2d.dynamics.joints.MotorJoint
Set the maximum friction force in N.
setMaxForce(float) - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
setMaximumMotorTorque(double) - Method in class pi.physics.joints.RevoluteJoint
 
setMaxLength(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
rope
setMaxLength(float) - Method in class org.jbox2d.dynamics.joints.RopeJoint
 
setMaxMotorForce(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
prismatic
setMaxMotorForce(float) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Set the maximum motor force, usually in N.
setMaxMotorTorque(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, wheel
setMaxMotorTorque(float) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
setMaxMotorTorque(float) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
setMaxTorque(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
friction
setMaxTorque(float) - Method in class org.jbox2d.dynamics.joints.FrictionJoint
Set the maximum friction torque in N*m.
setMaxTorque(float) - Method in class org.jbox2d.dynamics.joints.MotorJoint
Set the maximum friction torque in N*m.
setMotorEnabled(boolean) - Method in class pi.physics.joints.RevoluteJoint
 
setMotorSpeed(double) - Method in class pi.physics.joints.RevoluteJoint
 
setMotorSpeed(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic, wheel
setMotorSpeed(float) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
Set the motor speed, usually in meters per second.
setMotorSpeed(float) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
setMotorSpeed(float) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
setNext(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
setNext(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
setNextVertex(Vec2) - Method in class org.jbox2d.collision.shapes.ChainShape
Establish connectivity to a vertex that follows the last vertex.
setNormals(int, Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
setNormals(int, Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon
setObjectListener(JbDeserializer.ObjectListener) - Method in interface org.jbox2d.serialization.JbDeserializer
Sets the object listener, which allows the user to process each physics object with a tag to do any sort of custom logic.
setObjectListener(JbDeserializer.ObjectListener) - Method in class org.jbox2d.serialization.pb.PbDeserializer
 
setObjectSigner(JbSerializer.ObjectSigner) - Method in interface org.jbox2d.serialization.JbSerializer
Sets the object signer for the serializer.
setObjectSigner(JbSerializer.ObjectSigner) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
setPanel(TestbedPanel) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
setParticleColorBuffer(ParticleColor[], int) - Method in class org.jbox2d.dynamics.World
 
setParticleColorBuffer(ParticleColor[], int) - Method in class org.jbox2d.particle.ParticleSystem
 
setParticleDamping(float) - Method in class org.jbox2d.dynamics.World
Damping is used to reduce the velocity of particles.
setParticleDamping(float) - Method in class org.jbox2d.particle.ParticleSystem
 
setParticleDensity(float) - Method in class org.jbox2d.dynamics.World
Change the particle density.
setParticleDensity(float) - Method in class org.jbox2d.particle.ParticleSystem
 
setParticleDestructionListener(ParticleDestructionListener) - Method in class org.jbox2d.dynamics.World
 
setParticleFlagsBuffer(int[], int) - Method in class org.jbox2d.dynamics.World
Set a buffer for particle data.
setParticleFlagsBuffer(int[], int) - Method in class org.jbox2d.particle.ParticleSystem
 
setParticleGravityScale(float) - Method in class org.jbox2d.dynamics.World
Change the particle gravity scale.
setParticleGravityScale(float) - Method in class org.jbox2d.particle.ParticleSystem
 
setParticleMaxCount(int) - Method in class org.jbox2d.dynamics.World
Set the maximum number of particles.
setParticleMaxCount(int) - Method in class org.jbox2d.particle.ParticleSystem
 
setParticlePositionBuffer(Vec2[], int) - Method in class org.jbox2d.dynamics.World
 
setParticlePositionBuffer(Vec2[], int) - Method in class org.jbox2d.particle.ParticleSystem
 
setParticleRadius(float) - Method in class org.jbox2d.dynamics.World
Change the particle radius.
setParticleRadius(float) - Method in class org.jbox2d.particle.ParticleSystem
 
setParticleUserDataBuffer(Object[], int) - Method in class org.jbox2d.dynamics.World
 
setParticleUserDataBuffer(Object[], int) - Method in class org.jbox2d.particle.ParticleSystem
 
setParticleVelocityBuffer(Vec2[], int) - Method in class org.jbox2d.dynamics.World
 
setParticleVelocityBuffer(Vec2[], int) - Method in class org.jbox2d.particle.ParticleSystem
 
setPaused(boolean) - Method in class pi.animation.KeyFrames
 
setPaused(boolean) - Method in class pi.animation.ValueAnimator
Setzt, ob die ValueAnimation pausiert werden soll.
setPaused(boolean) - Method in class pi.event.AggregateFrameListener
 
SetPixelMultiplicationDemo - Class in demos.classes.class_controller
 
SetPixelMultiplicationDemo() - Constructor for class demos.classes.class_controller.SetPixelMultiplicationDemo
 
setPixels() - Method in class pi.util.GifDecoder
Creates new frame image from current data (and previous frames as specified by their disposition codes).
setPlayerVelocity(double) - Method in class demos.small_games.dude.GameData
 
setPoints(int, Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
setPoints(int, Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
polygon, chain
setPosition(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbBody.Builder
physical attributes
setPosition(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbBody.Builder
physical attributes
setPosition(Vec2) - Method in class org.jbox2d.dynamics.BodyDef
The world position of the body.
setPrev(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
setPrev(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
chain
setPrevVertex(Vec2) - Method in class org.jbox2d.collision.shapes.ChainShape
Establish connectivity to a vertex that precedes the first vertex.
setProgress(double) - Method in class pi.animation.ValueAnimator
Setzt den aktuellen Fortschritt des Animators händisch.
setQueens(boolean[][], int) - Method in class demos.edu_projects.recursion.backtracking.eight_queens_puzzle.Chessboard
 
setRadius(float) - Method in class org.box2d.proto.Box2D.PbShape.Builder
circle
setRadius(float) - Method in class org.jbox2d.collision.shapes.Shape
Sets the radius of the underlying shape.
setRatio(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
pulley, gear
setRatio(float) - Method in class org.jbox2d.dynamics.joints.GearJoint
 
setRefAngle(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic, joint
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
setRestitution(double) - Method in class pi.physics.FixtureData
 
setRestitution(float) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional float restitution = 2;
setRestitution(float) - Method in class org.jbox2d.dynamics.contacts.Contact
Override the default restitution mixture.
setRestitution(float) - Method in class org.jbox2d.dynamics.Fixture
Set the coefficient of restitution.
setRestitution(float) - Method in class org.jbox2d.dynamics.FixtureDef
The restitution (elasticity) usually in the range [0,1].
setRunningTest(TestbedTest) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
setSaturation(Color, double) - Static method in class pi.resources.color.ColorUtil
Setzt die Sättigung einer gegebenen Farbe auf den angegebenen Wert.
setScaleTransform(float, Mat33) - Static method in class org.jbox2d.common.Mat33
 
setScore(int) - Method in class demos.docs.main_classes.controller.game_loop.SnakeAdvanced
 
setScore(int) - Method in class demos.docs.main_classes.controller.game_loop.SnakeMinimal
 
setScore(int) - Method in class demos.small_games.snake.SnakeScene
 
setSensor(boolean) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional bool sensor = 5;
setSensor(boolean) - Method in class org.jbox2d.dynamics.Fixture
Set if this fixture is a sensor.
setSensor(boolean) - Method in class org.jbox2d.dynamics.FixtureDef
A sensor shape collects contact information but never generates a collision response.
setSensor(boolean) - Method in class pi.physics.FixtureData
 
setShape(Box2D.PbShape) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbShape shape = 11;
setShape(Box2D.PbShape.Builder) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional .box2d.PbShape shape = 11;
setShape(Shape) - Method in class org.jbox2d.dynamics.FixtureDef
The shape, this must be set.
setShape(Shape) - Method in class pi.physics.FixtureData
 
setSleepingAllowed(boolean) - Method in class org.jbox2d.dynamics.Body
You can disable sleeping on this body.
setSleepingAllowed(boolean) - Method in class org.jbox2d.dynamics.World
 
setSpringDampingRatio(float) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
setSpringFrequencyHz(float) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
setSubStepping(boolean) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool sub_stepping = 7;
setSubStepping(boolean) - Method in class org.jbox2d.dynamics.World
 
setTag(long) - Method in class org.box2d.proto.Box2D.PbBody.Builder
optional int64 tag = 1;
setTag(long) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
optional int64 tag = 1;
setTag(long) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
optional int64 tag = 1;
setTag(long) - Method in class org.box2d.proto.Box2D.PbShape.Builder
optional int64 tag = 1;
setTag(long) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional int64 tag = 1;
setTangentSpeed(float) - Method in class org.jbox2d.dynamics.contacts.Contact
Set the desired tangent speed for a conveyor belt behavior.
setTarget(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
mouse
setTarget(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
mouse
setTarget(Vec2) - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
Setter - Annotation Interface in pi.annotations
Markiert eine Methode als Setter.
Settings - Class in org.jbox2d.common
Global tuning constants based on MKS units and various integer maximums (vertices per shape, pairs, etc.).
Settings() - Constructor for class org.jbox2d.common.Settings
 
SettingsPerformanceTest - Class in org.jbox2d.profile
 
SettingsPerformanceTest(int, PerformanceTestWorld) - Constructor for class org.jbox2d.profile.SettingsPerformanceTest
 
settingsType - Variable in class org.jbox2d.testbed.framework.TestbedSetting
 
setTransform(Mat22) - Method in class org.jbox2d.common.OBBViewportTransform
Sets the transform of the viewport.
setTransform(Vec2, float) - Method in class org.jbox2d.dynamics.Body
Set the position of the body's origin and rotation.
setTweenValues(TweenType, float[]) - Method in interface pi.animation.tweening.Tweenable
This method is called in a Tween's update() method to set the new interpolated values.
setType(Box2D.PbBodyType) - Method in class org.box2d.proto.Box2D.PbBody.Builder
required .box2d.PbBodyType type = 2;
setType(Box2D.PbJointType) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
required .box2d.PbJointType type = 2;
setType(Box2D.PbShapeType) - Method in class org.box2d.proto.Box2D.PbShape.Builder
required .box2d.PbShapeType type = 2;
setType(BodyType) - Method in class org.jbox2d.dynamics.Body
Set the type of this body.
setType(BodyType) - Method in class org.jbox2d.dynamics.BodyDef
The body type: static, kinematic, or dynamic.
setUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbBody.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbFixture.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbShape.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbVec2.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
 
setUnsupportedListener(UnsupportedListener) - Method in interface org.jbox2d.serialization.JbDeserializer
Sets a listener for unsupported exceptions instead of stopping the whole deserialization process by throwing and exception.
setUnsupportedListener(UnsupportedListener) - Method in interface org.jbox2d.serialization.JbSerializer
Sets a listener for unsupported exception instead of stopping the whole serialization process by throwing and exception.
setUnsupportedListener(UnsupportedListener) - Method in class org.jbox2d.serialization.pb.PbDeserializer
 
setUnsupportedListener(UnsupportedListener) - Method in class org.jbox2d.serialization.pb.PbSerializer
 
setUpperLimit(double) - Method in class pi.physics.joints.RevoluteJoint
 
setUpperLimit(float) - Method in class org.box2d.proto.Box2D.PbJoint.Builder
revolute, prismatic
setupTest(int) - Method in class org.jbox2d.profile.BasicPerformanceTest
 
setupTest(int) - Method in class org.jbox2d.profile.BroadphasePerformanceTest
 
setupTest(int) - Method in class org.jbox2d.profile.SettingsPerformanceTest
 
setupWorld(World) - Method in interface org.jbox2d.profile.worlds.PerformanceTestWorld
 
setupWorld(World) - Method in class org.jbox2d.profile.worlds.PistonWorld
 
setUserData(Object) - Method in class org.jbox2d.collision.broadphase.DynamicTreeNode
 
setUserData(Object) - Method in class org.jbox2d.dynamics.Body
Set the user data.
setUserData(Object) - Method in class org.jbox2d.dynamics.BodyDef
Use this to store application specific body data.
setUserData(Object) - Method in class org.jbox2d.dynamics.Fixture
Set the user data.
setUserData(Object) - Method in class org.jbox2d.dynamics.FixtureDef
Use this to store application specific fixture data.
setUserData(Object) - Method in class org.jbox2d.dynamics.joints.Joint
Set the user data pointer.
setUserData(Object) - Method in class org.jbox2d.particle.ParticleGroup
Set the user data.
setV0(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
setV0(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
setV1(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
setV1(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
setV2(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
setV2(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
setV3(Box2D.PbVec2) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
setV3(Box2D.PbVec2.Builder) - Method in class org.box2d.proto.Box2D.PbShape.Builder
edge
setValue(Class<C>, Object, String, T) - Static method in class pi.util.ReflectionUtil
Setzt den Wert eines Feldes über einen Setter oder direkt per Feldzugriff.
setViewportTransform(IViewportTransform) - Method in class org.jbox2d.callbacks.DebugDraw
 
setViewportTransform(IViewportTransform) - Method in class org.jbox2d.testbed.framework.j2d.DebugDrawJ2D
 
setViewportTransform(IViewportTransform) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
setWarmStarting(boolean) - Method in class org.box2d.proto.Box2D.PbWorld.Builder
optional bool warm_starting = 5;
setWarmStarting(boolean) - Method in class org.jbox2d.dynamics.World
Enable/disable warm starting.
SetWindowPositionDemo - Class in demos.classes.class_controller
Demonstriert die Methode Controller.windowPosition(int, int)
SetWindowPositionDemo() - Constructor for class demos.classes.class_controller.SetWindowPositionDemo
 
SetWindowSizeDemo - Class in demos.classes.class_controller
Demonstriert die Methode Controller.windowPosition(int, int)
SetWindowSizeDemo() - Constructor for class demos.classes.class_controller.SetWindowSizeDemo
 
setWorldCreator(WorldCreator) - Method in class org.jbox2d.testbed.framework.TestbedModel
 
setX(float) - Method in class org.box2d.proto.Box2D.PbVec2.Builder
required float x = 1;
setY(float) - Method in class org.box2d.proto.Box2D.PbVec2.Builder
required float y = 2;
setYFlip(boolean) - Method in interface org.jbox2d.common.IViewportTransform
 
setYFlip(boolean) - Method in class org.jbox2d.common.OBBViewportTransform
 
setZero() - Method in class org.jbox2d.common.Mat22
Set as the zero matrixes.
setZero() - Method in class org.jbox2d.common.Mat33
 
setZero() - Method in class org.jbox2d.common.Vec2
Zero out this vector.
setZero() - Method in class org.jbox2d.common.Vec3
 
setZoom(double) - Static method in class blockly_robot.robot.Solver
 
shape - Variable in class org.jbox2d.dynamics.Fixture
The shape, this must be set.
shape - Variable in class org.jbox2d.dynamics.FixtureDef
The shape, this must be set.
shape - Variable in class org.jbox2d.particle.ParticleGroupDef
Shape containing the particle group.
Shape - Class in org.jbox2d.collision.shapes
A shape is used for collision detection.
Shape(ShapeType) - Constructor for class org.jbox2d.collision.shapes.Shape
 
SHAPE - Enum constant in enum class org.jbox2d.serialization.UnsupportedObjectException.Type
 
SHAPE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbFixture
 
shapeBit - Static variable in class org.jbox2d.callbacks.DebugDraw
Draw shapes
ShapeEditing - Class in org.jbox2d.testbed.tests
 
ShapeEditing() - Constructor for class org.jbox2d.testbed.tests.ShapeEditing
 
ShapeType - Enum Class in org.jbox2d.collision.shapes
Types of shapes
SHIFT - Static variable in class blockly_robot.robot.gui.level.LevelAssembler
 
shouldCollide(Body) - Method in class org.jbox2d.dynamics.Body
This is used to prevent connected bodies from colliding.
shouldCollide(Fixture, Fixture) - Method in class org.jbox2d.callbacks.ContactFilter
Return true if contact calculations should be performed between these two shapes.
show() - Method in class pi.actor.Actor
Zeigt die Figur auf der Ebene bzw. blendet die Figur ein.
show() - Method in class pi.dsa.turtle.TurtleStatisticsController
 
show(boolean) - Method in class pi.dsa.turtle.TurtleStatisticsController
 
showCenter(boolean) - Method in class pi.graphics.boxes.CompassBox
 
showMessage(String) - Method in class pi.graphics.DialogLauncher
Gibt eine Nachricht in einem modalen Dialogfenster aus.
showMessage(String, String) - Method in class pi.graphics.DialogLauncher
Gibt eine Nachricht in einem modalen Dialogfenster aus.
ShowMessageDemo - Class in demos.classes.class_controller.attribute_dialog
ShowMessageDemo() - Constructor for class demos.classes.class_controller.attribute_dialog.ShowMessageDemo
 
showNext() - Method in class pi.actor.Animation
Zeigt das nächste Einzelbild der Animation an.
showOuterCircle() - Method in class pi.graphics.boxes.CompassBox
 
showOuterCircle(boolean) - Method in class pi.graphics.boxes.CompassBox
 
side - Variable in class blockly_robot.robot.data.model.ItemData
Größe in Pixel.
SierpinskiCurveTurtleGraphics - Class in pi.dsa.turtle.graphics
Zeichnet die Sierpiński-Kurve.
SierpinskiCurveTurtleGraphics() - Constructor for class pi.dsa.turtle.graphics.SierpinskiCurveTurtleGraphics
Legt die Schildkröte an und startet die Zeichnung.
SierpinskiTriangle - Class in demos.edu_projects.recursion
Erzeugt das Sierpinski-Dreieck.
SierpinskiTriangle(int) - Constructor for class demos.edu_projects.recursion.SierpinskiTriangle
Legt das Grunddreieck an und stößt die Rekursion an.
SierpinskiTriangleTurtleGraphics - Class in pi.dsa.turtle.graphics
 
SierpinskiTriangleTurtleGraphics() - Constructor for class pi.dsa.turtle.graphics.SierpinskiTriangleTurtleGraphics
 
SimpleGeometricActorsDemo - Class in demos.docs.dev.design
Demonstriert die einfachen, geometrischen Figuren Kreis, Rechteck und Dreieck.
SimpleGeometricActorsDemo() - Constructor for class demos.docs.dev.design.SimpleGeometricActorsDemo
 
SimplexCache() - Constructor for class org.jbox2d.collision.Distance.SimplexCache
 
sin(float) - Static method in class org.jbox2d.common.MathUtils
 
sin(float) - Method in class org.jbox2d.tests.math.SinCosTable
 
SINCOS_LUT_ENABLED - Static variable in class org.jbox2d.common.Settings
 
SINCOS_LUT_LENGTH - Static variable in class org.jbox2d.common.Settings
 
SINCOS_LUT_LERP - Static variable in class org.jbox2d.common.Settings
Use if the table's precision is large (eg .006 or greater).
SINCOS_LUT_PRECISION - Static variable in class org.jbox2d.common.Settings
smaller the precision, the larger the table.
SinCosTable - Class in org.jbox2d.tests.math
 
SinCosTable(float) - Constructor for class org.jbox2d.tests.math.SinCosTable
 
SinCosTest - Class in org.jbox2d.tests.math
 
SinCosTest() - Constructor for class org.jbox2d.tests.math.SinCosTest
 
SINE_IN - Enum constant in enum class pi.animation.tweening.TweenFunction
 
SINE_INOUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
SINE_OUT - Enum constant in enum class pi.animation.tweening.TweenFunction
 
SINGLE - Enum constant in enum class pi.animation.AnimationMode
Die Animation läuft einmal ab und stoppt.
SINGLE_B - Enum constant in enum class pacman.scenes.Brick
 
SINGLE_L - Enum constant in enum class pacman.scenes.Brick
 
SINGLE_R - Enum constant in enum class pacman.scenes.Brick
 
SINGLE_T - Enum constant in enum class pacman.scenes.Brick
 
SinglePlayMusic - Class in pi.resources.sound
A Music that plays a sound once and then stops.
SinglePlayMusic(String) - Constructor for class pi.resources.sound.SinglePlayMusic
Initializes a new SinglePlayMusic for the specified sound.
SinglePlayMusic(Sound) - Constructor for class pi.resources.sound.SinglePlayMusic
Initializes a new SinglePlayMusic for the specified sound.
singleStep - Variable in class org.jbox2d.testbed.framework.TestbedSettings
 
SingleTask - Class in pi.event
Eine einfache Aufgabe, die einmalig mit Verzögerung ausgeführt wird.
SingleTask(double, Runnable, FrameListenerRegistration) - Constructor for class pi.event.SingleTask
 
SingleTetrominoDebugScene - Class in tetris.debug
 
SingleTetrominoDebugScene() - Constructor for class tetris.debug.SingleTetrominoDebugScene
 
sinLUT - Static variable in class org.jbox2d.common.MathUtils
 
sinLUT - Variable in class org.jbox2d.tests.math.SinCosTable
 
sinLUT(float) - Static method in class org.jbox2d.common.MathUtils
 
SinusDouble - Class in pi.animation.interpolation
Interpoliert auf einer kompletten Sinuskurve.
SinusDouble(double, double) - Constructor for class pi.animation.interpolation.SinusDouble
Erstellt einen SinusDouble-Interpolator.
size() - Method in class blockly_robot.robot.logic.menu.TaskList
 
size() - Method in class pi.actor.Grid
Gibt die Größe einer Zelle bzw. eines Quadrats in Meter zurück.
size() - Method in class pi.actor.Group
Gibt die Anzahl der enthaltenen Figuren zurück.
size() - Method in class pi.resources.color.ColorSchemeContainer
Gibt die Anzahl der Farbschemas in diesem Container zurück.
size(double) - Method in class pi.actor.Grid
Setzt die Größe einer Zelle bzw. eines Quadrats in Meter.
size(double, double) - Method in class pi.actor.BoxActor
Setzt die Größe innerhalb der Physik neu.
size(double, double) - Method in class pi.actor.Image
Setzt die Größe des Bildes innerhalb der Physik neu.
size(double, double) - Method in class pi.actor.Rectangle
Setzt die Höhe und Breite des Rechtecks neu.
size(double, double) - Method in class pi.actor.StatefulAnimation
Setzt die Höhe und Breite der Animation neu.
size(int, int) - Method in class pi.dsa.turtle.TurtleWindowController
 
SIZE - Static variable in class pi.actor.LabeledNode
Die Größe des Knotens in Meter.
SIZE_BOTH - Enum constant in enum class pi.animation.tweening.TweenType
 
SIZE_HEIGHT - Enum constant in enum class pi.animation.tweening.TweenType
 
SIZE_WIDTH - Enum constant in enum class pi.animation.tweening.TweenType
 
skew() - Method in class org.jbox2d.common.Vec2
Get the skew vector such that dot(skew_vec, other) == cross(vec, other)
skew(Vec2) - Method in class org.jbox2d.common.Vec2
Get the skew vector such that dot(skew_vec, other) == cross(vec, other)
skip() - Method in class pi.util.GifDecoder
Skips variable length blocks up to and including next zero length block.
sleep() - Method in class pi.actor.Actor
Versetzt die Figur in den Schlafzustand.
sleep(int) - Static method in class pi.util.TimeUtil
Pausiert den aktuellen Thread für die angegebene Anzahl von Millisekunden.
sleepTime - Variable in class org.jbox2d.dynamics.Body
 
sleepTime - Variable in class org.jbox2d.testbed.framework.AbstractTestbedController
 
SliderCrankTest - Class in org.jbox2d.testbed.tests
 
SliderCrankTest() - Constructor for class org.jbox2d.testbed.tests.SliderCrankTest
 
SmallActorDemo - Class in demos.classes.actor
Demonstriert wie klein eine Figur gezeichnet werden kann.
SmallActorDemo() - Constructor for class demos.classes.actor.SmallActorDemo
 
smallestCommon(Bounds) - Method in record class pi.graphics.geom.Bounds
Berechnet aus diesem und einem weiteren Bounds ein neues, dass die beiden genau fasst.
smash() - Method in class demos.small_games.dude.PlayerCharacter
 
SMASH_FORCE - Static variable in class demos.small_games.dude.PlayerCharacter
 
Smashing - Enum constant in enum class demos.small_games.dude.PlayerState
 
SMOOTHED_SIN - Enum constant in enum class pi.animation.KeyFrame.Type
 
Snake - Class in demos.small_games.snake
 
Snake(SnakeScene) - Constructor for class demos.small_games.snake.Snake
 
SnakeAdvanced - Class in demos.docs.main_classes.controller.game_loop
 
SnakeAdvanced() - Constructor for class demos.docs.main_classes.controller.game_loop.SnakeAdvanced
 
SnakeHead - Class in demos.small_games.snake
 
SnakeHead() - Constructor for class demos.small_games.snake.SnakeHead
 
SnakeMinimal - Class in demos.docs.main_classes.controller.game_loop
 
SnakeMinimal() - Constructor for class demos.docs.main_classes.controller.game_loop.SnakeMinimal
 
SnakeScene - Class in demos.small_games.snake
 
SnakeScene() - Constructor for class demos.small_games.snake.SnakeScene
 
SoftDrop - Class in tetris.tetrominos
Ein Soft Drop ist eine Bewegung, bei dem ein Tetromino seine Abwärtsbewegung beschleunigt.
SoftDrop(Tetromino) - Constructor for class tetris.tetrominos.SoftDrop
 
solidParticleGroup - Static variable in class org.jbox2d.particle.ParticleGroupType
resist penetration
solve - Variable in class org.jbox2d.dynamics.Profile
 
solve() - Method in class blockly_robot.robot.Solver
 
solve(Object) - Method in class blockly_robot.robot.Solver
 
solve(Object, int) - Method in class blockly_robot.robot.Solver
 
solve(Vec2) - Method in class org.jbox2d.common.Mat22
Solve A * x = b where A = this matrix.
solve(Profile, TimeStep, Vec2, boolean) - Method in class org.jbox2d.dynamics.Island
 
solve(TimeStep) - Method in class org.jbox2d.particle.ParticleSystem
 
solve22(Vec2) - Method in class org.jbox2d.common.Mat33
Solve A * x = b, where b is a column vector.
solve22ToOut(Vec2, Vec2) - Method in class org.jbox2d.common.Mat33
Solve A * x = b, where b is a column vector.
solve33(Vec3) - Method in class org.jbox2d.common.Mat33
Solve A * x = b, where b is a column vector.
solve33ToOut(Vec3, Vec3) - Method in class org.jbox2d.common.Mat33
Solve A * x = b, where b is a column vector.
solveCollision(TimeStep) - Method in class org.jbox2d.particle.ParticleSystem
 
solveInit - Variable in class org.jbox2d.dynamics.Profile
 
solveParticleSystem - Variable in class org.jbox2d.dynamics.Profile
 
solvePosition - Variable in class org.jbox2d.dynamics.Profile
 
solvePositionConstraints() - Method in class org.jbox2d.dynamics.contacts.ContactSolver
Sequential solver.
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJoint
 
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.DistanceJoint
 
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.FrictionJoint
 
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.GearJoint
 
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.Joint
This returns true if the position errors are within tolerance.
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.MotorJoint
 
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
 
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.RopeJoint
 
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
solvePositionConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
Solver<T> - Class in blockly_robot.robot
Klasse, die verschiedene Methoden beinhaltet, die die verschiedenen Versionen einer Trainingsaufgabe löst.
Solver() - Constructor for class blockly_robot.robot.Solver
 
Solver(String) - Constructor for class blockly_robot.robot.Solver
 
SolverData - Class in org.jbox2d.dynamics
 
SolverData() - Constructor for class org.jbox2d.dynamics.SolverData
 
solveTOI - Variable in class org.jbox2d.dynamics.Profile
 
solveTOI(TimeStep, int, int) - Method in class org.jbox2d.dynamics.Island
 
solveTOIPositionConstraints(int, int) - Method in class org.jbox2d.dynamics.contacts.ContactSolver
Sequential position solver for position constraints.
solveToOut(Vec2, Vec2) - Method in class org.jbox2d.common.Mat22
 
solveVelocity - Variable in class org.jbox2d.dynamics.Profile
 
solveVelocityConstraints() - Method in class org.jbox2d.dynamics.contacts.ContactSolver
 
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.ConstantVolumeJoint
 
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.DistanceJoint
 
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.FrictionJoint
 
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.GearJoint
 
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.Joint
Internal
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.MotorJoint
 
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.MouseJoint
 
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.PrismaticJoint
 
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.PulleyJoint
 
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.RevoluteJoint
 
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.RopeJoint
 
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.WeldJoint
 
solveVelocityConstraints(SolverData) - Method in class org.jbox2d.dynamics.joints.WheelJoint
 
solveVirtual(Difficulty, int) - Method in class blockly_robot.robot.Solver
 
solveWall(TimeStep) - Method in class org.jbox2d.particle.ParticleSystem
 
sound - Variable in class pi.config.Configuration
Verwaltet die Audio-Einstellungsmöglichkeiten.
sound() - Method in class pi.resources.sound.SoundEvent
Gets the related Sound instance.
sound(String) - Method in class pi.resources.sound.AudioEngine
Liefert den Sound zur angegebenen Datei.
Sound - Class in pi.resources.sound
Ein Klang stellt eine Audio-Datei dar.
Sound - Class in tetris.scenes
 
Sound(InputStream, URL) - Constructor for class pi.resources.sound.Sound
Erstellt eine neue Sound-Instanz aus dem angegebenen Eingabestrom.
Sound(String) - Constructor for class pi.resources.sound.Sound
Erstellt eine neue Sound-Instanz aus dem angegeben Dateipfad.
SoundConfig - Class in pi.config
Verwaltet die Audio-Einstellungsmöglichkeiten.
SoundContainer - Class in pi.resources.sound
Ein Speicher für Klänge des Datentyps Sound.
SoundContainer() - Constructor for class pi.resources.sound.SoundContainer
 
SoundDemo - Class in demos.classes.resources.sound
Demonstiert die Klasse Sound.
SoundDemo() - Constructor for class demos.classes.resources.sound.SoundDemo
 
SoundEvent - Class in pi.resources.sound
This implementation is used for all events that need to pass a Sound object to their listeners.
SoundFormat - Enum Class in pi.resources.sound
Enthält alle Audiodateiformate, die von der Engine unterstützt werden.
SoundPlayback - Class in pi.resources.sound
A SoundPlayback implementation for the playback of sound effects.
SoundPlayback(Sound, boolean) - Constructor for class pi.resources.sound.SoundPlayback
 
sounds - Static variable in class pi.Controller
Ein Speicher für Klänge des Datentyps Sound.
sounds - Static variable in class pi.resources.Resources
Ein Speicher für Klänge des Datentyps Sound.
sounds() - Static method in class pi.resources.Resources
Stellt den Zugriff auf den Zwischenspeicher für Audio-Resourcen vom Datentyp Sound bereit.
sounds() - Method in class pi.resources.sound.MulitpleSoundsMusic
Gibt die Klänge zurück, die in ihrer übergebenen Reihenfolge abgespielt werden.
sounds(List<Sound>) - Method in class pi.resources.sound.MulitpleSoundsMusic
Setzt die Klänge, die in ihrer übergebenen Reihenfolge abgespielt werden.
SoundsContainerContainsDemo - Class in demos.classes.resources.sound
 
SoundsContainerContainsDemo() - Constructor for class demos.classes.resources.sound.SoundsContainerContainsDemo
 
SoundsContainerPlaybackListenerDemo - Class in demos.classes.resources.sound
 
SoundsContainerPlaybackListenerDemo() - Constructor for class demos.classes.resources.sound.SoundsContainerPlaybackListenerDemo
 
soundVolume() - Method in class pi.config.SoundConfig
Gets the current sound volume.
soundVolume(double) - Method in class pi.config.SoundConfig
Sets the sound volume.
source() - Method in record class cli.java2umltext.model.Relationship
Returns the value of the source record component.
Source - Annotation Interface in pi.dsa
Quellenangaben für Graphen, Bäume, Listen etc.
sources - Variable in class blockly_robot.robot.data.model.TaskData
Links zu den Quellen der JSON-Datei: https://jwinf.de/tasks/jwinf/jwinf-aufgaben/2020/20-DE-13-Kerzen-einfach/index_new.html?
south() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
south() - Method in class blockly_robot.robot.logic.navigation.Coords
 
south() - Method in interface blockly_robot.robot.logic.robot.Robot
Gehe nach unten in Richtung Süden.
south() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
SOUTH - Enum constant in enum class blockly_robot.robot.logic.navigation.Compass
Specimen(Scene, ImageText.Font) - Constructor for class pi.actor.ImageText.Specimen
Zeichnet in eine Szene an die Position (-10|8) ein Schriftmuster einer Bildschriftart ein.
Specimen(Scene, ImageText.Font, int, double, double) - Constructor for class pi.actor.ImageText.Specimen
Zeichnet in eine Szene ein Schriftmuster einer Bildschriftart ein.
SpecimenDemo - Class in demos.classes.actor.image_text
Demonstriert die Klasse ImageText.Specimen.
SpecimenDemo(String) - Constructor for class demos.classes.actor.image_text.SpecimenDemo
 
speed - Variable in class blockly_robot.robot.gui.robot.ImageRobot
 
speed - Static variable in class blockly_robot.robot.gui.State
 
speed(double) - Method in class pi.dsa.turtle.InitialTurtleState
Setzt die Geschwindigkeit, mit der sich die Schildkröte bewegt (in Meter pro Sekunde).
speed(double) - Method in class pi.dsa.turtle.TurtleAnimationController
Setzt die Geschwindigkeit, mit der sich die Schildkröte bewegt (in Meter pro Sekunde).
speedIterations - Static variable in class org.jbox2d.tests.math.SinCosTest
 
speedTrials - Static variable in class org.jbox2d.tests.math.SinCosTest
 
SphereStack - Class in org.jbox2d.testbed.tests
 
SphereStack() - Constructor for class org.jbox2d.testbed.tests.SphereStack
 
splitDouble(String) - Static method in class pi.util.ArrayUtil
Splits the specified string by the ArrayUtil.DEFAULT_STRING_DELIMITER into a double array.
splitDouble(String, String) - Static method in class pi.util.ArrayUtil
Splits the specified string by the defined delimiter into a double array.
splitInt(String) - Static method in class pi.util.ArrayUtil
Splits the specified string by the ArrayUtil.DEFAULT_STRING_DELIMITER into an int array.
splitInt(String, String) - Static method in class pi.util.ArrayUtil
Splits the specified string by the defined delimiter into an int array.
splitLines(String) - Static method in class pi.util.TextUtil
Teilt einen Text in die einzelnen Zeilen auf.
springParticle - Static variable in class org.jbox2d.particle.ParticleType
with restitution from stretching
sqrt(float) - Static method in class org.jbox2d.common.MathUtils
 
Square - Class in pi.actor
Ein Quadarat.
Square() - Constructor for class pi.actor.Square
 
Square(double) - Constructor for class pi.actor.Square
 
SQUARE - Enum constant in enum class pi.actor.Line.Cap
Rechteckig verlängert über den Endpunkt hinaus.
SquareTreeTurtleGraphics - Class in pi.dsa.turtle.graphics
 
SquareTreeTurtleGraphics() - Constructor for class pi.dsa.turtle.graphics.SquareTreeTurtleGraphics
 
SquareTurtleGraphics - Class in pi.dsa.turtle.graphics
Zeichnet ein Quadrat.
SquareTurtleGraphics() - Constructor for class pi.dsa.turtle.graphics.SquareTurtleGraphics
 
stack - Variable in class org.jbox2d.testbed.perf.PoolingPerf
 
StackedItems - Class in blockly_robot.robot.logic.item
Aufeinander gestapelte Gegenstände.
StackedItems() - Constructor for class blockly_robot.robot.logic.item.StackedItems
 
StackedItems(ItemData) - Constructor for class blockly_robot.robot.logic.item.StackedItems
 
StackedItems(Item) - Constructor for class blockly_robot.robot.logic.item.StackedItems
 
StackQueue<T> - Class in org.jbox2d.particle
 
StackQueue() - Constructor for class org.jbox2d.particle.StackQueue
 
StackTest - Class in org.jbox2d.testbed.perf
 
StackTest() - Constructor for class org.jbox2d.testbed.perf.StackTest
 
STAND - Enum constant in enum class pacman.actors.GhostState
 
Star - Class in pi.actor
Ein regelmäßiger Stern.
Star() - Constructor for class pi.actor.Star
Erstellt einen Stern mit einem äußeren Radius vom 2 Meter, einem innere Radius von 1 Meter und 7 Zacken.
Star(int, double, double) - Constructor for class pi.actor.Star
Erstellt einen Stern durch Angabe des äußeren Radius, des innere Radius und der Anzahl der Zacken.
StarDemo - Class in demos.classes.actor
Demonstriert die Figur Stern (Star).
StarDemo() - Constructor for class demos.classes.actor.StarDemo
 
start() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
start() - Method in class pi.actor.Animation
Startet die Animation, falls sie vorher gestoppt wurde.
start() - Method in class pi.actor.StopWatch
Startet die Stoppuhr, falls sie nicht bereits läuft.
start() - Method in class pi.animation.tweening.TweenEngine
Start.
start() - Static method in class pi.Controller
Startet das Spiel in einem Fenster mit den Standard-Abmessungen (800x600 Pixel falls nicht anderweitig konfiguriert) und der Begrüßungsanimation.
start() - Method in class pi.dsa.turtle.TurtleGraphics
 
start() - Method in class pi.resources.sound.Playback
Starts playing the audio.
start() - Static method in class tetris.Tetris
Startet das Spiel mit der CopyrightScene.
start(boolean) - Static method in class tetris.debug.TetrominoDebugScene
 
start(Consumer<Scene>) - Static method in class pi.Controller
Startet das Spiel in einem Fenster mit den Standard-Abmessungen (800x600 Pixel falls nicht anderweitig konfiguriert).
start(Scene) - Static method in class pacman.Main
Start die Szene mit einer Pixelvervielfältigung von 2.
start(Scene) - Static method in class pi.Controller
Startet das Spiel in einem Fenster mit den Standard-Abmessungen (800x600 Pixel falls nicht anderweitig konfiguriert).
start(Scene) - Static method in class tetris.Tetris
Startet das Spiel mit der angegebenen Szene.
start(Scene, boolean) - Static method in class tetris.Tetris
Startet das Spiel mit der angegebenen Szene und bietet darüber hinaus die Möglichkeit an, den Debug-Modus zu aktivieren oder zu deaktivieren.
start(Scene, int) - Static method in class pacman.Main
 
start(Scene, int, int) - Static method in class pi.Controller
Startet das Spiel in einem Fenster mit der angegebenen Breite, Höhe und Pixelvervielfältigung.
startAccum() - Method in class org.jbox2d.dynamics.Profile.ProfileEntry
 
startAnimator() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
startAnimator() - Method in class org.jbox2d.testbed.framework.TestbedController
 
startedScene() - Static method in class pi.Controller
Gibt die gerade aktive Szene zurück und startet diese Szene, falls sie noch nicht gestartet wurde.
startIndex() - Method in record class pi.graphics.boxes.TextBlockBox.TextLayoutLine
Returns the value of the startIndex record component.
startSafe(Scene) - Static method in class pi.Controller
Wenn das Spiel noch nicht läuft, wird das Spiel gestartet, ansonsten wird zur gegeben Szene gewechselt.
startScreenRecording() - Method in class pi.graphics.screen_recording.Photographer
 
startScreenRecording(double) - Method in class pi.graphics.screen_recording.Photographer
 
startTime - Variable in class org.jbox2d.testbed.framework.AbstractTestbedController
 
startTitleScene() - Method in class tetris.scenes.CopyrightScene
 
state - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
state - Variable in class org.jbox2d.collision.TimeOfImpact.TOIOutput
 
state - Variable in class org.jbox2d.testbed.framework.ContactPoint
 
state() - Method in class pi.actor.StatefulAnimation
Gibt den aktuellen Zustand der Animation aus.
state(State) - Method in class pi.actor.StatefulAnimation
Setzt den Zustand der Animation.
State - Class in blockly_robot.robot.gui
 
State() - Constructor for class blockly_robot.robot.gui.State
 
stateChanged(ChangeEvent) - Method in class org.jbox2d.testbed.framework.j2d.TestbedSidePanel
 
StatefulAnimatedGifAnimation<State> - Class in pi.actor
Erzeugt eine Animation aus einer animierter GIF-Datei.
StatefulAnimatedGifAnimation(double, double) - Constructor for class pi.actor.StatefulAnimatedGifAnimation
 
StatefulAnimation<State> - Class in pi.actor
Eine animierte Figur, die mehrere Zustände haben kann (laufen (links/rechts), stehen (links/rechts), springen (links/rechts), etc.).
StatefulAnimation(double, double) - Constructor for class pi.actor.StatefulAnimation
 
StatefulAnimation(double, double, double) - Constructor for class pi.actor.StatefulAnimation
 
StatefulAnimationDemo - Class in demos.classes.actor
StatefulAnimationDemo - Class in demos.docs.main_classes.actor.stateful_animation
 
StatefulAnimationDemo() - Constructor for class demos.classes.actor.StatefulAnimationDemo
 
StatefulAnimationDemo() - Constructor for class demos.docs.main_classes.actor.stateful_animation.StatefulAnimationDemo
 
StatefulImagesAnimation<State> - Class in pi.actor
Eine animierte Figur mit mehreren Zuständen, deren Animationen durch Angabe der Einzelbilder erzeugt wird.
StatefulImagesAnimation(double, double, double) - Constructor for class pi.actor.StatefulImagesAnimation
 
StatefulImagesPrefixAnimation<T> - Class in pi.actor
Lädt alle Bilddateien mit einem bestimmten Präfix in einem bestimmten Verzeichnis in eine Animation.
StatefulImagesPrefixAnimation(double, double, double) - Constructor for class pi.actor.StatefulImagesPrefixAnimation
 
StatefulPlayerCharacter - Class in demos.docs.main_classes.actor.stateful_animation
 
StatefulPlayerCharacter(Text) - Constructor for class demos.docs.main_classes.actor.stateful_animation.StatefulPlayerCharacter
 
StatefulSpritesheetAnimation<State> - Class in pi.actor
 
StatefulSpritesheetAnimation(double, double, double) - Constructor for class pi.actor.StatefulSpritesheetAnimation
 
states - Variable in class blockly_robot.robot.data.model.ItemData
Found in contextParams.json
stateTransition(State, State) - Method in class pi.actor.StatefulAnimation
Setzt eine neue Übergangsregel für die Zustände der Animation.
STATIC - Enum constant in enum class org.box2d.proto.Box2D.PbBodyType
STATIC = 0;
STATIC - Enum constant in enum class org.jbox2d.dynamics.BodyType
 
STATIC - Enum constant in enum class pi.physics.BodyType
Statische Objekte haben keine Geschwindigkeit.
STATIC_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbBodyType
STATIC = 0;
StaticKeyStrokeListenerDemo - Class in demos.classes.event.keyboard
 
StaticKeyStrokeListenerDemo() - Constructor for class demos.classes.event.keyboard.StaticKeyStrokeListenerDemo
 
stats - Variable in class org.jbox2d.profile.BasicPerformanceTest
 
stats - Variable in class pi.dsa.turtle.TurtleController
 
status - Variable in class pi.util.GifDecoder
 
STATUS_FORMAT_ERROR - Static variable in class pi.util.GifDecoder
File read status: Error decoding file (may be partially decoded)
STATUS_OK - Static variable in class pi.util.GifDecoder
File read status: No errors.
STATUS_OPEN_ERROR - Static variable in class pi.util.GifDecoder
File read status: Unable to open source.
step - Variable in class org.jbox2d.dynamics.contacts.ContactSolver.ContactSolverDef
 
step - Variable in class org.jbox2d.dynamics.contacts.ContactSolver
 
step - Variable in class org.jbox2d.dynamics.Profile
 
step - Variable in class org.jbox2d.dynamics.SolverData
 
step() - Method in interface org.jbox2d.profile.worlds.PerformanceTestWorld
 
step() - Method in class org.jbox2d.profile.worlds.PistonWorld
 
step(double) - Method in class pi.physics.WorldHandler
 
step(float, int, int) - Method in class org.jbox2d.dynamics.World
Take a time step.
step(int) - Method in class org.jbox2d.profile.BasicPerformanceTest
 
step(int) - Method in class org.jbox2d.profile.BroadphasePerformanceTest
 
step(int) - Method in class org.jbox2d.profile.SettingsPerformanceTest
 
step(int) - Method in class org.jbox2d.testbed.perf.MathPerf
 
step(int) - Method in class org.jbox2d.testbed.perf.PoolingPerf
 
step(int) - Method in class org.jbox2d.testbed.perf.StackTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.framework.TestbedTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.ApplyForce
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.BodyTypes
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.Breakable
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.BulletTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.Car
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.CharacterCollision
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.CircleStress
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.CollisionProcessing
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.ConfinedTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.ContinuousTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.ConvexHull
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.DistanceTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.DrawingParticles
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.EdgeShapes
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.Gears
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.MotorTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.ParticleTypes
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.PolyShapes
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.PrismaticTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.Pulleys
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.RayCastTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.RevoluteTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.RopeTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.SensorTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.ShapeEditing
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.SliderCrankTest
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.TheoJansen
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.Tumbler
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.VerticalStack
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.WaveMachine
 
step(TestbedSettings) - Method in class org.jbox2d.testbed.tests.Web
 
STEP_TIME - Static variable in class pi.physics.WorldHandler
 
stepAndRender() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
stepAndRender() - Method in class org.jbox2d.testbed.framework.TestbedController
 
stepInit - Variable in class org.jbox2d.dynamics.Profile
 
stop() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
stop() - Method in class pi.actor.Animation
Stoppt die Animation.
stop() - Method in class pi.actor.StopWatch
Stoppt die Stoppuhr, falls sie läuft.
stop() - Method in class pi.animation.tweening.Tween
Stops the Tween.
stop() - Method in class pi.event.PressedKeyRepeater
Stoppt alle momentan laufenden Ausführungen der sich wiederholenden Aufgabe.
stop(Tweenable, TweenType) - Method in class pi.animation.tweening.TweenEngine
Looks for a registered Tween instance with the given target and type.
stopAnimator() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
stopAnimator() - Method in class org.jbox2d.testbed.framework.TestbedController
 
stopMusic() - Method in class pi.resources.sound.AudioEngine
Stoppt die Wiedergabe der aktuellen Hintergrundmusik.
stopMusic() - Static method in class pi.resources.sound.Jukebox
 
stopScreenRecording() - Method in class pi.graphics.screen_recording.Photographer
 
StopWatch - Class in pi.actor
Eine Stoppuhr, die die verstrichene Zeit anzeigt und verwaltet.
StopWatch() - Constructor for class pi.actor.StopWatch
 
StopWatchDemo - Class in demos.classes.actor
 
StopWatchDemo() - Constructor for class demos.classes.actor.StopWatchDemo
 
storeImpulses() - Method in class org.jbox2d.dynamics.contacts.ContactSolver
 
storeProperties(Properties) - Method in class pi.config.ConfigGroup
Store properties.
StreamUtilities - Class in pi.util
Eine Sammlung von statischen Hilfsmethoden, um mit Streams zu arbeiten.
strength - Variable in class org.jbox2d.particle.ParticleGroupDef
The strength of cohesion among the particles in a group with flag b2_elasticParticle or b2_springParticle.
strokeWidth() - Method in class pi.actor.Line
Gibt die Dicke der Linie in Meter.
strokeWidth(double) - Method in class pi.actor.Line
Setzt die Dicke der Linie in Meter.
style() - Method in class pi.actor.TextActor
Gibt den Stil der Schriftart als Aufzählungstyp zurück.
style() - Method in enum class pi.resources.font.FontStyle
Gibt den aktuellen Schriftstil als Ganzzahl zurück.
style(int) - Method in class pi.actor.TextActor
Setzt den Stil der Schriftart als Ganzzahl.
style(int) - Static method in enum class pi.resources.font.FontStyle
Gibt den zu einem numerischen Stilwert passenden Aufzählungstyp FontStyle zurück.
style(FontStyle) - Method in class pi.actor.TextActor
Setzt den Stil der Schriftart als Aufzählungstyp.
sub(String) - Method in class blockly_robot.robot.logic.menu.Menu
Returns the sub menu for the specified main menu.
sub(Vec2) - Method in class org.jbox2d.common.Vec2
Return the difference of this vector and another; does not alter either one.
sub(Vec3) - Method in class org.jbox2d.common.Vec3
 
SUB_STEPPING_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbWorld
 
subLocal(Vec2) - Method in class org.jbox2d.common.Vec2
Subtract another vector from this one and return result - alters this vector.
subLocal(Vec3) - Method in class org.jbox2d.common.Vec3
 
SubMenuScene - Class in blockly_robot.robot.gui.scenes
 
SubMenuScene(String) - Constructor for class blockly_robot.robot.gui.scenes.SubMenuScene
 
SubStepping - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
subtitle() - Element in annotation interface pi.dsa.Source
Der Untertitel der Quelle, z.B.
subtitle(Object) - Method in class pi.graphics.SceneInfoOverlay
Setzt den Untertitel der Szene.
subtract(double, double) - Method in class pi.graphics.geom.Vector
Berechnet die Differenz zwischen diesem und einem weiteren Vektor.
subtract(Vector) - Method in class pi.graphics.geom.Vector
Berechnet die Differenz zwischen diesem und einem weiteren Vektor.
suffix - Variable in class pi.util.GifDecoder
 
suffix() - Method in class pi.actor.Counter
Gibt eine Zeichenkette, die nach dem Zähler angehängt wird.
suffix(String) - Method in class pi.actor.Counter
Setzt eine Zeichenkette, die nach dem Zähler angehängt wird.
summary() - Method in class blockly_robot.robot.logic.navigation.DirectionalCoords
 
supportsCase() - Method in class pi.actor.ImageText.Font
Gibt die Handhabung der Groß- und Kleinschreibung zurück.
supportsCase(ImageText.CaseSensitivity) - Method in class pi.actor.ImageText.Font
Setzt die Handhabung der Groß- und Kleinschreibung.
supportsDefinedDimension - Variable in class pi.graphics.boxes.Box
Gibt an, ob bei dieser Box die Abmessungen gesetzt werden können oder ob die Abmessungen nur automatisch bestimmt werden können.
sweep - Variable in class org.jbox2d.dynamics.Body
The swept motion for CCD
Sweep - Class in org.jbox2d.common
This describes the motion of a body/shape for TOI computation.
Sweep() - Constructor for class org.jbox2d.common.Sweep
 
sweepA - Variable in class org.jbox2d.collision.TimeOfImpact.TOIInput
 
sweepB - Variable in class org.jbox2d.collision.TimeOfImpact.TOIInput
 
switchObjects() - Method in class org.jbox2d.testbed.tests.ContinuousTest
 
symbol() - Method in enum class cli.java2umltext.model.Visibility
 
synchronize(BroadPhase, Transform, Transform) - Method in class org.jbox2d.dynamics.Fixture
Internal method
synchronizeFixtures() - Method in class org.jbox2d.dynamics.Body
 
synchronizeTransform() - Method in class org.jbox2d.dynamics.Body
 
systemFont() - Static method in class pi.Random
Gibt einen zufälligen Schriftnamen aus den verfügbaren Systemschriften zurück.
systemFonts - Static variable in class pi.resources.font.FontContainer
Alle möglichen Schriftnamen des Systems, auf dem man sich gerade befindet.
systemFonts() - Static method in class pi.resources.font.FontContainer
Gibt eine Namesliste der Systemschriftarten zurück.

T

t - Variable in class org.jbox2d.collision.TimeOfImpact.TOIOutput
 
table() - Method in class demos.edu_projects.concurrency.philosophers.Seat
 
Table - Class in demos.billard
 
Table - Class in demos.edu_projects.concurrency.philosophers
Ein runder Tisch, an dem die Philosphen essen.
Table() - Constructor for class demos.billard.Table
 
Table(Scene, List<Philosopher>) - Constructor for class demos.edu_projects.concurrency.philosophers.Table
 
tableLength - Variable in class org.jbox2d.tests.math.SinCosTable
 
TableSide - Class in demos.small_games.pong
Eine Hälfte des Spieltischs.
TableSide(int, PongTable) - Constructor for class demos.small_games.pong.TableSide
 
TAG_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
TAG_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbFixture
 
TAG_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
TAG_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
TAG_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbWorld
 
TAILWIND - Enum constant in enum class pi.resources.color.PredefinedColorScheme
Ein Farbschema nach der Farbpalette von Tailwind CSS.
takeScreenshot() - Static method in class pi.Controller
Speichert ein Bildschirmfoto des aktuellen Spielfensters in den Ordner ~/Bilder bzw.
takeScreenshot() - Method in class pi.graphics.screen_recording.Photographer
Erstellt ein Bildschirmfoto (Screenshot) des aktuellen Spielfensters.
tangentImpulse - Variable in class org.jbox2d.collision.ManifoldPoint
the friction impulse
tangentImpulse - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint.VelocityConstraintPoint
 
tangentImpulse - Variable in class org.jbox2d.testbed.framework.ContactPoint
 
tangentImpulses - Variable in class org.jbox2d.callbacks.ContactImpulse
 
tangentMass - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint.VelocityConstraintPoint
 
tangentNormal() - Method in class pi.event.CollisionEvent
 
tangentSpeed - Variable in class org.jbox2d.dynamics.contacts.Contact
 
tangentSpeed - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint
 
target - Variable in class org.jbox2d.dynamics.joints.MouseJointDef
The initial world target point.
target() - Method in record class cli.java2umltext.model.Relationship
Returns the value of the target record component.
target(float...) - Method in class pi.animation.tweening.Tween
Sets the target values absolutely.
TARGET_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
targetRelative(float...) - Method in class pi.animation.tweening.Tween
Sets the target values relatively to the start values.
task - Static variable in class blockly_robot.robot.gui.State
Die aktuelle Trainingsaufgabe.
task() - Method in class blockly_robot.robot.logic.context.Context
 
task() - Method in class blockly_robot.robot.logic.level.Level
 
task() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
task() - Method in class pi.event.PeriodicTaskExecutor
Gibt die Aufgabe, die regelmäßig ausgeführt wird, zurück.
task(PeriodicTask) - Method in class pi.event.PeriodicTaskExecutor
Setzt die Aufgabe, die regelmäßig ausgeführt wird.
Task - Class in blockly_robot.robot.logic
Eine Trainingsaufgabe (Task) besteht aus mehreren (in der Regel 3) Schwierigkeitsgraden (Difficulty).
Task(String) - Constructor for class blockly_robot.robot.logic.Task
 
TaskData - Class in blockly_robot.robot.data.model
 
TaskData() - Constructor for class blockly_robot.robot.data.model.TaskData
 
TaskList - Class in blockly_robot.robot.logic.menu
 
TaskList(List<String>) - Constructor for class blockly_robot.robot.logic.menu.TaskList
 
taskPath - Variable in class blockly_robot.robot.Solver
 
taskPath() - Method in class blockly_robot.robot.logic.Task
 
TaskSolver - Class in blockly_robot.jwinf.en.tasks.challenge_competition_2019_round1_7_13.move_boxes
https://jwinf.de/task/975
TaskSolver - Class in blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination
https://jwinf.de/task/1157
TaskSolver - Class in blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake
https://jwinf.de/task/1158
TaskSolver - Class in blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles
https://jwinf.de/task/1161
TaskSolver - Class in blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle
https://jwinf.de/task/1159
TaskSolver - Class in blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles
https://jwinf.de/task/1156
TaskSolver - Class in blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms
https://jwinf.de/task/1160
TaskSolver - Class in blockly_robot.jwinf.en.tasks.difficult_tasks_exercises.in_the_library
https://jwinf.de/task/1188
TaskSolver - Class in blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems
https://jwinf.de/task/1139
TaskSolver - Class in blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road
https://jwinf.de/task/1140
TaskSolver() - Constructor for class blockly_robot.jwinf.en.tasks.challenge_competition_2019_round1_7_13.move_boxes.TaskSolver
 
TaskSolver() - Constructor for class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination.TaskSolver
 
TaskSolver() - Constructor for class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake.TaskSolver
 
TaskSolver() - Constructor for class blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles.TaskSolver
 
TaskSolver() - Constructor for class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.TaskSolver
 
TaskSolver() - Constructor for class blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles.TaskSolver
 
TaskSolver() - Constructor for class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.TaskSolver
 
TaskSolver() - Constructor for class blockly_robot.jwinf.en.tasks.difficult_tasks_exercises.in_the_library.TaskSolver
 
TaskSolver() - Constructor for class blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems.TaskSolver
 
TaskSolver() - Constructor for class blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road.TaskSolver
 
template() - Method in class pi.actor.Counter
Gibt eine Zeichenkette, in dem die Zeichenkette {counter} mit dem aktuellen Zähler ersetzt wird.
template(String) - Method in class pi.actor.Counter
Setzt eine Zeichenkette, in dem die Zeichenkette {counter} mit dem aktuellen Zähler ersetzt wird.
tensileParticle - Static variable in class org.jbox2d.particle.ParticleType
with surface tension
terminate() - Method in class pi.animation.tweening.TweenEngine
Terminate.
test - Variable in class org.jbox2d.testbed.framework.TestbedModel.ListItem
 
TestbedCamera - Class in org.jbox2d.testbed.framework
 
TestbedCamera(Vec2, float, float) - Constructor for class org.jbox2d.testbed.framework.TestbedCamera
 
TestbedCamera.ZoomType - Enum Class in org.jbox2d.testbed.framework
 
TestbedController - Class in org.jbox2d.testbed.framework
This class contains most control logic for the testbed and the update loop.
TestbedController(TestbedModel, AbstractTestbedController.UpdateBehavior, AbstractTestbedController.MouseBehavior, TestbedErrorHandler) - Constructor for class org.jbox2d.testbed.framework.TestbedController
 
TestbedErrorHandler - Interface in org.jbox2d.testbed.framework
 
TestbedMain - Class in org.jbox2d.testbed
The entry point for the testbed application
TestbedMain() - Constructor for class org.jbox2d.testbed.TestbedMain
 
TestbedModel - Class in org.jbox2d.testbed.framework
Model for the testbed
TestbedModel() - Constructor for class org.jbox2d.testbed.framework.TestbedModel
 
TestbedModel.ListItem - Class in org.jbox2d.testbed.framework
 
TestbedModel.TestChangedListener - Interface in org.jbox2d.testbed.framework
 
TestbedPanel - Interface in org.jbox2d.testbed.framework
A TestbedPanel encapsulates the graphical panel displayed to the user.
TestbedSetting - Class in org.jbox2d.testbed.framework
Defines a setting used in the testbed.
TestbedSetting(String, TestbedSetting.SettingType, boolean) - Constructor for class org.jbox2d.testbed.framework.TestbedSetting
 
TestbedSetting(String, TestbedSetting.SettingType, int, int, int) - Constructor for class org.jbox2d.testbed.framework.TestbedSetting
 
TestbedSetting.ConstraintType - Enum Class in org.jbox2d.testbed.framework
The type of value this setting pertains to
TestbedSetting.SettingType - Enum Class in org.jbox2d.testbed.framework
Whether the setting affects the engine's behavior or modifies drawing.
TestbedSettings - Class in org.jbox2d.testbed.framework
Stores all the testbed settings.
TestbedSettings() - Constructor for class org.jbox2d.testbed.framework.TestbedSettings
 
TestbedSidePanel - Class in org.jbox2d.testbed.framework.j2d
The testbed side panel.
TestbedSidePanel(TestbedModel, AbstractTestbedController) - Constructor for class org.jbox2d.testbed.framework.j2d.TestbedSidePanel
 
TestbedTest - Class in org.jbox2d.testbed.framework
 
TestbedTest() - Constructor for class org.jbox2d.testbed.framework.TestbedTest
 
testChanged(TestbedTest, int) - Method in interface org.jbox2d.testbed.framework.TestbedModel.TestChangedListener
 
testIndex - Variable in class blockly_robot.robot.data.model.LevelData
 
testIndex() - Method in class blockly_robot.robot.logic.level.Level
 
TestList - Class in org.jbox2d.testbed.framework
 
TestList() - Constructor for class org.jbox2d.testbed.framework.TestList
 
testOverlap(int, int) - Method in interface org.jbox2d.collision.broadphase.BroadPhase
 
testOverlap(int, int) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
testOverlap(AABB, AABB) - Static method in class org.jbox2d.collision.AABB
 
testOverlap(Shape, int, Shape, int, Transform, Transform) - Method in class org.jbox2d.collision.Collision
Determine if two generic shapes overlap.
TestPanelJ2D - Class in org.jbox2d.testbed.framework.j2d
 
TestPanelJ2D(TestbedModel, AbstractTestbedController) - Constructor for class org.jbox2d.testbed.framework.j2d.TestPanelJ2D
 
testPoint(Transform, Vec2) - Method in class org.jbox2d.collision.shapes.ChainShape
 
testPoint(Transform, Vec2) - Method in class org.jbox2d.collision.shapes.CircleShape
 
testPoint(Transform, Vec2) - Method in class org.jbox2d.collision.shapes.EdgeShape
 
testPoint(Transform, Vec2) - Method in class org.jbox2d.collision.shapes.PolygonShape
 
testPoint(Transform, Vec2) - Method in class org.jbox2d.collision.shapes.Shape
Test a point for containment in this shape.
testPoint(Vec2) - Method in class org.jbox2d.dynamics.Fixture
Test a point for containment in this fixture.
tests - Variable in class org.jbox2d.testbed.framework.j2d.TestbedSidePanel
 
tests - Variable in class org.jbox2d.testbed.perf.PoolingPerf
 
tests - Static variable in class org.jbox2d.testbed.perf.StackTest
 
tetris - package tetris
Nachbau des Spiels Tetris auf dem klassischem Gameboy mit Hilfe der Engine Pi.
Tetris - Class in tetris
 
Tetris() - Constructor for class tetris.Tetris
 
tetris.debug - package tetris.debug
Test-Szenen bzw. -Bildschirme zum Testen, Ausprobieren und Debuggen.
tetris.scenes - package tetris.scenes
Das Spiel besteht aus verschiedenen Szenen, d. h. verschiedene Bildschirmen.
tetris.tetrominos - package tetris.tetrominos
Ein Tetromino besteht aus vier Blöcken.
tetris.text - package tetris.text
Eine Sammlung von Klassen um Text in den Tetris typischen Schriftarten in ein Textfeld schreiben zu können.
Tetromino - Class in tetris.tetrominos
Ein Tetromino ist ein Spielstein in Form von vier Blöcken.
Tetromino(Scene, Grid, String, int, int) - Constructor for class tetris.tetrominos.Tetromino
Erzeugt ein Tetromino durch Angabe des Names.
TetrominoDebugScene - Class in tetris.debug
 
TetrominoDebugScene() - Constructor for class tetris.debug.TetrominoDebugScene
 
TetrominoWithoutGridScene - Class in tetris.debug
 
TetrominoWithoutGridScene() - Constructor for class tetris.debug.TetrominoWithoutGridScene
 
text - Variable in class pi.graphics.boxes.TextBlockAlignBox
 
text() - Static method in class tetris.text.TextProvider
Gibt einen vorkonfigurierte Figur der Klasse ImageText aus.
Text - Class in pacman.actors
 
Text - Class in pi.actor
Zur Darstellung von einzeiligen Texten.
Text - Class in pi
Zur Darstellung von Texten.
Text(Object) - Constructor for class pi.actor.Text
Erstellt einen Text mit spezifischem Inhalt.
Text(Object) - Constructor for class pi.Text
Erstellt einen Text mit spezifischem Inhalt in normaler, serifenfreier Standardschrift mit einem Meter Höhe.
Text(String) - Constructor for class pacman.actors.Text
 
Text(String, String) - Constructor for class pacman.actors.Text
 
TEXT_LINE_SPACE - Static variable in class org.jbox2d.testbed.framework.TestbedTest
 
TEXT_SECTION_SPACE - Static variable in class org.jbox2d.testbed.framework.TestbedTest
 
TextActor<T extends TextBox> - Class in pi.actor
Die Superklasse für Text und TextBlock.
TextActor(T) - Constructor for class pi.actor.TextActor
Erstellt einen Text.
TextAllSettersDemo - Class in demos.docs.main_classes.actor.text
Demonstriert alle Setter der Figur Text.
TextAllSettersDemo() - Constructor for class demos.docs.main_classes.actor.text.TextAllSettersDemo
 
TextAllSystemFontsDemo - Class in demos.classes.actor
Demonstiert alle Schriftarten, die auf dem System installiert sind.
TextAllSystemFontsDemo() - Constructor for class demos.classes.actor.TextAllSystemFontsDemo
 
TextBlock - Class in pi.actor
Ein mehrzeiliger Textblock.
TextBlock(Object) - Constructor for class pi.actor.TextBlock
Erstellt einen mehrzeiligen Textblock.
TextBlockAlignBox - Class in pi.graphics.boxes
 
TextBlockAlignBox() - Constructor for class pi.graphics.boxes.TextBlockAlignBox
 
TextBlockAlignBox(Object) - Constructor for class pi.graphics.boxes.TextBlockAlignBox
 
TextBlockBox - Class in pi.graphics.boxes
Ein mehrzeiliger Textblock.
TextBlockBox(Object...) - Constructor for class pi.graphics.boxes.TextBlockBox
Erzeugt einen mehrzeiligen Textblock.
TextBlockBox.TextLayoutLine - Record Class in pi.graphics.boxes
Eine Zeile des Textblocks.
TextBlockBoxDemo - Class in demos.classes.graphics.boxes
 
TextBlockBoxDemo() - Constructor for class demos.classes.graphics.boxes.TextBlockBoxDemo
 
TextBlockDemo - Class in demos.classes.actor
Demonstiert die Figur TextBlock.
TextBlockDemo() - Constructor for class demos.classes.actor.TextBlockDemo
 
TextBlockLineSpacingDemo - Class in demos.docs.main_classes.actor.text_block
Demonstiert, wie sich die Figur TextBlock in einer Physik-Simulation verhält.
TextBlockLineSpacingDemo() - Constructor for class demos.docs.main_classes.actor.text_block.TextBlockLineSpacingDemo
 
TextBlockPhysicsDemo - Class in demos.docs.main_classes.actor.text_block
Demonstiert, wie sich die Figur TextBlock in einer Physik-Simulation verhält.
TextBlockPhysicsDemo() - Constructor for class demos.docs.main_classes.actor.text_block.TextBlockPhysicsDemo
 
TextBox - Class in pi.graphics.boxes
Eine Box, die sich um die Verwaltung einer Zeichenkette, einer Schriftart und einer Schriftfarbe kümmert.
TextBox(Object) - Constructor for class pi.graphics.boxes.TextBox
Erzeugt eine Textbox.
textColor(Color) - Method in class pi.graphics.SceneInfoOverlay
Setzt die Textfarbe.
TextDebugScene - Class in pacman.debug
 
TextDebugScene() - Constructor for class pacman.debug.TextDebugScene
 
TextDemo - Class in demos.classes.actor
Demonstiert die Figur Text.
TextDemo() - Constructor for class demos.classes.actor.TextDemo
 
TextDimensionDemo - Class in demos.classes.actor
 
TextDimensionDemo() - Constructor for class demos.classes.actor.TextDimensionDemo
 
TextLabel - Class in pi.actor.label
Eine Beschriftung für eine Figur in Form eines Textes.
TextLabel(Object...) - Constructor for class pi.actor.label.TextLabel
Erzeugt eine mehrzeilige Beschriftung.
TextLayoutLine(TextLayout, String, String, int, int) - Constructor for record class pi.graphics.boxes.TextBlockBox.TextLayoutLine
Creates an instance of a TextLayoutLine record class.
textLine - Variable in class org.jbox2d.testbed.framework.TestbedTest
 
textLine - Variable in class pi.graphics.boxes.FramedTextBox
 
TextLineBox - Class in pi.graphics.boxes
Eine einzeilige Textbox.
TextLineBox(Object) - Constructor for class pi.graphics.boxes.TextLineBox
Erzeugt eine Textbox.
TextLineBoxDemo - Class in demos.classes.graphics.boxes
 
TextLineBoxDemo() - Constructor for class demos.classes.graphics.boxes.TextLineBoxDemo
 
TextMaker - Class in blockly_robot.robot.gui
 
TextMaker() - Constructor for class blockly_robot.robot.gui.TextMaker
 
TextPhysicsDemo - Class in demos.docs.main_classes.actor.text
Demonstiert, wie sich die Figur Text in einer Physik-Simulation verhält.
TextPhysicsDemo() - Constructor for class demos.docs.main_classes.actor.text.TextPhysicsDemo
 
TextProvider - Class in tetris.text
 
TextRandomDemo - Class in demos.classes.actor
 
TextRandomDemo() - Constructor for class demos.classes.actor.TextRandomDemo
 
TextStyleDemo - Class in demos.docs.main_classes.actor.text
Demonstriert die Schriftstile der Figur Text.
TextStyleDemo() - Constructor for class demos.docs.main_classes.actor.text.TextStyleDemo
 
TextTableBox - Class in pi.graphics.boxes
 
TextTableBox(Object...) - Constructor for class pi.graphics.boxes.TextTableBox
 
TextTableBoxDemo - Class in demos.classes.graphics.boxes
 
TextTableBoxDemo() - Constructor for class demos.classes.graphics.boxes.TextTableBoxDemo
 
TextUtil - Class in pi.util
Eine Sammlung von statischen Hilfsmethoden um Text und Zeichenketten zu bearbeiten.
TheoJansen - Class in org.jbox2d.testbed.tests
 
TheoJansen() - Constructor for class org.jbox2d.testbed.tests.TheoJansen
 
thickness - Variable in class pi.dsa.turtle.TurtlePenController
Die Linienstärke des Zeichenstifts in Pixel.
thickness(int) - Method in class pi.dsa.turtle.TurtlePenController
Setzt die Linienstärke des Zeichenstifts in Pixel.
thickness(int) - Method in class pi.graphics.boxes.BorderBox
Setzt die Dicke der Linie in Pixel.
THREE_HALVES_PI - Static variable in class org.jbox2d.common.MathUtils
 
throwException(boolean) - Method in class pi.actor.ImageText.Font
Setzt, ob bei einem nicht vorhandenen Zeichen eine Fehlermeldung geworfen werden soll oder nicht.
tile(int, int) - Method in interface pi.actor.TileMap
 
tile(int, int) - Method in class pi.actor.TileRegistration
 
tile(int, int, Tile) - Method in class pi.actor.TileRegistration
Setzt das Tile an einer festen Position durch eine klare Bilddatei.
Tile - Interface in pi.actor
Abstrakte Klasse beschreibt eine Tile-Instanz für den Tile-Atlas.
tileCountX() - Method in class pi.actor.TileRegistration
 
tileCountY() - Method in class pi.actor.TileRegistration
 
TileMap - Interface in pi.actor
 
TileRegistration - Class in pi.actor
Ein TileContainer ist eine schachbrettartige Anordnung rechteckiger Tiles.
TileRegistration(int, int, double) - Constructor for class pi.actor.TileRegistration
Erstellt einen leeren Tile-Container für quadratische Tiles.
TileRegistration(int, int, double, double) - Constructor for class pi.actor.TileRegistration
Erstellt einen leeren Tile-Container.
tiles - Variable in class blockly_robot.robot.data.model.LevelData
 
time() - Method in class pi.actor.StopWatch
Gibt das Zeitintervall in Millisekunden zurück.
time(long) - Method in class pi.actor.StopWatch
Setzt das Zeitintervall in Millisekunden.
timecode() - Method in class pi.animation.KeyFrame
 
timecode(double) - Method in class pi.animation.KeyFrame
 
timeDiff - Variable in class org.jbox2d.testbed.framework.AbstractTestbedController
 
timeDistort(double) - Method in class pi.Layer
Setzt einen Zeitverzerrungsfaktor.
timeOfImpact(TimeOfImpact.TOIOutput, TimeOfImpact.TOIInput) - Method in class org.jbox2d.collision.TimeOfImpact
Compute the upper bound on time before two shapes penetrate.
TimeOfImpact - Class in org.jbox2d.collision
Class used for computing the time of impact.
TimeOfImpact(WorldPool) - Constructor for class org.jbox2d.collision.TimeOfImpact
 
TimeOfImpact.TOIInput - Class in org.jbox2d.collision
Input parameters for TOI (time of impact)
TimeOfImpact.TOIOutput - Class in org.jbox2d.collision
Output parameters for TimeOfImpact
TimeOfImpact.TOIOutputState - Enum Class in org.jbox2d.collision
 
Timer - Class in org.jbox2d.common
 
Timer() - Constructor for class org.jbox2d.common.Timer
 
timeSpent - Variable in class org.jbox2d.testbed.framework.AbstractTestbedController
 
timeStep - Variable in class org.jbox2d.profile.worlds.PistonWorld
 
TimeStep - Class in org.jbox2d.dynamics
This is an internal structure.
TimeStep() - Constructor for class org.jbox2d.dynamics.TimeStep
 
timeToSleep - Static variable in class org.jbox2d.common.Settings
The time that a body must be still before it will go to sleep.
TimeUtil - Class in pi.util
Eine Sammlung von statischen Hilfsmethoden für zeitbezogene Operationen.
title - Variable in class blockly_robot.robot.data.model.TaskData
Quelle HTML head title oder In h1 HTML-Tags im HTML-Quelltext.
title() - Method in class blockly_robot.robot.gui.scenes.LevelsScene
 
title() - Method in class blockly_robot.robot.gui.scenes.MainMenuScene
 
title() - Method in class blockly_robot.robot.gui.scenes.SubMenuScene
 
title() - Method in interface blockly_robot.robot.gui.scenes.WindowScene
 
title() - Method in class blockly_robot.robot.logic.Task
 
title() - Element in annotation interface pi.dsa.Source
Der Titel der Quelle, z.B.
title(Object) - Method in class pi.graphics.SceneInfoOverlay
Setzt den Titel der Szene.
title(String) - Static method in class pi.Controller
Setzt den Titel des Spielfensters.
TitleScene - Class in tetris.scenes
Der zweite Bildschirm.
TitleScene() - Constructor for class tetris.scenes.TitleScene
 
tlv - Variable in class org.jbox2d.testbed.perf.PoolingPerf
 
TLVec2() - Constructor for class org.jbox2d.testbed.perf.PoolingPerf.TLVec2
 
tMax - Variable in class org.jbox2d.collision.TimeOfImpact.TOIInput
defines sweep interval [0, tMax]
to() - Method in class blockly_robot.robot.logic.log.Movement
 
to() - Method in class pi.dsa.graph.GraphEdge
Gibt dem Endknoten zurück.
to() - Method in class pi.graphics.geom.DirectedLineSegment
Gibt das Ziel zurück.
to(int, int) - Method in class blockly_robot.robot.logic.log.Movement
 
to(Coords) - Method in class blockly_robot.robot.logic.log.Movement
 
to(Vector) - Method in class pi.graphics.geom.DirectedLineSegment
Setzt das Ziel.
toArray() - Method in class blockly_robot.robot.logic.log.ActionLog
 
toBuilder() - Method in class org.box2d.proto.Box2D.PbBody
 
toBuilder() - Method in class org.box2d.proto.Box2D.PbFilter
 
toBuilder() - Method in class org.box2d.proto.Box2D.PbFixture
 
toBuilder() - Method in class org.box2d.proto.Box2D.PbJoint
 
toBuilder() - Method in class org.box2d.proto.Box2D.PbShape
 
toBuilder() - Method in class org.box2d.proto.Box2D.PbVec2
 
toBuilder() - Method in class org.box2d.proto.Box2D.PbWorld
 
toCol(double) - Method in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
 
toCompatibleImage(BufferedImage) - Static method in class pi.util.ImageUtil
Optimiert ein Bild für das Rendering, abhängig vom Bildschirm des Anwenders.
toDebugStrings(List<String>) - Method in class org.jbox2d.dynamics.Profile
 
toDirection(Compass) - Static method in enum class blockly_robot.robot.logic.navigation.Compass
Konvertiere eine Himmelrichtungsnummer in den Aufzählungstyp.
toFileExtension() - Method in enum class pi.resources.ImageFormat
Converts this format instance to a file format string that can be used as an extension (e.g. .png).
It adds a leading '.' to the lower-case string representation of this instance.
toggle() - Method in class pi.actor.Animation
Stoppt oder startet je nach Zustand die Animation.
toggle() - Method in class pi.actor.StopWatch
Schaltet die Stoppuhr um zwischen Laufen und Stoppen.
toggle() - Method in class pi.event.PeriodicTaskExecutor
Schaltet je nach Zustand zwischen den Zuständen pausiert und nicht pausiert hin und her.
toggle() - Method in class pi.graphics.boxes.Box
Schaltet zwischen dem Status deaktiviert und aktiviert hin- und her.
toggle() - Method in class pi.graphics.SceneInfoOverlay
Schaltet zwischen dem Status deaktiviert und aktiviert hin- und her.
toggle() - Static method in class pi.Random
Gibt einen zufälligen boolean-Wert zurück.
Die Wahrscheinlichkeiten für true bzw.
toggleDebug() - Static method in class pi.Controller
Schaltet je nach Zustand den Debug-Modus an oder aus.
toggleDescriptionText() - Method in class demos.classes.graphics.SceneInfoOverlayDemo
 
toggleFlipHorizontally() - Method in class pi.actor.Image
Spiegelt das Bild in horizontaler Richtung.
toggleFlipVertically() - Method in class pi.actor.Image
Spiegelt das Bild in vertikaler Richtung.
toggleHelpText() - Method in class demos.classes.graphics.SceneInfoOverlayDemo
 
toggleHFlip() - Method in class pi.actor.BoxActor
Spiegelt die Box in horizontaler Richtung.
toggleInterpolator() - Static method in class blockly_robot.robot.gui.Controller
 
toggleRenderActors() - Method in class pi.config.DebugConfig
Schaltet zwischen den Zuständen, ob die Figuren gezeichnet werden sollen oder nicht, hin und her.
toggleScreenRecording() - Method in class pi.graphics.screen_recording.Photographer
 
toggleScreenRecording(double) - Method in class pi.graphics.screen_recording.Photographer
 
toggleVFlip() - Method in class pi.actor.BoxActor
Spiegelt die Box in vertikaler Richtung.
toggleVisible() - Method in class pi.actor.Actor
Wechselt zwischen den Zuständen sichtbar und nicht sichtbar hin und her.
toggleWarpMode() - Method in class pi.dsa.turtle.TurtleAnimationController
Schaltet den sogenannten „Warp-Modusan oder aus.
toi - Variable in class org.jbox2d.dynamics.contacts.Contact
 
TOI_FLAG - Static variable in class org.jbox2d.dynamics.contacts.Contact
 
toiBaugarte - Static variable in class org.jbox2d.common.Settings
 
toiCalls - Static variable in class org.jbox2d.collision.TimeOfImpact
 
toiCount - Variable in class org.jbox2d.dynamics.contacts.Contact
 
toiFlag - Static variable in class org.jbox2d.dynamics.Body
 
TOIInput() - Constructor for class org.jbox2d.collision.TimeOfImpact.TOIInput
 
toiIters - Static variable in class org.jbox2d.collision.TimeOfImpact
 
toiMaxIters - Static variable in class org.jbox2d.collision.TimeOfImpact
 
toiMaxRootIters - Static variable in class org.jbox2d.collision.TimeOfImpact
 
toIntegerArray(List<Integer>) - Static method in class pi.util.ArrayUtil
Converts a list of Integer objects to an array of primitive int values.
TOIOutput() - Constructor for class org.jbox2d.collision.TimeOfImpact.TOIOutput
 
toiRootIters - Static variable in class org.jbox2d.collision.TimeOfImpact
 
toList(T[][]) - Static method in class pi.util.ArrayUtil
 
toogleShowPositions() - Method in class pi.config.DebugConfig
Schaltet die Einstellung, ob die Ankerpunkte der Figuren gezeichnet werden sollen, ein oder aus.
top() - Method in class blockly_robot.robot.logic.item.StackedItems
 
top() - Method in class pi.graphics.boxes.InsetBox
Gibt den oberen Außenabstand in Pixel zurück.
top(int) - Method in class pi.graphics.boxes.InsetBox
Setzt den oberen Außenabstand in Pixel.
TOP - Enum constant in enum class pi.graphics.boxes.VAlign
Richtet die Box oben aus.
toPoint(double, double) - Method in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
 
toPoint(Vector) - Method in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
 
toRow(double) - Method in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
 
torque - Variable in class org.jbox2d.dynamics.Body
 
toString() - Method in record class cli.java2umltext.model.ClassWrapper
Returns a string representation of this record class.
toString() - Method in record class cli.java2umltext.model.FieldWrapper
Returns a string representation of this record class.
toString() - Method in record class cli.java2umltext.model.MethodWrapper
Returns a string representation of this record class.
toString() - Method in record class cli.java2umltext.model.Relationship
Returns a string representation of this record class.
toString() - Method in class org.jbox2d.collision.AABB
 
toString() - Method in class org.jbox2d.common.Transform
 
toString() - Method in class org.jbox2d.common.Vec2
 
toString() - Method in record class pi.debug.ToStringFormatter.Field
Returns a string representation of this record class.
toString() - Method in record class pi.graphics.boxes.TextBlockBox.TextLayoutLine
Returns a string representation of this record class.
toString() - Method in record class pi.graphics.geom.Bounds
Returns a string representation of this record class.
toString() - Method in record class pi.physics.joints.Joint.JointRegistration
Returns a string representation of this record class.
toString(boolean) - Method in class pi.graphics.boxes.Box
Bietet die Möglichkeit, die toString()-Ausgabe der Box-Objekte zu bereinigen.
toStringFormatter() - Method in class pi.actor.Actor
 
toStringFormatter() - Method in class pi.actor.TextActor
 
toStringFormatter() - Method in class pi.graphics.boxes.Box
Gibt einen vorkonfigurierten ToStringFormatter aus.
toStringFormatter() - Method in class pi.graphics.boxes.GridBox
 
toStringFormatter(Object) - Method in class pi.resources.sound.Playback
 
ToStringFormatter - Class in pi.debug
Hilft die Textausgabe der Object.toString()-Methoden zu formatieren.
ToStringFormatter(Object) - Constructor for class pi.debug.ToStringFormatter
Initialisiert einen neuen ToStringFormatter mit dem gegebenen Objekt.
ToStringFormatter(String) - Constructor for class pi.debug.ToStringFormatter
Initialisiert einen neuen ToStringFormatter mit dem gegebenen Klassenname.
ToStringFormatter.Field - Record Class in pi.debug
Repräsentiert ein Feld mit Name, Wert und optionaler Einheit für die formatierte Ausgabe.
TOUCHING - Enum constant in enum class org.jbox2d.collision.TimeOfImpact.TOIOutputState
 
TOUCHING_FLAG - Static variable in class org.jbox2d.dynamics.contacts.Contact
Set when the shapes are touching.
touchProxy(int) - Method in interface org.jbox2d.collision.broadphase.BroadPhase
Call to trigger a re-processing of its pairs on the next call to UpdatePairs.
touchProxy(int) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
toURL(String) - Static method in class pi.util.FileUtil
Wandelt einen Dateipfad in eine URL um.
toVector() - Method in enum class pi.graphics.geom.Direction
Berechnet einen einfachen Vektor (maximale Auslenkung bei jeder Achse 1 – positiv wie negativ).
toVector(int, int) - Method in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
 
toVector(Coords) - Method in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
 
toX(int) - Method in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
 
toY(int) - Method in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
 
Transform - Class in org.jbox2d.common
A transform contains translation and rotation.
Transform() - Constructor for class org.jbox2d.common.Transform
The default constructor.
Transform(Transform) - Constructor for class org.jbox2d.common.Transform
Initialize as a copy of another transform.
Transform(Vec2, Rot) - Constructor for class org.jbox2d.common.Transform
Initialize using a position vector and a rotation matrix.
transformA - Variable in class org.jbox2d.collision.DistanceInput
 
transformB - Variable in class org.jbox2d.collision.DistanceInput
 
transIndex - Variable in class pi.util.GifDecoder
 
transitionToScene(Scene) - Static method in class pi.Controller
Wechselt die aktuelle Szene.
translate - Variable in class blockly_robot.robot.gui.level.AssembledLevel
 
translation() - Method in class pi.physics.joints.PrismaticJoint
 
translators - Variable in class blockly_robot.robot.data.model.TaskData
 
transparency - Variable in class pi.util.GifDecoder
 
treeCallback(int) - Method in interface org.jbox2d.callbacks.TreeCallback
Callback from a query request.
treeCallback(int) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
This is called from DynamicTree::query when we are gathering pairs.
treeCallback(int) - Method in class org.jbox2d.testbed.tests.DynamicTreeTest
 
TreeCallback - Interface in org.jbox2d.callbacks
callback for DynamicTree
TreeRayCastCallback - Interface in org.jbox2d.callbacks
callback for DynamicTree
Triad() - Constructor for class org.jbox2d.particle.ParticleSystem.Triad
 
Triangle - Class in pi.actor
Beschreibt ein Dreieck.
Triangle - Class in pi
Beschreibt ein Dreieck.
Triangle() - Constructor for class pi.actor.Triangle
Erzeugt ein gleichseitiges Dreieck mit einer Seitenlänge von 1 Meter.
Triangle() - Constructor for class pi.Triangle
Erzeugt ein gleichseitiges Dreieck mit einer Seitenlänge von 1 Meter.
Triangle(double) - Constructor for class pi.actor.Triangle
Erzeugt ein gleichseitiges Dreieck.
Triangle(double) - Constructor for class pi.Triangle
Erzeugt ein gleichseitiges Dreieck.
Triangle(double, double) - Constructor for class pi.actor.Triangle
Erzeugt ein gleichschenkliges Dreieck, dessen Symmetrieachse vertikal ausgerichtet ist.
Triangle(double, double) - Constructor for class pi.Triangle
Erzeugt ein gleichschenkliges Dreieck, dessen Symmetrieachse vertikal ausgerichtet ist.
Triangle(double, double, double, double, double, double) - Constructor for class pi.actor.Triangle
Erzeugt ein neues Dreieck durch Angabe der x- und y-Koordinaten von drei Punkten.
Triangle(double, double, double, double, double, double) - Constructor for class pi.Triangle
Erzeugt ein neues Dreieck durch Angabe der x- und y-Koordinaten von drei Punkten.
Triangle(Vector, Vector, Vector) - Constructor for class pi.actor.Triangle
Erzeugt ein neues Dreieck durch Angabe von drei Punkten.
Triangle(Vector, Vector, Vector) - Constructor for class pi.Triangle
Erzeugt ein neues Dreieck durch Angabe von drei Punkten.
TRIANGLE - Enum constant in enum class pi.actor.Line.ArrowType
Eine Pfeilspitze in Form eines Dreiecks.
TriangleDemo - Class in demos.classes.actor
Demonstriert die Figur Dreieck (Triangle).
TriangleDemo() - Constructor for class demos.classes.actor.TriangleDemo
 
triangleP - Variable in class pi.actor.Logo
 
TriangleTurtleGraphics - Class in pi.dsa.turtle.graphics
Zeichnet ein gleichseitiges Dreieck.
TriangleTurtleGraphics() - Constructor for class pi.dsa.turtle.graphics.TriangleTurtleGraphics
 
triggerLandslide(FilledRowRange) - Method in class tetris.tetrominos.Grid
Löst einen Erdrutsch (landslide) aus, das heißt alle Blöcke oberhalb des getilgten Bereichs werden nach unten bewegt.
tryGet(String) - Method in class pi.resources.ResourcesContainer
Tries to get a resource with the specified name from this container.
tryGet(URL) - Method in class pi.resources.ResourcesContainer
 
tryJumping() - Method in class demos.small_games.dude.PlayerCharacter
Wird ausgeführt, wenn ein Sprungbefehl (W) angekommen ist.
tryToBeOn(Compass) - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
Tumbler - Class in org.jbox2d.testbed.tests
 
Tumbler() - Constructor for class org.jbox2d.testbed.tests.Tumbler
 
turnAround() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.heat_the_castle.Robot
drehe um
turnAround() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.platforms.Robot
drehe um
turnAround() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
turnAround() - Method in interface blockly_robot.robot.logic.robot.Robot
 
turnAround() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
turnLeft() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination.Robot
drehe nach links
turnLeft() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake.Robot
drehe nach links
turnLeft() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles.Robot
drehe nach links
turnLeft() - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems.Robot
drehe nach links
turnLeft() - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road.Robot
drehe nach links
turnLeft() - Method in class blockly_robot.robot.gui.robot.ImageRobot
Drehe um 90 Grad nach links.
turnLeft() - Method in interface blockly_robot.robot.logic.robot.Robot
 
turnLeft() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
turnRight() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination.Robot
drehe nach rechts
turnRight() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_way_to_the_lake.Robot
drehe nach rechts
turnRight() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.gems_and_obstacles.Robot
drehe nach rechts
turnRight() - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems.Robot
drehe nach rechts
turnRight() - Method in class blockly_robot.jwinf.en.tasks.loops_excercises.securing_the_road.Robot
drehe nach rechts
turnRight() - Method in class blockly_robot.robot.gui.robot.ImageRobot
Drehe um 90 Grad nach rechts.
turnRight() - Method in interface blockly_robot.robot.logic.robot.Robot
 
turnRight() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
turtle - Variable in class pi.dsa.turtle.TurtleGraphics
Die Schildkröte, die eine Grafik zeichnet.
Turtle - Class in pi
Eine Schildkröte um Turtle-Grafiken zu zeichnen.
Turtle() - Constructor for class pi.Turtle
 
TurtleAnimationController - Class in pi.dsa.turtle
Steuert die Animationen, die während des Malprozesses der Schildkröte zu sehen sind.
TurtleAnimationController() - Constructor for class pi.dsa.turtle.TurtleAnimationController
 
TurtleAnimationControllerDemo - Class in demos.classes.dsa.turtle
Demonstiert, wie mit minimalen Programmieraufwand eine Turtle-Grafik gezeichnet werden kann.
TurtleAnimationControllerDemo() - Constructor for class demos.classes.dsa.turtle.TurtleAnimationControllerDemo
 
TurtleBackgroundController - Class in pi.dsa.turtle
Steuert die Malfläche, also den Hintergrund, auf dem die Schildkröte malt.
TurtleBackgroundController(TurtleScene) - Constructor for class pi.dsa.turtle.TurtleBackgroundController
 
TurtleBackgroundControllerDemo - Class in demos.classes.dsa.turtle
Demonstiert, wie mit minimalen Programmieraufwand eine Turtle-Grafik gezeichnet werden kann.
TurtleBackgroundControllerDemo() - Constructor for class demos.classes.dsa.turtle.TurtleBackgroundControllerDemo
 
TurtleController - Class in pi.dsa.turtle
Definiert die Methoden, mit denen die Schildkröte gesteuert werden kann.
TurtleController(TurtleScene) - Constructor for class pi.dsa.turtle.TurtleController
 
TurtleDemo - Class in demos.classes.dsa.turtle
Demonstiert, wie mit minimalen Programmieraufwand eine Turtle-Grafik gezeichnet werden kann.
TurtleDemo() - Constructor for class demos.classes.dsa.turtle.TurtleDemo
 
TurtleDressType - Enum Class in pi.dsa.turtle
Die verschiedenen Arten, wie eine Schildkröte grafisch dargestellt werden kann.
TurtleGraphics - Class in pi.dsa.turtle
Hilfsklasse, um eine Turtle-Grafik zu zeichnen bzw. einen Turtle-Algorithmus zu formulieren.
TurtleGraphics() - Constructor for class pi.dsa.turtle.TurtleGraphics
 
TurtleGraphicsCollection - Class in pi.dsa.turtle
Bündelt alle in der Engine Pi mitgelieferten Turtle-Grafiken und spielt sie nacheinander ab.
TurtleGraphicsCollection() - Constructor for class pi.dsa.turtle.TurtleGraphicsCollection
 
TurtleGraphicsSeries - Class in pi.dsa.turtle
Hilfsklasse, um eine Reihe von Turtle-Grafiken zu zeichnen.
TurtleGraphicsSeries() - Constructor for class pi.dsa.turtle.TurtleGraphicsSeries
 
TurtleLauncher - Class in pi.dsa.turtle
Stellt eine TurtleScene bereit und kann mithilfe dieser TurtleScene auch Turtle-Grafiken starten.
TurtleLauncher() - Constructor for class pi.dsa.turtle.TurtleLauncher
 
TurtlePenController - Class in pi.dsa.turtle
Steuert den Zeichenstift der Schildkröte.
TurtlePenController() - Constructor for class pi.dsa.turtle.TurtlePenController
 
TurtlePenControllerDemo - Class in demos.classes.dsa.turtle
Demonstiert, wie mit minimalen Programmieraufwand eine Turtle-Grafik gezeichnet werden kann.
TurtlePenControllerDemo() - Constructor for class demos.classes.dsa.turtle.TurtlePenControllerDemo
 
TurtleScene - Class in pi.dsa.turtle
Vereint alle Teil-Klassen in einer Szene.
TurtleScene() - Constructor for class pi.dsa.turtle.TurtleScene
Erzeugt eine Schildkröte in einer gegebenen Szene.
TurtleStatisticsController - Class in pi.dsa.turtle
Sammelt statistische Information, wie zum Beispiel die zurückgelegte Wegstrecker der Schildkröte und erstellt Textboxen, die dann in die Szene eingezeichnet werden können.
TurtleWindowController - Class in pi.dsa.turtle
Steuert das Fenster, in das die Schildkröte malt.
TurtleWindowController() - Constructor for class pi.dsa.turtle.TurtleWindowController
 
TurtleWindowControllerDemo - Class in demos.classes.dsa.turtle
 
TurtleWindowControllerDemo() - Constructor for class demos.classes.dsa.turtle.TurtleWindowControllerDemo
 
Tween - Class in pi.animation.tweening
A Tween is an interpolation between start values and target values over a given time period.
Tween(Tweenable, TweenType, int) - Constructor for class pi.animation.tweening.Tween
Instantiates a new tween.
Tweenable - Interface in pi.animation.tweening
The Tweenable interface allows modifying an object's attributes smoothly over time using Tween instances managed by the TweenEngine.
TweenEngine - Class in pi.animation.tweening
The TweenEngine is the central manager for Tweens.
TweenEngine() - Constructor for class pi.animation.tweening.TweenEngine
Instantiates a new TweenEngine.
TweenEquation - Interface in pi.animation.tweening
An interface to generally apply a function to a value.
TweenFunction - Enum Class in pi.animation.tweening
Easing equations based on Robert Penner's work: http://robertpenner.com/easing/
TweenType - Enum Class in pi.animation.tweening
The TweenType determines which values of a Tweenable} will be modified by a Tween.
TWOPI - Static variable in class org.jbox2d.common.MathUtils
 
TWOPI - Static variable in class org.jbox2d.tests.math.SinCosTable
 
type - Variable in class blockly_robot.robot.data.model.BagInit
 
type - Variable in class blockly_robot.robot.data.model.ItemData
Hat meistens den Wert robot.
type - Variable in class org.jbox2d.collision.Manifold
 
type - Variable in class org.jbox2d.collision.shapes.Shape
 
type - Variable in class org.jbox2d.dynamics.Body
The body type: static, kinematic, or dynamic.
type - Variable in class org.jbox2d.dynamics.BodyDef
The body type: static, kinematic, or dynamic.
type - Variable in class org.jbox2d.dynamics.joints.JointDef
The joint type is set automatically for concrete joint types.
type - Variable in exception org.jbox2d.serialization.UnsupportedObjectException
 
type() - Method in record class cli.java2umltext.model.ClassWrapper
Returns the value of the type record component.
type() - Method in record class cli.java2umltext.model.FieldWrapper
Returns the value of the type record component.
type() - Method in record class cli.java2umltext.model.Relationship
Returns the value of the type record component.
type() - Method in class pi.animation.KeyFrame
 
type(KeyFrame.Type) - Method in class pi.animation.KeyFrame
 
TYPE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbBody
 
TYPE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
TYPE_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
typeA - Variable in class org.jbox2d.collision.ContactID
 
typeB - Variable in class org.jbox2d.collision.ContactID
 

U

UML - Interface in cli.java2umltext.model
 
unbufferMove(int) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
UNDEFINED - Enum constant in enum class pi.animation.tweening.TweenType
 
unicodeName() - Method in class pi.actor.ImageText.Glyph
Gibt den Unicode-Namen des Zeichens (beispielsweise LATIN CAPITAL LETTER A) zurück.
unit() - Method in record class pi.debug.ToStringFormatter.Field
Returns the value of the unit record component.
UNKNOWN - Enum constant in enum class org.jbox2d.collision.TimeOfImpact.TOIOutputState
 
UNKNOWN - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
unmount - Variable in class pi.event.EventListenerBundle
 
unregister() - Method in class pi.event.PeriodicTaskExecutor
Stoppt die periodische Ausführung.
unregisterSafe() - Method in class pi.event.PeriodicTaskExecutor
Stoppt die periodische Ausführung und wirft dabei keine Ausnahme.
UNSUPPORTED - Enum constant in enum class pi.resources.ImageFormat
 
UNSUPPORTED - Enum constant in enum class pi.resources.sound.SoundFormat
 
UnsupportedListener - Interface in org.jbox2d.serialization
Used to hear when an object is unsupported by the serializer or the deserializer.
UnsupportedObjectException - Exception in org.jbox2d.serialization
Called when an object is unsupported by the serializer or deserializer.
UnsupportedObjectException() - Constructor for exception org.jbox2d.serialization.UnsupportedObjectException
 
UnsupportedObjectException(String, Throwable) - Constructor for exception org.jbox2d.serialization.UnsupportedObjectException
 
UnsupportedObjectException(String, UnsupportedObjectException.Type) - Constructor for exception org.jbox2d.serialization.UnsupportedObjectException
 
UnsupportedObjectException(Throwable) - Constructor for exception org.jbox2d.serialization.UnsupportedObjectException
 
UnsupportedObjectException.Type - Enum Class in org.jbox2d.serialization
 
up() - Method in class blockly_robot.jwinf.en.tasks.conditionals_excercises.light_all_candles.Robot
gehe nach oben
UP - Enum constant in enum class pacman.actors.GhostState
 
UP - Enum constant in enum class pi.graphics.geom.Direction
Repräsentation einer Richtung, die nach oben zeigt.
UP - Static variable in class pi.graphics.geom.Vector
Konstante für eine einfache Verschiebung nach oben (0, 1).
UP_LEFT - Enum constant in enum class pi.graphics.geom.Direction
Repräsentation einer Richtung, die nach oben links zeigt.
UP_RIGHT - Enum constant in enum class pi.graphics.geom.Direction
Repräsentation einer Richtung, die nach oben rechts zeigt.
update() - Method in class pi.actor.Actor
Aktualisiert die Attribute einer Figur.
update() - Method in class pi.actor.Circle
 
update() - Method in class pi.actor.Line
 
update(ContactListener) - Method in class org.jbox2d.dynamics.contacts.Contact
 
UPDATE_CALLED - Enum constant in enum class org.jbox2d.testbed.framework.AbstractTestbedController.UpdateBehavior
 
UPDATE_IGNORED - Enum constant in enum class org.jbox2d.testbed.framework.AbstractTestbedController.UpdateBehavior
 
updateBodyContacts() - Method in class org.jbox2d.particle.ParticleSystem
 
updateContacts(boolean) - Method in class org.jbox2d.particle.ParticleSystem
 
updateCustomProperties(JointType) - Method in class pi.physics.joints.Joint
 
updateCustomProperties(DistanceJoint) - Method in class pi.physics.joints.DistanceJoint
 
updateCustomProperties(PrismaticJoint) - Method in class pi.physics.joints.PrismaticJoint
 
updateCustomProperties(RevoluteJoint) - Method in class pi.physics.joints.RevoluteJoint
 
updateCustomProperties(RopeJoint) - Method in class pi.physics.joints.RopeJoint
 
updateCustomProperties(WeldJoint) - Method in class pi.physics.joints.WeldJoint
 
updateExtents(float, float) - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
 
updatePairs(PairCallback) - Method in interface org.jbox2d.collision.broadphase.BroadPhase
Update the pairs.
updatePairs(PairCallback) - Method in class org.jbox2d.collision.broadphase.DefaultBroadPhaseBuffer
 
updateStatistics() - Method in class org.jbox2d.particle.ParticleGroup
 
updateTest() - Method in class org.jbox2d.testbed.framework.AbstractTestbedController
Called by the main run loop.
updateTime - Variable in class org.jbox2d.testbed.framework.AbstractTestbedController
 
updateTo() - Method in class blockly_robot.robot.logic.log.Movement
Sets the 'to' location of the movement and calculates the relocation and rotation values.
updateTo(int, int, Compass) - Method in class blockly_robot.robot.logic.log.Movement
 
UPPER - Enum constant in enum class pi.actor.ImageText.CaseSensitivity
Alle Klein- werden zu Großbuchstaben konvertiert.
UPPER_LIMIT_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbJoint
 
upperAngle - Variable in class org.jbox2d.dynamics.joints.RevoluteJointDef
The upper angle for the joint limit (radians).
upperBound - Variable in class org.jbox2d.collision.AABB
The top right vertex of the bounding box.
upperLimit() - Method in class pi.physics.joints.PrismaticJoint
 
upperLimit(double) - Method in class pi.physics.joints.PrismaticJoint
 
upperTranslation - Variable in class org.jbox2d.dynamics.joints.PrismaticJointDef
The upper translation limit, usually in meters.
useANSIcolors() - Method in class pi.config.DebugConfig
Gibt zurück, ob ANSI-Farbcodes in der Konsolenausgabe verwendet werden.
useANSIcolors(boolean) - Method in class pi.config.DebugConfig
Legt fest, ob ANSI-Farbcodes in der Konsolenausgabe verwendet werden.
useRadii - Variable in class org.jbox2d.collision.DistanceInput
 
userData - Variable in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
 
userData - Variable in class org.jbox2d.collision.broadphase.DynamicTreeNode
 
userData - Variable in class org.jbox2d.dynamics.Body
Use this to store application specific body data.
userData - Variable in class org.jbox2d.dynamics.BodyDef
Use this to store application specific body data.
userData - Variable in class org.jbox2d.dynamics.Fixture
Use this to store application specific fixture data.
userData - Variable in class org.jbox2d.dynamics.FixtureDef
Use this to store application specific fixture data.
userData - Variable in class org.jbox2d.dynamics.joints.Joint
 
userData - Variable in class org.jbox2d.dynamics.joints.JointDef
Use this to attach application specific data to your joints.
userData - Variable in class org.jbox2d.particle.ParticleDef
Use this to store application-specific body data.
userData - Variable in class org.jbox2d.particle.ParticleGroupDef
Use this to store application-specific group data.

V

v - Variable in class org.jbox2d.collision.Collision.ClipVertex
 
v - Variable in class org.jbox2d.dynamics.contacts.Velocity
 
v(double, double) - Static method in class pi.graphics.geom.Vector
Erzeugt einen neuen Vektor.
V0_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
V1_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
V2_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
V3_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbShape
 
validate() - Method in class org.jbox2d.collision.broadphase.DynamicTree
Validate this tree.
validate() - Method in class org.jbox2d.collision.broadphase.DynamicTreeFlatNodes
Validate this tree.
validate() - Method in class org.jbox2d.collision.shapes.PolygonShape
Validate convexity.
vAlign - Variable in class pi.actor.label.Label
 
vAlign() - Method in class pi.actor.label.Label
 
vAlign(VAlign) - Method in class pi.actor.label.Label
 
vAlign(VAlign) - Method in class pi.graphics.boxes.CellBox
 
vAlign(VAlign) - Method in class pi.graphics.boxes.HorizontalBox
 
vAlign(VAlign) - Method in class pi.graphics.boxes.TextBlockAlignBox
 
vAlign(VAlign) - Method in class pi.graphics.SceneInfoOverlay
Setzt die vertikale Ausrichtung der Infobox.
VAlign - Enum Class in pi.graphics.boxes
Die vertikale Ausrichtung.
value - Variable in class org.jbox2d.testbed.framework.TestbedSetting
 
value() - Method in class pi.animation.KeyFrame
 
value() - Method in record class pi.debug.ToStringFormatter.Field
Returns the value of the value record component.
value(T) - Method in class pi.animation.KeyFrame
 
ValueAnimator<T> - Class in pi.animation
Ein Animator, der Werte über eine bestimmte Zeitspanne interpoliert und dabei einen Consumer mit den berechneten Zwischenwerten aufruft.
ValueAnimator(double, Consumer<T>, Interpolator<T>, AnimationMode, FrameListenerRegistration) - Constructor for class pi.animation.ValueAnimator
 
ValueAnimator(double, Consumer<T>, Interpolator<T>, FrameListenerRegistration) - Constructor for class pi.animation.ValueAnimator
 
valueOf(int) - Static method in enum class org.box2d.proto.Box2D.PbBodyType
Deprecated.
valueOf(int) - Static method in enum class org.box2d.proto.Box2D.PbJointType
Deprecated.
valueOf(int) - Static method in enum class org.box2d.proto.Box2D.PbShapeType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class org.box2d.proto.Box2D.PbBodyType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class org.box2d.proto.Box2D.PbJointType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class org.box2d.proto.Box2D.PbShapeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class blockly_robot.robot.logic.level.Difficulty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class blockly_robot.robot.logic.navigation.Compass
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class blockly_robot.robot.logic.robot.ErrorMessages
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class cli.java2umltext.export.Format
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class cli.java2umltext.model.Visibility
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class demos.docs.main_classes.actor.stateful_animation.PlayerState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class demos.small_games.dude.Item
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class demos.small_games.dude.PlayerState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.box2d.proto.Box2D.PbBodyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.box2d.proto.Box2D.PbJointType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.box2d.proto.Box2D.PbShapeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.collision.Collision.PointState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.collision.ContactID.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.collision.Manifold.ManifoldType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.collision.shapes.ShapeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.collision.TimeOfImpact.TOIOutputState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.dynamics.BodyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.dynamics.joints.JointType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.dynamics.joints.LimitState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.profile.BasicPerformanceTest.ResultFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.serialization.UnsupportedObjectException.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.testbed.framework.AbstractTestbedController.MouseBehavior
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.testbed.framework.AbstractTestbedController.UpdateBehavior
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.testbed.framework.TestbedCamera.ZoomType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.testbed.framework.TestbedSetting.ConstraintType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jbox2d.testbed.framework.TestbedSetting.SettingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pacman.actors.GhostState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pacman.scenes.Brick
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.actor.ImageText.CaseSensitivity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.actor.Line.ArrowType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.actor.Line.Cap
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.animation.AnimationMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.animation.KeyFrame.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.animation.tweening.TweenFunction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.animation.tweening.TweenType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.dsa.turtle.TurtleDressType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.event.MouseButton
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.graphics.boxes.HAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.graphics.boxes.VAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.graphics.geom.Direction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.physics.BodyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.resources.color.PredefinedColorScheme
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.resources.font.FontStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.resources.ImageFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class pi.resources.sound.SoundFormat
Returns the enum constant of this class with the specified name.
values() - Static method in enum class blockly_robot.robot.logic.level.Difficulty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class blockly_robot.robot.logic.navigation.Compass
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class blockly_robot.robot.logic.robot.ErrorMessages
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class cli.java2umltext.export.Format
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class cli.java2umltext.model.Visibility
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class demos.docs.main_classes.actor.stateful_animation.PlayerState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class demos.small_games.dude.Item
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class demos.small_games.dude.PlayerState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.box2d.proto.Box2D.PbBodyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.box2d.proto.Box2D.PbJointType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.box2d.proto.Box2D.PbShapeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.collision.Collision.PointState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.collision.ContactID.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.collision.Manifold.ManifoldType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.collision.shapes.ShapeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.collision.TimeOfImpact.TOIOutputState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.dynamics.BodyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.dynamics.joints.JointType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.dynamics.joints.LimitState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.profile.BasicPerformanceTest.ResultFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.serialization.UnsupportedObjectException.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.testbed.framework.AbstractTestbedController.MouseBehavior
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.testbed.framework.AbstractTestbedController.UpdateBehavior
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.testbed.framework.TestbedCamera.ZoomType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.testbed.framework.TestbedSetting.ConstraintType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jbox2d.testbed.framework.TestbedSetting.SettingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pacman.actors.GhostState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pacman.scenes.Brick
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.actor.ImageText.CaseSensitivity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.actor.Line.ArrowType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.actor.Line.Cap
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.animation.AnimationMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.animation.KeyFrame.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.animation.tweening.TweenFunction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.animation.tweening.TweenType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.dsa.turtle.TurtleDressType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.event.MouseButton
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.graphics.boxes.HAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.graphics.boxes.VAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.graphics.geom.Direction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.physics.BodyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.resources.color.PredefinedColorScheme
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.resources.font.FontStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.resources.ImageFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class pi.resources.sound.SoundFormat
Returns an array containing the constants of this enum class, in the order they are declared.
VaryingFrictionTest - Class in org.jbox2d.testbed.tests
 
VaryingFrictionTest() - Constructor for class org.jbox2d.testbed.tests.VaryingFrictionTest
 
VaryingRestitution - Class in org.jbox2d.testbed.tests
 
VaryingRestitution() - Constructor for class org.jbox2d.testbed.tests.VaryingRestitution
 
Vec2 - Class in org.jbox2d.common
A 2D column vector.
Vec2() - Constructor for class org.jbox2d.common.Vec2
Default constructor does nothing (for performance).
Vec2(float, float) - Constructor for class org.jbox2d.common.Vec2
Construct using coordinates.
Vec2(Vec2) - Constructor for class org.jbox2d.common.Vec2
 
Vec2Array - Class in org.jbox2d.pooling.arrays
not thread safe Vec2[] pool
Vec2Array() - Constructor for class org.jbox2d.pooling.arrays.Vec2Array
 
Vec3 - Class in org.jbox2d.common
 
Vec3() - Constructor for class org.jbox2d.common.Vec3
 
Vec3(float, float, float) - Constructor for class org.jbox2d.common.Vec3
 
Vec3(Vec3) - Constructor for class org.jbox2d.common.Vec3
 
vector(double, double) - Static method in class pi.graphics.geom.Vector
Erzeugt einen neuen Vektor.
vector(double, double, double, double) - Static method in class pi.Random
Erzeugt einen zufälligen Vektor mit Komponenten in den angegebenen Bereichen.
vector(Scene) - Static method in class pi.Random
Erzeugt einen zufälligen Vektor innerhalb des sichtbaren Bereichs einer Scene.
Vector - Class in pi.graphics.geom
Beschreibt einen zweidimensionalen Vektor auf der Zeichenebene.
Vector(double, double) - Constructor for class pi.graphics.geom.Vector
Erzeugt einen neuen Vektor.
Vector(Vector, Vector) - Constructor for class pi.graphics.geom.Vector
Erzeugt einen Vektor als Bewegung von einem Ausgangspunkt zu einem Zielpunkt.
velIterations - Variable in class org.jbox2d.profile.worlds.PistonWorld
 
velocities - Variable in class org.jbox2d.dynamics.contacts.ContactSolver.ContactSolverDef
 
velocities - Variable in class org.jbox2d.dynamics.contacts.ContactSolver
 
velocities - Variable in class org.jbox2d.dynamics.Island
 
velocities - Variable in class org.jbox2d.dynamics.SolverData
 
velocity - Variable in class org.jbox2d.particle.ParticleDef
The linear velocity of the particle in the world co-ordinates.
velocity() - Method in class pi.actor.Actor
Gibt die Geschwindigkeit aus, mit der sich diese Figur gerade (also in diesem Einzelbild) bewegt.
velocity() - Method in class pi.physics.BodyHandler
 
velocity() - Method in class pi.physics.NullHandler
 
velocity(double, double) - Method in class pi.actor.Actor
Setzt die Geschwindigkeit, mit der sich die Figur bewegen soll.
velocity(Vector) - Method in class pi.actor.Actor
Setzt die Geschwindigkeit, mit der sich die Figur bewegen soll.
velocity(Vector) - Method in class pi.physics.NullHandler
Setzt die Geschwindigkeit, mit der sich die Figur bewegen soll.
Velocity - Class in org.jbox2d.dynamics.contacts
 
Velocity() - Constructor for class org.jbox2d.dynamics.contacts.Velocity
 
VELOCITY - Enum constant in enum class pi.animation.tweening.TweenType
 
velocityBias - Variable in class org.jbox2d.dynamics.contacts.ContactVelocityConstraint.VelocityConstraintPoint
 
VelocityConstraintPoint() - Constructor for class org.jbox2d.dynamics.contacts.ContactVelocityConstraint.VelocityConstraintPoint
 
velocityConstraints - Variable in class org.jbox2d.dynamics.contacts.ContactSolver
 
velocityIterations - Variable in class org.jbox2d.dynamics.TimeStep
The number of iterations in the velocity phase of the constraint solver.
VelocityIterations - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
velocityThreshold - Static variable in class org.jbox2d.common.Settings
A velocity threshold for elastic collisions.
velocityX() - Method in class pi.actor.Actor
Gibt die Geschwindigkeit in x-Richtung aus, mit der sich diese Figur gerade (also in diesem Einzelbild) bewegt.
velocityX(double) - Method in class pi.actor.Actor
Setzt die Geschwindigkeit in x-Richtung, mit der sich die Figur bewegen soll.
velocityY() - Method in class pi.actor.Actor
Gibt die Geschwindigkeit in y-Richtung aus, mit der sich diese Figur gerade (also in diesem Einzelbild) bewegt.
velocityY(double) - Method in class pi.actor.Actor
Setzt die Geschwindigkeit in y-Richtung, mit der sich die Figur bewegen soll.
version - Variable in class blockly_robot.robot.data.model.TaskData
Zum Beispiel: „de.01“
Version - Class in pi.debug
Gibt die Versionsnummer sowie weitere Build-Informationen zurück.
VERTEX - Enum constant in enum class org.jbox2d.collision.ContactID.Type
 
vertex0 - Variable in class org.jbox2d.collision.shapes.EdgeShape
optional adjacent vertex 1.
vertex1 - Variable in class org.jbox2d.collision.shapes.EdgeShape
edge vertex 1
vertex2 - Variable in class org.jbox2d.collision.shapes.EdgeShape
edge vertex 2
vertex3 - Variable in class org.jbox2d.collision.shapes.EdgeShape
optional adjacent vertex 2.
VerticalBox<T extends Box> - Class in pi.graphics.boxes
Eine vertikale Box, die die enthaltenen Kinder-Boxen vertikal von oben nach unten anordnet.
VerticalBox(Box...) - Constructor for class pi.graphics.boxes.VerticalBox
Erzeugt eine neue vertikale Box.
VerticalBoxDemo - Class in demos.classes.graphics.boxes
 
VerticalBoxDemo() - Constructor for class demos.classes.graphics.boxes.VerticalBoxDemo
 
VerticalStack - Class in org.jbox2d.testbed.tests
 
VerticalStack() - Constructor for class org.jbox2d.testbed.tests.VerticalStack
 
verticalVector() - Method in class pi.graphics.geom.DirectedLineSegment
Berechnet einen Vektor der Länge 1, der senkrecht zu dieser gerichteten Strecke steht.
vertices - Variable in class org.jbox2d.collision.Distance.DistanceProxy
 
vertices - Variable in class org.jbox2d.collision.shapes.ChainShape
 
vertices - Variable in class org.jbox2d.collision.shapes.PolygonShape
The vertices of the shape.
vFlip() - Method in class pi.actor.BoxActor
Gibt an, ob die Boxvertikal gespiegelt ist, das heißt an der horizontaler Achse gespiegelt ist.
vFlip(boolean) - Method in class pi.actor.BoxActor
Setzt, ob die Box vertikal gespiegelt werden sollen.
viewportTransform - Variable in class org.jbox2d.callbacks.DebugDraw
 
virtualRobot() - Method in class blockly_robot.robot.logic.Task
Returns the virtual robot of the first version of a training task with the easiest difficulty. / Gibt einen virtuellen Roboter der erste Version einer Trainingsaufgabe mit dem leichtesten Schwierigkeitsgrad zurück.
VirtualRobot - Class in blockly_robot.robot.logic.robot
Ein Roboter der nicht grafisch dargestellt ist, sondern der sich nur im Speicher befindet.
VirtualRobot(Level) - Constructor for class blockly_robot.robot.logic.robot.VirtualRobot
 
viscousParticle - Static variable in class org.jbox2d.particle.ParticleType
with viscosity
visibility() - Method in record class cli.java2umltext.model.FieldWrapper
Returns the value of the visibility record component.
visibility() - Method in record class cli.java2umltext.model.MethodWrapper
Returns the value of the visibility record component.
Visibility - Enum Class in cli.java2umltext.model
 
visible(boolean) - Method in class pi.actor.Actor
Setzt die Sichtbarkeit des Objektes.
visible(boolean) - Method in class pi.Layer
Setzt, ob diese Ebene sichtbar sein soll.
visibleArea() - Method in class pi.Scene
Gibt die sichtbare Fläche auf der Hauptebene aus.
visibleArea(Vector) - Method in class pi.Layer
Gibt die derzeit auf dem Bildschirm sichtbare Fläche der Ebene an.
visibleArea(Vector) - Method in class pi.Scene
Gibt die sichtbare Fläche auf der Hauptebene aus.
visibleHeight(double, Vector) - Method in class pi.Layer
Setzt den Kamerazoom exakt, sodass die sichtbare Höhe des sichtbaren Fensters einer bestimmten Länge entspricht.
visibleWidth(double, Vector) - Method in class pi.Layer
Setzt den Kamerazoom exakt, sodass die sichtbare Breite des sichtbaren Fensters einer bestimmten Länge entspricht.
visit(ClassOrInterfaceDeclaration, UML) - Method in class cli.java2umltext.ASTVisitor
 
visit(ConstructorDeclaration, UML) - Method in class cli.java2umltext.ASTVisitor
 
visit(EnumConstantDeclaration, UML) - Method in class cli.java2umltext.ASTVisitor
 
visit(EnumDeclaration, UML) - Method in class cli.java2umltext.ASTVisitor
 
visit(FieldDeclaration, UML) - Method in class cli.java2umltext.ASTVisitor
 
visit(MethodDeclaration, UML) - Method in class cli.java2umltext.ASTVisitor
 
visit(Parameter, UML) - Method in class cli.java2umltext.ASTVisitor
 
visit(RecordDeclaration, UML) - Method in class cli.java2umltext.ASTVisitor
 
visit(String) - Method in class demos.classes.dsa.graph.dfs.DepthFirstSearchDemo
 
visitNode(int) - Method in class pi.dsa.graph.BreadthFirstSearch
 
visitNode(int) - Method in class pi.dsa.graph.DepthFirstSearch
Setzt den Rekursionsschritt bei einem Knoten um.
volume() - Method in class pi.resources.sound.Playback
Gets the current master volume of this playback.
volume(double) - Method in class pi.resources.sound.Playback
Sets the master volume of this playback.
VOLUME - Enum constant in enum class pi.animation.tweening.TweenType
 
VoronoiDiagram - Class in org.jbox2d.particle
A field representing the nearest generator from each point.
VoronoiDiagram(int) - Constructor for class org.jbox2d.particle.VoronoiDiagram
 
VoronoiDiagram.Generator - Class in org.jbox2d.particle
 
VoronoiDiagram.VoronoiDiagramCallback - Interface in org.jbox2d.particle
 
VoronoiDiagram.VoronoiDiagramTask - Class in org.jbox2d.particle
 
VoronoiDiagramTask() - Constructor for class org.jbox2d.particle.VoronoiDiagram.VoronoiDiagramTask
 
VoronoiDiagramTask(int, int, int, VoronoiDiagram.Generator) - Constructor for class org.jbox2d.particle.VoronoiDiagram.VoronoiDiagramTask
 

W

w - Variable in class org.jbox2d.dynamics.contacts.Velocity
 
waitAfterFinish - Variable in class pi.dsa.turtle.TurtleGraphics
Wartet, nachdem die draw-Methode fertig ausgeführt wurde, die angegeben Anzahl an Sekunden bevor zur nächsten Wiederholung übergegangen wird.
Walking - Enum constant in enum class demos.small_games.dude.PlayerState
 
WALKING - Enum constant in enum class demos.docs.main_classes.actor.stateful_animation.PlayerState
 
wallParticle - Static variable in class org.jbox2d.particle.ParticleType
zero velocity
WARM_STARTING_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbWorld
 
warmStart() - Method in class org.jbox2d.dynamics.contacts.ContactSolver
 
warmStarting - Variable in class org.jbox2d.dynamics.TimeStep
 
WarmStarting - Static variable in class org.jbox2d.testbed.framework.TestbedSettings
 
warp() - Method in class pi.dsa.turtle.TurtleAnimationController
Schaltet in den sogenannten „Warp-Modus“.
warp(boolean) - Method in class pi.dsa.turtle.TurtleAnimationController
Setzt den Zustand des sogenannten „Warp-Modus“.
warpMode(boolean) - Method in class pi.dsa.turtle.InitialTurtleState
 
waterParticle - Static variable in class org.jbox2d.particle.ParticleType
 
WAV - Enum constant in enum class pi.resources.sound.SoundFormat
 
WaveMachine - Class in org.jbox2d.testbed.tests
 
WaveMachine() - Constructor for class org.jbox2d.testbed.tests.WaveMachine
 
Web - Class in org.jbox2d.testbed.tests
 
Web() - Constructor for class org.jbox2d.testbed.tests.Web
 
weight - Variable in class org.jbox2d.particle.ParticleContact
Weight of the contact.
weight() - Method in class pi.dsa.graph.GraphEdge
Gibt die Gewichtung der Kante zurück.
WELD - Enum constant in enum class org.box2d.proto.Box2D.PbJointType
WELD = 8;
WELD - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
WELD_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbJointType
WELD = 8;
WeldJoint - Class in org.jbox2d.dynamics.joints
A weld joint essentially glues two bodies together.
WeldJoint - Class in pi.physics.joints
Eine Schweißnaht - besser ein Schweißpunkt - klebt zwei Körper zusammen.
WeldJoint() - Constructor for class pi.physics.joints.WeldJoint
 
WeldJoint(WorldPool, WeldJointDef) - Constructor for class org.jbox2d.dynamics.joints.WeldJoint
 
WeldJointDef - Class in org.jbox2d.dynamics.joints
 
WeldJointDef() - Constructor for class org.jbox2d.dynamics.joints.WeldJointDef
 
WeldJointDemo - Class in demos.classes.physics.joints
WeldJointDemo() - Constructor for class demos.classes.physics.joints.WeldJointDemo
 
west() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
west() - Method in class blockly_robot.robot.logic.navigation.Coords
 
west() - Method in interface blockly_robot.robot.logic.robot.Robot
Gehe nach links in Richtung Westen.
west() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
WEST - Enum constant in enum class blockly_robot.robot.logic.navigation.Compass
WHEEL - Enum constant in enum class org.box2d.proto.Box2D.PbJointType
WHEEL = 7;
WHEEL - Enum constant in enum class org.jbox2d.dynamics.joints.JointType
 
WHEEL_VALUE - Static variable in enum class org.box2d.proto.Box2D.PbJointType
WHEEL = 7;
wheelColors() - Method in class pi.resources.color.ColorScheme
Gibt die zwölf Farben des Farbkreises von Itten in der Reihenfolge von Gelb ausgehend zurück.
WheelJoint - Class in org.jbox2d.dynamics.joints
A wheel joint.
WheelJoint(WorldPool, WheelJointDef) - Constructor for class org.jbox2d.dynamics.joints.WheelJoint
 
WheelJointDef - Class in org.jbox2d.dynamics.joints
Wheel joint definition.
WheelJointDef() - Constructor for class org.jbox2d.dynamics.joints.WheelJointDef
 
wheelRotation() - Method in class pi.event.MouseScrollEvent
Gibt die Anzahl an „Klicks“ aus, die das Mausrad bewegt wurde.
white() - Method in class pi.resources.color.ColorScheme
Gibt die Farbe Weiß (englisch: white) zurück.
white(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Farbe Weiß (englisch: white) durch Angabe des Rot-, Grün- und Blau-Anteils.
white(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Farbe Weiß (englisch: white).
white(Object) - Static method in class pi.debug.AnsiColor
Wandelt ein Objekt in einen weißen Text um.
white(String) - Method in class pi.resources.color.ColorScheme
Setzt die Farbe Weiß (englisch: white) in hexadezimaler Codierung (z.B.
WHITE - Static variable in class org.jbox2d.common.Color3f
 
WHITE - Static variable in class pi.debug.AnsiColor
ANSI-Sequenz für weiße Schrift.
width - Variable in class pi.actor.StatefulAnimation
Die Breite in Meter.
width - Variable in class pi.graphics.boxes.Box
Die Breite der Box in Pixel.
width - Variable in class pi.resources.font.FontStringBounds
Die Breite des Textes in Pixel.
width - Variable in class pi.util.GifDecoder
 
width() - Method in class pi.actor.Animation
Gibt die Breite der Animation in Metern aus.
width() - Method in class pi.actor.BoxActor
Gibt die Breite in Meter zurück.
width() - Method in class pi.actor.Image
Gibt die Breite des Bilds in Meter.
width() - Method in class pi.actor.ImageText.Glyph
Gibt die Breite des Bilds in Pixel zurück.
width() - Method in class pi.actor.Rectangle
Gibt die Breite des Rechtecks in Meter zurück.
width() - Method in class pi.actor.StatefulAnimation
Gibt die Breite in Meter der animierten Figur zurück.
width() - Method in class pi.graphics.boxes.Box
Gibt die Breite der Box in Pixel zurück.
width() - Method in record class pi.graphics.geom.Bounds
Gibt die Breite aus.
width(double) - Method in class pi.actor.BoxActor
Setzt die Breite in Meter.
width(double) - Method in class pi.actor.Image
Setzt die Breite des Bilds in Meter.
width(double) - Method in class pi.actor.Rectangle
Setzt die Breite des Rechtecks neu.
width(double) - Method in record class pi.graphics.geom.Bounds
Gibt die skalierte und gerundete Breite als Ganzzahl aus.
width(int) - Method in class pi.graphics.boxes.Box
Setzt die Breite der Box in Pixel.
width(int) - Method in class pi.graphics.boxes.CellBox
 
width(int) - Method in class pi.graphics.boxes.EllipseBox
Setzt die Breite der Ellipse in Pixel.
width(int) - Method in class pi.graphics.boxes.ImageBox
Setzt die Breite des Bildes in Pixel.
width(int) - Method in class pi.graphics.boxes.TextBlockAlignBox
 
width(int) - Method in class pi.graphics.boxes.TextBlockBox
Setzt die Breite des Textblocks.
WIDTH - Static variable in class demos.billard.Edge
 
WIDTH - Static variable in class demos.small_games.dude.DudeDemo
 
WIDTH - Static variable in class tetris.Tetris
Die Breite des Spielfelds in Blöcken.
widthMeter(double) - Method in class pi.graphics.boxes.Box
Berechnet die Breite der Box in Metern basierend auf der angegebenen Pixel-pro-Meter-Verhältnis.
window - Variable in class pi.dsa.turtle.TurtleController
 
window() - Static method in class pi.Controller
Gibt das Spielfenster zurück.
windowBounds() - Method in class blockly_robot.robot.gui.scenes.LevelsScene
 
windowBounds() - Method in class blockly_robot.robot.gui.scenes.MainMenuScene
 
windowBounds() - Method in class blockly_robot.robot.gui.scenes.SubMenuScene
 
windowBounds() - Method in interface blockly_robot.robot.gui.scenes.WindowScene
 
windowDimension() - Method in class pi.config.GraphicsConfig
Gibt die Abmessung, also die Breite und die Höhe, des Fensters in Pixel zurück.
windowDimension(int, int) - Method in class pi.config.GraphicsConfig
Setzt die Abmessung, also die Breite und die Höhe, des Fensters in Pixel.
windowDimension(int, int) - Static method in class pi.Controller
Setzt die Abmessung, also die Breite und die Höhe, des Fensters in Pixel.
windowHeight() - Method in class pi.config.GraphicsConfig
Gibt die Höhe des Fensters in Pixel zurück.
windowHeight(int) - Method in class pi.config.GraphicsConfig
Setzt die Höhe des Fensters in Pixel.
windowPosition() - Method in class pi.config.GraphicsConfig
Gibt die Position des Fensters auf dem Bildschirm zurück.
windowPosition(int, int) - Static method in class pi.Controller
Setzt das Spielfenster an eine neue Position.
windowPosition(Direction) - Method in class pi.config.GraphicsConfig
Setzt die Position des Fensters auf dem Bildschirm.
windowPosition(Direction) - Static method in class pi.Controller
Setzt das Spielfenster an eine neue Position.
WindowScene - Interface in blockly_robot.robot.gui.scenes
Szene, die Informationen mitliefert, in welchem Fenster die Szene geöffnet werden soll.
windowSize() - Static method in class pi.Controller
Gibt die Fenstergröße in Pixel aus.
windowSize(int, int) - Static method in class pi.Controller
Setzt die Größe des Engine-Fensters.
windowWidth() - Method in class pi.config.GraphicsConfig
Gibt die Breite des Fensters in Pixel zurück.
windowWidth(int) - Method in class pi.config.GraphicsConfig
Setzt die Breite des Fensters in Pixel.
wireframeDrawingBit - Static variable in class org.jbox2d.callbacks.DebugDraw
Draw only the wireframe for drawing performance
withCenterAtBoundsCenter(Bounds) - Method in record class pi.graphics.geom.Bounds
Gleicht das eigene Zentrum mit der Mitte eines anderen Bounds ab.
withCenterPoint(Vector) - Method in record class pi.graphics.geom.Bounds
Gibt ein neues Bounds mit derselben Höhe und Breite zurück, das seinen Mittelpunkt genau im angegebenen Zentrum hat.
withdraw() - Method in class blockly_robot.robot.gui.map.GraphicalItemController
 
withdraw() - Method in class blockly_robot.robot.gui.robot.ImageRobot
 
withdraw() - Method in class blockly_robot.robot.logic.item.Item
 
withdraw() - Method in interface blockly_robot.robot.logic.item.ItemController
 
withdraw() - Method in class blockly_robot.robot.logic.item.StackedItems
 
withdraw() - Method in interface blockly_robot.robot.logic.robot.Robot
 
withdraw() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
withdraw(Coords) - Method in class blockly_robot.robot.logic.item.relocation.BagPacker
 
WITHDRAWABLES_NOTHING_TO_PICK_UP - Enum constant in enum class blockly_robot.robot.logic.robot.ErrorMessages
 
WITHDRAWABLES_TOO_MANY_OBJECTS - Enum constant in enum class blockly_robot.robot.logic.robot.ErrorMessages
 
withdrawAuto() - Method in class blockly_robot.robot.logic.item.StackedItems
 
withdrawAuto() - Method in class blockly_robot.robot.logic.robot.VirtualRobot
 
withdrawAuto(Coords) - Method in class blockly_robot.robot.logic.item.relocation.BagPacker
 
world - Variable in class org.jbox2d.dynamics.Body
 
world - Variable in class org.jbox2d.profile.worlds.PistonWorld
 
world - Variable in class org.jbox2d.testbed.framework.TestbedTest
Only visible for compatibility.
World - Class in org.jbox2d.dynamics
The world-class manages all physics entities, dynamic simulation, and asynchronous queries.
World(Vec2) - Constructor for class org.jbox2d.dynamics.World
Construct a world object.
World(Vec2, WorldPool) - Constructor for class org.jbox2d.dynamics.World
Construct a world object.
World(Vec2, WorldPool, BroadPhase) - Constructor for class org.jbox2d.dynamics.World
Construct a world object.
World(Vec2, WorldPool, BroadPhaseStrategy) - Constructor for class org.jbox2d.dynamics.World
Construct a world object.
WORLD_POOL_CONTAINER_SIZE - Static variable in class org.jbox2d.dynamics.World
 
WORLD_POOL_SIZE - Static variable in class org.jbox2d.dynamics.World
 
WorldCreator - Interface in org.jbox2d.testbed.framework
 
worldHandler() - Method in class pi.physics.BodyHandler
 
worldHandler() - Method in record class pi.physics.joints.Joint.JointRegistration
Returns the value of the worldHandler record component.
worldHandler() - Method in class pi.physics.NullHandler
 
WorldHandler - Class in pi.physics
Die WorldHandler-Klasse ist die (nicht objektgebundene) Middleware zwischen der JBox2D-Engine und der Engine Pi.
WorldManifold - Class in org.jbox2d.collision
This is used to compute the current state of a contact manifold.
WorldManifold() - Constructor for class org.jbox2d.collision.WorldManifold
 
worldPaused(boolean) - Method in class pi.physics.WorldHandler
 
WorldPool - Interface in org.jbox2d.pooling
World pool interface
wp - Variable in class org.jbox2d.testbed.perf.PoolingPerf
 
wrap(String, int, HAlign) - Static method in class pi.util.TextUtil
Bricht den gegebenen Text nach einer bestimmten Zeilenbreite um.
wrap(String, int) - Static method in class pi.util.TextUtil
Bricht den gegebenen Text nach einer bestimmten Zeilenbreite, und zwar linksbündig um.
write(int) - Method in class tetris.text.NumberDisplay
 
write(BufferedImage, String) - Static method in class pi.util.ImageUtil
Speichert ein Bild in das Dateisystem ab.
write(String) - Method in class pi.graphics.screen_recording.ScreenshotImage
 
writeImage(ScreenshotImage) - Method in class pi.graphics.screen_recording.Photographer
 
writeTo(CodedOutputStream) - Method in class org.box2d.proto.Box2D.PbBody
 
writeTo(CodedOutputStream) - Method in class org.box2d.proto.Box2D.PbFilter
 
writeTo(CodedOutputStream) - Method in class org.box2d.proto.Box2D.PbFixture
 
writeTo(CodedOutputStream) - Method in class org.box2d.proto.Box2D.PbJoint
 
writeTo(CodedOutputStream) - Method in class org.box2d.proto.Box2D.PbShape
 
writeTo(CodedOutputStream) - Method in class org.box2d.proto.Box2D.PbVec2
 
writeTo(CodedOutputStream) - Method in class org.box2d.proto.Box2D.PbWorld
 
writeTo(OutputStream) - Method in interface org.jbox2d.serialization.SerializationResult
Writes the result to the given output stream.

X

x - Variable in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
Die x-Koordinate des linken unteren Ecks, an dem das Gitter im Engine-Alpha-Koordinatensystem verankert ist.
x - Variable in class org.jbox2d.common.Color3f
 
x - Variable in class org.jbox2d.common.Vec2
 
x - Variable in class org.jbox2d.common.Vec3
 
x - Variable in class pi.graphics.boxes.Box
Die x-Koordinate der linken oberen Ecke in Pixel.
x - Variable in class tetris.tetrominos.Tetromino
Die x-Koordinate des Tetrominos entspricht der Lage des ersten Blocks, also dem Block mit der Indexnummer 0 im Blockfeld.
x() - Method in class pi.actor.Actor
Gibt die x-Koordinate der linken unteren Ecke zurück.
x() - Method in class pi.dsa.graph.GraphNode
Gibt die x-Koordinate des Knotens in Meter zurück.
x() - Method in class pi.graphics.boxes.Box
Gibt die x-Koordinate der linken oberen Ecke in Pixel zurück.
x() - Method in record class pi.graphics.geom.Bounds
Gibt die X-Koordinate der unteren linken Ecke aus.
x() - Method in class pi.graphics.geom.Vector
Gibt den Bewegungsanteil in x-Richtung zurück.
x(double) - Method in class pi.actor.Actor
Setzt die x-Koordinate der Position des Objektes gänzlich neu auf der Zeichenebene.
x(double) - Method in class pi.graphics.geom.Vector
Gibt den Bewegungsanteil in x-Richtung als Ganzzahl zurück.
x(double, double) - Method in class pi.graphics.boxes.Box
Setzt die x-Koordinate der linken oberen Ecke in Meter.
x(int) - Method in class pi.graphics.boxes.Box
Setzt die x-Koordinate der linken oberen Ecke in Pixel.
X_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbVec2
 
xf - Variable in class org.jbox2d.dynamics.Body
The body origin transform.
xf0 - Variable in class org.jbox2d.dynamics.Body
The previous transform for particle simulation
xLeft() - Method in record class pi.graphics.geom.Bounds
Die x-Koordinate der linken Ecken.
xLeft(double) - Method in record class pi.graphics.geom.Bounds
Gibt die skalierte und gerundete linke x-Koordinate als Ganzzahl aus.
xRight() - Method in record class pi.graphics.geom.Bounds
Die x-Koordinate der rechten Ecken.

Y

y - Variable in class blockly_robot.robot.gui.map.CoordinateSystemTranslator
Die y-Koordinate des linken unteren Ecks, an dem das Gitter im Engine-Alpha-Koordinatensystem verankert ist.
y - Variable in class org.jbox2d.common.Color3f
 
y - Variable in class org.jbox2d.common.Vec2
 
y - Variable in class org.jbox2d.common.Vec3
 
y - Variable in class pi.graphics.boxes.Box
Die y-Koordinate der linken oberen Ecke in Pixel.
y - Variable in class tetris.tetrominos.Tetromino
Die y-Koordinate des Tetrominos entspricht der Lage des ersten Blocks, also dem Block mit der Indexnummer 0 im Blockfeld.
y() - Method in class pi.actor.Actor
Gibt die y-Koordinate der linken unteren Ecke zurück.
y() - Method in class pi.dsa.graph.GraphNode
Gibt die y-Koordinate des Knotens in Meter zurück.
y() - Method in class pi.graphics.boxes.Box
Gibt die y-Koordinate der linken oberen Ecke in Pixel zurück.
y() - Method in record class pi.graphics.geom.Bounds
Gibt die Y-Koordinate der unteren linken Ecke aus.
y() - Method in class pi.graphics.geom.Vector
Gibt den Bewegungsanteil in y-Richtung zurück.
y(double) - Method in class pi.actor.Actor
Setzt die y-Koordinate der Position des Objektes gänzlich neu auf der Zeichenebene.
y(double) - Method in class pi.graphics.geom.Vector
Gibt den Bewegungsanteil in y-Richtung multipliziert mit Pixel per Meter zurück.
y(double, double) - Method in class pi.graphics.boxes.Box
Setzt die y-Koordinate der linken oberen Ecke in Meter.
y(int) - Method in class pi.graphics.boxes.Box
Setzt die y-Koordinate der linken oberen Ecke in Pixel.
Y_FIELD_NUMBER - Static variable in class org.box2d.proto.Box2D.PbVec2
 
yBottom() - Method in record class pi.graphics.geom.Bounds
Die y-Koordinate der untern Ecken.
yBottom(double) - Method in record class pi.graphics.geom.Bounds
 
yellow() - Method in class pi.resources.color.ColorScheme
Gibt die Primärfarbe Gelb (englisch: yellow) zurück.
yellow(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Primärfarbe Gelb (englisch: yellow) durch Angabe des Rot-, Grün- und Blau-Anteils.
yellow(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Primärfarbe Gelb (englisch: yellow).
yellow(Object) - Static method in class pi.debug.AnsiColor
Wandelt ein Objekt in einen gelben Text um.
yellow(String) - Method in class pi.resources.color.ColorScheme
Setzt die Primärfarbe Gelb (englisch: yellow) in hexadezimaler Codierung (z.B.
YELLOW - Static variable in class pi.debug.AnsiColor
ANSI-Sequenz für gelbe Schrift.
yellowGreen() - Method in class pi.resources.color.ColorScheme
Gibt die Tertiärfarbe Gelb-Grün (englisch: yellow green) - eine Mischung aus Gelb und Grün - zurück.
yellowGreen(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Gelb-Grün (englisch: yellow green, Mischung aus Gelb und Grün) durch Angabe des Rot-, Grün- und Blau-Anteils.
yellowGreen(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Gelb-Grün (englisch: yellow green, Mischung aus Gelb und Grün).
yellowGreen(String) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Gelb-Grün (englisch: yellow green, Mischung aus Gelb und Grün) in hexadezimaler Codierung (z.
yellowOrange() - Method in class pi.resources.color.ColorScheme
Gibt die Tertiärfarbe Gelb-Orange (englisch: yellow orange) - eine Mischung aus Gelb und Orange - zurück.
yellowOrange(int, int, int) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Gelb-Orange (englisch: yellow orange, Mischung aus Gelb und Orange) durch Angabe des Rot-, Grün- und Blau-Anteils.
yellowOrange(Color) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Gelb-Orange (englisch: yellow orange, Mischung aus Gelb und Orange).
yellowOrange(String) - Method in class pi.resources.color.ColorScheme
Setzt die Tertiärfarbe Gelb-Orange (englisch: yellow orange, Mischung aus Gelb und Orange) in hexadezimaler Codierung (z.B.
yTop() - Method in record class pi.graphics.geom.Bounds
Die y-Koordinate der oberen Ecken.
yTop(double) - Method in record class pi.graphics.geom.Bounds
Gibt die skalierte und gerundete obere y-Koordinate als Ganzzahl aus.

Z

z - Variable in class org.jbox2d.common.Color3f
 
z - Variable in class org.jbox2d.common.Vec3
 
zero() - Method in class org.jbox2d.collision.ContactID
zeros out the data
zombieParticle - Static variable in class org.jbox2d.particle.ParticleType
removed after next step
ZOOM_IN - Enum constant in enum class org.jbox2d.testbed.framework.TestbedCamera.ZoomType
 
ZOOM_OUT - Enum constant in enum class org.jbox2d.testbed.framework.TestbedCamera.ZoomType
 
ZOOM_SCALE_DIFF - Static variable in class org.jbox2d.testbed.framework.TestbedTest
 
zoomChange() - Method in class pi.config.GraphicsConfig
Gibt zurück, um wie viel der Zoomfaktor der Kamera geändert werden soll.
zoomChange(double) - Method in class pi.config.GraphicsConfig
Setzt um wie viel der Zoomfaktor der Kamera geändert werden soll.
zoomIn() - Method in class pi.Camera
Die Kamera bewegt sich um den Standard-Zoomfaktor näher an das Spielfeld.
zoomIn(double) - Method in class pi.Camera
Die Kamera bewegt sich näher an das Spielfeld.
zoomOut() - Method in class pi.Camera
Die Kamera entfernt sich um den Standard-Zoomfaktor vom Spielfeld.
zoomOut(double) - Method in class pi.Camera
Die Kamera entfernt sich vom Spielfeld.
zoomToPoint(Vec2, TestbedCamera.ZoomType) - Method in class org.jbox2d.testbed.framework.TestbedCamera
Zooms the camera to a point on the screen.
zOrder - Variable in class blockly_robot.robot.data.model.ItemData
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form