sdljava
Class SDLVersion

java.lang.Object
  extended by sdljava.SDLVersion

public class SDLVersion
extends java.lang.Object

SDL Version information

Version:
$Id: SDLVersion.java,v 1.1 2005/02/15 03:10:55 ivan_ganza Exp $
Author:
Ivan Z. Ganza

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

major

int major

minor

int minor

patch

int patch
Constructor Detail

SDLVersion

public SDLVersion(SDL_version v)
Method Detail

getMajor

public int getMajor()
Gets the value of major

Returns:
the value of major

getMinor

public int getMinor()
Gets the value of minor

Returns:
the value of minor

getPatch

public int getPatch()
Gets the value of patch

Returns:
the value of patch