java.lang.Object
net.sourceforge.plantuml.elk.proxy.core.math.ElkPadding
All Implemented Interfaces:
ElkObjectProxy

public class ElkPadding extends java.lang.Object implements ElkObjectProxy
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final java.lang.Object
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ElkPadding(double top, double right, double bottom, double left)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.Object
     

    Methods inherited from class java.lang.Object

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

    • obj

      public final java.lang.Object obj
  • Constructor Details

    • ElkPadding

      public ElkPadding(double top, double right, double bottom, double left)
  • Method Details