|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlapis.RegionSet
lapis.DelayedRegionSet
Nested Class Summary |
Nested classes inherited from class lapis.RegionSet |
RegionSet.IntersectOp |
Field Summary |
Fields inherited from class lapis.RegionSet |
debug, DISJOINT, EMPTY, EQUAL, MAX_INDEX, MIN_INDEX, SUBSET, SUPERSET, UNRELATED |
Constructor Summary | |
DelayedRegionSet(Pattern pat,
Document doc)
|
Method Summary | |
RegionSet |
freeze()
Make a copy of this region set. |
SingleDocRegionSet |
getSingleDocRegionSet(Document doc)
|
int |
getSize()
|
Versions |
getVersions()
|
RegionEnumeration |
regions(Region bbox)
|
RegionEnumeration |
regions(RegionSet bboxs)
enumerate regions in each bounding box from each document |
SubsetEnumeration |
singleDocize()
|
Methods inherited from class lapis.RegionSet |
after, afterDelimited, afterIn, ancestor, and, balancedWith, before, beforeDelimited, beforeIn, butnot, compareTo, contains, convert, convert, convertToLatest, countIntersection, crispen, descendant, ending, endingContains, endingDelimited, endingIn, endOf, equals, equalTo, flatten, fromTo, getDocuments, getUniversal, hashCode, highlight, in, include, intersect, intersects, intersects, isAllPoints, isCrisp, isEmpty, isFlat, justAfter, justAfterDelimited, justBefore, justBeforeDelimited, melt, mightEnclose, mightIntersect, nextTo, nth, or, overlaps, overlapsEnd, overlapsStart, regions, separatedBy, slowEquals, starting, startingContains, startingDelimited, startingIn, startOf, stripEmptyRegions, subsets, toString, toStringWithContent, trim |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DelayedRegionSet(Pattern pat, Document doc)
Method Detail |
public int getSize()
getSize
in class RegionSet
public RegionEnumeration regions(Region bbox)
regions
in class RegionSet
public RegionEnumeration regions(RegionSet bboxs)
RegionSet
regions
in class RegionSet
bboxs
- region set consisting of bounding boxes, one from each document
public RegionSet freeze()
RegionSet
freeze
in class RegionSet
public SubsetEnumeration singleDocize()
singleDocize
in class RegionSet
public SingleDocRegionSet getSingleDocRegionSet(Document doc)
getSingleDocRegionSet
in class RegionSet
public Versions getVersions()
getVersions
in class RegionSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |