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.


Variable Index

 o height
The height of the dimension.
 o width
The width of the dimension.

Constructor Index

 o DimensionUC()
Construct a dimension with default field values.
 o DimensionUC(DimensionUC)
Construct a dimension from another one.
 o DimensionUC(double, double)
Construct a dimension with the given field values.

Method Index

 o assign(DimensionUC)
Set the fields of this object equal to those of a given one.
 o equals(DimensionUC)
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.
 o toString()
Return the string representation.

Variables

 o width
 public double width
The width of the dimension.

 o height
 public double height
The height of the dimension.

Constructors

 o DimensionUC
 public DimensionUC()
Construct a dimension with default field values.

 o DimensionUC
 public DimensionUC(DimensionUC gd)
Construct a dimension from another one.

 o DimensionUC
 public DimensionUC(double width,
                    double height)
Construct a dimension with the given field values.

Methods

 o assign
 public DimensionUC assign(DimensionUC gd)
Set the fields of this object equal to those of a given one.

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

 o init
 public DimensionUC init()
Set the fields to their default values.

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