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

Public Member Functions

 __init__ (self, float size, float begin, float end, *Optional[int] width=None, Union[Color, str] color="default", Union[Color, str] bgcolor="default")
 
str __repr__ (self)
 
RenderResult __rich_console__ (self, Console console, ConsoleOptions options)
 
Measurement __rich_measure__ (self, Console console, ConsoleOptions options)
 

Public Attributes

 size
 
 begin
 
 end
 
 width
 
 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

Renders a solid block bar.

Args:
    size (float): Value for the end of the bar.
    begin (float): Begin point (between 0 and size, inclusive).
    end (float): End point (between 0 and size, inclusive).
    width (int, optional): Width of the bar, or ``None`` for maximum width. Defaults to None.
    color (Union[Color, str], optional): Color of the bar. Defaults to "default".
    bgcolor (Union[Color, str], optional): Color of bar background. Defaults to "default".

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