ruby-****@sourc*****
ruby-****@sourc*****
2005年 6月 9日 (木) 11:16:56 JST
------------------------- REMOTE_ADDR = 219.53.36.42 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Gnome%3A%3APrintUnitBase ------------------------- @@ -1,22 +1,59 @@ = class Gnome::PrintUnitBase -== Class Methods +Unit base to use Gnome::PrintUnit. + +== Object Hierarchy +* Object + * GLib::Flags + * Gnome::PrintUnitBase + == Instance Methods +--- absolute? + + * Returns: Whether (({self})) is absolute distance or not + +--- device? + + * Returns: Whether (({self})) is device-dependent distance or not + +--- dimensionless? + + * Returns: Whether (({self})) is dimensionless distance or not + +--- userspace? + + * Returns: Whether (({self})) is user space distance or not + +--- |(other) + Same as GLib::Flags#| + + * Returns: a Gnome::PrintUnitBase representing OR other + Gnome::PrintUnitBase and (({self})) + == Constants --- ABSOLUTE Real world distances - i.e. mm, cm... + +--- ALL + Represents all unit base. + This is convinient when use Gnome::PrintUnit#get_list. + --- DEVICE Semi-real device-dependent distances i.e. pixels + --- DIMENSIONLESS For percentages and like + --- USERSPACE Mathematical coordinates ---- ALL - The all base. It's convinient when use Gnome::PrintUnit#get_list. == See Also Gnome::PrintUnit + +== ChangeLog + +* 2005-06-09 ((<kou>)): completed -- kou \ No newline at end of file +- ((<kou>))