Class NewDocumentPane

    • Constructor Detail

      • NewDocumentPane

        public NewDocumentPane()
        Creates new form NewDocumentPane
    • Method Detail

      • getTitle

        public String getTitle()
        Return localization Title Text
        Returns:
        localization Title Text
      • validateValue

        public void validateValue()
      • createSVGDocument

        public org.w3c.dom.svg.SVGDocument createSVGDocument()
        Create SVGDocument initialized with comment node and geometry attribute
        Returns:
        SVGDocument
      • updateSVGProperties

        public void updateSVGProperties​(org.w3c.dom.svg.SVGDocument doc)
        Update the passed SVGDocument with property from this Component eg: rendering properties
        Parameters:
        doc - SVGDocument