Class RoutePoint

    • Constructor Detail

      • RoutePoint

        public RoutePoint​(java.lang.String sidc)
        Create a new control point.
        Parameters:
        sidc - Symbol code the identifies the graphic.
    • 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.
      • createLabelText

        protected java.lang.String createLabelText()
        Create the text for the main label on this graphic.
        Returns:
        Text for the main label. May return null if there is no text.
      • getGraphicLabel

        protected java.lang.String getGraphicLabel()