jsynoptic.plugins.svg
Class SvgMapper.SvgFile

java.lang.Object
  extended by jsynoptic.plugins.svg.SvgMapper.SvgFile
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SvgMapper

public static class SvgMapper.SvgFile
extends java.lang.Object
implements java.io.Serializable

Class SvgMapper. Summary: this class represent the object specific to svgMapper used by the mapper

See Also:
Serialized Form

Constructor Summary
SvgMapper.SvgFile()
           
 
Method Summary
 java.io.File getfile()
          Method getFile
 void setFile(java.io.File f)
          Method setFile set the file to the mapper Parameters:
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SvgMapper.SvgFile

public SvgMapper.SvgFile()
Method Detail

toString

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

setFile

public void setFile(java.io.File f)
Method setFile set the file to the mapper Parameters:

Parameters:
f - set the file to the mapper

getfile

public java.io.File getfile()
Method getFile

Returns:
the file to the mapper