All Packages Class Hierarchy This Package Previous Next Index
Class GraphicPlotter.DimensionUC
java.lang.Object
|
+----GraphicPlotter.DimensionUC
- public final class DimensionUC
- extends Object
A two dimensional user (Cartesian) coordinates bounds.
-
height
- The height of the dimension.
-
width
- The width of the dimension.
-
DimensionUC()
- Construct a dimension with default field values.
-
DimensionUC(DimensionUC)
- Construct a dimension from another one.
-
DimensionUC(double, double)
- Construct a dimension with the given field values.
-
assign(DimensionUC)
- Set the fields of this object equal to those of a given one.
-
equals(DimensionUC)
- 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.
-
toString()
- Return the string representation.
width
public double width
- The width of the dimension.
height
public double height
- The height of the dimension.
DimensionUC
public DimensionUC()
- Construct a dimension with default field values.
DimensionUC
public DimensionUC(DimensionUC gd)
- Construct a dimension from another one.
DimensionUC
public DimensionUC(double width,
double height)
- Construct a dimension with the given field values.
assign
public DimensionUC assign(DimensionUC gd)
- Set the fields of this object equal to those of a given one.
- Returns:
- this
equals
public boolean equals(DimensionUC gd)
- Return whether the fields of another object are equal in value to
the fields of this one.
init
public DimensionUC init()
- Set the fields to their default values.
- Returns:
- this
toString
public String toString()
- Return the string representation.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index