jsynoptic.plugins.svg
Class SvgMapper.SvgFile
java.lang.Object
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
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 |
SvgMapper.SvgFile
public SvgMapper.SvgFile()
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