Package net.atthegate.server.service.pdf
Class Dimension
java.lang.Object
net.atthegate.server.service.pdf.Dimension
Encapsulates the width and height of a component.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDimension
(float width, float height) Constructor for creating dimension objects. -
Method Summary
-
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()
-