Class DoseRateContourLine

    • Constructor Detail

      • DoseRateContourLine

        public DoseRateContourLine​(java.lang.String sidc)
    • Method Detail

      • getSupportedGraphics

        public static java.util.List<java.lang.String> getSupportedGraphics()
        Indicates the graphics supported by this class.
        Returns:
        List of masked SIDC strings that identify graphics that this class supports.
      • determineMainLabelPosition

        protected Position determineMainLabelPosition​(DrawContext dc)
        Compute the position for the area's main label. This position indicates the position of the first line of the label. If there are more lines, they will be arranged South of the first line.
        Overrides:
        determineMainLabelPosition in class BasicArea
        Parameters:
        dc - Current draw context.
        Returns:
        Position for the graphic's main label.