Class ChronologyDiagram
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.TitledDiagram
-
- net.sourceforge.plantuml.chronology.ChronologyDiagram
-
- All Implemented Interfaces:
Annotated,Diagram,GanttStyle,ToTaskDraw,WithSprite
public class ChronologyDiagram extends TitledDiagram implements ToTaskDraw, WithSprite, GanttStyle
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.TitledDiagram
FORCE_ELK, FORCE_SMETANA
-
-
Constructor Summary
Constructors Constructor Description ChronologyDiagram(UmlSource source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResultchangeLanguage(java.lang.String lang)protected ImageDataexportDiagramNow(java.io.OutputStream os, int index, FileFormatOption fileFormatOption)LoadPlanablegetDefaultPlan()DiagramDescriptiongetDescription()HColorSetgetIHtmlColorSet()TaskgetOrCreateTask(java.lang.String codeOrShortName, java.lang.String shortName, boolean linkedToPrevious)StylegetStyle(SName param)StylegetStyle(SName param1, SName param2)TaskDrawgetTaskDraw(Task task)protected TextBlockgetTextMainBlock(FileFormatOption fileFormatOption)-
Methods inherited from class net.sourceforge.plantuml.TitledDiagram
addSprite, calculateBackColor, createImageBuilder, exportDiagramGraphic, getCaption, getCurrentStyleBuilder, getDefaultMargins, getFooter, getHeader, getLegend, getMainFrame, getPragma, getSkinParam, getTitle, getTitleDisplay, getUmlDiagramType, isUseElk, isUseSmetana, loadSkin, muteColorMapper, setCaption, setLegend, setMainFrame, setParam, setTitle, setUseElk, setUseSmetana
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.core.Diagram
exportDiagram, exportDiagramGraphic, getMetadata, getNbImages, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitleDisplay, getWarningOrError, hasUrl
-
Methods inherited from interface net.sourceforge.plantuml.WithSprite
addSprite
-
-
-
-
Constructor Detail
-
ChronologyDiagram
public ChronologyDiagram(UmlSource source)
-
-
Method Detail
-
changeLanguage
public CommandExecutionResult changeLanguage(java.lang.String lang)
-
getDescription
public DiagramDescription getDescription()
- Specified by:
getDescriptionin interfaceDiagram
-
exportDiagramNow
protected ImageData exportDiagramNow(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException
- Specified by:
exportDiagramNowin classAbstractPSystem- Throws:
java.io.IOException
-
getTextMainBlock
protected TextBlock getTextMainBlock(FileFormatOption fileFormatOption)
- Specified by:
getTextMainBlockin classTitledDiagram
-
getStyle
public final Style getStyle(SName param)
- Specified by:
getStylein interfaceGanttStyle
-
getStyle
public final Style getStyle(SName param1, SName param2)
- Specified by:
getStylein interfaceGanttStyle
-
getOrCreateTask
public Task getOrCreateTask(java.lang.String codeOrShortName, java.lang.String shortName, boolean linkedToPrevious)
-
getDefaultPlan
public LoadPlanable getDefaultPlan()
- Specified by:
getDefaultPlanin interfaceToTaskDraw
-
getTaskDraw
public TaskDraw getTaskDraw(Task task)
- Specified by:
getTaskDrawin interfaceToTaskDraw
-
getIHtmlColorSet
public HColorSet getIHtmlColorSet()
- Specified by:
getIHtmlColorSetin interfaceToTaskDraw
-
-