Class PicDiagnosticCircle

    • Field Detail

      • r

        protected float r
        Radius
    • Constructor Detail

      • PicDiagnosticCircle

        public PicDiagnosticCircle​(float maxArea,
                                   float defaultAreaAbsentMetric,
                                   float defaultAreaZeroMetric,
                                   java.util.Optional<java.lang.Float> metricValue)
    • Method Detail

      • add2SVG

        public void add2SVG​(com.kitfox.svg.SVGElement svgEl)
                     throws com.kitfox.svg.SVGElementException
        Specified by:
        add2SVG in class InOutInLayoutableElement
        Throws:
        com.kitfox.svg.SVGElementException
      • getColor

        public abstract java.lang.String getColor()
        The color for this triangle if the metric is present and non-zero.
        Specified by:
        getColor in class PicDiagnostic
        Returns:
        Color string
      • initCircle

        public void initCircle()