z-agent / papers-context /agent_workspace /manim_docs /reference /manim.mobject.text.numbers.Integer.md
ProgramerSalar's picture
fix: track binary files with Git LFS
dc00adb
|
Raw
History Blame Contribute Delete
1.92 kB

A newer version of the Gradio SDK is available: 6.20.0

Upgrade

Integer

Qualified name: manim.mobject.text.numbers.Integer

class Integer(number=0, num_decimal_places=0, **kwargs)

Bases: DecimalNumber

A class for displaying Integers.

Examples

Methods

get_value

Attributes

animate Used to animate the application of any method of self.
animation_overrides
color
depth The depth of the mobject.
fill_color If there are multiple colors (for gradient) this returns the first one
font_size The font size of the tex mobject.
height The height of the mobject.
n_points_per_curve
sheen_factor
stroke_color
width The width of the mobject.
  • Parameters:
    • number (float)
    • num_decimal_places (int)
    • kwargs (Any)

_original__init__(number=0, num_decimal_places=0, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

  • Parameters:
    • number (float)
    • num_decimal_places (int)
    • kwargs (Any)
  • Return type: None