|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.semanticmetadata.lire.AbstractDocumentBuilder
net.semanticmetadata.lire.impl.ChainedDocumentBuilder
public class ChainedDocumentBuilder
Created by IntelliJ IDEA. User: mlux Date: 20.02.2007 Time: 15:11:59 To change this template use File | Settings | File Templates.
| Field Summary |
|---|
| Fields inherited from interface net.semanticmetadata.lire.DocumentBuilder |
|---|
FIELD_NAME_AUTOCOLORCORRELOGRAM, FIELD_NAME_COLORLAYOUT, FIELD_NAME_EDGEHISTOGRAM, FIELD_NAME_IDENTIFIER, FIELD_NAME_SCALABLECOLOR, MAX_IMAGE_SIDE_LENGTH |
| Constructor Summary | |
|---|---|
ChainedDocumentBuilder()
|
|
| Method Summary | |
|---|---|
void |
addBuilder(DocumentBuilder builder)
|
org.apache.lucene.document.Document |
createDocument(java.awt.image.BufferedImage image,
java.lang.String identifier)
Creates a new Lucene document from a BufferedImage. |
| Methods inherited from class net.semanticmetadata.lire.AbstractDocumentBuilder |
|---|
createDocument |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChainedDocumentBuilder()
| Method Detail |
|---|
public void addBuilder(DocumentBuilder builder)
public org.apache.lucene.document.Document createDocument(java.awt.image.BufferedImage image,
java.lang.String identifier)
DocumentBuilder
image - the image to index. Cannot be NULL.identifier - an id for the image, for instance the filename or an URL. Can be NULL.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||