Package muntjac :: Package terminal :: Package gwt :: Package client :: Package ui :: Module alignment_info :: Class Bits
[hide private]
[frames] | no frames]

Class Bits

source code

object --+
         |
        Bits

Bitmask values for client server communication

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  ALIGNMENT_LEFT = 1
  ALIGNMENT_RIGHT = 2
  ALIGNMENT_TOP = 4
  ALIGNMENT_BOTTOM = 8
  ALIGNMENT_HORIZONTAL_CENTER = 16
  ALIGNMENT_VERTICAL_CENTER = 32
Properties [hide private]

Inherited from object: __class__