Uses of Class
pi.physics.FixtureData
Packages that use FixtureData
Package
Description
Enthält die Hauptklassen wie zum Beispiel
Controller oder
Scene.Jede Figur auf der Zeichenebene ist eine Unterklasse von
Actor.Klassen, die innerhalb der Engine als Middleware zwischen der externen
Physics-Engine
JBox2D-Projekt von
Daniel Murhpy und der Engine-API
fungieren.
-
Uses of FixtureData in pi
Constructor parameters in pi with type arguments of type FixtureDataModifierConstructorDescriptionRectangle(double width, double height, Supplier<FixtureData> shapeSupplier) Erzeugt ein Rechteck durch Angabe der Breite und Höhe. -
Uses of FixtureData in pi.actor
Method parameters in pi.actor with type arguments of type FixtureDataModifier and TypeMethodDescriptionfinal ActorActor.fixture(Supplier<FixtureData> fixtureSupplier) Setzt die Halterung (Fixture) der Figur neu in eine einzige alternative Halterung.final ActorActor.fixtures(Supplier<List<FixtureData>> fixturesSupplier) Ändert die Halterung (Fixture) dieses Objekts durch Angabe einer Liste.Constructor parameters in pi.actor with type arguments of type FixtureDataModifierConstructorDescriptionActor(Supplier<FixtureData> defaultFixtureSupplier) Erstellt ein neue Figur.Geometry(Supplier<FixtureData> fixtureSupplier) Konstruktor.Rectangle(double width, double height, Supplier<FixtureData> shapeSupplier) Erzeugt ein Rechteck durch Angabe der Breite und Höhe. -
Uses of FixtureData in pi.physics
Methods in pi.physics that return FixtureDataModifier and TypeMethodDescriptionstatic FixtureDataFixtureBuilder.circle(double mx, double my, double radius) Erschafft eine kreisförmige Form.static FixtureDataErstellt die Umrissdaten, die eine Linie bzw. eine Kante zwischen zwei Punkten darstellen.static FixtureDataErstellt eine polygonale Form.static FixtureDataFixtureBuilder.rectangle(double width, double height) Erstellt eine einfache rechteckige Form.Methods in pi.physics that return types with arguments of type FixtureDataModifier and TypeMethodDescriptionstatic Supplier<List<FixtureData>>PhysicsData.extractFixturesFromBody(de.pirckheimer_gymnasium.jbox2d.dynamics.Body body) PhysicsData.fixtures()static Supplier<List<FixtureData>>FixtureBuilder.fromString(String code) Erstellt einen Supplier für Halterungen (Fixture) basierend auf einer Zeichenkette.Method parameters in pi.physics with type arguments of type FixtureDataModifier and TypeMethodDescriptionvoidBodyHandler.fixtures(Supplier<List<FixtureData>> fixtures) voidNullHandler.fixtures(Supplier<List<FixtureData>> shapes) voidPhysicsData.fixtures(Supplier<List<FixtureData>> fixtures) Constructor parameters in pi.physics with type arguments of type FixtureDataModifierConstructorDescriptionPhysicsData(Supplier<List<FixtureData>> fixtures) Default-Konstruktor erstellt ein Proxydatenset mit Standardwerten.