Static Public Member Functions | |
native String[] | glutInit (String[] args) |
native void | glutInitDisplayMode (int mode) |
native void | glutInitDisplayString (String string) |
native void | glutInitWindowPosition (int x, int y) |
native void | glutInitWindowSize (int width, int height) |
native void | glutMainLoop () |
native int | glutCreateWindow (String title) |
native int | glutCreateSubWindow (int win, int x, int y, int width, int height) |
native void | glutDestroyWindow (int win) |
native void | glutPostRedisplay () |
native void | glutPostWindowRedisplay (int win) |
native void | glutSwapBuffers () |
native int | glutGetWindow () |
native void | glutSetWindow (int win) |
native void | glutSetWindowTitle (String title) |
native void | glutSetIconTitle (String title) |
native void | glutPositionWindow (int x, int y) |
native void | glutReshapeWindow (int width, int height) |
native void | glutPopWindow () |
native void | glutPushWindow () |
native void | glutIconifyWindow () |
native void | glutShowWindow () |
native void | glutHideWindow () |
native void | glutFullScreen () |
native void | glutSetCursor (int cursor) |
native void | glutWarpPointer (int x, int y) |
native void | glutEstablishOverlay () |
native void | glutRemoveOverlay () |
native void | glutUseLayer (int layer) |
native void | glutPostOverlayRedisplay () |
native void | glutPostWindowOverlayRedisplay (int win) |
native void | glutShowOverlay () |
native void | glutHideOverlay () |
native int | glutCreateMenu (MenuFunc menuFunc) |
native void | glutDestroyMenu (int menu) |
native int | glutGetMenu () |
native void | glutSetMenu (int menu) |
native void | glutAddMenuEntry (String label, int value) |
native void | glutAddSubMenu (String label, int submenu) |
native void | glutChangeToMenuEntry (int item, String label, int value) |
native void | glutChangeToSubMenu (int item, String label, int submenu) |
native void | glutRemoveMenuItem (int item) |
native void | glutAttachMenu (int button) |
native void | glutDetachMenu (int button) |
native void | glutDisplayFunc (DisplayFunc func) |
native void | glutReshapeFunc (ReshapeFunc func) |
native void | glutKeyboardFunc (KeyboardFunc func) |
native void | glutMouseFunc (MouseFunc func) |
native void | glutMotionFunc (MotionFunc func) |
native void | glutPassiveMotionFunc (PassiveMotionFunc func) |
native void | glutEntryFunc (EntryFunc func) |
native void | glutVisibilityFunc (VisibilityFunc func) |
native void | glutIdleFunc (IdleFunc func) |
native void | glutTimerFunc (int millis, TimerFunc func, int value) |
void | glutTimerFunc (int millis, TimerFunc func) |
native void | glutMenuStateFunc (MenuStateFunc func) |
native void | glutSpecialFunc (SpecialFunc func) |
native void | glutSpaceballMotionFunc (SpaceballMotionFunc func) |
native void | glutSpaceballRotateFunc (SpaceballRotateFunc func) |
native void | glutSpaceballButtonFunc (SpaceballButtonFunc func) |
native void | glutButtonBoxFunc (ButtonBoxFunc func) |
native void | glutDialsFunc (DialsFunc func) |
native void | glutTabletMotionFunc (TabletMotionFunc func) |
native void | glutTabletButtonFunc (TabletButtonFunc func) |
native void | glutMenuStatusFunc (MenuStatusFunc func) |
native void | glutOverlayDisplayFunc (OverlayDisplayFunc func) |
native void | glutWindowStatusFunc (WindowStatusFunc func) |
native void | glutKeyboardUpFunc (KeyboardUpFunc func) |
native void | glutSpecialUpFunc (SpecialUpFunc func) |
native void | glutJoystickFunc (JoystickFunc func, int pollInterval) |
native void | glutSetColor (int cell, float red, float green, float blue) |
native float | glutGetColor (int ndx, int component) |
native void | glutCopyColormap (int win) |
native int | glutGet (int type) |
native int | glutDeviceGet (int type) |
native boolean | glutExtensionSupported (String name) |
native int | glutGetModifiers () |
native int | glutLayerGet (int type) |
native void | glutBitmapCharacter (BitmapFont font, char character) |
void | glutBitmapCharacter (BitmapFont font, CharSequence charSequence) |
native int | glutBitmapWidth (BitmapFont font, char character) |
int | glutBitmapWidth (BitmapFont font, CharSequence charSequence) |
native void | glutStrokeCharacter (StrokeFont font, char character) |
void | glutStrokeCharacter (StrokeFont font, CharSequence charSequence) |
native int | glutStrokeWidth (StrokeFont font, char character) |
int | glutStrokeWidth (StrokeFont font, CharSequence charSequence) |
native int | glutBitmapLength (BitmapFont font, String string) |
native int | glutStrokeLength (StrokeFont font, String string) |
native void | glutWireSphere (double radius, int slices, int stacks) |
native void | glutSolidSphere (double radius, int slices, int stacks) |
native void | glutWireCone (double base, double height, int slices, int stacks) |
native void | glutSolidCone (double base, double height, int slices, int stacks) |
native void | glutWireCube (double size) |
native void | glutSolidCube (double size) |
native void | glutWireTorus (double innerRadius, double outerRadius, int sides, int rings) |
native void | glutSolidTorus (double innerRadius, double outerRadius, int sides, int rings) |
native void | glutWireDodecahedron () |
native void | glutSolidDodecahedron () |
native void | glutWireTeapot (double size) |
native void | glutSolidTeapot (double size) |
native void | glutWireOctahedron () |
native void | glutSolidOctahedron () |
native void | glutWireTetrahedron () |
native void | glutSolidTetrahedron () |
native void | glutWireIcosahedron () |
native void | glutSolidIcosahedron () |
native int | glutVideoResizeGet (int param) |
native void | glutSetupVideoResizing () |
native void | glutStopVideoResizing () |
native void | glutVideoResize (int x, int y, int width, int height) |
native void | glutVideoPan (int x, int y, int width, int height) |
native void | glutReportErrors () |
native void | glutIgnoreKeyRepeat (int ignore) |
native void | glutSetKeyRepeat (int repeatMode) |
native void | glutForceJoystickFunc () |
native void | glutGameModeString (String string) |
native int | glutEnterGameMode () |
native void | glutLeaveGameMode () |
native int | glutGameModeGet (int mode) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|