Class TimelineStyleData

java.lang.Object
net.sourceforge.plantuml.project.data.TimelineStyleData

public class TimelineStyleData extends Object
Value object containing timeline styling information.
  • Constructor Details

  • Method Details

    • getSkinParam

      public ISkinParam getSkinParam()
    • getPragma

      public Pragma getPragma()
    • getFontSizeDay

      public double getFontSizeDay()
    • getFontSizeMonth

      public double getFontSizeMonth()
    • getFontSizeYear

      public double getFontSizeYear()
    • getFont

      public UFont getFont(SName param)
    • getClosedBackgroundColor

      public HColor getClosedBackgroundColor()
    • getClosedFontColor

      public HColor getClosedFontColor()
    • getOpenFontColor

      public HColor getOpenFontColor()
    • getLineColor

      public HColor getLineColor()
    • getColorSet

      public HColorSet getColorSet()
    • applyVerticalSeparatorStyle

      public UGraphic applyVerticalSeparatorStyle(UGraphic ug)
    • getCellWidth

      public double getCellWidth()