Class Ui

java.lang.Object
ch.oliumbi.compass.ui.Ui

public abstract class Ui extends Object
  • Constructor Details

    • Ui

      public Ui()
  • Method Details

    • title

      protected abstract String title()
    • description

      protected abstract String description()
    • language

      protected abstract Language language()
    • theme

      protected abstract String theme()
    • foreground

      protected abstract String foreground()
    • background

      protected abstract String background()
    • icon

      protected abstract String icon()
    • iconType

      protected abstract String iconType()
    • image

      protected abstract String image()
    • url

      protected abstract String url()
    • manifest

      protected abstract String manifest()
    • fonts

      protected abstract List<Font> fonts()
    • render

      public String render(List<Component> components)
    • normalize

      protected String normalize()
    • setup

      protected String setup()