DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class AutoBodyDimensions

java.lang.Object
  extended by com.cete.dynamicpdf.Dimensions
      extended by com.cete.dynamicpdf.AutoBodyDimensions
All Implemented Interfaces:
java.lang.Cloneable

public class AutoBodyDimensions
extends Dimensions

Represents the dimensions of the areas body.


Method Summary
 float getBottom()
          Gets the bottom edge of the dimensions in points (1/72 inches).
 float getHeight()
          Gets height of the dimensions in points (1/72 inches).
 float getLeft()
          Gets the left edge of the dimensions in points (1/72 inches).
 float getRight()
          Gets the right edge of the dimensions in points (1/72 inches).
 float getTop()
          Gets the top edge of the dimensions in points (1/72 inches).
 float getWidth()
          Gets the width of the dimensions in points (1/72 inches).
 void setBottom(float value)
          Sets the bottom edge of the dimensions in points (1/72 inches).
 void setHeight(float value)
          Sets height of the dimensions in points (1/72 inches).
 void setLeft(float value)
          Sets the left edge of the dimensions in points (1/72 inches).
 void setRight(float value)
          Sets the right edge of the dimensions in points (1/72 inches).
 void setTop(float value)
          Sets the top edge of the dimensions in points (1/72 inches).
 void setWidth(float value)
          Sets the width of the dimensions in points (1/72 inches).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLeft

public float getLeft()
Gets the left edge of the dimensions in points (1/72 inches).

Overrides:
getLeft in class Dimensions
Returns:
left edge of the dimensions in points.

setLeft

public void setLeft(float value)
Sets the left edge of the dimensions in points (1/72 inches).

Overrides:
setLeft in class Dimensions
Parameters:
value - left edge of the dimensions in points.

getTop

public float getTop()
Gets the top edge of the dimensions in points (1/72 inches).

Overrides:
getTop in class Dimensions
Returns:
top edge of the dimensions in points.

setTop

public void setTop(float value)
Sets the top edge of the dimensions in points (1/72 inches).

Overrides:
setTop in class Dimensions
Parameters:
value - top edge of the dimensions in points.

getRight

public float getRight()
Gets the right edge of the dimensions in points (1/72 inches).

Overrides:
getRight in class Dimensions
Returns:
right edge of the dimensions in points.

setRight

public void setRight(float value)
Sets the right edge of the dimensions in points (1/72 inches).

Overrides:
setRight in class Dimensions
Parameters:
value - right edge of the dimensions in points.

getBottom

public float getBottom()
Gets the bottom edge of the dimensions in points (1/72 inches).

Overrides:
getBottom in class Dimensions
Returns:
bottom edge of the dimensions in points.

setBottom

public void setBottom(float value)
Sets the bottom edge of the dimensions in points (1/72 inches).

Overrides:
setBottom in class Dimensions
Parameters:
value - bottom edge of the dimensions in points.

getWidth

public float getWidth()
Gets the width of the dimensions in points (1/72 inches).

Overrides:
getWidth in class Dimensions
Returns:
width of the dimensions in points.

setWidth

public void setWidth(float value)
Sets the width of the dimensions in points (1/72 inches).

Overrides:
setWidth in class Dimensions
Parameters:
value - width of the dimensions in points.

getHeight

public float getHeight()
Gets height of the dimensions in points (1/72 inches).

Overrides:
getHeight in class Dimensions
Returns:
height of the dimensions in points

setHeight

public void setHeight(float value)
Sets height of the dimensions in points (1/72 inches).

Overrides:
setHeight in class Dimensions
Parameters:
value - height of the dimensions in points

DynamicPDF by ceTe Software

API Reference for DynamicPDF v11.02 for Java generated on Sep 02, 2021
© Copyright 2021, ceTe Software