Uses of Package
com.badlogic.gdx
-
Packages that use com.badlogic.gdx Package Description com.badlogic.gdx com.badlogic.gdx.files Platform independent wrappers for file handles and file streaming.com.badlogic.gdx.graphics com.badlogic.gdx.graphics.g3d.utils com.badlogic.gdx.graphics.glutils com.badlogic.gdx.graphics.profiling com.badlogic.gdx.input com.badlogic.gdx.net com.badlogic.gdx.scenes.scene2d -
Classes in com.badlogic.gdx used by com.badlogic.gdx Class Description Application AnApplicationis the main entry point of your project.Application.ApplicationType Enumeration of possibleApplicationtypesApplicationListener AnApplicationListeneris called when theApplicationis created, resumed, rendering, paused or destroyed.ApplicationLogger The ApplicationLogger provides an interface for a libGDX Application to log messages and exceptions.Audio This interface encapsulates the creation and management of audio resources.Files Provides standard access to the filesystem, classpath, Android app storage (internal and external), and Android assets directory.Files.FileType Indicates how to resolve a path to a file.Graphics This interface encapsulates communication with the graphics processor.Graphics.BufferFormat Class describing the bits per pixel, depth buffer precision, stencil precision and number of MSAA samples.Graphics.DisplayMode Describe a fullscreen display modeGraphics.GraphicsType Enumeration describing different types ofGraphicsimplementations.Graphics.Monitor Describes a monitorInput Interface to the input facilities.Input.OnscreenKeyboardType Input.Orientation Input.Peripheral Enumeration of potentially available peripherals.Input.TextInputListener Callback interface forInput.getTextInput(TextInputListener, String, String, String)Input.VibrationType InputProcessor An InputProcessor is used to receive input events from the keyboard and the touch screen (mouse on the desktop).LifecycleListener A LifecycleListener can be added to anApplicationviaApplication.addLifecycleListener(LifecycleListener).Net Provides methods to perform networking operations, such as simple HTTP get and post requests, and TCP server/client socket communication.Net.HttpRequest Contains getters and setters for the following parameters: httpMethod: GET or POST are most common, can useHttpMethodsfor static references url: the url headers: a map of the headers, setter can be called multiple times timeout: time spent trying to connect before giving up content: A string containing the data to be used when processing the HTTP request. Abstracts the concept of a HTTP Request:Net.HttpResponse HTTP response interface with methods to get the response data as a byte[], aStringor anInputStream.Net.HttpResponseListener Listener to be able to do custom logic once theNet.HttpResponseis ready to be processed, register it withNet.sendHttpRequest(HttpRequest, HttpResponseListener).Net.Protocol Preferences A Preference instance is a hash map holding different values.Screen Represents one of many application screens, such as a main menu, a settings menu, the game screen and so on. -
Classes in com.badlogic.gdx used by com.badlogic.gdx.files Class Description Files.FileType Indicates how to resolve a path to a file. -
Classes in com.badlogic.gdx used by com.badlogic.gdx.graphics Class Description Application AnApplicationis the main entry point of your project. -
Classes in com.badlogic.gdx used by com.badlogic.gdx.graphics.g3d.utils Class Description InputAdapter An adapter class forInputProcessor.InputProcessor An InputProcessor is used to receive input events from the keyboard and the touch screen (mouse on the desktop). -
Classes in com.badlogic.gdx used by com.badlogic.gdx.graphics.glutils Class Description Application AnApplicationis the main entry point of your project.Application.ApplicationType Enumeration of possibleApplicationtypes -
Classes in com.badlogic.gdx used by com.badlogic.gdx.graphics.profiling Class Description Graphics This interface encapsulates communication with the graphics processor. -
Classes in com.badlogic.gdx used by com.badlogic.gdx.input Class Description Input Interface to the input facilities.Input.OnscreenKeyboardType Input.Orientation Input.Peripheral Enumeration of potentially available peripherals.Input.TextInputListener Callback interface forInput.getTextInput(TextInputListener, String, String, String)Input.VibrationType InputAdapter An adapter class forInputProcessor.InputProcessor An InputProcessor is used to receive input events from the keyboard and the touch screen (mouse on the desktop). -
Classes in com.badlogic.gdx used by com.badlogic.gdx.net Class Description Net.HttpRequest Contains getters and setters for the following parameters: httpMethod: GET or POST are most common, can useHttpMethodsfor static references url: the url headers: a map of the headers, setter can be called multiple times timeout: time spent trying to connect before giving up content: A string containing the data to be used when processing the HTTP request. Abstracts the concept of a HTTP Request:Net.HttpResponseListener Listener to be able to do custom logic once theNet.HttpResponseis ready to be processed, register it withNet.sendHttpRequest(HttpRequest, HttpResponseListener).Net.Protocol -
Classes in com.badlogic.gdx used by com.badlogic.gdx.scenes.scene2d Class Description InputAdapter An adapter class forInputProcessor.InputProcessor An InputProcessor is used to receive input events from the keyboard and the touch screen (mouse on the desktop).