Uses of Package
org.jagatoo.datatypes

Packages that use org.jagatoo.datatypes
org.jagatoo.datatypes   
org.jagatoo.input.devices   
org.jagatoo.input.impl.awt   
org.jagatoo.input.impl.jinput   
org.jagatoo.input.impl.lwjgl   
org.jagatoo.input.impl.swt   
org.jagatoo.loaders.models._util   
org.jagatoo.loaders.models.ac3d   
org.jagatoo.loaders.models.ase ASE loader. 
org.jagatoo.loaders.models.bsp   
org.jagatoo.loaders.models.md2   
org.jagatoo.loaders.models.md3   
org.jagatoo.loaders.models.md5   
org.jagatoo.loaders.models.obj   
org.jagatoo.loaders.models.tds   
org.jagatoo.loaders.models.tds.internal 3DS loader. 
org.jagatoo.loaders.textures   
org.jagatoo.util.lists   
 

Classes in org.jagatoo.datatypes used by org.jagatoo.datatypes
Chainable
          This interface can be used to generate some kind of a Linked List.
NamedObject
          A NamedObject is an Object, that has a name, that can be retrieved through the NamedObject.getName() method.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.input.devices
Enableable
          Simple interface for classes, which's objects can be enabled or disabled.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.input.impl.awt
Enableable
          Simple interface for classes, which's objects can be enabled or disabled.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.input.impl.jinput
Enableable
          Simple interface for classes, which's objects can be enabled or disabled.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.input.impl.lwjgl
Enableable
          Simple interface for classes, which's objects can be enabled or disabled.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.input.impl.swt
Enableable
          Simple interface for classes, which's objects can be enabled or disabled.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.loaders.models._util
NamedObject
          A NamedObject is an Object, that has a name, that can be retrieved through the NamedObject.getName() method.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.loaders.models.ac3d
NamedObject
          A NamedObject is an Object, that has a name, that can be retrieved through the NamedObject.getName() method.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.loaders.models.ase
NamedObject
          A NamedObject is an Object, that has a name, that can be retrieved through the NamedObject.getName() method.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.loaders.models.bsp
NamedObject
          A NamedObject is an Object, that has a name, that can be retrieved through the NamedObject.getName() method.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.loaders.models.md2
NamedObject
          A NamedObject is an Object, that has a name, that can be retrieved through the NamedObject.getName() method.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.loaders.models.md3
NamedObject
          A NamedObject is an Object, that has a name, that can be retrieved through the NamedObject.getName() method.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.loaders.models.md5
NamedObject
          A NamedObject is an Object, that has a name, that can be retrieved through the NamedObject.getName() method.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.loaders.models.obj
NamedObject
          A NamedObject is an Object, that has a name, that can be retrieved through the NamedObject.getName() method.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.loaders.models.tds
NamedObject
          A NamedObject is an Object, that has a name, that can be retrieved through the NamedObject.getName() method.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.loaders.models.tds.internal
NamedObject
          A NamedObject is an Object, that has a name, that can be retrieved through the NamedObject.getName() method.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.loaders.textures
NamableObject
          A NamableObject is a NamedObject extension, that has an additional setter for the name property.
NamedObject
          A NamedObject is an Object, that has a name, that can be retrieved through the NamedObject.getName() method.
 

Classes in org.jagatoo.datatypes used by org.jagatoo.util.lists
DoublyChainable
          This interface can be used to generate some kind of a Linked List.