org.autoplot.pngwalk.QualityControlRecord


PROP_STATUS

addPropertyChangeListener( java.beans.PropertyChangeListener l ) → void [view source]
getCommentsHTML( ) → String [view source]
getImageURI( ) → java.net.URI [view source]

getLastComment

getLastComment( ) → String

return the last comment.

Returns:

the last comment, or "" if no comments have been added.

[search for examples] [view on GitHub] [view on old javadoc]

getNewCommentText( ) → String [view source]

getRecord

getRecord( java.net.URI imageURI ) → org.autoplot.pngwalk.QualityControlRecord

Retrieve the quality control record for the named pngwalk image. It is assumed that the previously saved record, if there is one, exists in the same folder as the image. If a saved record is not found, a new one will be created.

Parameters

imageURI - an URI

Returns:

an org.autoplot.pngwalk.QualityControlRecord

[search for examples] [view on GitHub] [view on old javadoc]


getRecord

getRecord( java.net.URI imageURI, java.net.URI qcFolder ) → org.autoplot.pngwalk.QualityControlRecord

Retrieve the quality control record for the named pngwalk image. If qcFolder is non-null, it should point to a folder that already exists and contains any saved quality control records; if it is null, the records are assumed to be saved in the same folder as the images.

Parameters

imageURI - an URI
qcFolder - an URI

Returns:

an org.autoplot.pngwalk.QualityControlRecord

[search for examples] [view on GitHub] [view on old javadoc]

getStatus( ) → org.autoplot.pngwalk.QualityControlRecord.Status [view source]
removePropertyChangeListener( java.beans.PropertyChangeListener l ) → void [view source]
save( ) → void [view source]

setNewCommentText

setNewCommentText( String reviewer, String commentText ) → void

Set the "new" commentText on this record. This commentText will be appended to the existing list of comments when the record is written.

Parameters

reviewer - a String
commentText - a String

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]

setStatus( org.autoplot.pngwalk.QualityControlRecord.Status newStatus ) → void [view source]