net.sourceforge.plantuml.postit
Class PostItDiagram
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.UmlDiagram
net.sourceforge.plantuml.postit.PostItDiagram
- All Implemented Interfaces:
- PSystem
public class PostItDiagram
- extends UmlDiagram
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostItDiagram
public PostItDiagram()
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.