Uses of Interface
org.eclipse.nebula.widgets.nattable.layer.IDpiConverter

Packages that use IDpiConverter
org.eclipse.nebula.widgets.nattable.layer   
org.eclipse.nebula.widgets.nattable.layer.command   
 

Uses of IDpiConverter in org.eclipse.nebula.widgets.nattable.layer
 

Classes in org.eclipse.nebula.widgets.nattable.layer that implement IDpiConverter
 class AbstractDpiConverter
          Abstract implementation for IDpiConverter that predefines dpi conversion factors and methods that convert based on these factors.
 

Fields in org.eclipse.nebula.widgets.nattable.layer declared as IDpiConverter
protected  IDpiConverter SizeConfig.dpiConverter
          The IDpiConverter that is used for scaling DPI conversion.
 

Methods in org.eclipse.nebula.widgets.nattable.layer with parameters of type IDpiConverter
 void SizeConfig.setDpiConverter(IDpiConverter dpiConverter)
           
 

Uses of IDpiConverter in org.eclipse.nebula.widgets.nattable.layer.command
 

Methods in org.eclipse.nebula.widgets.nattable.layer.command that return IDpiConverter
 IDpiConverter ConfigureScalingCommand.getHorizontalDpiConverter()
           
 IDpiConverter ConfigureScalingCommand.getVerticalDpiConverter()
           
 

Constructors in org.eclipse.nebula.widgets.nattable.layer.command with parameters of type IDpiConverter
ConfigureScalingCommand(IDpiConverter horizontalDpiConverter, IDpiConverter verticalDpiConverter)
           
 



Copyright © 2015. All rights reserved.