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