Class SequenceDiagramArea
java.lang.Object
net.sourceforge.plantuml.sequencediagram.graphic.SequenceDiagramArea
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoublegetFooterX(HorizontalAlignment align) doubledoubledoublegetHeaderX(HorizontalAlignment align) doubledoubledoubledoubledoubledoubledoubledoubledoubledoublegetWidth()booleanvoidinitFooter(PngTitler pngTitler, StringBounder stringBounder) voidinitHeader(PngTitler pngTitler, StringBounder stringBounder) voidvoidsetFooterArea(double footerWidth, double footerHeight, double footerMargin) voidsetHeaderArea(double headerWidth, double headerHeight, double headerMargin) voidsetLegend(XDimension2D dimLegend, boolean isLegendTop, HorizontalAlignment horizontalAlignment) voidsetTitleArea(double width, double height)
-
Constructor Details
-
SequenceDiagramArea
public SequenceDiagramArea(double width, double height)
-
-
Method Details
-
setLegend
public void setLegend(XDimension2D dimLegend, boolean isLegendTop, HorizontalAlignment horizontalAlignment) -
getLegendWidth
public double getLegendWidth() -
hasLegend
public boolean hasLegend() -
getLegendX
public double getLegendX() -
setTitleArea
public void setTitleArea(double width, double height) -
setCaptionArea
-
setHeaderArea
public void setHeaderArea(double headerWidth, double headerHeight, double headerMargin) -
getWidth
public double getWidth() -
getHeight
public double getHeight() -
getCaptionY
public double getCaptionY() -
getLegendY
public double getLegendY() -
getTitleX
public double getTitleX() -
getTitleY
public double getTitleY() -
getHeaderHeightMargin
public double getHeaderHeightMargin() -
getCaptionX
public double getCaptionX() -
getSequenceAreaX
public double getSequenceAreaX() -
getSequenceAreaY
public double getSequenceAreaY() -
getHeaderY
public double getHeaderY() -
getHeaderX
-
initHeader
-