standup.symbol
Class SymbolLoaderRebus

java.lang.Object
  extended by standup.symbol.SymbolLoader
      extended by standup.symbol.SymbolLoaderRebus

public class SymbolLoaderRebus
extends SymbolLoader


Field Summary
 
Fields inherited from class standup.symbol.SymbolLoader
baseDir, symbolRenderer
 
Constructor Summary
SymbolLoaderRebus()
           
 
Method Summary
protected  String preprocessFilename(String filename)
          Performs preprocessing of the filename found in the Widgit conceptcode list.
 String toString()
           
 
Methods inherited from class standup.symbol.SymbolLoader
loadSymbolImage, loadSymbolImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SymbolLoaderRebus

public SymbolLoaderRebus()
Method Detail

preprocessFilename

protected String preprocessFilename(String filename)
Description copied from class: SymbolLoader
Performs preprocessing of the filename found in the Widgit conceptcode list.

For example, the Rebus images we have are SVGs, when the conceptcode filenames still have them as EMFs.

This default implementation returns the String unmodified.

Overrides:
preprocessFilename in class SymbolLoader
Returns:

toString

public String toString()
Overrides:
toString in class Object