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.
-
bottom
- The bottom margin value.
-
left
- The left margin value.
-
right
- The right margin value.
-
top
- The top margin value.
-
InsetsUC()
- Construct an insets with default values.
-
InsetsUC(double, double, double, double)
- Construct an insets with the given field values.
-
InsetsUC(InsetsUC)
- Construct an insets from another one.
-
assign(InsetsUC)
- Set the fields of this object equal to those of a given object.
-
equals(InsetsUC)
- Return whether the fields of another object are equal in value to
the fields of this one.
-
init()
- Set the fields to their default values (all fields set to zero).
-
toString()
- Return the string representation.
top
public double top
- The top margin value.
left
public double left
- The left margin value.
bottom
public double bottom
- The bottom margin value.
right
public double right
- The right margin value.
InsetsUC
public InsetsUC()
- Construct an insets with default values.
InsetsUC
public InsetsUC(InsetsUC i)
- Construct an insets from another one.
InsetsUC
public InsetsUC(double top,
double left,
double bottom,
double right)
- Construct an insets with the given field values.
assign
public InsetsUC assign(InsetsUC i)
- Set the fields of this object equal to those of a given object.
- Returns:
- this
equals
public boolean equals(InsetsUC i)
- Return whether the fields of another object are equal in value to
the fields of this one.
init
public InsetsUC init()
- Set the fields to their default values (all fields set to zero).
- Returns:
- this
toString
public String toString()
- Return the string representation.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index