Uses of Interface
com.jgoodies.forms.util.UnitConverter
Packages that use UnitConverter
Package
Description
Contains the core classes of the JGoodies Forms framework:
layout manager, column and row specifications, sizes and cell constraints.
Consists of Forms framework helper classes for unit conversion and layout styles.
-
Uses of UnitConverter in com.jgoodies.forms.layout
Fields in com.jgoodies.forms.layout declared as UnitConverterModifier and TypeFieldDescriptionprivate static UnitConverterSizes.unitConverterHolds the current converter that maps non-pixel sizes to pixels.Methods in com.jgoodies.forms.layout that return UnitConverterModifier and TypeMethodDescriptionstatic UnitConverterSizes.getUnitConverter()Returns the currentUnitConverter.Methods in com.jgoodies.forms.layout with parameters of type UnitConverterModifier and TypeMethodDescriptionstatic voidSizes.setUnitConverter(UnitConverter newUnitConverter) Sets a new UnitConverter that will be used to convert font-dependent sizes to pixel sizes. -
Uses of UnitConverter in com.jgoodies.forms.util
Classes in com.jgoodies.forms.util that implement UnitConverterModifier and TypeClassDescriptionclassAn abstract implementation of theUnitConverterinterface that minimizes the effort required to convert font-dependent sizes to pixels.final classThis is the default implementation of theUnitConverterinterface.