com.supermap.ai

Class AIDetectStyle

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


  • public class AIDetectStyle
    extends java.lang.Object
    AI style setting class
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int aiColor
      The uniform color.
      float aiStrokeWidth
      The width of border of the frame determining targets
      boolean isDrawConfidence
      Whether to draw detection confidence coefficient
      boolean isDrawTitle
      Whether to draw targets' names
      boolean isSameColor
      Sets whether to uniform colors
    • Constructor Summary

      Constructors 
      Constructor and Description
      AIDetectStyle() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isDrawTitle

        public boolean isDrawTitle
        Whether to draw targets' names
      • isDrawConfidence

        public boolean isDrawConfidence
        Whether to draw detection confidence coefficient
      • isSameColor

        public boolean isSameColor
        Sets whether to uniform colors
      • aiColor

        public int aiColor
        The uniform color.
      • aiStrokeWidth

        public float aiStrokeWidth
        The width of border of the frame determining targets
    • Constructor Detail

      • AIDetectStyle

        public AIDetectStyle()