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