class static
meteoJS/thermodynamicDiagram/diagramParcel . DiagramParcel
Source: thermodynamicDiagram/
Representation of a plotted parcel (data and display options)
import DiagramParcel from 'meteojs/thermodynamicDiagram/DiagramParcel';
Methods
new DiagramParcel([options])
Parameter
Name | Type | Optional | Description |
---|---|---|---|
options |
|
Yes |
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.
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. |