Class Branding

java.lang.Object
com.structurizr.view.Branding

public final class Branding extends Object
A wrapper for the font, logo and color scheme associated with a corporate branding.
  • Method Details

    • getLogo

      public String getLogo()
    • setLogo

      public void setLogo(String logo)
      Sets the URL of an image representing a logo.
      Parameters:
      logo - a URL or data URI as a String
    • getFont

      public Font getFont()
    • setFont

      public void setFont(Font font)
      Sets the font to use.
      Parameters:
      font - a Font object