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