Package gaia.cu9.ari.gaiaorbit.render
Interface IAnnotationsRenderable
-
- All Superinterfaces:
IRenderable
- All Known Implementing Classes:
SphericalGrid
public interface IAnnotationsRenderable extends IRenderable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render(ExtSpriteBatch spriteBatch, ICamera camera, BitmapFont font, float alpha)
-
Methods inherited from interface gaia.cu9.ari.gaiaorbit.render.IRenderable
getComponentType, getDistToCamera, getOpacity
-
-
-
-
Method Detail
-
render
void render(ExtSpriteBatch spriteBatch, ICamera camera, BitmapFont font, float alpha)
-
-