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