Uses of Class
de.xima.fc.common.geometry.Rectangular2DLong
Packages that use Rectangular2DLong
-
Uses of Rectangular2DLong in de.xima.fc.common.geometry
Methods in de.xima.fc.common.geometry that return Rectangular2DLongModifier and TypeMethodDescriptionstatic Rectangular2DLongRectangular2DLong.empty()Creates an empty rectangular shape with zero width and height.Rectangular2DLong.plus(byte deltaWidth, byte deltaHeight) Rectangular2DLong.plus(double deltaWidth, double deltaHeight) Rectangular2DLong.plus(float deltaWidth, float deltaHeight) Rectangular2DLong.plus(int deltaWidth, int deltaHeight) Rectangular2DLong.plus(long deltaWidth, long deltaHeight) Rectangular2DLong.plus(short deltaWidth, short deltaHeight)