Class DrawFixedGridStep

  • All Implemented Interfaces:
    ai.konduit.serving.pipeline.api.step.PipelineStep, ai.konduit.serving.pipeline.api.TextConfig, java.io.Serializable

    public class DrawFixedGridStep
    extends java.lang.Object
    implements ai.konduit.serving.pipeline.api.step.PipelineStep
    As per DrawGridStep but the x/y location values are hardcoded into the configuration, instead of coming dynamically from the input Data instance
    Author:
    Alex Black
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_COLOR  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DrawFixedGridStep points​(ai.konduit.serving.pipeline.api.data.Point... points)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ai.konduit.serving.pipeline.api.step.PipelineStep

        name
      • Methods inherited from interface ai.konduit.serving.pipeline.api.TextConfig

        toJson, toYaml
    • Constructor Detail

      • DrawFixedGridStep

        public DrawFixedGridStep()
    • Method Detail

      • points

        public DrawFixedGridStep points​(ai.konduit.serving.pipeline.api.data.Point... points)