Uses of Class
net.miginfocom.layout.UnitConverter
-
Packages that use UnitConverter Package Description net.miginfocom.layout -
-
Uses of UnitConverter in net.miginfocom.layout
Methods in net.miginfocom.layout that return UnitConverter Modifier and Type Method Description static UnitConverter[]UnitValue. getGlobalUnitConverters()Returns the global converters currently registered.Methods in net.miginfocom.layout with parameters of type UnitConverter Modifier and Type Method Description static voidUnitValue. addGlobalUnitConverter(UnitConverter conv)Adds a global unit converter that can convert from someunitto pixels.static booleanUnitValue. removeGlobalUnitConverter(UnitConverter unit)Removed the converter.
-