Uses of Class
com.teamdev.jxbrowser.printing.PaperSize.MeasureUnits

Packages that use PaperSize.MeasureUnits
com.teamdev.jxbrowser.printing   
 

Uses of PaperSize.MeasureUnits in com.teamdev.jxbrowser.printing
 

Methods in com.teamdev.jxbrowser.printing that return PaperSize.MeasureUnits
 PaperSize.MeasureUnits PaperSize.getMeasureUnits()
           
static PaperSize.MeasureUnits PaperSize.MeasureUnits.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PaperSize.MeasureUnits[] PaperSize.MeasureUnits.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.teamdev.jxbrowser.printing with parameters of type PaperSize.MeasureUnits
PaperSize(PaperSize.MeasureUnits units, PageDimension format, java.lang.String formatName)
          Create PrintPaperSize for specific format and specific units.