Rectangular2D<Numerical> | 
Rectangular2D.plus(byte deltaWidth,
    byte deltaHeight) | 
 Creates a new rectangular shape with the specified delta width and height added to the current width and height. 
 | 
Rectangular2D<Numerical> | 
Rectangular2D.plus(double deltaWidth,
    double deltaHeight) | 
 Creates a new rectangular shape with the specified delta width and height added to the current width and height. 
 | 
Rectangular2D<Numerical> | 
Rectangular2D.plus(float deltaWidth,
    float deltaHeight) | 
 Creates a new rectangular shape with the specified delta width and height added to the current width and height. 
 | 
Rectangular2D<Numerical> | 
Rectangular2D.plus(int deltaWidth,
    int deltaHeight) | 
 Creates a new rectangular shape with the specified delta width and height added to the current width and height. 
 | 
Rectangular2D<Numerical> | 
Rectangular2D.plus(long deltaWidth,
    long deltaHeight) | 
 Creates a new rectangular shape with the specified delta width and height added to the current width and height. 
 | 
Rectangular2D<Numerical> | 
Rectangular2D.plus(short deltaWidth,
    short deltaHeight) | 
 Creates a new rectangular shape with the specified delta width and height added to the current width and height. 
 | 
Rectangular2D<Numerical> | 
Rectangular2D.plus(Numerical deltaWidth,
    Numerical deltaHeight) | 
 Creates a new rectangular shape with the specified delta width and height added to the current width and height. 
 |