Class Overview
Object represents page insets.
Summary
Fields |
public
final
float |
bottom |
|
public
final
float |
left |
|
public
final
float |
right |
|
public
final
float |
top |
|
Public Constructors |
|
EdgeInsets()
Creates a default EdgeInsets object with all values set to 0 .
|
|
EdgeInsets(float top, float left, float bottom, float right)
Creates an edge insets object representation.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
final
float
bottom
Public Constructors
public
EdgeInsets
()
Creates a default EdgeInsets
object with all values set to 0
.
public
EdgeInsets
(float top, float left, float bottom, float right)
Creates an edge insets object representation.
Parameters
top |
Top edge insets in PDF points. |
left |
Left edge insets in PDF points. |
bottom |
Bottom edge insets in PDF points. |
right |
Right edge insets in PDF points.
|
Public Methods
public
boolean
equals
(Object o)