net.sourceforge.javaocr.matcher
Class MetricContainer
java.lang.Object
net.sourceforge.javaocr.matcher.MetricContainer
public class MetricContainer
- extends Object
Created by IntelliJ IDEA.
User: ko5tik
Date: Sep 3, 2011
Time: 4:58:12 PM
To change this template use File | Settings | File Templates.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
metric
Metric metric
character
Character character
red
double red
yellow
double yellow
MetricContainer
public MetricContainer()
getCharacter
public Character getCharacter()
setCharacter
public void setCharacter(Character character)
getMetric
public Metric getMetric()
setMetric
public void setMetric(Metric metric)
getRed
public double getRed()
setRed
public void setRed(double red)
getYellow
public double getYellow()
setYellow
public void setYellow(double yellow)
Copyright © -2012. All Rights Reserved.