Package net.sourceforge.plantuml
Class AnnotatedBuilder
- java.lang.Object
-
- net.sourceforge.plantuml.AnnotatedBuilder
-
public class AnnotatedBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description AnnotatedBuilder(Annotated annotated, ISkinParam skinParam, StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextBlock
addHeaderAndFooter(TextBlock original)
TextBlock
decoreWithFrame(TextBlock original)
TextBlock
getCaption()
TextBlock
getLegend()
TextBlock
getTitle()
boolean
hasMainFrame()
double
mainFrameSuppHeight()
-
-
-
Constructor Detail
-
AnnotatedBuilder
public AnnotatedBuilder(Annotated annotated, ISkinParam skinParam, StringBounder stringBounder)
-
-