MCPcopy
hub / github.com/libgdx/libgdx / getHeight

Method getHeight

gdx/src/com/badlogic/gdx/graphics/TextureData.java:77–77  ·  view source on GitHub ↗

@return the height of the pixel data

()

Source from the content-addressed store, hash-verified

75
76 /** @return the height of the pixel data */
77 public int getHeight ();
78
79 /** @return the {@link Format} of the pixel data */
80 public Format getFormat ();

Callers 15

getHeightMethod · 0.65
renderTileLayerMethod · 0.65
renderTileLayerMethod · 0.65
renderTileLayerMethod · 0.65
renderTileLayerMethod · 0.65
toScreenCoordinatesMethod · 0.65
getTopGutterHeightMethod · 0.65
StageMethod · 0.65
isInsideViewportMethod · 0.65
beginMethod · 0.65
isAboveMethod · 0.65

Implementers 9

FileTextureDatagdx/src/com/badlogic/gdx/graphics/glut
FloatTextureDatagdx/src/com/badlogic/gdx/graphics/glut
KTXTextureDatagdx/src/com/badlogic/gdx/graphics/glut
PixmapTextureDatagdx/src/com/badlogic/gdx/graphics/glut
ETC1TextureDatagdx/src/com/badlogic/gdx/graphics/glut
MipMapTextureDatagdx/src/com/badlogic/gdx/graphics/glut
GLOnlyTextureDatagdx/src/com/badlogic/gdx/graphics/glut
FileTextureDatabackends/gdx-backends-gwt/src/com/badl
ETC1TextureDatabackends/gdx-backends-gwt/src/com/badl

Calls

no outgoing calls

Tested by

no test coverage detected