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 void
UnitValue. addGlobalUnitConverter(UnitConverter conv)
Adds a global unit converter that can convert from someunit
to pixels.static boolean
UnitValue. removeGlobalUnitConverter(UnitConverter unit)
Removed the converter.
-