Class Branding

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

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

    Modifier and Type Method Description
    Font getFont()  
    java.lang.String getLogo()  
    void setFont​(Font font)
    Sets the font to use.
    void setLogo​(java.lang.String url)
    Sets the URL of an image representing a logo.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getLogo

      public java.lang.String getLogo()
    • setLogo

      public void setLogo​(java.lang.String url)
      Sets the URL of an image representing a logo.
      Parameters:
      url - a URL as a String
    • getFont

      public Font getFont()
    • setFont

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