Class LImageComparisonModel
java.lang.Object
com.io7m.laurel.filemodel.internal.LImageComparisonModel
A model for performing image comparisons.
-
Method Summary
Modifier and TypeMethodDescriptioncom.io7m.jattribute.core.AttributeReadableType<Optional<LImageComparison>> voidreload(org.jooq.DSLContext context) Reload the comparison.voidSet the images.
-
Method Details
-
reload
public void reload(org.jooq.DSLContext context) Reload the comparison.- Parameters:
context- The context
-
imageComparison
- Returns:
- The image comparison
-
imageComparisonA
- Returns:
- The captions on A that are not on B
-
imageComparisonB
- Returns:
- The captions on B that are not on A
-
set
Set the images.- Parameters:
context- The contextimageA- The image AimageB- The image B
-