All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class GraphicPlotter.InsetsUC

java.lang.Object
   |
   +----GraphicPlotter.InsetsUC

public final class InsetsUC
extends Object
A two dimensional user (Cartesian) coordinates set of inset values.


Variable Index

 o bottom
The bottom margin value.
 o left
The left margin value.
 o right
The right margin value.
 o top
The top margin value.

Constructor Index

 o InsetsUC()
Construct an insets with default values.
 o InsetsUC(double, double, double, double)
Construct an insets with the given field values.
 o InsetsUC(InsetsUC)
Construct an insets from another one.

Method Index

 o assign(InsetsUC)
Set the fields of this object equal to those of a given object.
 o equals(InsetsUC)
Return whether the fields of another object are equal in value to the fields of this one.
 o init()
Set the fields to their default values (all fields set to zero).
 o toString()
Return the string representation.

Variables

 o top
 public double top
The top margin value.

 o left
 public double left
The left margin value.

 o bottom
 public double bottom
The bottom margin value.

 o right
 public double right
The right margin value.

Constructors

 o InsetsUC
 public InsetsUC()
Construct an insets with default values.

 o InsetsUC
 public InsetsUC(InsetsUC i)
Construct an insets from another one.

 o InsetsUC
 public InsetsUC(double top,
                 double left,
                 double bottom,
                 double right)
Construct an insets with the given field values.

Methods

 o assign
 public InsetsUC assign(InsetsUC i)
Set the fields of this object equal to those of a given object.

Returns:
this
 o equals
 public boolean equals(InsetsUC i)
Return whether the fields of another object are equal in value to the fields of this one.

 o init
 public InsetsUC init()
Set the fields to their default values (all fields set to zero).

Returns:
this
 o toString
 public String toString()
Return the string representation.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index