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:
- Diagram
public class PostItDiagram
- extends UmlDiagram
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 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 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.