Uses of Interface
com.helger.base.dimension.IHasDimensionLong
Packages that use IHasDimensionLong
-
Uses of IHasDimensionLong in com.helger.base.dimension
Classes in com.helger.base.dimension that implement IHasDimensionLongModifier and TypeClassDescriptionclassThis class represents an object having width and height.Methods in com.helger.base.dimension with parameters of type IHasDimensionLongModifier and TypeMethodDescription@NonNull SizeLongSizeLong.getAdded(@NonNull IHasDimensionLong aToAdd) Get a new size with the dimensions of the provided object added.@NonNull SizeLongSizeLong.getSubtracted(@NonNull IHasDimensionLong aToSubtract) Get a new size with the dimensions of the provided object subtracted.Constructors in com.helger.base.dimension with parameters of type IHasDimensionLongModifierConstructorDescriptionSizeDouble(@NonNull IHasDimensionLong aObj) Constructor copying from an existing long dimension object.SizeFloat(@NonNull IHasDimensionLong aObj) Constructor copying from an existing long dimension object.SizeLong(@NonNull IHasDimensionLong aObj) Constructor copying from an existing long dimension object.