Interface ShapeForm

    • Method Detail

      • getFormDescription

        java.lang.String getFormDescription()
        Returns a description of this mode as an XML string. The return value should be one or more <p> elements.
        Returns:
        XML description of form
      • getPositionCount

        int getPositionCount()
        Returns the number of data positions per tuple used by this form.
        Returns:
        number of sets of positional coordinates
      • getExtraCoords

        Coord[] getExtraCoords()
        Returns data coordinates additional to the basic position which are required to plot a point.
        Returns:
        additional plot coordinates
      • createOutliner

        Outliner createOutliner​(ConfigMap config)
        Returns an object which will do the work of drawing shapes when supplied with the appropriate style information and data. The significant keys in the supplied config map are those given by getConfigKeys().
        Parameters:
        config - configuration map from which values for this form's config keys will be extracted
        Returns:
        new outliner object