TTS-Mimosa Docs
    Preparing search index...

    Class Seed

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    height: { max?: number; min?: number; value?: number }

    Leaflet height in milimeters (mm).

    It should be null when present is false.

    pleurogram: "apical-basal" | "median"

    Pleurogram of seed.

    shape: "ovate" | "obovate"

    Shape of seed.

    sources: Source[]

    Source.

    width: { max?: number; min?: number; value?: number }

    Leaflet width in milimeters (mm).

    It should be null when present is false.

    Methods

    • Sets a single value for height.

      Parameters

      • value: number

        The height value in milimeters (mm).

      Returns void

      Error if present is false and value is not null.

    • Sets the height values, considering the value of present.

      Parameters

      • min: number

        The minimum height value in milimeters (mm).

      • max: number

        The maximum height value in milimeters (mm).

      Returns void

      Error if present is false and either min or max is not null.

      Error if min is greater than or equal to max.

    • Sets a single value for width.

      Parameters

      • value: number

        The width value in milimeters (mm).

      Returns void

      Error if present is false and value is not null.

    • Sets the width values, considering the value of present.

      Parameters

      • min: number

        The minimum width value in milimeters (mm).

      • max: number

        The maximum width value in milimeters (mm).

      Returns void

      Error if present is false and either min or max is not null.

      Error if min is greater than or equal to max.