Class LayoutKey

java.lang.Object
org.loboevolution.html.control.LayoutKey

public class LayoutKey extends Object

LayoutKey class.

  • Field Details

    • availHeight

      public final int availHeight
    • availWidth

      public final int availWidth
    • font

      public final Font font
    • whitespace

      public final int whitespace
  • Constructor Details

    • LayoutKey

      public LayoutKey(int availWidth, int availHeight, int whitespace, Font font)
  • Method Details