Uses of Interface
de.xima.fc.common.geometry.Rectangular2D
Packages that use Rectangular2D
-
Uses of Rectangular2D in de.xima.fc.common.geometry
Classes in de.xima.fc.common.geometry that implement Rectangular2DModifier and TypeClassDescriptionfinal classA two-dimensional rectangular shape, with a width and a height, where both dimensions are of typedouble.final classA two-dimensional rectangular shape, with a width and a height, where both dimensions are of typelong.Methods in de.xima.fc.common.geometry that return Rectangular2DModifier and TypeMethodDescriptionRectangular2D.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.Creates a new rectangular shape with the specified delta width and height added to the current width and height.