Class Energy

java.lang.Object
edu.wpi.first.units.Unit<Energy>
edu.wpi.first.units.Energy

public class Energy
extends Unit<Energy>
Unit of energy dimension.

This is the base type for units of energy dimension. It is also used to specify the dimension for Measure: Measure<Energy>.

Actual units (such as Units.Joules and Units.Kilojoules) can be found in the Units class.