massim.visualization
Class PreviewSvg

java.lang.Object
  extended by massim.visualization.svg.SvgXmlFile
      extended by massim.visualization.PreviewSvg

public class PreviewSvg
extends SvgXmlFile


Field Summary
 
Fields inherited from class massim.visualization.svg.SvgXmlFile
svgEnding
 
Constructor Summary
PreviewSvg()
           
 
Method Summary
 void createPreviewSvg(java.lang.String path, java.lang.String configPath, long numberSvg, java.lang.String headInformationFirstLevel, java.lang.String headInformationSecondLevel)
          generate the PreviewSvg its the main SVG in the visualisation, with the control panal, the main title and import all generated svg's
 java.lang.String readSvgConf()
           
 void setImageHeight(java.lang.String imageHeight)
           
 void setImageWidth(java.lang.String imageWidth)
           
 
Methods inherited from class massim.visualization.svg.SvgXmlFile
generateXML, openFile, saveXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreviewSvg

public PreviewSvg()
Method Detail

setImageHeight

public void setImageHeight(java.lang.String imageHeight)

setImageWidth

public void setImageWidth(java.lang.String imageWidth)

readSvgConf

public java.lang.String readSvgConf()

createPreviewSvg

public void createPreviewSvg(java.lang.String path,
                             java.lang.String configPath,
                             long numberSvg,
                             java.lang.String headInformationFirstLevel,
                             java.lang.String headInformationSecondLevel)
generate the PreviewSvg its the main SVG in the visualisation, with the control panal, the main title and import all generated svg's

Parameters:
numberSvg - is the number of generated svg files
headInformationFirstLevel - text in head of the svg file
headInformationSecondLevel - text in subhead of the svg file


Copyright © 2012. All Rights Reserved.