Großmarkt

market.resource
Class ResourceModuleIcon

java.lang.Object
  |
  +--market.resource.ResourceModuleIcon
All Implemented Interfaces:
ResourceManager.ResourceModul

public class ResourceModuleIcon
extends Object
implements ResourceManager.ResourceModul


Constructor Summary
ResourceModuleIcon()
           
 
Method Summary
 String getExtension()
          Returns the resource's file extension: "gif".
 String getPath()
          Returns the path relative to the current resource path.
 String getTypeName()
          Returns the type name of the module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceModuleIcon

public ResourceModuleIcon()
Method Detail

getExtension

public String getExtension()
Returns the resource's file extension: "gif".

Specified by:
getExtension in interface ResourceManager.ResourceModul
Returns:
the file extension

getPath

public String getPath()
Returns the path relative to the current resource path.

Specified by:
getPath in interface ResourceManager.ResourceModul
Returns:
the path.

getTypeName

public String getTypeName()
Returns the type name of the module. This is the name by which the resources are requested.

Specified by:
getTypeName in interface ResourceManager.ResourceModul
Returns:
the type name

Großmarkt