Class Image
java.lang.Object
org.mbari.vars.annosaurus.sdk.r1.models.Image
- All Implemented Interfaces:
Cloneable
,ImagedMoment
- Since:
- 2017-05-11T13:30:00
- Author:
- Brian Schlining
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mbari.vcr4j.time.Timecode
getUrl()
org.mbari.vcr4j.VideoIndex
getWidth()
void
setDescription
(String description) void
setElapsedTime
(Duration elapsedTime) void
void
void
setImagedMomentUuid
(UUID imagedMomentUuid) void
setImageReferenceUuid
(UUID imageReferenceUuid) void
setRecordedTimestamp
(Instant recordedTimestamp) void
setTimecode
(org.mbari.vcr4j.time.Timecode timecode) void
void
setVideoReferenceUuid
(UUID videoReferenceUuid) void
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.mbari.vars.annosaurus.sdk.r1.models.ImagedMoment
toVideoIndex
-
Constructor Details
-
Image
public Image() -
Image
-
Image
-
-
Method Details
-
getImageReferenceUuid
-
getFormat
-
getWidth
-
getHeight
-
getUrl
-
getDescription
-
getVideoReferenceUuid
- Specified by:
getVideoReferenceUuid
in interfaceImagedMoment
-
getImagedMomentUuid
- Specified by:
getImagedMomentUuid
in interfaceImagedMoment
-
getTimecode
public org.mbari.vcr4j.time.Timecode getTimecode()- Specified by:
getTimecode
in interfaceImagedMoment
-
getElapsedTime
- Specified by:
getElapsedTime
in interfaceImagedMoment
-
getRecordedTimestamp
- Specified by:
getRecordedTimestamp
in interfaceImagedMoment
-
setImageReferenceUuid
-
setFormat
-
setWidth
-
setHeight
-
setUrl
-
setDescription
-
setVideoReferenceUuid
- Specified by:
setVideoReferenceUuid
in interfaceImagedMoment
-
setImagedMomentUuid
- Specified by:
setImagedMomentUuid
in interfaceImagedMoment
-
setTimecode
public void setTimecode(org.mbari.vcr4j.time.Timecode timecode) - Specified by:
setTimecode
in interfaceImagedMoment
-
setElapsedTime
- Specified by:
setElapsedTime
in interfaceImagedMoment
-
setRecordedTimestamp
- Specified by:
setRecordedTimestamp
in interfaceImagedMoment
-
getVideoIndex
public org.mbari.vcr4j.VideoIndex getVideoIndex() -
toString
-