-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceLength.AbsoluteAbsolute CSS length.
public final classLength.CmCentimeters
public final classLength.MmMillimeters
public final classLength.InInches
public final classLength.PxPixels
public final classLength.PtPoints
public final classLength.PcPicas
public interfaceLength.RelativeRelative CSS length.
public final classLength.EmRelative to the font-size of the element.
public final classLength.ChRelative to the width of the "0" (zero).
public final classLength.RemRelative to font-size of the root element.
public final classLength.VwRelative to 1% of the width of the viewport.
public final classLength.VhRelative to 1% of the height of the viewport.
public final classLength.VMinRelative to 1% of viewport's smaller dimension.
public final classLength.VMaxRelative to 1% of viewport's larger dimension.
public final classLength.PercentRelative to the parent element.
-