Uses of Interface
com.helger.commons.dimension.IHasDimensionFloat
-
Packages that use IHasDimensionFloat Package Description com.helger.commons.dimension -
-
Uses of IHasDimensionFloat in com.helger.commons.dimension
Classes in com.helger.commons.dimension that implement IHasDimensionFloat Modifier and Type Class Description classSizeFloatThis class represents an object having width and height.Methods in com.helger.commons.dimension with parameters of type IHasDimensionFloat Modifier and Type Method Description SizeDoubleSizeDouble. getAdded(IHasDimensionFloat aToAdd)SizeFloatSizeFloat. getAdded(IHasDimensionFloat aToAdd)SizeDoubleSizeDouble. getSubtracted(IHasDimensionFloat aToSubtract)SizeFloatSizeFloat. getSubtracted(IHasDimensionFloat aToSubtract)Constructors in com.helger.commons.dimension with parameters of type IHasDimensionFloat Constructor Description SizeDouble(IHasDimensionFloat aObj)SizeFloat(IHasDimensionFloat aObj)
-