Class RangeRecord
java.lang.Object
org.apache.batik.svggen.font.table.RangeRecord
Coverage Index (GlyphID) = StartCoverageIndex + GlyphID - Start GlyphID
- Version:
- $Id: RangeRecord.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getCoverageIndex
(int glyphId) boolean
isInRange
(int glyphId)
-
Field Details
-
start
private int start -
end
private int end -
startCoverageIndex
private int startCoverageIndex
-
-
Constructor Details
-
RangeRecord
Creates new RangeRecord- Throws:
IOException
-
-
Method Details
-
isInRange
public boolean isInRange(int glyphId) -
getCoverageIndex
public int getCoverageIndex(int glyphId)
-