Class Dimension

java.lang.Object
net.atthegate.server.service.pdf.Dimension

public class Dimension extends Object
Encapsulates the width and height of a component.
  • Field Details

    • w

      protected float w
    • h

      protected float h
  • Constructor Details

    • Dimension

      public Dimension(float width, float height)
      Constructor for creating dimension objects.
      Parameters:
      width - the width.
      height - the height.
  • Method Details

    • getWidth

      public float getWidth()
    • getHeight

      public float getHeight()