|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.robokind.impl.vision.PortableImageRegionList
public class PortableImageRegionList
ImageRegionList implementation wrapping an ImageRegionListRecord.
| Nested Class Summary | |
|---|---|
static class |
PortableImageRegionList.ImageRegionListRecordAdapter
Converts an ImageRegionListRecor to a PortableImageRegionList |
| Constructor Summary | |
|---|---|
PortableImageRegionList(ImageRegionList regionList)
Creates a PortableImageRegionList from an existing ImageRegionList. |
|
PortableImageRegionList(ImageRegionListRecord regions)
Creates a new PortableImageRegionList from an ImageRegionListRecord. |
|
| Method Summary | |
|---|---|
long |
getImageId()
|
String |
getImageProcessorId()
|
ImageRegionListRecord |
getImageRegionListRecord()
Returns the underlying ImageRegionListRecord. |
ImageRegion[] |
getImageRegions()
|
long |
getImageRegionsId()
|
String |
getImageSourceId()
|
long |
getImageTimestampUTC()
|
long |
getProcessorCompleteTimestampUTC()
|
long |
getProcessorStartTimestampUTC()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortableImageRegionList(ImageRegionListRecord regions)
regions - ImageRegionListRecord to wrappublic PortableImageRegionList(ImageRegionList regionList)
regionList - ImageRegionList to wrap| Method Detail |
|---|
public String getImageSourceId()
getImageSourceId in interface ImageRegionListpublic long getImageId()
getImageId in interface ImageRegionListpublic long getImageTimestampUTC()
getImageTimestampUTC in interface ImageRegionListpublic String getImageProcessorId()
getImageProcessorId in interface ImageRegionListpublic long getImageRegionsId()
getImageRegionsId in interface ImageRegionListpublic long getProcessorStartTimestampUTC()
getProcessorStartTimestampUTC in interface ImageRegionListpublic long getProcessorCompleteTimestampUTC()
getProcessorCompleteTimestampUTC in interface ImageRegionListpublic ImageRegion[] getImageRegions()
getImageRegions in interface ImageRegionListpublic ImageRegionListRecord getImageRegionListRecord()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||