Uses of Class
net.sourceforge.plantuml.cucadiagram.DisplaySection
-
Packages that use DisplaySection Package Description net.sourceforge.plantuml net.sourceforge.plantuml.cucadiagram net.sourceforge.plantuml.png -
-
Uses of DisplaySection in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return DisplaySection Modifier and Type Method Description DisplaySectionAnnotated. getFooter()DisplaySectionTitledDiagram. getFooter()DisplaySectionUmlDiagram. getFooterOrHeaderTeoz(FontParam param)DisplaySectionAnnotated. getHeader()DisplaySectionTitledDiagram. getHeader() -
Uses of DisplaySection in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram that return DisplaySection Modifier and Type Method Description static DisplaySectionDisplaySection. none()DisplaySectionDisplaySection. withPage(int page, int lastpage) -
Uses of DisplaySection in net.sourceforge.plantuml.png
Constructors in net.sourceforge.plantuml.png with parameters of type DisplaySection Constructor Description PngTitler(HColor textColor, DisplaySection text, int fontSize, String fontFamily, HColor hyperlinkColor, boolean useUnderlineForHyperlink, Style style, HColorSet set, ISkinSimple spriteContainer)
-