DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class AutoMediaBoxDimensions

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

public class AutoMediaBoxDimensions
extends Dimensions

Represents the media box dimensions of the page.


Method Summary
 float getBottom()
          Gets the bottom media box edge of the dimensions in points (1/72 inches).
 float getHeight()
          Gets media box height of the dimensions in points (1/72 inches).
 float getLeft()
          Gets the left media box edge of the dimensions in points (1/72 inches).
 float getRight()
          Gets the right media box edge of the dimensions in points (1/72 inches).
 float getTop()
          Gets the top media box edge of the dimensions in points (1/72 inches).
 float getWidth()
          Gets the media box width of the dimensions in points (1/72 inches).
 void setBottom(float value)
          Sets the bottom media box edge of the dimensions in points (1/72 inches).
 void setHeight(float value)
          Sets media box height of the dimensions in points (1/72 inches).
 void setLeft(float value)
          Sets the left media box edge of the dimensions in points (1/72 inches).
 void setRight(float value)
          Sets the right media box edge of the dimensions in points (1/72 inches).
 void setTop(float value)
          Sets the top media box edge of the dimensions in points (1/72 inches).
 void setWidth(float value)
          Sets the media box 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 media box edge of the dimensions in points (1/72 inches).

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

setLeft

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

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

getTop

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

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

setTop

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

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

getRight

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

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

setRight

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

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

getBottom

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

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

setBottom

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

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

getWidth

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

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

setWidth

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

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

getHeight

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

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

setHeight

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

Overrides:
setHeight in class Dimensions
Parameters:
value - media box 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