public static class LabelValues.PositionValuePair extends Object
| Constructor and Description | 
|---|
PositionValuePair(Point position,
                 double value)
Creates a new PositionValuePair instance based on a position and a
 value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Point | 
getPosition()
Returns the position of the pixel. 
 | 
double | 
getValue()
Returns the value of the pixel. 
 | 
public PositionValuePair(Point position, double value)
position - the position of the pixelvalue - the value of the pixelpublic Point getPosition()
public double getValue()
Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.