Uses of Interface
com.jgoodies.forms.util.UnitConverter

Packages that use UnitConverter
com.jgoodies.forms.layout Contains the core classes of the JGoodies Forms framework: layout manager, column and row specifications, sizes and cell constraints. 
com.jgoodies.forms.util Consists of Forms framework helper classes for unit conversion and layout styles. 
 

Uses of UnitConverter in com.jgoodies.forms.layout
 

Methods in com.jgoodies.forms.layout that return UnitConverter
static UnitConverter Sizes.getUnitConverter()
          Returns the current UnitConverter.
 

Methods in com.jgoodies.forms.layout with parameters of type UnitConverter
static void Sizes.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 UnitConverter
 class AbstractUnitConverter
          An abstract implementation of the UnitConverter interface that minimizes the effort required to convert font-dependent sizes to pixels.
 class DefaultUnitConverter
          This is the default implementation of the UnitConverter interface.
 



Copyright © 2002-2009 JGoodies Karsten Lentzsch. All Rights Reserved.