Package chrriis.uihierarchy.unit

Unit handling, with implementations for basic units.

See:
          Description

Class Summary
Centimeter A handler to manipulate a default unit representing a centimeter.
Centimeter.CentimeterUnit A unit representing a centimeter.
DluX A handler to manipulate a default unit representing a dialog unit on the horizontal axis.
DluX.DluXUnit A unit representing a dialog unit on the horizontal axis.
DluY A handler to manipulate a default unit representing a dialog unit on the vertical axis.
DluY.DluYUnit A unit representing a dialog unit on the vertical axis.
DtpPoint A handler to manipulate a default unit representing a DTP point.
DtpPoint.DtpPointUnit A unit representing a DTP point.
Inch A handler to manipulate a default unit representing an inch.
Inch.InchUnit A unit representing an inch.
Millimeter A handler to manipulate a default unit representing a millimeter.
Millimeter.MillimeterUnit A unit representing a millimeter.
Pixel A handler to manipulate a default unit representing a pixel.
Pixel.PixelUnit A unit representing a pixel.
Unit A unit, used to perform conversions, mainly from and to pixels.
 

Package chrriis.uihierarchy.unit Description

Unit handling, with implementations for basic units.