Uses of Class
nl.vpro.domain.image.Point
-
Packages that use Point Package Description nl.vpro.domain.image More or less generic image domain objects. -
-
Uses of Point in nl.vpro.domain.image
Methods in nl.vpro.domain.image that return Point Modifier and Type Method Description PointArea. getLowerLeft()PointArea. getUpperRight()static PointPoint. of(@javax.validation.constraints.Positive int x, @javax.validation.constraints.Positive int y)PointPoint. times(float multiplier)Constructors in nl.vpro.domain.image with parameters of type Point Constructor Description Area(Point lowerLeft, Point upperRight)
-