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