Uses of Class
com.irurueta.units.Surface
-
Uses of Surface in com.irurueta.units
Methods in com.irurueta.units that return SurfaceModifier and TypeMethodDescriptionSurface.addAndReturnNew(double value, SurfaceUnit unit, SurfaceUnit resultUnit) Adds provided surface value and unit and returns a new surface instance using provided unit.static SurfaceSurface.addAndReturnNew(Surface arg1, Surface arg2, SurfaceUnit unit) Adds two surfaces.Surface.addAndReturnNew(Surface s, SurfaceUnit unit) Adds provided surface to current instance and returns a new surface.Surface.addAndReturnNew(Number value, SurfaceUnit unit, SurfaceUnit resultUnit) Adds provided surface value and unit and returns a new surface instance using provided unit.static SurfaceSurfaceConverter.convertAndReturnNew(Surface input, SurfaceUnit outputUnit) Converts a surface to requested output unit.Parses provided string and tries to determine a surface value and unit.Surface.subtractAndReturnNew(double value, SurfaceUnit unit, SurfaceUnit resultUnit) Subtracts provided surface value and unit and returns a new surface instance using provided unit.static SurfaceSurface.subtractAndReturnNew(Surface arg1, Surface arg2, SurfaceUnit unit) Subtracts two surfaces.Surface.subtractAndReturnNew(Surface s, SurfaceUnit unit) Subtracts provided surface to current instance and returns a new surface.Surface.subtractAndReturnNew(Number value, SurfaceUnit unit, SurfaceUnit resultUnit) Subtracts provided surface value and unit and returns a new surface instance using provided unit.Methods in com.irurueta.units with parameters of type SurfaceModifier and TypeMethodDescriptionvoidAdds provided surface and updates current distance.voidAdds provided surface and stores the result into provided surface.static voidAdds two surfaces and stores the result into provided instance.static SurfaceSurface.addAndReturnNew(Surface arg1, Surface arg2, SurfaceUnit unit) Adds two surfaces.Surface.addAndReturnNew(Surface s, SurfaceUnit unit) Adds provided surface to current instance and returns a new surface.static voidConverts a surface to provided output surface unit.static voidSurfaceConverter.convert(Surface surface, SurfaceUnit outputUnit) Converts and updates a surface to requested output unit.static voidSurfaceConverter.convert(Surface input, SurfaceUnit outputUnit, Surface result) Converts a surface to requested output unit.static SurfaceSurfaceConverter.convertAndReturnNew(Surface input, SurfaceUnit outputUnit) Converts a surface to requested output unit.voidSubtracts provided surface and updates current surface.voidSubtracts provided surface and stores the result into provided surface.static voidSubtracts two surfaces and stores the result into provided instance.static SurfaceSurface.subtractAndReturnNew(Surface arg1, Surface arg2, SurfaceUnit unit) Subtracts two surfaces.Surface.subtractAndReturnNew(Surface s, SurfaceUnit unit) Subtracts provided surface to current instance and returns a new surface.