Uses of Class
nl.vpro.domain.image.RelativePoint
-
Packages that use RelativePoint Package Description nl.vpro.domain.image More or less generic image domain objects. -
-
Uses of RelativePoint in nl.vpro.domain.image
Fields in nl.vpro.domain.image declared as RelativePoint Modifier and Type Field Description static RelativePointRelativePoint. MIDDLEMethods in nl.vpro.domain.image that return RelativePoint Modifier and Type Method Description default RelativePointImageMetadata. getPointOfInterest()The point of interest is just the exact middle point ofImageMetadata.getAreaOfInterest(), or if there is no such a thing is defined, thenMIDDLERelativePointImageMetadataImpl. getPointOfInterest()This is horrible.static RelativePointRelativePoint. of(@javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(100L) float x, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(100L) int y)
-