Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pip._vendor.rich.align.VerticalCenter Class Reference
Inheritance diagram for pip._vendor.rich.align.VerticalCenter:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.rich.align.VerticalCenter:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, "RenderableType" renderable, Optional[StyleType] style=None)
 
str __repr__ (self)
 
"RenderResult" __rich_console__ (self, "Console" console, "ConsoleOptions" options)
 
Measurement __rich_measure__ (self, "Console" console, "ConsoleOptions" options)
 

Public Attributes

 renderable
 
 style
 

Additional Inherited Members

- Protected Member Functions inherited from pip._vendor.rich.jupyter.JupyterMixin
Dict[str, str] _repr_mimebundle_ ("ConsoleRenderable" self, Sequence[str] include, Sequence[str] exclude, **Any kwargs)
 

Detailed Description

Vertically aligns a renderable.

Warn:
    This class is deprecated and may be removed in a future version. Use Align class with
    `vertical="middle"`.

Args:
    renderable (RenderableType): A renderable object.

The documentation for this class was generated from the following file: