net.sourceforge.plantuml.postit
Class PostItDiagram

java.lang.Object
  extended by net.sourceforge.plantuml.AbstractPSystem
      extended by net.sourceforge.plantuml.UmlDiagram
          extended by net.sourceforge.plantuml.postit.PostItDiagram
All Implemented Interfaces:
PSystem

public class PostItDiagram
extends UmlDiagram


Constructor Summary
PostItDiagram()
           
 
Method Summary
 Area createArea(char id)
           
 PostIt createPostIt(String id, List<String> text)
           
protected  void exportDiagramInternal(OutputStream os, StringBuilder cmap, int index, FileFormatOption fileFormatOption, List<BufferedImage> flashcodes)
           
 Area getDefaultArea()
           
 String getDescription()
           
 UmlDiagramType getUmlDiagramType()
           
 void setWidth(int width)
           
 
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
exportCmap, exportDiagram, getDpi, getDpiFactor, getFooter, getFooterAlignement, getHeader, getHeaderAlignement, getMinwidth, getPragma, getScale, getSkinParam, getTitle, isHideUnlinkedData, isRotation, setFooter, setFooterAlignement, setHeader, setHeaderAlignement, setHideUnlinkedData, setMinwidth, setParam, setRotation, setScale, setTitle
 
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
exportDiagrams, getMetadata, getNbImages, getSource, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.plantuml.PSystem
exportDiagrams, getMetadata, getNbImages, getSource
 

Constructor Detail

PostItDiagram

public PostItDiagram()
Method Detail

getUmlDiagramType

public UmlDiagramType getUmlDiagramType()
Specified by:
getUmlDiagramType in class UmlDiagram

exportDiagramInternal

protected final void exportDiagramInternal(OutputStream os,
                                           StringBuilder cmap,
                                           int index,
                                           FileFormatOption fileFormatOption,
                                           List<BufferedImage> flashcodes)
                                    throws IOException
Specified by:
exportDiagramInternal in class UmlDiagram
Throws:
IOException

getDescription

public String getDescription()

getDefaultArea

public Area getDefaultArea()

createArea

public Area createArea(char id)

createPostIt

public PostIt createPostIt(String id,
                           List<String> text)

setWidth

public void setWidth(int width)


Copyright © 2011. All Rights Reserved.