Package net.sourceforge.plantuml
Class TitledDiagram
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.TitledDiagram
- Direct Known Subclasses:
GanttDiagram,JsonDiagram,PSystemEbnf,PSystemRegex,PSystemSalt,UmlDiagram
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTitledDiagram(UmlSource source, UmlDiagramType type, Map<String, String> orig) -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateImageBuilder(FileFormatOption fileFormatOption) voidfinal Animationfinal DisplayPositionedfinal StyleBuilderfinal DisplaySectionfinal DisplaySectionfinal DisplayPositionedfinal Displayfinal ISkinParamprotected abstract TextBlockfinal DisplayPositionnedgetTitle()final Displayfinal UmlDiagramTypebooleanisUseElk()booleanprotected ColorMappermuteColorMapper(ColorMapper init) final voidsetAnimation(Iterable<CharSequence> animationData) final voidsetCaption(DisplayPositioned caption) voidsetLegend(DisplayPositioned legend) final voidsetMainFrame(Display mainFrame) voidfinal voidsetTitle(DisplayPositioned title) voidsetUseElk(boolean useElk) voidsetUseSmetana(boolean useSmetana) Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, exportDiagramNow, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVerticalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.core.Diagram
exportDiagram, getDescription, getMetadata, getNbImages, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getWarningOrError, hasUrl
-
Field Details
-
FORCE_SMETANA
public static boolean FORCE_SMETANA -
FORCE_ELK
public static boolean FORCE_ELK
-
-
Constructor Details
-
TitledDiagram
-
-
Method Details
-
getPragma
-
getCurrentStyleBuilder
-
getUmlDiagramType
-
getSkinParam
-
setParam
-
addSprite
-
loadSkin
- Throws:
IOException
-
setTitle
-
getTitle
- Specified by:
getTitlein interfaceAnnotated- Overrides:
getTitlein classAbstractPSystem
-
getTitleDisplay
- Specified by:
getTitleDisplayin interfaceDiagram- Overrides:
getTitleDisplayin classAbstractPSystem
-
setMainFrame
-
setCaption
-
getCaption
- Specified by:
getCaptionin interfaceAnnotated
-
getHeader
-
getLegend
-
setLegend
-
getMainFrame
- Specified by:
getMainFramein interfaceAnnotated
-
setUseSmetana
public void setUseSmetana(boolean useSmetana) -
setUseElk
public void setUseElk(boolean useElk) -
isUseElk
public boolean isUseElk() -
isUseSmetana
public boolean isUseSmetana() -
getDefaultMargins
- Overrides:
getDefaultMarginsin classAbstractPSystem
-
setAnimation
-
getAnimation
-
createImageBuilder
- Overrides:
createImageBuilderin classAbstractPSystem- Throws:
IOException
-
calculateBackColor
-
muteColorMapper
- Overrides:
muteColorMapperin classAbstractPSystem
-
getTextBlock
-
exportDiagramGraphic
- Specified by:
exportDiagramGraphicin interfaceDiagram- Overrides:
exportDiagramGraphicin classAbstractPSystem
-