Uses of Interface
de.xima.fc.common.geometry.Rectangular2D

Packages that use Rectangular2D
Package
Description
 
  • Uses of Rectangular2D in de.xima.fc.common.geometry

    Classes in de.xima.fc.common.geometry that implement Rectangular2D
    Modifier and Type
    Class
    Description
    final class 
    A two-dimensional rectangular shape, with a width and a height, where both dimensions are of type double.
    final class 
    A two-dimensional rectangular shape, with a width and a height, where both dimensions are of type long.
    Modifier and Type
    Method
    Description
    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.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.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.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.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.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.plus(Numerical deltaWidth, Numerical deltaHeight)
    Creates a new rectangular shape with the specified delta width and height added to the current width and height.