net.sourceforge.plantuml.flowdiagram
Class FlowDiagram
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.UmlDiagram
net.sourceforge.plantuml.flowdiagram.FlowDiagram
- All Implemented Interfaces:
- Diagram, TextBlock, UDrawable
public class FlowDiagram
- extends UmlDiagram
- implements TextBlock
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 |
FlowDiagram
public FlowDiagram()
getDescription
public String getDescription()
- Specified by:
getDescription
in interface Diagram
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
- Specified by:
getUmlDiagramType
in class UmlDiagram
lineSimple
public void lineSimple(TileGeometry orientation,
String idDest,
String label)
linkSimple
public void linkSimple(TileGeometry orientation,
String idDest)
exportDiagramInternal
protected ImageData exportDiagramInternal(OutputStream os,
int index,
FileFormatOption fileFormatOption,
List<BufferedImage> flashcodes)
throws IOException
- Specified by:
exportDiagramInternal
in class UmlDiagram
- Throws:
IOException
drawU
public void drawU(UGraphic ug)
- Specified by:
drawU
in interface UDrawable
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interface TextBlock
getUrls
public List<Url> getUrls()
- Specified by:
getUrls
in interface TextBlock
Copyright © 2013. All Rights Reserved.