|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sdljava.SDLVersion
public class SDLVersion
SDL Version information
Field Summary | |
---|---|
(package private) int |
major
|
(package private) int |
minor
|
(package private) int |
patch
|
Constructor Summary | |
---|---|
SDLVersion(SDL_version v)
|
Method Summary | |
---|---|
int |
getMajor()
Gets the value of major |
int |
getMinor()
Gets the value of minor |
int |
getPatch()
Gets the value of patch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int major
int minor
int patch
Constructor Detail |
---|
public SDLVersion(SDL_version v)
Method Detail |
---|
public int getMajor()
public int getMinor()
public int getPatch()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |