Uses of Class
org.anchoranalysis.annotation.io.assignment.generator.AssignmentColorPool
Packages that use AssignmentColorPool
-
Uses of AssignmentColorPool in org.anchoranalysis.annotation.io.assignment.generator
Methods in org.anchoranalysis.annotation.io.assignment.generator with parameters of type AssignmentColorPoolModifier and TypeMethodDescriptionDrawColoredObjects.createObjectsImage(Assignment<ObjectMask> assignment, boolean left, AssignmentColorPool colorPool) Creates an image with the objects colored, as indicated in the class description.Constructor parameters in org.anchoranalysis.annotation.io.assignment.generator with type arguments of type AssignmentColorPoolModifierConstructorDescriptionAssignmentGenerator(DrawColoredObjects objectDrawer, IntFunction<AssignmentColorPool> colorPoolCreator, io.vavr.Tuple2<String, String> names, boolean appendUnassignedCount) Creates a newAssignmentGeneratorinstance.