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:
Diagram

public class PostItDiagram
extends UmlDiagram


Constructor Summary
PostItDiagram()
           
 
Method Summary
 Area createArea(char id)
           
 PostIt createPostIt(String id, Display text)
           
protected  ImageData exportDiagramInternal(OutputStream os, 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
addSprite, exportCmap, exportDiagram, getDpi, getDpiFactor, getFooter, getFooterAlignment, getHeader, getHeaderAlignment, getLegend, getLegendAlignment, getMinwidth, getPragma, getScale, getSkinParam, getTitle, getWarningOrError, isHideUnlinkedData, isRotation, setFooter, setFooterAlignment, setHeader, setHeaderAlignment, setHideUnlinkedData, setLegend, setMinwidth, setParam, setRotation, setScale, setTitle
 
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
executeCommand, getMetadata, getNbImages, getSource, isOk, makeDiagramReady, 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.core.Diagram
getMetadata, getNbImages, getSource
 

Constructor Detail

PostItDiagram

public PostItDiagram()
Method Detail

getUmlDiagramType

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

exportDiagramInternal

protected final ImageData exportDiagramInternal(OutputStream os,
                                                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,
                           Display text)

setWidth

public void setWidth(int width)


Copyright © 2013. All Rights Reserved.