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 CommandExecutionResult
changeLanguage(java.lang.String lang)
protected ImageData
exportDiagramNow(java.io.OutputStream os, int index, FileFormatOption fileFormatOption)
LoadPlanable
getDefaultPlan()
DiagramDescription
getDescription()
HColorSet
getIHtmlColorSet()
Task
getOrCreateTask(java.lang.String codeOrShortName, java.lang.String shortName, boolean linkedToPrevious)
Style
getStyle(SName param)
Style
getStyle(SName param1, SName param2)
TaskDraw
getTaskDraw(Task task)
protected TextBlock
getTextMainBlock(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:
getDescription
in interfaceDiagram
-
exportDiagramNow
protected ImageData exportDiagramNow(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException
- Specified by:
exportDiagramNow
in classAbstractPSystem
- Throws:
java.io.IOException
-
getTextMainBlock
protected TextBlock getTextMainBlock(FileFormatOption fileFormatOption)
- Specified by:
getTextMainBlock
in classTitledDiagram
-
getStyle
public final Style getStyle(SName param)
- Specified by:
getStyle
in interfaceGanttStyle
-
getStyle
public final Style getStyle(SName param1, SName param2)
- Specified by:
getStyle
in interfaceGanttStyle
-
getOrCreateTask
public Task getOrCreateTask(java.lang.String codeOrShortName, java.lang.String shortName, boolean linkedToPrevious)
-
getDefaultPlan
public LoadPlanable getDefaultPlan()
- Specified by:
getDefaultPlan
in interfaceToTaskDraw
-
getTaskDraw
public TaskDraw getTaskDraw(Task task)
- Specified by:
getTaskDraw
in interfaceToTaskDraw
-
getIHtmlColorSet
public HColorSet getIHtmlColorSet()
- Specified by:
getIHtmlColorSet
in interfaceToTaskDraw
-
-