Package org.ghost4j.analyzer
Class InkAnalysisItem
java.lang.Object
org.ghost4j.analyzer.InkAnalysisItem
- All Implemented Interfaces:
Serializable
,AnalysisItem
Represents font analysis data (used by InkAnalyzer).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate double
Usage (ratio) of the cyan color on the page.private double
Usage (ratio) of the black color on the page.private double
Usage (ratio) of the magenta color on the page.private int
Page index.private static final long
Serial version UID.private double
Usage (ratio) of the yellow color on the page. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
pageIndex
private int pageIndexPage index. First page starts at 1. -
C
private double CUsage (ratio) of the cyan color on the page. -
M
private double MUsage (ratio) of the magenta color on the page. -
Y
private double YUsage (ratio) of the yellow color on the page. -
K
private double KUsage (ratio) of the black color on the page.
-
-
Constructor Details
-
InkAnalysisItem
public InkAnalysisItem()
-
-
Method Details
-
toString
-
getPageIndex
public int getPageIndex() -
setPageIndex
public void setPageIndex(int pageIndex) -
getC
public double getC() -
setC
public void setC(double c) -
getM
public double getM() -
setM
public void setM(double m) -
getY
public double getY() -
setY
public void setY(double y) -
getK
public double getK() -
setK
public void setK(double k)
-