Uses of Class
adams.flow.transformer.draw.AbstractDrawOperation
-
Packages that use AbstractDrawOperation Package Description adams.data.barcode.encode adams.flow.transformer adams.flow.transformer.draw -
-
Uses of AbstractDrawOperation in adams.data.barcode.encode
Subclasses of AbstractDrawOperation in adams.data.barcode.encode Modifier and Type Class Description classAbstractBarcodeEncoderAncestor for barcode encoders, i.e., classes that generated barcode images.classEAN13Draws an EAN13 barcode at a specified location and size.Digits must be 13 characters long.classPassThrough* Dummy barcode type, draws nothingclassQRCodeDraws a QR code at a specified location and size.classUPCADraws a UPCA barcode at a specified location and size.Digits must be 11 (checksum gets calculated) or 12 (incl. checksum)
-
Uses of AbstractDrawOperation in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractDrawOperation Modifier and Type Field Description protected AbstractDrawOperationDraw. m_Operationthe draw operation.Methods in adams.flow.transformer that return AbstractDrawOperation Modifier and Type Method Description AbstractDrawOperationDraw. getOperation()Returns the X position of the pixel.Methods in adams.flow.transformer with parameters of type AbstractDrawOperation Modifier and Type Method Description voidDraw. setOperation(AbstractDrawOperation value)Sets the operation to perform. -
Uses of AbstractDrawOperation in adams.flow.transformer.draw
Subclasses of AbstractDrawOperation in adams.flow.transformer.draw Modifier and Type Class Description classAbstractColorDrawOperationAncestor for operations that use a color.classAbstractColorStrokeDrawOperationAncestor for operations that use a colored, variable stroke.classAbstractDrawObjectsFromReportAncestor for overlays that use object locations from a report.classAnnotationsAndPredictionsOverlays the image with annotations and predictions from storage with their respective draw operations.classBarcode* Draws a barcode with the specified color and dimensions at the given locationclassFloodFillPerforms a flood-fill starting at the given position.classImageDraws the image obtained from a callable actor at the specified location.classLineDraws a line between the given start and end coordinates.classObjectAnnotationsFromReportOverlays object annotations from the report.classObjectCentersFromReportDisplays the centers of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.classObjectLocationsFromReportDisplays the locations of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.classOvalDraws an oval with the specified color and dimensions at the given location.classPixelDraws a pixel with the specified color at the specified location.classRectangleDraws a rectangle with the specified color and dimensions at the given location.classTextDraws text with a specified font at the given location.classWatermarkOverlays a watermark.Fields in adams.flow.transformer.draw declared as AbstractDrawOperation Modifier and Type Field Description protected AbstractDrawOperationAnnotationsAndPredictions. m_DrawAnnotationsthe draw operation to use for the annotations.protected AbstractDrawOperationAnnotationsAndPredictions. m_DrawPredictionsthe draw operation to use for the predictions.Methods in adams.flow.transformer.draw that return AbstractDrawOperation Modifier and Type Method Description protected AbstractDrawOperationAnnotationsAndPredictions. getDefaultDrawAnnotations()Returns the default draw operation setup for the annotations.protected AbstractDrawOperationAnnotationsAndPredictions. getDefaultDrawPredictions()Returns the default draw operation setup for the predictions.AbstractDrawOperationAnnotationsAndPredictions. getDrawAnnotations()Returns the draw operation for the annotations.AbstractDrawOperationAnnotationsAndPredictions. getDrawPredictions()Returns the draw operation for the predictions.Methods in adams.flow.transformer.draw with parameters of type AbstractDrawOperation Modifier and Type Method Description voidAnnotationsAndPredictions. setDrawAnnotations(AbstractDrawOperation value)Sets the draw operation for the annotations.voidAnnotationsAndPredictions. setDrawPredictions(AbstractDrawOperation value)Sets the draw operation for the predictions.
-