Inherits from
- TraitsUIEditor: enthought.pyface.workbench.traits_ui_editor.TraitsUIEditor
Attributes
- bgcolor
bgcolor = Str('white')
- component
The plot.
component = Property(Any)
- container
container = Property(Any)
- data
The PlotData.
data = Any()
- image_default_origin
image_default_origin = Enum('bottom left', 'top left', 'bottom right', 'top right')
- session
The PlotSession of which we are a part. We need to know this in order to notify it of our being closed, etc.
session = Any()
Method summary
- __init__(self, is_image = False, bgcolor = 'white', image_default_origin = 'top left', *args, **kw)
- destroy_control(self)
- get_container(self)
- iconize(self, iconize)
- maximize(self, maximize)
- raise_window(self)
- set_container(self, container)
- set_size(self, width, height)
- set_title(self, title)
Inherited from base classes
- create_control(self, parent)
- create_ui(self, parent)
Methods
- __init__(self, is_image = False, bgcolor = 'white', image_default_origin = 'top left', *args, **kw)
- destroy_control(self)
Destroy the toolkit-specific control that represents the part.
- get_container(self)
- iconize(self, iconize)
Iconizes the window if iconize is True.
Do nothing in this implementation.
- maximize(self, maximize)
If maximize is True, maximizes the window size; restores if False.
Do nothing in this implementation.
- raise_window(self)
- set_container(self, container)
- set_size(self, width, height)
- set_title(self, title)