Class Dimensions

java.lang.Object
com.structurizr.view.Dimensions

public final class Dimensions
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Dimensions​(int width, int height)  
  • Method Summary

    Modifier and Type Method Description
    int getHeight()  
    int getWidth()  
    void setHeight​(int height)  
    void setWidth​(int width)  

    Methods inherited from class java.lang.Object

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

    • Dimensions

      public Dimensions​(int width, int height)
  • Method Details