|
Annotation Pro API
|
A layer object. More...
Public Member Functions | |
| void | ClearSegmentSelection () |
| Clears the segment selection. More... | |
| LayerObject | Copy () |
| Copies this object. More... | |
| LayerObject | Copy (bool withSegments) |
| Copies this object. More... | |
| void | Crop (float start, float end) |
| Crops annotation to given start and and More... | |
| SegmentCollection | FindSegmentsInRange (float start, float end, bool onlySegmentsFullInRange) |
| Searches for segments in range. More... | |
| int | GetCurrentHeight () |
| Gets current height. More... | |
| void | InvertSegmentSelection () |
| Inverts segment selection More... | |
Properties | |
| Color | BackColor [get, set] |
| Gets or sets the color of the back. More... | |
| double | ChartMaximum [get, set] |
| Gets or sets the chart maximum. More... | |
| double | ChartMinimum [get, set] |
| Gets or sets the chart minimum. More... | |
| int | ClosedLayerHeight [get] |
| Gets the height of the closed layer. More... | |
| Rectangle | ControlRectangle [get, set] |
| Gets or sets the control rectangle. More... | |
| int | CoordinateControlStyle [get, set] |
| Gets or sets the coordinate control style. More... | |
| int | FontSize [get, set] |
| Gets or sets font size for labels on layer More... | |
| int | Height [get, set] |
| Gets or sets the height. More... | |
| Guid | Id [get, set] |
| Gets or sets the identifier. More... | |
| bool | IncludeInFrequency [get, set] |
| Gets or sets a value indicating whether the in frequency should be included. More... | |
| bool | IsClosed [get, set] |
| Gets or sets a value indicating whether this object is closed. More... | |
| bool | IsDragging [get, set] |
| Gets or sets a value indicating whether this object is dragging. More... | |
| bool | IsDraggingBottom [get, set] |
| Gets or sets a value indicating whether this object is dragging bottom. More... | |
| bool | IsLocked [get, set] |
| Gets or sets a value indicating whether this object is locked. More... | |
| bool | IsLockedInSession [get, set] |
| Gets or sets a value indicating whether this object is locked in session. More... | |
| bool | IsSelected [get, set] |
| Gets or sets a value indicating whether this object is selected. More... | |
| bool | IsVideoTarget [get] |
| Gets true if this layer has set target for video clips More... | |
| bool | IsVisible [get, set] |
| Gets or sets layer visibility. More... | |
| string | Name [get, set] |
| Gets or sets the name. More... | |
| Rectangle | NameAreaRectangle = 0 [get] |
| Gets the name area rectangle. More... | |
| string | Parameter1Name [get, set] |
| Gets or sets the name of the parameter 1. More... | |
| string | Parameter2Name [get, set] |
| Gets or sets the name of the parameter 2. More... | |
| string | Parameter3Name [get, set] |
| Gets or sets the name of the parameter 3. More... | |
| SegmentCollection | Segments [get, set] |
| Gets or sets the segments. More... | |
| SegmentObject | SelectedSegment [get] |
| Gets the selected segment. More... | |
| SegmentCollection | SelectedSegments [get] |
| Gets the selected segments. More... | |
| bool | ShowAsChart [get, set] |
| Gets or sets a value indicating whether as chart is shown. More... | |
| bool | ShowBoundaries [get, set] |
| Gets or sets a value indicating whether the boundaries is shown. More... | |
| bool | ShowOnSpectrogram [get, set] |
| Gets or sets a value indicating whether the on spectrogram is shown. More... | |
| object | Tag [get, set] |
| Gets or sets the tag. More... | |
| int | VideoPlayerIndex [get, set] |
| Index of video player to play assigned video if any More... | |
Events | |
| ChangedHandler | Changed |
| Event queue for all listeners interested in Changed events. More... | |
A layer object.
|
inline |
Clears the segment selection.
|
inline |
Copies this object.
|
inline |
|
inline |
Crops annotation to given start and and
| start | cropping start position in samples |
| end | cropping end position in samples |
|
inline |
Searches for segments in range.
| start | The start. |
| end | The end. |
| onlySegmentsFullInRange | true to only segments full in range. |
|
inline |
Gets current height.
|
inline |
Inverts segment selection
|
getset |
Gets or sets the color of the back.
|
getset |
Gets or sets the chart maximum.
|
getset |
Gets or sets the chart minimum.
|
get |
Gets the height of the closed layer.
|
getset |
Gets or sets the control rectangle.
|
getset |
Gets or sets the coordinate control style.
|
getset |
Gets or sets font size for labels on layer
|
getset |
Gets or sets the height.
|
getset |
Gets or sets the identifier.
|
getset |
Gets or sets a value indicating whether the in frequency should be included.
|
getset |
Gets or sets a value indicating whether this object is closed.
|
getset |
Gets or sets a value indicating whether this object is dragging.
|
getset |
Gets or sets a value indicating whether this object is dragging bottom.
|
getset |
Gets or sets a value indicating whether this object is locked.
|
getset |
Gets or sets a value indicating whether this object is locked in session.
|
getset |
Gets or sets a value indicating whether this object is selected.
|
get |
Gets true if this layer has set target for video clips
|
getset |
Gets or sets layer visibility.
|
getset |
Gets or sets the name.
|
get |
Gets the name area rectangle.
|
getset |
Gets or sets the name of the parameter 1.
|
getset |
Gets or sets the name of the parameter 2.
|
getset |
Gets or sets the name of the parameter 3.
|
getset |
Gets or sets the segments.
|
get |
Gets the selected segment.
|
get |
Gets the selected segments.
|
getset |
Gets or sets a value indicating whether as chart is shown.
|
getset |
Gets or sets a value indicating whether the boundaries is shown.
|
getset |
Gets or sets a value indicating whether the on spectrogram is shown.
|
getset |
Gets or sets the tag.
|
getset |
Index of video player to play assigned video if any
| ChangedHandler Changed |
Event queue for all listeners interested in Changed events.
1.8.13