Home | Trees | Indices | Help |
|
---|
|
object --+ | ISizeable
Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
UNITS_PIXELS = 0 Unit code representing pixels. |
|||
UNITS_POINTS = 1 Unit code representing points (1/72nd of an inch). |
|||
UNITS_PICAS = 2 Unit code representing picas (12 points). |
|||
UNITS_EM = 3 Unit code representing the font-size of the relevant font. |
|||
UNITS_EX = 4 Unit code representing the x-height of the relevant font. |
|||
UNITS_MM = 5 Unit code representing millimeters. |
|||
UNITS_CM = 6 Unit code representing centimeters. |
|||
UNITS_INCH = 7 Unit code representing inches. |
|||
UNITS_PERCENTAGE = 8 Unit code representing in percentage of the containing element |
|||
SIZE_UNDEFINED = -1
|
|||
UNIT_SYMBOLS =
|
|
|||
Inherited from |
|
Gets the width of the object. Negative number implies unspecified size (terminal is free to set the size).
|
Sets the width of the object. Negative number implies unspecified size (terminal is free to set the size).
|
Gets the height of the object. Negative number implies unspecified size (terminal is free to set the size).
|
Sets the height of the object. Negative number implies unspecified size (terminal is free to set the size).
|
Gets the width property units.
|
Sets the width property units.
Deprecated: Consider setting width and unit simultaneously using setWidth, which is less error-prone. |
Gets the height property units.
|
Sets the height property units.
Deprecated: Consider setting height and unit simultaneously using setHeight or which is less error-prone. |
|
UNIT_SYMBOLS
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 31 14:06:37 2013 | http://epydoc.sourceforge.net |