ubiware.core.visualizer
Class ResourceManager

java.lang.Object
  extended by ubiware.core.visualizer.ResourceManager

public final class ResourceManager
extends java.lang.Object

Provides access to resources used by the visualiser.

Author:
Nikos Mouchtaris

Method Summary
static java.awt.Image getAsundio(java.awt.Toolkit toolkit)
          Get a shared instance of the asundio image (would be wise not to modify it).
static java.awt.Image getBelief(java.awt.Toolkit toolkit)
          Get a shared instance of the belief statement image (would be wise not to modify it).
static java.awt.Image getContainer(java.awt.Toolkit toolkit)
          Get a shared instance of the belief container image (would be wise not to modify it).
static java.awt.Image getFerundio(java.awt.Toolkit toolkit)
          Get a shared instance of the ferundio image (would be wise not to modify it).
static java.awt.Image getObject(java.awt.Toolkit toolkit)
          Get a shared instance of the belief statement object image (would be wise not to modify it).
static java.awt.Image getPredicate(java.awt.Toolkit toolkit)
          Get a shared instance of the belief statement predicate image (would be wise not to modify it).
static java.awt.Image getSelectedBelief(java.awt.Toolkit toolkit)
          Get a shared instance of the selected belief statement image (would be wise not to modify it).
static java.awt.Image getSelectedCotainer(java.awt.Toolkit toolkit)
          Get a shared instance of the selected belief container image (would be wise not to modify it).
static java.awt.Image getSelectedObject(java.awt.Toolkit toolkit)
          Get a shared instance of the selected belief statement object image (would be wise not to modify it).
static java.awt.Image getSelectedPredicate(java.awt.Toolkit toolkit)
          Get a shared instance of the selected belief statement predicate image (would be wise not to modify it).
static java.awt.Image getSelectedSubject(java.awt.Toolkit toolkit)
          Get a shared instance of the selected belief statement subject image (would be wise not to modify it).
static java.awt.Image getSubject(java.awt.Toolkit toolkit)
          Get a shared instance of the belief statement subject image (would be wise not to modify it).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFerundio

public static java.awt.Image getFerundio(java.awt.Toolkit toolkit)
Get a shared instance of the ferundio image (would be wise not to modify it).

Parameters:
toolkit - the runtime toolkit being used
Returns:
a shared and sole instance of the ferundio image

getAsundio

public static java.awt.Image getAsundio(java.awt.Toolkit toolkit)
Get a shared instance of the asundio image (would be wise not to modify it).

Parameters:
toolkit - the runtime toolkit being used
Returns:
a shared and sole instance of the asundio image

getContainer

public static java.awt.Image getContainer(java.awt.Toolkit toolkit)
Get a shared instance of the belief container image (would be wise not to modify it).

Parameters:
toolkit - the runtime toolkit being used
Returns:
a shared and sole instance of the belief image

getBelief

public static java.awt.Image getBelief(java.awt.Toolkit toolkit)
Get a shared instance of the belief statement image (would be wise not to modify it).

Parameters:
toolkit - the runtime toolkit being used
Returns:
a shared and sole instance of the belief image

getSubject

public static java.awt.Image getSubject(java.awt.Toolkit toolkit)
Get a shared instance of the belief statement subject image (would be wise not to modify it).

Parameters:
toolkit - the runtime toolkit being used
Returns:
a shared and sole instance of the belief image

getPredicate

public static java.awt.Image getPredicate(java.awt.Toolkit toolkit)
Get a shared instance of the belief statement predicate image (would be wise not to modify it).

Parameters:
toolkit - the runtime toolkit being used
Returns:
a shared and sole instance of the belief image

getObject

public static java.awt.Image getObject(java.awt.Toolkit toolkit)
Get a shared instance of the belief statement object image (would be wise not to modify it).

Parameters:
toolkit - the runtime toolkit being used
Returns:
a shared and sole instance of the belief image

getSelectedCotainer

public static java.awt.Image getSelectedCotainer(java.awt.Toolkit toolkit)
Get a shared instance of the selected belief container image (would be wise not to modify it).

Parameters:
toolkit - the runtime toolkit being used
Returns:
a shared and sole instance of the belief image

getSelectedBelief

public static java.awt.Image getSelectedBelief(java.awt.Toolkit toolkit)
Get a shared instance of the selected belief statement image (would be wise not to modify it).

Parameters:
toolkit - the runtime toolkit being used
Returns:
a shared and sole instance of the belief image

getSelectedSubject

public static java.awt.Image getSelectedSubject(java.awt.Toolkit toolkit)
Get a shared instance of the selected belief statement subject image (would be wise not to modify it).

Parameters:
toolkit - the runtime toolkit being used
Returns:
a shared and sole instance of the belief image

getSelectedPredicate

public static java.awt.Image getSelectedPredicate(java.awt.Toolkit toolkit)
Get a shared instance of the selected belief statement predicate image (would be wise not to modify it).

Parameters:
toolkit - the runtime toolkit being used
Returns:
a shared and sole instance of the belief image

getSelectedObject

public static java.awt.Image getSelectedObject(java.awt.Toolkit toolkit)
Get a shared instance of the selected belief statement object image (would be wise not to modify it).

Parameters:
toolkit - the runtime toolkit being used
Returns:
a shared and sole instance of the belief image