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