net.sourceforge.plantuml.sequencediagram.graphic
Class SequenceDiagramFileMaker

java.lang.Object
  extended by net.sourceforge.plantuml.sequencediagram.graphic.SequenceDiagramFileMaker
All Implemented Interfaces:
FileMaker

public class SequenceDiagramFileMaker
extends Object
implements FileMaker


Constructor Summary
SequenceDiagramFileMaker(SequenceDiagram sequenceDiagram, Skin skin, FileFormatOption fileFormatOption, List<BufferedImage> flashcodes)
           
 
Method Summary
 void appendCmap(StringBuilder cmap)
           
static File computeFilename(File pngFile, int i, FileFormat fileFormat)
           
 UmlDiagramInfo createOne2(OutputStream os, int index)
           
static StringBounder getDummystringbounder()
           
 int getNbPages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceDiagramFileMaker

public SequenceDiagramFileMaker(SequenceDiagram sequenceDiagram,
                                Skin skin,
                                FileFormatOption fileFormatOption,
                                List<BufferedImage> flashcodes)
Method Detail

getNbPages

public int getNbPages()
Specified by:
getNbPages in interface FileMaker

createOne2

public UmlDiagramInfo createOne2(OutputStream os,
                                 int index)
                          throws IOException
Specified by:
createOne2 in interface FileMaker
Throws:
IOException

computeFilename

public static File computeFilename(File pngFile,
                                   int i,
                                   FileFormat fileFormat)

getDummystringbounder

public static StringBounder getDummystringbounder()

appendCmap

public void appendCmap(StringBuilder cmap)
Specified by:
appendCmap in interface FileMaker


Copyright © 2012. All Rights Reserved.