com.supermap.ai

类 AIDetectStyle

  • java.lang.Object
    • com.supermap.ai.AIDetectStyle


  • public class AIDetectStyle
    extends java.lang.Object
    AI风格参数设置类
    • 字段概要

      字段 
      限定符和类型 字段和说明
      int aiColor
      统一颜色值,如果不是统一颜色则不生效
      float aiStrokeWidth
      检测目标绘制框线宽
      boolean isDrawConfidence
      是否绘制目标检测可信度
      boolean isDrawTitle
      是否绘制目标检测名称
      boolean isSameColor
      设置是否统一颜色
    • 方法概要

      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • isDrawTitle

        public boolean isDrawTitle
        是否绘制目标检测名称
      • isDrawConfidence

        public boolean isDrawConfidence
        是否绘制目标检测可信度
      • isSameColor

        public boolean isSameColor
        设置是否统一颜色
      • aiColor

        public int aiColor
        统一颜色值,如果不是统一颜色则不生效
      • aiStrokeWidth

        public float aiStrokeWidth
        检测目标绘制框线宽
    • 构造器详细资料

      • AIDetectStyle

        public AIDetectStyle()