Index

A B C D E F G H I J K L M N O P R S T U V W X 
All Classes|All Packages

A

abs(float[]) - Static method in class net.dermetfan.utils.math.MathUtils
 
abs(float[], int, int) - Static method in class net.dermetfan.utils.math.MathUtils
 
abs(Vector2) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
abs(Vector3) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
abs(FloatArray) - Static method in class net.dermetfan.gdx.math.MathUtils
 
act(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
act(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
changes CircularGroup.angleOffset according to CircularGroup.DragManager.velocity and reduces CircularGroup.DragManager.velocity according to CircularGroup.DragManager.deceleration
act(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
Adapter() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.Modifier.Adapter
 
Adapter() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.Behavior.Adapter
 
add(float[], float) - Static method in class net.dermetfan.utils.math.MathUtils
 
add(float[], float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
add(float[], int, int, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
add(float[], int, int, float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
add(FileHandle) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
add(Array<Vector2>, float, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
add(FloatArray, float) - Static method in class net.dermetfan.gdx.math.MathUtils
 
add(FloatArray, float, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
add(JigsawPuzzle.Piece) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle
 
add(T) - Method in class net.dermetfan.gdx.Multiplexer
 
addAtStageCoordinates(Actor, Group) - Static method in class net.dermetfan.gdx.scenes.scene2d.Scene2DUtils
Adds the given Actor to the given Group at the coordinates relative to the Stage.
AddToStageBehavior() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.AddToStageBehavior
 
addX(float[], float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
addX(float[], int, int, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
addX(FloatArray, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
addY(float[], float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
addY(float[], int, int, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
addY(FloatArray, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
align(float, float, int) - Static method in class net.dermetfan.gdx.scenes.scene2d.Scene2DUtils
 
AlignedOffsetPosition(int) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.AlignedOffsetPosition
 
AlignPosition(int, int) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.AlignPosition
 
AlignSlot(int) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.AlignSlot
 
amplitude2(float[]) - Static method in class net.dermetfan.utils.math.MathUtils
 
amplitude2(float[], int, int) - Static method in class net.dermetfan.utils.math.MathUtils
 
amplitude2(FloatArray) - Static method in class net.dermetfan.gdx.math.MathUtils
 
anchorOffset(Vector2, Actor, int, int, CircularGroup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.Modifier.Adapter
 
anchorOffset(Vector2, Actor, int, int, CircularGroup) - Method in interface net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.Modifier
 
angle(float, Actor, int, int, CircularGroup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.Modifier.Adapter
 
angle(float, Actor, int, int, CircularGroup) - Method in interface net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.Modifier
 
AnimatedSprite - Class in net.dermetfan.gdx.graphics.g2d
An AnimatedSprite holds an Animation and sets the Texture of its super type Sprite to the correct one according to the information in the Animation.
Usage:
AnimatedSprite(Animation<TextureRegion>) - Constructor for class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
creates a new AnimatedSprite with the given Animation
animateLayer(TiledMapTile[], TiledMapTileLayer, String, String, String, float) - Static method in class net.dermetfan.gdx.maps.tiled.TileAnimator
animates the tiles that have the animationKey in the target layer
animateLayer(TiledMapTileSet, TiledMapTileLayer, String, String, String, float) - Static method in class net.dermetfan.gdx.maps.tiled.TileAnimator
 
animateLayer(ObjectMap<String, Array<StaticTiledMapTile>>, TiledMapTileLayer, String, String, float) - Static method in class net.dermetfan.gdx.maps.tiled.TileAnimator
animates the target layer using the given animations
AnnotationAssetManager - Class in net.dermetfan.gdx.assets
an AssetManager that loads assets from annotated fields and methods using reflection
AnnotationAssetManager() - Constructor for class net.dermetfan.gdx.assets.AnnotationAssetManager
 
AnnotationAssetManager(FileHandleResolver) - Constructor for class net.dermetfan.gdx.assets.AnnotationAssetManager
 
AnnotationAssetManager(FileHandleResolver, boolean) - Constructor for class net.dermetfan.gdx.assets.AnnotationAssetManager
 
AnnotationAssetManager.Asset - Annotation Type in net.dermetfan.gdx.assets
Provides information about assets that fields or methods represent.
append(CharSequence) - Method in class net.dermetfan.utils.Appender
 
append(CharSequence, float) - Method in class net.dermetfan.utils.Appender
 
append(CharSequence, CharSequence) - Static method in class net.dermetfan.utils.Appender
 
Appender - Class in net.dermetfan.utils
Appends its Appender.appendices to a CharSequence.
Appender(CharSequence[], float) - Constructor for class net.dermetfan.utils.Appender
instantiates a new Appender with the same duration for each appendix
Appender(CharSequence[], float[]) - Constructor for class net.dermetfan.utils.Appender
 
Appender(CharSequence, float) - Constructor for class net.dermetfan.utils.Appender
instantiates a new Appender with both Appender.appendices and Appender.durations being 1 in length with the given value
appendixAt(float) - Method in class net.dermetfan.utils.Appender
 
appendixAt(float, CharSequence[], float[]) - Static method in class net.dermetfan.utils.Appender
the appendix from appendices at the given time in durations
apply(A) - Method in interface net.dermetfan.utils.Function
 
apply(A1, A2) - Method in interface net.dermetfan.utils.BiFunction
 
apply(Event, Actor) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.AlignedOffsetPosition
 
apply(Event, Actor) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.AlignPosition
 
apply(Event, Actor) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.EventPosition
 
apply(Event, Actor) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.OffsetPosition
 
apply(Event, Actor) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PointerPosition
 
apply(Event, Actor) - Method in interface net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.Position
 
apply(Event, Actor) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PositionMultiplexer
 
apply(Event, Actor) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PresetPosition
 
approachZero(float, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
area(Vector2, Vector2, Vector2) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer
 
areVerticesClockwise(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
areVerticesClockwise(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
areVerticesClockwise(Polygon) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
areVerticesClockwise(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
areVerticesClockwise(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
arrangeConvexPolygon(float[], boolean) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
arrangeConvexPolygon(float[], int, int, boolean) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
arrangeConvexPolygon(FloatArray, boolean) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
ArrayPool<T> - Class in net.dermetfan.gdx.utils
pools arrays by their size
ArrayPool(int, int) - Constructor for class net.dermetfan.gdx.utils.ArrayPool
 
ArrayPools - Class in net.dermetfan.gdx.utils
stores a map of ArrayPools (usually ReflectionArrayPool) for convenient static access
ArrayUtils - Class in net.dermetfan.gdx.utils
array utility methods
ArrayUtils - Class in net.dermetfan.utils
array utility methods
ArrayUtils() - Constructor for class net.dermetfan.gdx.utils.ArrayUtils
 
ArrayUtils() - Constructor for class net.dermetfan.utils.ArrayUtils
 

B

backButtonListener - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
goes back to the previous ListFileChooser.directory
backButtonStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
the styles of the buttons
background - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
optional
background - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser.Style
optional
Base64 - net.dermetfan.gdx.maps.tiled.TmxMapWriter.Format
 
Base64Gzip - net.dermetfan.gdx.maps.tiled.TmxMapWriter.Format
 
Base64Zlib - net.dermetfan.gdx.maps.tiled.TmxMapWriter.Format
 
BayazitDecomposer - Class in net.dermetfan.gdx.math
Taken from Aurelien Ribon's Physics Body Editor

Convex decomposition algorithm created by Mark Bayazit more information about this algorithm
BayazitDecomposer() - Constructor for class net.dermetfan.gdx.math.BayazitDecomposer
 
BayazitDecomposer.SimplifyTools - Class in net.dermetfan.gdx.math
 
BehaviorMultiplexer() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.BehaviorMultiplexer
 
BehaviorMultiplexer(int) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.BehaviorMultiplexer
 
BehaviorMultiplexer(Array<Popup.Behavior>) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.BehaviorMultiplexer
 
BehaviorMultiplexer(Popup.Behavior...) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.BehaviorMultiplexer
 
between(float, float, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
between(float, float, float, boolean) - Static method in class net.dermetfan.utils.math.MathUtils
min and max will be swapped if they are given in the wrong order
between(float, float, float, float, float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
between(float, float, float, float, float, float, boolean) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
between(Vector2, Vector2, Vector2) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
between(Vector2, Vector2, Vector2, boolean) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
BiFunction<A1,​A2,​R> - Interface in net.dermetfan.utils
A basic rip-off of BiFunction from Java 8.
box(boolean[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
box(float[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
box(int[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
build() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
override this to build widgets in an implementation
build() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
Override this if you want to adjust the layout.
build() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
buildWidgets() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
Override this if you want to adjust all the Widgets.
buildWidgets() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
builds TreeFileChooser.chooseButton, TreeFileChooser.cancelButtonListener, TreeFileChooser.tree, TreeFileChooser.treePane

C

cancel() - Method in interface net.dermetfan.gdx.scenes.scene2d.ui.FileChooser.Listener
Called when choosing one or more files was cancelled
cancelButtonListener - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
cancelButtonListener - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
Listener for TreeFileChooser.cancelButton.
cancelButtonStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
the styles of the buttons
cancelButtonStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser.Style
the button styles
cancelNotOn(InputEvent.Type) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
cancelOn(InputEvent.Type) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
CharSequenceInterpolator - Class in net.dermetfan.gdx
Interpolates the endIndex of a subSequence of a CharSequence by CharSequenceInterpolator.time and CharSequenceInterpolator.charsPerSecond.
CharSequenceInterpolator(float) - Constructor for class net.dermetfan.gdx.CharSequenceInterpolator
 
charsPerSecondFor(float, int) - Static method in class net.dermetfan.gdx.CharSequenceInterpolator
 
checkRegion(float[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
checkRegion(int[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
checkRegion(Object[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
choose(FileHandle) - Method in interface net.dermetfan.gdx.scenes.scene2d.ui.FileChooser.Listener
called when a single file was chosen
choose(Array<FileHandle>) - Method in interface net.dermetfan.gdx.scenes.scene2d.ui.FileChooser.Listener
Called when multiple files were chosen.
chooseButtonListener - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
chooses the selected file in from the ListFileChooser.contents
chooseButtonListener - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
Listener for TreeFileChooser.chooseButton.
chooseButtonStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
the styles of the buttons
CircularGroup - Class in net.dermetfan.gdx.scenes.scene2d.ui
a group that aligns its children in a circle
CircularGroup() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
CircularGroup(boolean) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
CircularGroup(CircularGroup.Modifier) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
CircularGroup(CircularGroup.Modifier, boolean) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
CircularGroup.DragManager - Class in net.dermetfan.gdx.scenes.scene2d.ui
manages dragging and velocity of its enclosing CircularGroup instance
CircularGroup.Modifier - Interface in net.dermetfan.gdx.scenes.scene2d.ui
 
CircularGroup.Modifier.Adapter - Class in net.dermetfan.gdx.scenes.scene2d.ui
Use this if you only want to override some of CircularGroup.Modifier's methods.
clamp(float[], float, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
clamp(float[], int, int, float, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
clamp(float, float, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
clamp(int, int, int) - Static method in class net.dermetfan.utils.math.MathUtils
 
clamp(FloatArray, float, float) - Static method in class net.dermetfan.gdx.math.MathUtils
 
clear() - Method in class net.dermetfan.gdx.Multiplexer
 
clear() - Method in class net.dermetfan.gdx.utils.ArrayPool
 
clear() - Method in class net.dermetfan.gdx.utils.FloatArrayPool
 
clear() - Method in class net.dermetfan.gdx.utils.IntArrayPool
 
clear() - Method in class net.dermetfan.utils.Pair
sets Pair.key and Pair.value to null
clearKey() - Method in class net.dermetfan.utils.Pair
sets Pair.key null
clearValue() - Method in class net.dermetfan.utils.Pair
sets Pair.value null
clip(float[], float[], FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
clip(float[], int, int, float[], int, int, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
an implementation of the Sutherland-Hodgman algorithm
closePoints(float, float, float, float[], int, int, float[], int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
closePoints(float, float, float, float, float[], int, int, float[], int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
collinear(Vector2, Vector2, Vector2, float) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer.SimplifyTools
 
collinearSimplify(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer.SimplifyTools
Removes all collinear points on the polygon.
collinearSimplify(Array<Vector2>, float) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer.SimplifyTools
Removes all collinear points on the polygon.
computeSize() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
computes CircularGroup.cachedMinWidth, CircularGroup.cachedMinHeight, CircularGroup.cachedPrefWidth and CircularGroup.cachedPrefHeight
contains(Array, EventListener, boolean) - Static method in class net.dermetfan.gdx.scenes.scene2d.EventMultiplexer
recurses into EventMultiplexers
contains(T[], T2[], boolean) - Static method in class net.dermetfan.utils.ArrayUtils
 
contains(T[], T, boolean) - Static method in class net.dermetfan.utils.ArrayUtils
 
containsAny(T[], T2[], boolean) - Static method in class net.dermetfan.utils.ArrayUtils
 
contentsListener - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
enables/disables ListFileChooser.chooseButton and ListFileChooser.openButton
contentsPaneStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
optional
contentsStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
the style of ListFileChooser.contents
convexPartition(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer
Decompose the polygon into several smaller non-concave polygon.
copy(Event, Event) - Static method in class net.dermetfan.gdx.scenes.scene2d.Scene2DUtils
 
copy(InputEvent, InputEvent) - Static method in class net.dermetfan.gdx.scenes.scene2d.Scene2DUtils
 
count(char, String) - Static method in class net.dermetfan.utils.StringUtils
 
count(char, String, int, int) - Static method in class net.dermetfan.utils.StringUtils
 
count(int, String) - Static method in class net.dermetfan.utils.StringUtils
 
count(int, String, int, int) - Static method in class net.dermetfan.utils.StringUtils
 
count(String, String) - Static method in class net.dermetfan.utils.StringUtils
same as count without overlapping occurrences
count(String, String, boolean) - Static method in class net.dermetfan.utils.StringUtils
 
count(String, String, int, int) - Static method in class net.dermetfan.utils.StringUtils
same as count without overlapping occurrences
count(String, String, int, int, boolean) - Static method in class net.dermetfan.utils.StringUtils
 
createAssetDescriptor(Field) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
createAssetDescriptor(Field, Object) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
createAssetDescriptor(Method) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
createAssetDescriptor(Method, Object) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
cross(Vector2, float) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer
 
cross(Vector2, Vector2) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer.SimplifyTools
 
crossSum(int) - Static method in class net.dermetfan.utils.math.MathUtils
 
CSV - net.dermetfan.gdx.maps.tiled.TmxMapWriter.Format
 
currentlySelected() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
CutsceneManager - Class in net.dermetfan.gdx
Manages Cutscenes
CutsceneManager() - Constructor for class net.dermetfan.gdx.CutsceneManager
 
CutsceneManager.Cutscene - Interface in net.dermetfan.gdx
 

D

decompose(float[]) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
decompose(float[], int, int) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
depth(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
depth(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
depth(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
det(float, float, float, float, float, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
diamondSquare(int, float, float, boolean, boolean, boolean, float, int, int) - Static method in class net.dermetfan.utils.math.Noise
 
diamondSquare(int, float, float, boolean, boolean, float, int, int) - Static method in class net.dermetfan.utils.math.Noise
 
diamondSquare(int, float, float, boolean, boolean, int, int) - Static method in class net.dermetfan.utils.math.Noise
 
diamondSquare(int, float, float, boolean, boolean, Function<Pair<Float, Float>, Float>, int, int) - Static method in class net.dermetfan.utils.math.Noise
 
dirtyIndicator() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
forces the ScrollPaneSnapAction.indicator to be notified next time act is called
distance(float, float, float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
distance2(float, float, float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
div(float[], float) - Static method in class net.dermetfan.utils.math.MathUtils
 
div(float[], float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
div(float[], int, int, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
div(float[], int, int, float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
div(FloatArray, float) - Static method in class net.dermetfan.gdx.math.MathUtils
 
div(FloatArray, float, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
divX(float[], float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
divX(float[], int, int, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
divX(FloatArray, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
divY(float[], float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
divY(float[], int, int, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
divY(FloatArray, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
douglasPeuckerSimplify(Array<Vector2>, float) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer.SimplifyTools
Ramer-Douglas-Peucker polygon simplification algorithm.
drag(InputEvent, float, float, int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
drag(DragAndDrop.Source, DragAndDrop.Payload, float, float, int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Target
 
dragStart(InputEvent, float, float, int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
dragStart(InputEvent, float, float, int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Source
 
dragStop(InputEvent, float, float, int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
dragStop(InputEvent, float, float, int, DragAndDrop.Payload, DragAndDrop.Target) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Source
 
draw(Batch) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
Draws this AnimatedSprite.
draw(Batch, float, float, float, float) - Method in class net.dermetfan.gdx.scenes.scene2d.utils.PolygonRegionDrawable
 
draw(Batch, float, float, float, float, float, float, float, float, float) - Method in class net.dermetfan.gdx.scenes.scene2d.utils.PolygonRegionDrawable
 
drawDebug(ShapeRenderer) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
drop(DragAndDrop.Source, DragAndDrop.Payload, float, float, int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Target
 
DualIntMap<V> - Class in net.dermetfan.gdx.utils
an IntMap and ObjectIntMap holding each others contents in reverse for fast retrieval of both keys and values
DualIntMap() - Constructor for class net.dermetfan.gdx.utils.DualIntMap
 
DualIntMap(int) - Constructor for class net.dermetfan.gdx.utils.DualIntMap
 
DualIntMap(int, float) - Constructor for class net.dermetfan.gdx.utils.DualIntMap
 
DualIntMap(IntMap<V>) - Constructor for class net.dermetfan.gdx.utils.DualIntMap
 
DualIntMap(DualIntMap<V>) - Constructor for class net.dermetfan.gdx.utils.DualIntMap
 
DualObjectMap<K,​V> - Class in net.dermetfan.gdx.utils
Two ObjectMaps holding each other's contents in reverse for fast retrieval of both keys and values.
DualObjectMap() - Constructor for class net.dermetfan.gdx.utils.DualObjectMap
 
DualObjectMap(int) - Constructor for class net.dermetfan.gdx.utils.DualObjectMap
 
DualObjectMap(int, float) - Constructor for class net.dermetfan.gdx.utils.DualObjectMap
 
DualObjectMap(ObjectMap<K, V>) - Constructor for class net.dermetfan.gdx.utils.DualObjectMap
 
DualObjectMap(DualObjectMap<K, V>) - Constructor for class net.dermetfan.gdx.utils.DualObjectMap
 
duration(int, float) - Static method in class net.dermetfan.gdx.CharSequenceInterpolator
 

E

elementAtSum(float, float[], T[]) - Static method in class net.dermetfan.utils.math.MathUtils
 
elementAtSum(float, float[], T[], int, int, int, int) - Static method in class net.dermetfan.utils.math.MathUtils
 
end() - Method in interface net.dermetfan.gdx.CutsceneManager.Cutscene
end(CutsceneManager.Cutscene) - Method in class net.dermetfan.gdx.CutsceneManager
removes a CutsceneManager.Cutscene from the CutsceneManager.cutscenes and calls end() on it
EPSILON - Static variable in class net.dermetfan.gdx.math.BayazitDecomposer
 
equals(Object) - Method in class net.dermetfan.utils.Pair
if the given object is a Pair instance, equals comparison will be used on key and value
equalsAny(Object, Object[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
equalsAny(Object, Object[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
equalsAny(T, Array<T>) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
EventMultiplexer - Class in net.dermetfan.gdx.scenes.scene2d
an EventListener that notifies an array of other EventListeners
EventMultiplexer(EventListener...) - Constructor for class net.dermetfan.gdx.scenes.scene2d.EventMultiplexer
 
EventMultiplexer(Array<EventListener>) - Constructor for class net.dermetfan.gdx.scenes.scene2d.EventMultiplexer
 
EventPosition() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.EventPosition
 

F

factorial(float) - Static method in class net.dermetfan.utils.math.MathUtils
 
factorial(int) - Static method in class net.dermetfan.utils.math.MathUtils
FadeBehavior() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
creates a FadeBehavior with the default values
FadeBehavior(float) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
FadeBehavior(float, float) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
FadeBehavior(float, float, Interpolation, Interpolation) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
FadeBehavior(float, Interpolation) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
FadeBehavior(Interpolation) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
FadeBehavior(Interpolation, Interpolation) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
FileChooser - Class in net.dermetfan.gdx.scenes.scene2d.ui
base class for file choosers
FileChooser(FileChooser.Listener) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
 
FileChooser.Listener - Interface in net.dermetfan.gdx.scenes.scene2d.ui
called by a ListFileChooser
fileNode(FileHandle, Label.LabelStyle) - Static method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
fileNode(FileHandle, Label.LabelStyle, Function<Tree.Node, Void>) - Static method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
fileNode(FileHandle, FileFilter, Label.LabelStyle) - Static method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
fileNode(FileHandle, FileFilter, Label.LabelStyle, Function<Tree.Node, Void>) - Static method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
passes an Accessor that creates labels representing the file name (with slash if it's a folder) using the given label style to TreeFileChooser.fileNode(FileHandle, FileFilter, net.dermetfan.utils.Function, net.dermetfan.utils.Function) (labelSupplier)
fileNode(FileHandle, FileFilter, Function<FileHandle, Label>) - Static method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
fileNode(FileHandle, FileFilter, Function<FileHandle, Label>, Function<Tree.Node, Void>) - Static method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
creates an anonymous subclass of Tree.Node that recursively adds the children of the given file to it when being expanded for the first time
filterFrames(TiledMapTile[], String) - Static method in class net.dermetfan.gdx.maps.tiled.TileAnimator
filters the tiles that are frames
filterW(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterW(float[], float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterW(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterW(float[], int, int, float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterW(float[], int, int, float[], int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterW(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterW(FloatArray, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterX(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterX(float[], float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterX(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterX(float[], int, int, float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterX(float[], int, int, float[], int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterX(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterX(Array<Vector2>, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterX(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterX(FloatArray, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterX3D(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterX3D(FloatArray, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterY(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterY(float[], float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterY(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterY(float[], int, int, float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterY(float[], int, int, float[], int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterY(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterY(Array<Vector2>, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterY(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterY(FloatArray, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterY3D(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterY3D(FloatArray, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterZ(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterZ(float[], float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterZ(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterZ(float[], int, int, float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterZ(float[], int, int, float[], int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
filterZ(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
filterZ(FloatArray, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
findClosest(JigsawPuzzle.Piece) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle
Deprecated.
no known use case
findClosestSlot(Vector2) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
findProperty(String, T, MapProperties...) - Static method in class net.dermetfan.gdx.maps.MapUtils
Finds a property in an array of MapProperties.
flipFrames(boolean, boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
flips all frames
flipFrames(boolean, boolean, boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
flips all frames
flipFrames(float, float, boolean, boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
flipFrames(float, float, boolean, boolean, boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
Flips all frames from startTime to endTime.
FloatArrayPool - Class in net.dermetfan.gdx.utils
pools arrays by their size
FloatArrayPool(int, int) - Constructor for class net.dermetfan.gdx.utils.FloatArrayPool
 
floatEquals(float, float) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer
 
floatInRange(float, float, float) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer.SimplifyTools
 
free(float[]) - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
free(float[]) - Method in class net.dermetfan.gdx.utils.FloatArrayPool
 
free(int[]) - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
free(int[]) - Method in class net.dermetfan.gdx.utils.IntArrayPool
 
free(T[]) - Method in class net.dermetfan.gdx.utils.ArrayPool
 
free(T[]) - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
Function<A,​R> - Interface in net.dermetfan.utils
A basic rip-off of Function from Java 8.

G

GeometryUtils - Class in net.dermetfan.gdx.math
Provides some useful methods for geometric calculations.
GeometryUtils - Class in net.dermetfan.utils.math
geometric calculation utility methods
GeometryUtils() - Constructor for class net.dermetfan.gdx.math.GeometryUtils
 
GeometryUtils() - Constructor for class net.dermetfan.utils.math.GeometryUtils
 
get() - Method in class net.dermetfan.utils.LazyFinal
 
get(Class<T>) - Static method in class net.dermetfan.gdx.utils.ArrayPools
calls ArrayPools.get(Class, int, int) with a max size of -1 (no max size) and a maxEach size of 100
get(Class<T>, int, int) - Static method in class net.dermetfan.gdx.utils.ArrayPools
note the max and maxEach sizes are ignored if this is not the first time this pool has been requested
get(String) - Static method in class net.dermetfan.gdx.math.InterpolationUtils
Retrieves one of the default Interpolation objects by name using reflection.
getAction() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.SnapEvent
 
getAlign() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.AlignedOffsetPosition
 
getAlign() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.AlignPosition
 
getAlign() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.AlignSlot
 
getAnchorX() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
getAnchorY() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
getAngleOffset() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
getAnimation() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
getAppender() - Method in class net.dermetfan.gdx.Typewriter
 
getAppendices() - Method in class net.dermetfan.utils.Appender
 
getAssetLoaderParameters(Field) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
getAssetLoaderParameters(Field, Object) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
getAssetLoaderParameters(Method) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
getAssetLoaderParameters(Method, Object) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
getAssetPath(Field) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
getAssetPath(Field, Object) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
getAssetPath(Method) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
getAssetPath(Method, Object) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
getAssetType(Field) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
getAssetType(Field, Object) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
getAssetType(Method) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
getAssetType(Method, Object) - Static method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
getBackButton() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
getBehavior() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup
 
getCancelButton() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
getCancelButton() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
getCancelEvents() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
getCharsPerSecond() - Method in class net.dermetfan.gdx.CharSequenceInterpolator
 
getCharsPerSecond() - Method in class net.dermetfan.gdx.Typewriter
 
getChooseButton() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
getChooseButton() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
getContents() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
getContentsPane() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
getCutscenes() - Method in class net.dermetfan.gdx.CutsceneManager
 
getDeceleration() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
getDirectory() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
getDragAndDrop() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Source
 
getDragManager() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
getDurations() - Method in class net.dermetfan.utils.Appender
 
getFadeInDuration() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
getFadeInInterpolation() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
getFadeOutDuration() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
getFadeOutInterpolation() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
getFileFilter() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
 
getFileHistory() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
getFloats() - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
getFloats() - Static method in class net.dermetfan.utils.math.GeometryUtils
 
getFloats(int, int) - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
getFree(int) - Method in class net.dermetfan.gdx.utils.ArrayPool
 
getFree(int) - Method in class net.dermetfan.gdx.utils.FloatArrayPool
 
getFree(int) - Method in class net.dermetfan.gdx.utils.IntArrayPool
 
getFullAngle() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
getHandlingFileFilter() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
 
getHideDelay() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
getHideEvents() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
getIndex() - Method in class net.dermetfan.utils.Appender
 
getIndicator() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
getInterpolation() - Method in class net.dermetfan.gdx.CharSequenceInterpolator
 
getInterpolator() - Method in class net.dermetfan.gdx.Typewriter
 
getInts() - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
getInts(int, int) - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
getKey() - Method in class net.dermetfan.utils.Pair
 
getKey(V) - Method in class net.dermetfan.gdx.utils.DualObjectMap
 
getKey(V, int) - Method in class net.dermetfan.gdx.utils.DualIntMap
 
getKeyToValue() - Method in class net.dermetfan.gdx.utils.DualIntMap
 
getKeyToValue() - Method in class net.dermetfan.gdx.utils.DualObjectMap
 
getLayerHeight() - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
getListener() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
 
getMaxAbsDelta() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
getMaxAngleOffset() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
getMinAngleOffset() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
getMinHeight() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
does not take rotation into account
getMinWidth() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
does not take rotation into account
getModifier() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
getMoveBackDuration() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Source
 
getOpenButton() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
getParentButton() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
getPathField() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
getPieces() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle
 
getPointer() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PointerPosition
 
getPolygonHeight() - Method in class net.dermetfan.gdx.scenes.scene2d.utils.PolygonRegionDrawable
 
getPolygonWidth() - Method in class net.dermetfan.gdx.scenes.scene2d.utils.PolygonRegionDrawable
 
getPolygonX() - Method in class net.dermetfan.gdx.scenes.scene2d.utils.PolygonRegionDrawable
 
getPolygonY() - Method in class net.dermetfan.gdx.scenes.scene2d.utils.PolygonRegionDrawable
 
getPopup() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup
 
getPosition() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior
 
getPrefHeight() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
getPrefWidth() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
getProperty(MapProperties, String, T) - Static method in class net.dermetfan.gdx.maps.MapUtils
Makes sure the return value is of the desired type (null-safe).
getPuzzle() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Source
 
getPuzzle() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Target
 
getRandom() - Static method in class net.dermetfan.utils.math.Noise
 
getReceivers() - Method in class net.dermetfan.gdx.Multiplexer
 
getRegion() - Method in class net.dermetfan.gdx.scenes.scene2d.utils.PolygonRegionDrawable
 
getRepeated(float[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
getRepeated(int[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
getRepeated(Array<T>, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
getRepeated(FloatArray, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
getRepeated(IntArray, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
getRepeated(T[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
getScrollPane() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.SnapEvent
 
getSeed() - Static method in class net.dermetfan.utils.math.Noise
 
getShowButtons() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.MenuBehavior
 
getShowDelay() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
getShowEvents() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
getSlot(Actor, Vector2) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.AlignSlot
 
getSlot(Actor, Vector2) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.Slot
 
getSlot(Actor, Vector2) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.ValueSlot
 
getSlots() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
getSlotX() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Piece
 
getSlotX() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.SnapEvent
 
getSlotY() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Piece
 
getSlotY() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.SnapEvent
 
getSnappedSlotX() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
getSnappedSlotY() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
getStyle() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
getStyle() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
getTargetAlign() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.AlignPosition
 
getTargetPopupCancelEvents() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
getTargetPopupHideEvents() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
getTargetPopupShowEvents() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
getTime() - Method in class net.dermetfan.gdx.CharSequenceInterpolator
 
getTime() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
getTime() - Method in class net.dermetfan.gdx.Typewriter
 
getTime() - Method in class net.dermetfan.utils.Appender
 
getTolerance() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Target
 
getTree() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
getTreePane() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
getType() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.SnapEvent
 
getValue() - Method in class net.dermetfan.utils.Pair
 
getValue(int) - Method in class net.dermetfan.gdx.utils.DualIntMap
 
getValue(K) - Method in class net.dermetfan.gdx.utils.DualObjectMap
 
getValueToKey() - Method in class net.dermetfan.gdx.utils.DualIntMap
 
getValueToKey() - Method in class net.dermetfan.gdx.utils.DualObjectMap
 
getValueX() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.ValueSlot
 
getValueY() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.ValueSlot
 
getVelocity() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
getX() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.OffsetPosition
 
getX() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PresetPosition
 
getY() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.OffsetPosition
 
getY() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PresetPosition
 

H

handle(Event) - Method in class net.dermetfan.gdx.scenes.scene2d.EventMultiplexer
 
handle(Event) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup
 
handle(Event) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.Slot
calls reportSlot if the event is a ScrollPaneSnapAction.SlotSearchEvent
handle(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.Behavior.Adapter
 
handle(Event, Popup) - Method in interface net.dermetfan.gdx.scenes.scene2d.ui.Popup.Behavior
 
handle(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.BehaviorMultiplexer
Calls Popup.Behavior.handle(Event, Popup) on all Behaviors in order and returns the first returned non-null Reaction if it handles the event.
handle(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.MenuBehavior
Shows on Popup.MenuBehavior.showButtons click and menu key press.
handle(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
handle(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior.TooltipPositionBehavior
 
Handle - net.dermetfan.gdx.scenes.scene2d.ui.Popup.Reaction
 
handles - Variable in enum net.dermetfan.gdx.scenes.scene2d.ui.Popup.Reaction
whether this Reaction handles the Event
handlingFileFilter - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
determines if a file should be shown taking FileChooser.fileFilter and FileChooser.showHidden into account
hashCode() - Method in class net.dermetfan.utils.Pair
 
hasKey() - Method in class net.dermetfan.utils.Pair
 
hasValue() - Method in class net.dermetfan.utils.Pair
 
height(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
height(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
height(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
height(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
hide() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup
 
hide(Event) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup
Makes the Popup.popup invisible.
hide(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.Behavior.Adapter
 
hide(Event, Popup) - Method in interface net.dermetfan.gdx.scenes.scene2d.ui.Popup.Behavior
 
hide(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.BehaviorMultiplexer
 
hide(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
hide(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.VisibilityBehavior
calls setVisible(false) on the Popup.popup
Hide - net.dermetfan.gdx.scenes.scene2d.ui.Popup.Reaction
HideHandle - net.dermetfan.gdx.scenes.scene2d.ui.Popup.Reaction
 
hideNotOn(InputEvent.Type) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
hideOn(InputEvent.Type) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
hit(float, float, boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Piece
 

I

In - net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.SnapEvent.Type
the slot was snapped into
indicate(ScrollPaneSnapAction, int, int, float) - Method in interface net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.Indicator
Called by act if the visual scroll amount changed.
init() - Method in interface net.dermetfan.gdx.CutsceneManager.Cutscene
init(T) - Method in class net.dermetfan.utils.LazyFinal
 
IntArrayPool - Class in net.dermetfan.gdx.utils
pools arrays by their size
IntArrayPool(int, int) - Constructor for class net.dermetfan.gdx.utils.IntArrayPool
 
interpolate(CharSequence) - Method in class net.dermetfan.gdx.CharSequenceInterpolator
 
interpolate(CharSequence, float, float, int, int, Interpolation) - Static method in class net.dermetfan.gdx.CharSequenceInterpolator
 
interpolate(CharSequence, float, float, Interpolation) - Static method in class net.dermetfan.gdx.CharSequenceInterpolator
 
InterpolationUtils - Class in net.dermetfan.gdx.math
useful methods regarding Interpolations
InterpolationUtils() - Constructor for class net.dermetfan.gdx.math.InterpolationUtils
 
intersectSegmentConvexPolygon(float, float, float, float, float[], int, int, Vector2, Vector2) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
intersectSegmentConvexPolygon(float, float, float, float, float[], Vector2, Vector2) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
intersectSegmentConvexPolygon(Vector2, Vector2, FloatArray, Vector2, Vector2) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
intersectSegments(float, float, float, float, float[], int, int, boolean, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
intersectSegments(float, float, float, float, FloatArray, boolean, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
intersectSegments(Vector2, Vector2, FloatArray, boolean, Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
invalidate() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
invertAxes(float[], boolean, boolean) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
invertAxes(float[], int, int, boolean, boolean) - Static method in class net.dermetfan.utils.math.GeometryUtils
Converts the given vertices to their position on inverted axes.
invertAxes(FloatArray, boolean, boolean) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
invertAxis(float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
isAnimationFinished() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
isAscendantOf(Actor) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup
 
isAutoUpdate() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
isCenterFrames() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
isConvex(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
isConvex(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
isConvex(Polygon) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
isConvex(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
isConvex(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
isCursorAfterTyping() - Method in class net.dermetfan.gdx.Typewriter
 
isCursorWhileTyping() - Method in class net.dermetfan.gdx.Typewriter
 
isDirectoriesChoosable() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
 
isDraggable() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
isDraggingActivated() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
isEmpty() - Method in class net.dermetfan.utils.Pair
 
isFollowPointer() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior.TooltipPositionBehavior
 
isFull() - Method in class net.dermetfan.utils.Pair
 
isIndicateVertical() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
isJavaIdentifierPart(char) - Static method in class net.dermetfan.utils.StringUtils
for GWT compatibility
isJavaIdentifierPart(int) - Static method in class net.dermetfan.utils.StringUtils
for GWT compatibility
isJavaIdentifierStart(char) - Static method in class net.dermetfan.utils.StringUtils
for GWT compatibility
isJavaIdentifierStart(int) - Static method in class net.dermetfan.utils.StringUtils
for GWT compatibility
isNewFilesChoosable() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
 
isPlacedCorrectly(JigsawPuzzle.Piece, float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Piece
 
isPlaying() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
isSeedEnabled() - Static method in class net.dermetfan.utils.math.Noise
 
isShowHidden() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
 
isShrinkChildren() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
isSnapped() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
isSolved(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle
 
isUseFrameRegionSize() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
isVelocityActivated() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
isVirtualChildEnabled() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 

J

JigsawPuzzle - Class in net.dermetfan.gdx.scenes.scene2d.ui
represents a puzzle and manages Pieces
JigsawPuzzle() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle
 
JigsawPuzzle(int) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle
 
JigsawPuzzle(JigsawPuzzle.Piece...) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle
 
JigsawPuzzle.Piece - Class in net.dermetfan.gdx.scenes.scene2d.ui
a piece on a JigsawPuzzle
JigsawPuzzle.Source - Class in net.dermetfan.gdx.scenes.scene2d.ui
 
JigsawPuzzle.Target - Class in net.dermetfan.gdx.scenes.scene2d.ui
 

K

keepWithin(float, float, float, float, float, float, float, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
keepWithin(OrthographicCamera, float, float, float, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
Keeps the given OrthographicCamera in the given rectangle.
keepWithin(Rectangle, Rectangle) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
keepWithin(Vector2, float, float, float, float, float, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
Keeps the first described rectangle in the second described rectangle.
keyControlsListener - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
key controls of ListFileChooser.contents

L

labelStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser.Style
the style for the labels in the tree
lastParent(Actor) - Static method in class net.dermetfan.gdx.scenes.scene2d.Scene2DUtils
 
layout() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
layoutSize(Widget) - Static method in class net.dermetfan.gdx.scenes.scene2d.ui.UIUtils
Deprecated.
seems unnecessary and with no known use case
LazyFinal<T> - Class in net.dermetfan.utils
Enforces the final keyword at runtime.
LazyFinal() - Constructor for class net.dermetfan.utils.LazyFinal
Declaration.
LazyFinal(T) - Constructor for class net.dermetfan.utils.LazyFinal
Initialization.
linear(float, float, int) - Static method in class net.dermetfan.gdx.CharSequenceInterpolator
 
lineIntersect(Vector2, Vector2, Vector2, Vector2) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer
 
lineIntersect(Vector2, Vector2, Vector2, Vector2, boolean, boolean, Vector2) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer
This method detects if two line segments (or lines) intersect, and, if so, the point of intersection.
ListFileChooser - Class in net.dermetfan.gdx.scenes.scene2d.ui
A TextField showing the ListFileChooser.pathField of the currently browsed folder with ListFileChooser.backButton and ListFileChooser.parentButton buttons.
ListFileChooser(Skin, String, FileChooser.Listener) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
The ui skin file needs an entry for this class; see https://bitbucket.org/dermetfan/libgdx-utils/issue/3
ListFileChooser(Skin, FileChooser.Listener) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
The ui skin file needs an entry for this class; see https://bitbucket.org/dermetfan/libgdx-utils/issue/3
ListFileChooser(ListFileChooser.Style, FileChooser.Listener) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
ListFileChooser.Style - Class in net.dermetfan.gdx.scenes.scene2d.ui
defines styles for the widgets of a ListFileChooser
load() - Method in annotation type net.dermetfan.gdx.assets.AnnotationAssetManager.Asset
 
load(Field) - Method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
load(Field, Object) - Method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
load(Method) - Method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
load(Method, Object) - Method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
load(Class<?>) - Method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
load(T) - Method in class net.dermetfan.gdx.assets.AnnotationAssetManager
 
localAnchor(Vector2, Actor, int, int, CircularGroup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.Modifier.Adapter
 
localAnchor(Vector2, Actor, int, int, CircularGroup) - Method in interface net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.Modifier
 
localToOtherCoordinates(Vector2, Actor, Actor) - Static method in class net.dermetfan.gdx.scenes.scene2d.Scene2DUtils
 

M

MapUtils - Class in net.dermetfan.gdx.maps
provides useful methods for dealing with maps
MapUtils() - Constructor for class net.dermetfan.gdx.maps.MapUtils
 
MathUtils - Class in net.dermetfan.gdx.math
MathUtils libGDX backend
MathUtils - Class in net.dermetfan.utils.math
math utility methods
MathUtils() - Constructor for class net.dermetfan.gdx.math.MathUtils
 
MathUtils() - Constructor for class net.dermetfan.utils.math.MathUtils
 
max - Variable in class net.dermetfan.gdx.utils.ArrayPool
the maximum amount of arrays of different lengths that will be pooled
max - Variable in class net.dermetfan.gdx.utils.FloatArrayPool
the maximum amount of arrays of different lengths that will be pooled
max - Variable in class net.dermetfan.gdx.utils.IntArrayPool
the maximum amount of arrays of different lengths that will be pooled
max(float[]) - Static method in class net.dermetfan.utils.math.MathUtils
 
max(float[], int, int) - Static method in class net.dermetfan.utils.math.MathUtils
 
max(FloatArray) - Static method in class net.dermetfan.gdx.math.MathUtils
 
maxEach - Variable in class net.dermetfan.gdx.utils.ArrayPool
the maximum amount of arrays of the same length that will be pooled
maxEach - Variable in class net.dermetfan.gdx.utils.FloatArrayPool
the maximum amount of arrays of the same length that will be pooled
maxEach - Variable in class net.dermetfan.gdx.utils.IntArrayPool
the maximum amount of arrays of the same length that will be pooled
maxPolygonVertices - Static variable in class net.dermetfan.gdx.math.BayazitDecomposer
 
maxX(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
maxX(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
maxX(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
maxX(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
maxY(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
maxY(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
maxY(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
maxY(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
MenuBehavior() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.MenuBehavior
 
MenuBehavior(int...) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.MenuBehavior
 
mergeIdenticalPoints(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer.SimplifyTools
Merges the identical points in the polygon.
mergeParallelEdges(Array<Vector2>, float) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer.SimplifyTools
From Eric Jordan's convex decomposition library Merges all parallel edges in the list of vertices
midpointDisplacement(float[], float, float) - Static method in class net.dermetfan.utils.math.Noise
randomizes a given float array using the midpoint-displacement algorithm
midpointDisplacement(int, float, float, boolean, float, int, int) - Static method in class net.dermetfan.utils.math.Noise
 
midpointDisplacement(int, float, float, float, int, int) - Static method in class net.dermetfan.utils.math.Noise
 
midpointDisplacement(int, float, float, int, int) - Static method in class net.dermetfan.utils.math.Noise
 
midpointDisplacement(int, float, float, Function<Pair<Float, Float>, Float>, int, int) - Static method in class net.dermetfan.utils.math.Noise
 
min(float[]) - Static method in class net.dermetfan.utils.math.MathUtils
 
min(float[], int, int) - Static method in class net.dermetfan.utils.math.MathUtils
 
min(FloatArray) - Static method in class net.dermetfan.gdx.math.MathUtils
 
minX(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
minX(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
minX(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
minX(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
minY(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
minY(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
minY(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
minY(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
mirror(float, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
mul(float[], float) - Static method in class net.dermetfan.utils.math.MathUtils
 
mul(float[], float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
mul(float[], int, int, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
mul(float[], int, int, float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
mul(FloatArray, float) - Static method in class net.dermetfan.gdx.math.MathUtils
 
mul(FloatArray, float, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
Multiplexer<T> - Class in net.dermetfan.gdx
Base class for multiplexers that forward e.g.
Multiplexer() - Constructor for class net.dermetfan.gdx.Multiplexer
 
Multiplexer(int) - Constructor for class net.dermetfan.gdx.Multiplexer
 
Multiplexer(Array<T>) - Constructor for class net.dermetfan.gdx.Multiplexer
 
Multiplexer(T...) - Constructor for class net.dermetfan.gdx.Multiplexer
 
mulX(float[], float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
mulX(float[], int, int, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
mulX(FloatArray, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
mulY(float[], float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
mulY(float[], int, int, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
mulY(FloatArray, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 

N

nearest(float, float[]) - Static method in class net.dermetfan.utils.math.MathUtils
 
nearest(float, float[], int, int) - Static method in class net.dermetfan.utils.math.MathUtils
 
nearest(float, float, float[]) - Static method in class net.dermetfan.utils.math.MathUtils
 
nearest(float, float, float[], int, int) - Static method in class net.dermetfan.utils.math.MathUtils
 
nearest(float, float, FloatArray) - Static method in class net.dermetfan.gdx.math.MathUtils
 
nearest(float, FloatArray) - Static method in class net.dermetfan.gdx.math.MathUtils
 
net.dermetfan.gdx - package net.dermetfan.gdx
 
net.dermetfan.gdx.assets - package net.dermetfan.gdx.assets
 
net.dermetfan.gdx.graphics.g2d - package net.dermetfan.gdx.graphics.g2d
 
net.dermetfan.gdx.maps - package net.dermetfan.gdx.maps
 
net.dermetfan.gdx.maps.tiled - package net.dermetfan.gdx.maps.tiled
 
net.dermetfan.gdx.math - package net.dermetfan.gdx.math
 
net.dermetfan.gdx.scenes.scene2d - package net.dermetfan.gdx.scenes.scene2d
 
net.dermetfan.gdx.scenes.scene2d.ui - package net.dermetfan.gdx.scenes.scene2d.ui
 
net.dermetfan.gdx.scenes.scene2d.utils - package net.dermetfan.gdx.scenes.scene2d.utils
 
net.dermetfan.gdx.utils - package net.dermetfan.gdx.utils
 
net.dermetfan.utils - package net.dermetfan.utils
 
net.dermetfan.utils.math - package net.dermetfan.utils.math
 
newArray(int) - Method in class net.dermetfan.gdx.utils.ArrayPool
 
newArray(int) - Method in class net.dermetfan.gdx.utils.ReflectionArrayPool
 
newButton(Button.ButtonStyle) - Static method in class net.dermetfan.gdx.scenes.scene2d.ui.UIUtils
 
newButton(Button.ButtonStyle, String) - Static method in class net.dermetfan.gdx.scenes.scene2d.ui.UIUtils
creates a Button according to the given Button.ButtonStyle instance that may be Button.ButtonStyle, TextButton.TextButtonStyle, ImageButton.ImageButtonStyle or ImageTextButton.ImageTextButtonStyle
Noise - Class in net.dermetfan.utils.math
provides noise algorithms
Noise() - Constructor for class net.dermetfan.utils.math.Noise
 
None - net.dermetfan.gdx.scenes.scene2d.ui.Popup.Reaction
do nothing
normalize(float, float, float, boolean, boolean) - Static method in class net.dermetfan.utils.math.MathUtils
Normalizes/repeats the given value in the given interval [min, max] as if min and max were portals the value travels through.
normalize(int, int, int, boolean, boolean) - Static method in class net.dermetfan.utils.math.MathUtils
 

O

obtain(int) - Method in class net.dermetfan.gdx.utils.ArrayPool
 
obtain(int) - Method in class net.dermetfan.gdx.utils.FloatArrayPool
 
obtain(int) - Method in class net.dermetfan.gdx.utils.IntArrayPool
 
obtain(Class<T>, int) - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
obtainFloats(int) - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
obtainInts(int) - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
OffsetPosition(float, float) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.OffsetPosition
 
openButtonListener - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
goes into the currently marked folder
openButtonStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
the styles of the buttons
Out - net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.SnapEvent.Type
the slot was snapped out of

P

Pair<K,​V> - Class in net.dermetfan.utils
 
Pair() - Constructor for class net.dermetfan.utils.Pair
creates an empty pair (Pair.key and Pair.value are null)
Pair(K, V) - Constructor for class net.dermetfan.utils.Pair
 
Pair(Pair<K, V>) - Constructor for class net.dermetfan.utils.Pair
 
param() - Method in annotation type net.dermetfan.gdx.assets.AnnotationAssetManager.Asset
Methods referenced by this can either have no parameters or take a Class, String and Object in this order.
parentButtonListener - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
sets ListFileChooser.directory to its parent
parentButtonStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
the styles of the buttons
pathFieldListener - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
if it exists, this open the file at the given absolute path if it is not a folder, goes into it otherwise,
pathFieldStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
the style of ListFileChooser.pathField
pause() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
sets AnimatedSprite.playing to false
Piece(Drawable) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Piece
 
place(JigsawPuzzle.Piece) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Piece
 
placed(JigsawPuzzle.Piece) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Target
called by drop when a piece is placed
play() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
sets AnimatedSprite.playing to true
pointerPosition(Stage) - Static method in class net.dermetfan.gdx.scenes.scene2d.Scene2DUtils
 
pointerPosition(Stage, int) - Static method in class net.dermetfan.gdx.scenes.scene2d.Scene2DUtils
 
PointerPosition() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PointerPosition
resolves pointer 0
PointerPosition(int) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PointerPosition
 
polygonArea(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
polygonArea(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
PolygonRegionDrawable - Class in net.dermetfan.gdx.scenes.scene2d.utils
Drawable for a PolygonRegion.
PolygonRegionDrawable() - Constructor for class net.dermetfan.gdx.scenes.scene2d.utils.PolygonRegionDrawable
Creates an uninitialized instance.
PolygonRegionDrawable(PolygonRegion) - Constructor for class net.dermetfan.gdx.scenes.scene2d.utils.PolygonRegionDrawable
 
PolygonRegionDrawable(PolygonRegionDrawable) - Constructor for class net.dermetfan.gdx.scenes.scene2d.utils.PolygonRegionDrawable
 
Popup<T extends com.badlogic.gdx.scenes.scene2d.Actor> - Class in net.dermetfan.gdx.scenes.scene2d.ui
Flexible popup system for things like tooltips, context menus and menu bars.
Popup(T, Popup.Behavior) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup
 
Popup(T, Popup.Behavior...) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup
 
Popup.AddToStageBehavior - Class in net.dermetfan.gdx.scenes.scene2d.ui
adds the popup to the Event's Stage in Popup.AddToStageBehavior.show(Event, Popup) if it is on no or another Stage
Popup.Behavior - Interface in net.dermetfan.gdx.scenes.scene2d.ui
what to do in the Popup methods
Popup.Behavior.Adapter - Class in net.dermetfan.gdx.scenes.scene2d.ui
Does nothing.
Popup.BehaviorMultiplexer - Class in net.dermetfan.gdx.scenes.scene2d.ui
a Multiplexer for Behaviors
Popup.FadeBehavior - Class in net.dermetfan.gdx.scenes.scene2d.ui
Popup.MenuBehavior - Class in net.dermetfan.gdx.scenes.scene2d.ui
The behavior of a menu such as a menu bar or context menu.
Popup.PositionBehavior - Class in net.dermetfan.gdx.scenes.scene2d.ui
sets the position of the popup in Popup.PositionBehavior.show(Event, Popup)
Popup.PositionBehavior.AlignedOffsetPosition - Class in net.dermetfan.gdx.scenes.scene2d.ui
offsets the position by aligning it using the popup's size
Popup.PositionBehavior.AlignPosition - Class in net.dermetfan.gdx.scenes.scene2d.ui
position aligned relative to target
Popup.PositionBehavior.EventPosition - Class in net.dermetfan.gdx.scenes.scene2d.ui
The position of the event if it is an InputEvent.
Popup.PositionBehavior.OffsetPosition - Class in net.dermetfan.gdx.scenes.scene2d.ui
offsets the popup by a certain amount
Popup.PositionBehavior.PointerPosition - Class in net.dermetfan.gdx.scenes.scene2d.ui
the position of a pointer
Popup.PositionBehavior.Position - Interface in net.dermetfan.gdx.scenes.scene2d.ui
determines and applies a position
Popup.PositionBehavior.PositionMultiplexer - Class in net.dermetfan.gdx.scenes.scene2d.ui
a Multiplexer for Positions
Popup.PositionBehavior.PresetPosition - Class in net.dermetfan.gdx.scenes.scene2d.ui
a preset position
Popup.Reaction - Enum in net.dermetfan.gdx.scenes.scene2d.ui
 
Popup.TooltipBehavior - Class in net.dermetfan.gdx.scenes.scene2d.ui
The Behavior of a classic tooltip.
Popup.TooltipBehavior.TooltipPositionBehavior - Class in net.dermetfan.gdx.scenes.scene2d.ui
provides Popup.TooltipBehavior.TooltipPositionBehavior.followPointer
Popup.VisibilityBehavior - Class in net.dermetfan.gdx.scenes.scene2d.ui
shows and hides the popup by settings its visibility
PositionBehavior(Popup.PositionBehavior.Position) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior
 
PositionBehavior(Popup.PositionBehavior.Position...) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior
 
positionInStageCoordinates(Actor) - Static method in class net.dermetfan.gdx.scenes.scene2d.Scene2DUtils
 
PositionMultiplexer() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PositionMultiplexer
 
PositionMultiplexer(int) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PositionMultiplexer
 
PositionMultiplexer(Array<Popup.PositionBehavior.Position>) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PositionMultiplexer
 
PositionMultiplexer(Popup.PositionBehavior.Position...) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PositionMultiplexer
 
PresetPosition() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PresetPosition
 
PresetPosition(float, float) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PresetPosition
 
put(int, V) - Method in class net.dermetfan.gdx.utils.DualIntMap
 
put(K, V) - Method in class net.dermetfan.gdx.utils.DualObjectMap
 

R

random(float, float) - Static method in class net.dermetfan.utils.math.Noise
 
read(Json, JsonValue) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
 
read(Json, JsonValue) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser.Style
 
readableHierarchy(Map) - Static method in class net.dermetfan.gdx.maps.MapUtils
 
readableHierarchy(MapLayer, int) - Static method in class net.dermetfan.gdx.maps.MapUtils
 
readableHierarchy(MapLayers, int) - Static method in class net.dermetfan.gdx.maps.MapUtils
 
readableHierarchy(MapObject, int) - Static method in class net.dermetfan.gdx.maps.MapUtils
 
readableHierarchy(MapObjects, int) - Static method in class net.dermetfan.gdx.maps.MapUtils
 
readableHierarchy(Map, int) - Static method in class net.dermetfan.gdx.maps.MapUtils
 
readableHierarchy(MapProperties, int) - Static method in class net.dermetfan.gdx.maps.MapUtils
 
readableHierarchy(TiledMapTile, int) - Static method in class net.dermetfan.gdx.maps.MapUtils
 
readableHierarchy(TiledMapTileSet, int) - Static method in class net.dermetfan.gdx.maps.MapUtils
 
readableHierarchy(TiledMapTileSets, int) - Static method in class net.dermetfan.gdx.maps.MapUtils
 
readButtonStyle(String, Json, JsonValue) - Static method in class net.dermetfan.gdx.scenes.scene2d.ui.UIUtils
Tries to load a TextButton.TextButtonStyle, then ImageButton.ImageButtonStyle, then ImageTextButton.ImageTextButtonStyle and then Button.ButtonStyle using Json.readValue(String, Class, JsonValue) brutally by catching NPEs.
receivers - Variable in class net.dermetfan.gdx.Multiplexer
the receivers
reduceByArea(Array<Vector2>, float) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer.SimplifyTools
 
reduceByDistance(Array<Vector2>, float) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer.SimplifyTools
Reduces the polygon by distance.
reduceByNth(Array<Vector2>, int) - Static method in class net.dermetfan.gdx.math.BayazitDecomposer.SimplifyTools
Reduces the polygon by removing the Nth vertex in the vertices list.
ReflectionArrayPool<T> - Class in net.dermetfan.gdx.utils
an ArrayPool that creates new arrays using reflection
ReflectionArrayPool(Class<T>, int, int) - Constructor for class net.dermetfan.gdx.utils.ReflectionArrayPool
 
refresh() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
refreshes the ListFileChooser.contents
regionEquals(byte[], int, byte[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(byte[], int, int, byte[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(byte[], int, int, byte[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(double[], int, double[], double) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(double[], int, int, double[], double) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(double[], int, int, double[], int, double) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(float[], int, float[], float) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(float[], int, int, float[], float) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(float[], int, int, float[], int, float) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(int[], int, int[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(int[], int, int, int[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(int[], int, int, int[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(long[], int, int, long[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(long[], int, int, long[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(long[], int, long[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(short[], int, int, short[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(short[], int, int, short[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(short[], int, short[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(Object[], int, int, Object[], boolean) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(Object[], int, int, Object[], int, boolean) - Static method in class net.dermetfan.utils.ArrayUtils
 
regionEquals(Object[], int, Object[], boolean) - Static method in class net.dermetfan.utils.ArrayUtils
 
remove(int, int, String) - Static method in class net.dermetfan.utils.StringUtils
 
remove(int, String) - Static method in class net.dermetfan.utils.StringUtils
 
remove(JigsawPuzzle.Piece) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle
 
remove(T) - Method in class net.dermetfan.gdx.Multiplexer
 
removeKey(int) - Method in class net.dermetfan.gdx.utils.DualIntMap
 
removeKey(K) - Method in class net.dermetfan.gdx.utils.DualObjectMap
 
removeValue(V) - Method in class net.dermetfan.gdx.utils.DualObjectMap
like what objectMap.remove(objectMap.findKey(value)) would do
removeValue(V, int) - Method in class net.dermetfan.gdx.utils.DualIntMap
like what intMap.remove(intMap.findKey(value, true, defaultValue)) would do
repeat(int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
repeat(int, int, int) - Static method in class net.dermetfan.utils.ArrayUtils
Repeats the given index within the given length (of an array).
replace(int, char, String) - Static method in class net.dermetfan.utils.StringUtils
 
replace(int, String, String) - Static method in class net.dermetfan.utils.StringUtils
 
replaceNaN(float, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
reportSlot(float, float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
requireCapacity(float[], int, int, float[], int) - Static method in class net.dermetfan.utils.ArrayUtils
throws an appropriate exception if the specified region of the source array cannot be copied to the destination array starting at the given offset
requireCapacity(int[], int, int, int[], int) - Static method in class net.dermetfan.utils.ArrayUtils
throws an appropriate exception if the specified region of the source array cannot be copied to the destination array starting at the given offset
requireCapacity(Object[], int, int, Object[], int) - Static method in class net.dermetfan.utils.ArrayUtils
throws an appropriate exception if the specified region of the source array cannot be copied to the destination array starting at the given offset
reset() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
reset() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.SnapEvent
 
reset(Circle) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
reset(Ellipse) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
reset(Polygon) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
reset(Polyline) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
reset(Rectangle) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
reset(T) - Static method in class net.dermetfan.gdx.math.GeometryUtils
dispatch method
reverse(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
reverse(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
reverse(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
reverse3D(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
reverse3D(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
reverse3D(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
rotate(float, float, float, float, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
rotate(float, float, float, float, float, float[], int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
rotate(float, float, float, float, float, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
rotate(Rectangle, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
rotate(Rectangle, float, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
rotate(Vector2, Vector2, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
rotates a point around center
rotateLine(Vector2, Vector2, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
rotates the line around its center (same as GeometryUtils.rotate(Vector2, Vector2, float) using the center between both points as origin)
rotation(float, Actor, int, int, CircularGroup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.Modifier.Adapter
 
rotation(float, Actor, int, int, CircularGroup) - Method in interface net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.Modifier
 

S

scale(float[], float, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
scale(float[], float, float, float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
scale(float[], int, int, float, float) - Static method in class net.dermetfan.utils.math.MathUtils
scales the given float array to have the given min and max values
scale(float[], int, int, float, float, float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
scale(FloatArray, float, float) - Static method in class net.dermetfan.gdx.math.MathUtils
 
scale(FloatArray, float, float, float, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
scale(FloatArray, Vector2, Vector2) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
scan(FileHandle) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
populates ListFileChooser.contents with the children of ListFileChooser.directory
Scene2DUtils - Class in net.dermetfan.gdx.scenes.scene2d
provides useful methods for scene2d
Scene2DUtils() - Constructor for class net.dermetfan.gdx.scenes.scene2d.Scene2DUtils
 
ScrollPaneSnapAction - Class in net.dermetfan.gdx.scenes.scene2d.ui
Lets a ScrollPane snap to certain slots.
ScrollPaneSnapAction() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
uses percentWidth(.5f) and percentHeight(.5f) as anchor
ScrollPaneSnapAction(Value, Value) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
ScrollPaneSnapAction.AlignSlot - Class in net.dermetfan.gdx.scenes.scene2d.ui
a Slot determined by an Align
ScrollPaneSnapAction.Indicator - Interface in net.dermetfan.gdx.scenes.scene2d.ui
Indicates the position of the snapped slot.
ScrollPaneSnapAction.Slot - Class in net.dermetfan.gdx.scenes.scene2d.ui
An actor with a slot added to its listeners can be snapped to.
ScrollPaneSnapAction.SnapEvent - Class in net.dermetfan.gdx.scenes.scene2d.ui
Fired when the ScrollPane snaps into or out of a slot.
ScrollPaneSnapAction.SnapEvent.Type - Enum in net.dermetfan.gdx.scenes.scene2d.ui
whether the slot was snapped into or out of
ScrollPaneSnapAction.ValueSlot - Class in net.dermetfan.gdx.scenes.scene2d.ui
a Slot determined by Values
scrollPaneStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser.Style
the style for TreeFileChooser.treePane
select(float[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(float[], int[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(float[], int[], float[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(float[], int[], float[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(float[], int[], int, int, float[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(float[], int, float[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(float[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(float[], int, int, float[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(float[], int, int, int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(float[], int, int, int, int, float[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(float[], int, int, int, int, float[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(int[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(int[], int[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(int[], int[], int[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(int[], int[], int[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(int[], int[], int, int, int[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(int[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(int[], int, int[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(int[], int, int, int[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(int[], int, int, int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(int[], int, int, int, int, int[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(int[], int, int, int, int, int[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(Array<T>, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(Array<T>, int[]) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(Array<T>, int[], int, int, Array<T>) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(Array<T>, int[], Array<T>) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(Array<T>, int, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(Array<T>, int, int, int, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(Array<T>, int, int, int, int, Array<T>) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(Array<T>, int, int, Array<T>) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(Array<T>, int, Array<T>) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(Array<T>, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(Array<T>, IntArray, Array<T>) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(FloatArray, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(FloatArray, int[]) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(FloatArray, int[], int, int, FloatArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(FloatArray, int[], FloatArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(FloatArray, int, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(FloatArray, int, int, int, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(FloatArray, int, int, int, int, FloatArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(FloatArray, int, int, FloatArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(FloatArray, int, FloatArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(FloatArray, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(FloatArray, IntArray, FloatArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(IntArray, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(IntArray, int[]) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(IntArray, int[], int, int, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(IntArray, int[], IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(IntArray, int, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(IntArray, int, int, int, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(IntArray, int, int, int, int, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(IntArray, int, int, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(IntArray, int, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(IntArray, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(IntArray, IntArray, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
select(T[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(T[], int[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(T[], int[], int, int, T[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(T[], int[], T[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(T[], int[], T[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(T[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(T[], int, int, int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(T[], int, int, int, int, T[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(T[], int, int, int, int, T[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(T[], int, int, T[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
select(T[], int, T[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
selectButtonStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser.Style
the button styles
selectCount(int, int, int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
set(CharSequence[], float) - Method in class net.dermetfan.utils.Appender
sets the same duration for each appendix
set(CharSequence[], float[]) - Method in class net.dermetfan.utils.Appender
appendices and durations must be of the same length
set(Class<T>, ArrayPool<T>) - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
set(K, V) - Method in class net.dermetfan.utils.Pair
 
set(ListFileChooser.Style) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
 
set(FloatArrayPool) - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
set(IntArrayPool) - Static method in class net.dermetfan.gdx.utils.ArrayPools
 
set(Pair<K, V>) - Method in class net.dermetfan.utils.Pair
 
setAlign(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.AlignedOffsetPosition
 
setAlign(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.AlignPosition
 
setAlign(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.AlignSlot
 
setAnchor(Value, Value) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
setAnchorX(Value) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
setAnchorY(Value) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
setAngleOffset(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
setAnimation(Animation) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
setAppender(Appender) - Method in class net.dermetfan.gdx.Typewriter
 
setAppendices(CharSequence[]) - Method in class net.dermetfan.utils.Appender
 
setAutoUpdate(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
setBackButton(Button) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
setBehavior(Popup.Behavior) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup
 
setButtonStyles(Button.ButtonStyle) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
 
setCancelButton(Button) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
setCancelButton(Button) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
setCancelEvents(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
setCenterFrames(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
setCharsPerSecond(float) - Method in class net.dermetfan.gdx.CharSequenceInterpolator
 
setCharsPerSecond(float) - Method in class net.dermetfan.gdx.Typewriter
 
setChooseButton(Button) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
setChooseButton(Button) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
setContents(List<String>) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
setContentsPane(ScrollPane) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
setCursorAfterTyping(boolean) - Method in class net.dermetfan.gdx.Typewriter
 
setCursorWhileTyping(boolean) - Method in class net.dermetfan.gdx.Typewriter
 
setDeceleration(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
setDelay(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
setDirectoriesChoosable(boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
 
setDirectoriesChoosable(boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
builds if necessary
setDirectory(FileHandle) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
set ListFileChooser.directory and adds it to ListFileChooser.fileHistory
setDirectory(FileHandle, boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
sets ListFileChooser.directory and updates all things that need to be updated
setDragAndDrop(DragAndDrop) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Source
 
setDraggable(boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
setDraggingActivated(boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
setDrawable(Drawable) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Piece
 
setDurations(float[]) - Method in class net.dermetfan.utils.Appender
 
setFadeInDuration(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
setFadeInInterpolation(Interpolation) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
setFadeOutDuration(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
setFadeOutInterpolation(Interpolation) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
setFileFilter(FileFilter) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
 
setFileHistory(Array<FileHandle>) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
setFileType(Files.FileType) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
setFloats(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
setFollowPointer(boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior.TooltipPositionBehavior
 
setFullAngle(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
CircularGroup.setFullAngle(float, boolean) with automatic estimation if a CircularGroup.virtualChildEnabled would make sense.
setFullAngle(float, boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
setHideDelay(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
setHideEvents(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
setIndex(int) - Method in class net.dermetfan.utils.Appender
 
setIndicateVertical(boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
setIndicator(ScrollPaneSnapAction.Indicator) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
setInterpolation(Interpolation) - Method in class net.dermetfan.gdx.CharSequenceInterpolator
 
setInterpolator(CharSequenceInterpolator) - Method in class net.dermetfan.gdx.Typewriter
 
setKey(K) - Method in class net.dermetfan.utils.Pair
 
setLayerHeight(int) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
setListener(FileChooser.Listener) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
 
setMaxAbsDelta(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
setMaxAngleOffset(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
clamps CircularGroup.angleOffset to the new bounds
setMinAngleOffset(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
clamps CircularGroup.angleOffset to the new bounds
setModifier(CircularGroup.Modifier) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
setMoveBackDuration(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Source
 
setNewFilesChoosable(boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
 
setOpenButton(Button) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
setParentButton(Button) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
setPathField(TextField) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
setPlaying(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
setPointer(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PointerPosition
 
setPopup(T) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup
 
setPosition(Popup.PositionBehavior.Position) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior
 
setReceivers(Array<T>) - Method in class net.dermetfan.gdx.Multiplexer
 
setReceivers(T...) - Method in class net.dermetfan.gdx.Multiplexer
 
setRegion(PolygonRegion) - Method in class net.dermetfan.gdx.scenes.scene2d.utils.PolygonRegionDrawable
 
setSeed(long) - Static method in class net.dermetfan.utils.math.Noise
 
setSeedEnabled(boolean) - Static method in class net.dermetfan.utils.math.Noise
 
setShowButtons(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.MenuBehavior
 
setShowDelay(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
setShowEvents(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
setShowHidden(boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.FileChooser
 
setShrinkChildren(boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
setSlot(float, float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Piece
 
setSlotX(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Piece
 
setSlotY(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Piece
 
setStyle(ListFileChooser.Style) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser
 
setStyle(TreeFileChooser.Style) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
setTarget(Actor) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
setTargetAlign(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.AlignPosition
 
setTargetPopupCancelEvents(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
setTargetPopupHideEvents(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
setTargetPopupShowEvents(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
setTime(float) - Method in class net.dermetfan.gdx.CharSequenceInterpolator
 
setTime(float) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
setTime(float) - Method in class net.dermetfan.gdx.Typewriter
 
setTime(float) - Method in class net.dermetfan.utils.Appender
 
setToAABB(Rectangle, float[]) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
setToAABB(Rectangle, float[], int, int) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
setToAABB(Rectangle, Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
setToAABB(Rectangle, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
setTolerance(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Target
 
setTree(Tree) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
setTreePane(ScrollPane) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
setUseFrameRegionSize(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
 
setValue(V) - Method in class net.dermetfan.utils.Pair
 
setValueX(Value) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.ValueSlot
 
setValueY(Value) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.ValueSlot
 
setVelocity(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
setVelocityActivated(boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup.DragManager
 
setVirtualChildEnabled(boolean) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
setX(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.OffsetPosition
 
setX(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PresetPosition
 
setY(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.OffsetPosition
 
setY(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior.PresetPosition
 
shift(float[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
shift(float[], int, int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
shift(int[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
shift(int[], int, int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
shift(Object[], int) - Static method in class net.dermetfan.utils.ArrayUtils
 
shift(Object[], int, int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
show() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup
 
show(Event) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup
Makes the Popup.popup visible and brings it to front.
show(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.AddToStageBehavior
 
show(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.Behavior.Adapter
 
show(Event, Popup) - Method in interface net.dermetfan.gdx.scenes.scene2d.ui.Popup.Behavior
 
show(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.BehaviorMultiplexer
 
show(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.FadeBehavior
 
show(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.PositionBehavior
 
show(Event, Popup) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.VisibilityBehavior
calls setVisible(true) and toFront() on the Popup.popup
Show - net.dermetfan.gdx.scenes.scene2d.ui.Popup.Reaction
ShowHandle - net.dermetfan.gdx.scenes.scene2d.ui.Popup.Reaction
 
showNotOn(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.MenuBehavior
 
showNotOn(InputEvent.Type) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
showOn(int) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.MenuBehavior
 
showOn(InputEvent.Type) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
shuffle(float[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
shuffle(float[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
shuffles the given array
shuffle(int[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
shuffle(int[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
shuffles the given array
shuffle(Object[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
shuffle(Object[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
shuffles the given array
SimplifyTools() - Constructor for class net.dermetfan.gdx.math.BayazitDecomposer.SimplifyTools
 
size() - Method in class net.dermetfan.gdx.Multiplexer
 
size(TiledMap) - Static method in class net.dermetfan.gdx.maps.MapUtils
sets the given Vector2 to the max width and height of all tile layers of the given map
size(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
size(Array<Vector2>, Vector2) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
skipselect(Array<T>, int, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
skipselect(Array<T>, int, int, Array<T>) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
Like ArrayUtils.skipselect(Array, IntArray, IntArray) with a skips array that contains only firstSkip and an infinite repeatSkips array which elements are all skips.
skipselect(Array<T>, IntArray, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
skipselect(Array<T>, IntArray, IntArray, Array<T>) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
Skips, selects and goes to the next element repeatedly.
skipselect(FloatArray, int, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
skipselect(FloatArray, int, int, FloatArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
Like ArrayUtils.skipselect(Array, IntArray, IntArray) with a skips array that contains only firstSkip and an infinite repeatSkips array which elements are all skips.
skipselect(FloatArray, IntArray, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
skipselect(FloatArray, IntArray, IntArray, FloatArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
Skips, selects and goes to the next element repeatedly.
skipselect(IntArray, int, int) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
skipselect(IntArray, int, int, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
Like ArrayUtils.skipselect(Array, IntArray, IntArray) with a skips array that contains only firstSkip and an infinite repeatSkips array which elements are all skips.
skipselect(IntArray, IntArray, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
 
skipselect(IntArray, IntArray, IntArray, IntArray) - Static method in class net.dermetfan.gdx.utils.ArrayUtils
Skips, selects and goes to the next element repeatedly.
Slot() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.Slot
 
snap(float, float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
snap(Vector2) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
 
snap(ScrollPaneSnapAction.Slot, Actor) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
Snaps to the slot on the given actor.
SnapEvent() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.SnapEvent
 
solve(JigsawPuzzle.Piece) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle
solves the puzzle by letting all JigsawPuzzle.pieces snap into their spot
solved() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle
called by placed when all pieces are placed correctly
sortFrames(Array<StaticTiledMapTile>, String) - Static method in class net.dermetfan.gdx.maps.tiled.TileAnimator
sorts the frames by their orderedKey value
sortFrames(ObjectMap<String, Array<StaticTiledMapTile>>, String) - Static method in class net.dermetfan.gdx.maps.tiled.TileAnimator
sorts the frames of the animation by their orderedKey value if it exists
sortPoints(float[], boolean) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
sortPoints(float[], int, int, boolean) - Static method in class net.dermetfan.utils.math.GeometryUtils
Sorts the given points in ascending order by their x (or, if byY is true, y) coordinate.
Source(Group, DragAndDrop) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Source
 
Source(Group, DragAndDrop, float) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Source
 
space - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
the spacing between the Widgets
stageToLocalCoordinates(float, float, Actor) - Static method in class net.dermetfan.gdx.scenes.scene2d.Scene2DUtils
Deprecated.
use Actor.stageToLocalCoordinates(Vector2)
stageToLocalCoordinates(Vector2, Actor) - Static method in class net.dermetfan.gdx.scenes.scene2d.Scene2DUtils
Deprecated.
use Actor.stageToLocalCoordinates(Vector2)
start(CutsceneManager.Cutscene) - Method in class net.dermetfan.gdx.CutsceneManager
adds a CutsceneManager.Cutscene to the CutsceneManager.cutscenes so it will be updated and calls init() on it
stop() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
pauses and sets the AnimatedSprite.time to 0
StringUtils - Class in net.dermetfan.utils
utility methods for operations on Strings
StringUtils() - Constructor for class net.dermetfan.utils.StringUtils
 
Style() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
 
Style() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser.Style
 
Style(TextField.TextFieldStyle, List.ListStyle, Button.ButtonStyle, Button.ButtonStyle, Button.ButtonStyle, Button.ButtonStyle, Button.ButtonStyle, Drawable) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
 
Style(TextField.TextFieldStyle, List.ListStyle, Button.ButtonStyle, Drawable) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
 
Style(ListFileChooser.Style) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
 
sub(float[], float) - Static method in class net.dermetfan.utils.math.MathUtils
 
sub(float[], float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
sub(float[], int, int, float) - Static method in class net.dermetfan.utils.math.MathUtils
 
sub(float[], int, int, float, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
sub(Array<Vector2>, float, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
sub(FloatArray, float) - Static method in class net.dermetfan.gdx.math.MathUtils
 
sub(FloatArray, float, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
subX(float[], float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
subX(float[], int, int, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
subX(FloatArray, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
subY(float[], float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
subY(float[], int, int, float) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
subY(FloatArray, float) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
sum(float[]) - Static method in class net.dermetfan.utils.math.MathUtils
 
sum(float[], int, int) - Static method in class net.dermetfan.utils.math.MathUtils
 
sum(FloatArray) - Static method in class net.dermetfan.gdx.math.MathUtils
 
swap() - Method in class net.dermetfan.utils.Pair
swaps key and value

T

Target(Group, float) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.JigsawPuzzle.Target
 
TileAnimator - Class in net.dermetfan.gdx.maps.tiled
Animates the tiles in a tile map layer by replacing them with animated tiles.
To define an animation in the map editor, put an animation property in its properties.
TileAnimator() - Constructor for class net.dermetfan.gdx.maps.tiled.TileAnimator
 
tmx(MapLayer) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
tmx(MapLayers, TmxMapWriter.Format) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
tmx(MapObject) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
tmx(MapObjects) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
tmx(MapProperties) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
tmx(MapProperties, Array<String>) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
writes nothing if the given MapProperties are empty or every key is excluded
tmx(Map, TmxMapWriter.Format) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
tmx(TiledMapTileLayer, TmxMapWriter.Format) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
tmx(TiledMapTileSet) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
tmx(TiledMapTileSets) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
TmxMapWriter - Class in net.dermetfan.gdx.maps.tiled
A XmlWriter with additional tmx(..) methods.
TmxMapWriter(Writer) - Constructor for class net.dermetfan.gdx.maps.tiled.TmxMapWriter
creates a new TmxMapWriter using the given Writer
TmxMapWriter.Format - Enum in net.dermetfan.gdx.maps.tiled
the encoding of layer data
toFloatArray(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
toFloatArray(Array<Vector2>, FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
toIsometricGridPoint(float, float, float, float) - Static method in class net.dermetfan.gdx.maps.MapUtils
 
toIsometricGridPoint(Vector2, float, float) - Static method in class net.dermetfan.gdx.maps.MapUtils
converts point to its coordinates on an isometric grid
toIsometricGridPoint(Vector3, float, float) - Static method in class net.dermetfan.gdx.maps.MapUtils
 
toJavaIdentifier(String) - Static method in class net.dermetfan.utils.StringUtils
 
TooltipBehavior() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
TooltipBehavior(float) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
TooltipBehavior(float, float) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
TooltipBehavior(int) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
TooltipBehavior(int, int) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
TooltipBehavior(int, int, int) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior
 
TooltipPositionBehavior(Popup.PositionBehavior.Position) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior.TooltipPositionBehavior
 
TooltipPositionBehavior(Popup.PositionBehavior.Position, boolean) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.TooltipBehavior.TooltipPositionBehavior
 
toPolygonArray(float[][]) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
toPolygonArray(Array<Vector2>, int) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
toPolygonArray(Array<Vector2>, IntArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
toString() - Method in class net.dermetfan.utils.Pair
 
toString(float[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
toString(float[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
toString(float[], int, int, String) - Static method in class net.dermetfan.utils.ArrayUtils
a more sophisticated version of Arrays.toString(Object[])
toString(float[], String) - Static method in class net.dermetfan.utils.ArrayUtils
 
toString(int[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
toString(int[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
toString(int[], int, int, String) - Static method in class net.dermetfan.utils.ArrayUtils
a more sophisticated version of Arrays.toString(Object[])
toString(int[], String) - Static method in class net.dermetfan.utils.ArrayUtils
 
toString(Object[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
toString(Object[], int, int) - Static method in class net.dermetfan.utils.ArrayUtils
 
toString(Object[], int, int, String) - Static method in class net.dermetfan.utils.ArrayUtils
a more sophisticated version of Arrays.toString(Object[])
toString(Object[], String) - Static method in class net.dermetfan.utils.ArrayUtils
 
toTiledMapTileArray(TiledMapTileSet) - Static method in class net.dermetfan.gdx.maps.MapUtils
creates an array of TiledMapTiles from a TiledMapTileSet
toVector2Array(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
toVector2Array(FloatArray, Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
toYDown(float) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
toYDown(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
toYDown(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
inverts the given vertices to a y-down coordinate system and translates them according to their parent coordinate system by their height
toYDown(int) - Method in class net.dermetfan.gdx.maps.tiled.TmxMapWriter
 
toYDown(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
toYUp(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
toYUp(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
inverts the given vertices to a y-up coordinate system and translates them according to their parent coordinate system by their height
toYUp(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
translateAngleOffsetLimits(float) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.CircularGroup
 
TreeFileChooser - Class in net.dermetfan.gdx.scenes.scene2d.ui
A FileChooser that uses a Tree.
TreeFileChooser(Skin, String, FileChooser.Listener) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
TreeFileChooser(Skin, FileChooser.Listener) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
TreeFileChooser(TreeFileChooser.Style, FileChooser.Listener) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
 
TreeFileChooser.Style - Class in net.dermetfan.gdx.scenes.scene2d.ui
defines styles for the widgets of a TreeFileChooser
TreeFileChooser.TreeNode - Class in net.dermetfan.gdx.scenes.scene2d.ui
 
treeListener - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser
Listener for TreeFileChooser.tree.
TreeNode() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser.TreeNode
 
TreeNode(Actor) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser.TreeNode
 
treeStyle - Variable in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser.Style
the style for the tree
triangulate(float[]) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
triangulate(float[], int, int) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
type - Variable in class net.dermetfan.gdx.utils.ReflectionArrayPool
the array type
type(CharSequence) - Method in class net.dermetfan.gdx.Typewriter
 
Typewriter - Class in net.dermetfan.gdx
A Typewriter writing a CharSequence.
Uses a CharSequenceInterpolator and Appender, so Interpolations and custom cursors can be used.
Typewriter() - Constructor for class net.dermetfan.gdx.Typewriter
instantiates a Typewriter using the default values
Typewriter(boolean, boolean) - Constructor for class net.dermetfan.gdx.Typewriter
instantiates a new Typewriter with the given Typewriter.cursorWhileTyping and Typewriter.cursorAfterTyping
Typewriter(CharSequence) - Constructor for class net.dermetfan.gdx.Typewriter
instantiates a new Typewriter with the given cursor
Typewriter(CharSequence, boolean, boolean) - Constructor for class net.dermetfan.gdx.Typewriter
instantiates a new Typewriter with the given cursor, Typewriter.cursorWhileTyping and Typewriter.cursorAfterTyping

U

UIUtils - Class in net.dermetfan.gdx.scenes.scene2d.ui
Provides useful methods for com.badlogic.gdx.scenes.scene2d.ui.
UIUtils() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.UIUtils
 
unbox(Boolean[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
unbox(Float[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
unbox(Integer[]) - Static method in class net.dermetfan.utils.ArrayUtils
 
update() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
updates the AnimatedSprite with the delta time fetched from Gdx.graphics.getDeltaTime()
update(float) - Method in class net.dermetfan.gdx.CharSequenceInterpolator
increases CharSequenceInterpolator.time by the given delta
update(float) - Method in interface net.dermetfan.gdx.CutsceneManager.Cutscene
update(float) - Method in class net.dermetfan.gdx.CutsceneManager
updates the CutsceneManager.cutscenes
update(float) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedSprite
updates the AnimatedSprite with the given delta time
update(float) - Method in class net.dermetfan.gdx.Typewriter
updates the time the Typewriter had to type
update(float) - Method in class net.dermetfan.utils.Appender
updates Appender.time and Appender.index
updateAndAppend(CharSequence, float) - Method in class net.dermetfan.utils.Appender
 
updateAndInterpolate(CharSequence, float) - Method in class net.dermetfan.gdx.CharSequenceInterpolator
updates the CharSequenceInterpolator.time and returns the interpolated given CharSequence
updateAndType(CharSequence, float) - Method in class net.dermetfan.gdx.Typewriter
 
updateSlots() - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction
clears and fills ScrollPaneSnapAction.slots with slots on the given ScrollPane

V

value() - Method in annotation type net.dermetfan.gdx.assets.AnnotationAssetManager.Asset
 
valueOf(String) - Static method in enum net.dermetfan.gdx.maps.tiled.TmxMapWriter.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.dermetfan.gdx.scenes.scene2d.ui.Popup.Reaction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.SnapEvent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.dermetfan.gdx.maps.tiled.TmxMapWriter.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.dermetfan.gdx.scenes.scene2d.ui.Popup.Reaction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.SnapEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSlot(Value, Value) - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.ScrollPaneSnapAction.ValueSlot
 
VisibilityBehavior() - Constructor for class net.dermetfan.gdx.scenes.scene2d.ui.Popup.VisibilityBehavior
 

W

width(float[]) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
width(float[], int, int) - Static method in class net.dermetfan.utils.math.GeometryUtils
 
width(Array<Vector2>) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
width(FloatArray) - Static method in class net.dermetfan.gdx.math.GeometryUtils
 
write(Json) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.ListFileChooser.Style
 
write(Json) - Method in class net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser.Style
 

X

XML - net.dermetfan.gdx.maps.tiled.TmxMapWriter.Format
 
A B C D E F G H I J K L M N O P R S T U V W X 
All Classes|All Packages