Package elisa :: Package plugins :: Package pigment :: Package graph :: Module drawable :: Class Drawable

Class Drawable

source code


Instance Methods
 
absolute_x__set(self, x) source code
 
absolute_x__get(self) source code
 
absolute_y__set(self, y) source code
 
absolute_y__get(self) source code
 
absolute_z__set(self, z) source code
 
absolute_z__get(self) source code
 
absolute_position__set(self, position) source code
 
absolute_position__get(self) source code
 
absolute_width__set(self, width) source code
 
absolute_width__get(self) source code
 
absolute_height__set(self, height) source code
 
absolute_height__get(self) source code
 
absolute_size__set(self, size) source code
 
absolute_size__get(self) source code
 
absolute_visible__set(self, visible) source code
 
absolute_visible__get(self) source code
 
absolute_opacity__set(self, opacity) source code
 
absolute_opacity__get(self) source code

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

    Inherited from node.Node
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
animated(self) source code
 
animated__get(self) source code
 
clean(self) source code
 
height__get(self) source code
 
height__set(self, value) source code
 
opacity__get(self) source code
 
opacity__set(self, value) source code
 
parent__get(self) source code
 
parent__set(self, parent) source code
 
position__get(self) source code
 
position__set(self, position) source code
 
set_absolute_height(self, value) source code
 
set_absolute_opacity(self, value) source code
 
set_absolute_position(self, value) source code
 
set_absolute_size(self, value) source code
 
set_absolute_visible(self, value) source code
 
set_absolute_width(self, value) source code
 
set_absolute_x(self, value) source code
 
set_absolute_y(self, value) source code
 
set_absolute_z(self, value) source code
 
size__get(self) source code
 
size__set(self, size) source code
 
update_absolute_height(self, parent) source code
 
update_absolute_opacity(self, parent) source code
 
update_absolute_position(self, parent) source code
 
update_absolute_size(self, parent) source code
 
update_absolute_visible(self, parent) source code
 
update_absolute_width(self, parent) source code
 
update_absolute_x(self, parent) source code
 
update_absolute_y(self, parent) source code
 
update_absolute_z(self, parent) source code
 
visible__get(self) source code
 
visible__set(self, value) source code
 
width__get(self) source code
 
width__set(self, value) source code
 
x__get(self) source code
 
x__set(self, value) source code
 
y__get(self) source code
 
y__set(self, value) source code
 
z__get(self) source code
 
z__set(self, value) source code
Class Variables
  absolute_x = property(absolute_x__get, absolute_x__set)
  absolute_y = property(absolute_y__get, absolute_y__set)
  absolute_z = property(absolute_z__get, absolute_z__set)
  absolute_position = property(absolute_position__get, absolute_...
  absolute_width = property(absolute_width__get, absolute_width_...
  absolute_height = property(absolute_height__get, absolute_heig...
  absolute_size = property(absolute_size__get, absolute_size__set)
  absolute_visible = property(absolute_visible__get, absolute_vi...
  absolute_opacity = property(absolute_opacity__get, absolute_op...
    Inherited from node.Node
  height = property(height__get, height__set)
  opacity = property(opacity__get, opacity__set)
  parent = property(parent__get, parent__set)
  position = property(position__get, position__set)
  size = property(size__get, size__set)
  visible = property(visible__get, visible__set)
  width = property(width__get, width__set)
  x = property(x__get, x__set)
  y = property(y__get, y__set)
  z = property(z__get, z__set)
Properties

Inherited from object: __class__

Method Details

absolute_x__set(self, x)

source code 
Overrides: node.Node.absolute_x__set

absolute_x__get(self)

source code 
Overrides: node.Node.absolute_x__get

absolute_y__set(self, y)

source code 
Overrides: node.Node.absolute_y__set

absolute_y__get(self)

source code 
Overrides: node.Node.absolute_y__get

absolute_z__set(self, z)

source code 
Overrides: node.Node.absolute_z__set

absolute_z__get(self)

source code 
Overrides: node.Node.absolute_z__get

absolute_width__set(self, width)

source code 
Overrides: node.Node.absolute_width__set

absolute_width__get(self)

source code 
Overrides: node.Node.absolute_width__get

absolute_height__set(self, height)

source code 
Overrides: node.Node.absolute_height__set

absolute_height__get(self)

source code 
Overrides: node.Node.absolute_height__get

Class Variable Details

absolute_position

Value:
property(absolute_position__get, absolute_position__set)

absolute_width

Value:
property(absolute_width__get, absolute_width__set)

absolute_height

Value:
property(absolute_height__get, absolute_height__set)

absolute_visible

Value:
property(absolute_visible__get, absolute_visible__set)

absolute_opacity

Value:
property(absolute_opacity__get, absolute_opacity__set)