All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.helger.pdflayout.base.IPLHasOutline Maven / Gradle / Ivy

There is a newer version: 7.3.5
Show newest version
package com.helger.pdflayout.base;

public interface IPLHasOutline
{
  default float getFullTop ()
  {
    return 0;
  }

  default float getFullRight ()
  {
    return 0;
  }

  default float getFullBottom ()
  {
    return 0;
  }

  default float getFullLeft ()
  {
    return 0;
  }

  default float getFullXSum ()
  {
    return 0;
  }

  default float getFullYSum ()
  {
    return 0;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy