Properties

new DiagramParcel([options])

Parameter

Name Type Optional Description

options

 

Yes

Options.

Extends
module:meteoJS/base/unique.Unique
Fires
module:meteoJS/thermodynamicDiagram/diagramParcel#change:visible
module:meteoJS/thermodynamicDiagram/diagramParcel#change:options

Properties

id  unknown

Id.

Inherited from
module:meteoJS/base/unique.Unique#id
read-only

options  module:meteoJS/thermodynamicDiagram/diagramParcel~parcelOptions

Style options for the parcel.

read-only

parcel  module:meteoJS/sounding/parcel.Parcel

Parcel object.

visible  boolean

Visibility of the parcel.

Fires
module:meteoJS/thermodynamicDiagram/diagramParcel#change:visible

Methods

protected

setId(id)

Fired, wenn id-setter is called.

Parameter

Name Type Optional Description

id

 

 

Id.

Inherited from
module:meteoJS/base/unique.Unique#setId

update([options])

Updates the style options for the parcel.

Parameter

Name Type Optional Description

options

module:meteoJS/thermodynamicDiagram/diagramParcel~parcelOptions

Yes

Options.

Fires
module:meteoJS/thermodynamicDiagram/diagramParcel#change:visible
module:meteoJS/thermodynamicDiagram/diagramParcel#change:options