com.supermap.ar.areffect.preset

Class ARGeoDottedLine



  • public class ARGeoDottedLine
    extends ARGeoLine
    author : linwenhao date : 2021/7/7 17:21 desc : Dotted line version: 1.0
    • Constructor Detail

      • ARGeoDottedLine

        public ARGeoDottedLine()
        The constructor Transparent materials are used by default
      • ARGeoDottedLine

        public ARGeoDottedLine(BaseShape.MatType matType)
        The constructor
        Parameters:
        matType - Material Type (Transparent/opaque)
    • Method Detail

      • clear

        public void clear()
        Description copied from class: ARGeoLine
        Clear all objects
        Overrides:
        clear in class ARGeoLine
      • getSolidLineLength

        public float getSolidLineLength()
      • setSolidLineLength

        public void setSolidLineLength(float solidLineLength)
      • getDottedLineLength

        public float getDottedLineLength()
      • setDottedLineLength

        public void setDottedLineLength(float dottedLineLength)
      • setParentNode

        public void setParentNode(AREffectElement element)
        Setting the parent node
        Parameters:
        element -
      • setParentNode

        public void setParentNode(EffectView arView)
        Setting the parent node
        Parameters:
        arView -
      • getParentElement

        public AREffectElement getParentElement()
        Get the parent node
        Returns: