com.hdcookbook.grin.io.builders
Class BackgroundSpec

java.lang.Object
  extended by com.hdcookbook.grin.io.builders.BackgroundSpec

public class BackgroundSpec
extends java.lang.Object

This is a data holder for the specification of a background image for grinview, consisting of a wildcard to match segments, and an image name (which can be "").


Field Summary
 java.lang.String imageName
           
 
Constructor Summary
BackgroundSpec()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

imageName

public java.lang.String imageName
Constructor Detail

BackgroundSpec

public BackgroundSpec()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object