Northwoods.Go.Svg Assembly > Northwoods.Go.Svg Namespace : GoSvgWriter Class |
For a list of all members of this type, see GoSvgWriter members.
Name | Description | |
---|---|---|
AddTransformer | Cause this XML writer to use the given Northwoods.Go.Xml.IGoXmlTransformer for objects of the type given by the transformer's Northwoods.Go.Xml.IGoXmlTransformer.TransformerType. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) | |
ClearAllShareds | Remove all objects from the table of shared objects. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
DefineAndGenerateSharedObject | If the given object is not already known to be a shared object, define it and generate it, so that you can use simple ID references to the shared object both during generation and during consumption. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
DefineObject | This may produce shared elements that precede the regular rendering of the objects. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
FindShared | Find an identifier associated with an object that can be referenced. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
FindTransformer | Returns the first Northwoods.Go.Xml.IGoXmlTransformer associated with a given type or its base types. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) | |
Generate | Overloaded. Write an SVG file. | |
GenerateObject | This produces an element for an object, including any nested elements that help represent the rendering. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
GetHref | Return a URI so that an <a> element can be generated for an object, so that the user can click on that object in order to view the resource. | |
GetNamespaceUri | Look up the namespace URI for a prefix string. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
GetSelectionId | Return a document-wide unique string identifier for the given object, or null if cannot be selected in the SVG document. | |
GetTransformer | Returns the Northwoods.Go.Xml.IGoXmlTransformer associated with a given type. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) | |
InvokeGenerateAttributes | Call the Northwoods.Go.Xml.IGoXmlTransformer.GenerateAttributes method of the Northwoods.Go.Xml.IGoXmlTransformer that is associated with the given type. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
InvokeGenerateBody | Call the Northwoods.Go.Xml.IGoXmlTransformer.GenerateBody method of the Northwoods.Go.Xml.IGoXmlTransformer that is associated with the given type. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
InvokeGenerateDefinitions | Call the Northwoods.Go.Xml.IGoXmlTransformer.GenerateDefinitions method of the Northwoods.Go.Xml.IGoXmlTransformer that is associated with the given type. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
InvokeGenerateElement | Call the Northwoods.Go.Xml.IGoXmlTransformer.GenerateElement method of the Northwoods.Go.Xml.IGoXmlTransformer that is associated with the given type. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
InvokeGenerateElementFinish | Call the Northwoods.Go.Xml.IGoXmlTransformer.GenerateElementFinish method of the Northwoods.Go.Xml.IGoXmlTransformer that is associated with the given type. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
InvokeSkipGeneration | Call the Northwoods.Go.Xml.IGoXmlTransformer.SkipGeneration method of the Northwoods.Go.Xml.IGoXmlTransformer that is associated with the given type. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
MakeShared | Add an object to the table of shared objects. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
RegisterTransformers | Overridden. This adds instances of GoSvgGenerator for all the standard GoDiagram classes needed to render a view. | |
SetNamespaceUri | Define the namespace URI for a prefix string, used when writing prefixed attribute names. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
SetTransformer | Cause this XML writer to use the given Northwoods.Go.Xml.IGoXmlTransformer for objects of the type given by t. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) | |
WriteAttrVal | Write an attribute of the name name with a string representation for the value val. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
WriteEndElement | Finish the current XML element started by a call to Northwoods.Go.Xml.GoXmlWriter.WriteStartElement. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
WriteNamespaceAttribute | Write an "xmlns:prefix" attribute for a namespace given by uri. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
WriteStartElement | Start a new XML element, with the name given by name. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
WriteTextBody | Write out a string as the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlWriter) |
Name | Description | |
---|---|---|
GenerateBackgroundDecoration | This generates the view's BackgroundImage , if any. | |
GenerateDefinitions | Overridden. Produce the "title", "script" include, and "defs" elements. | |
GenerateInstructions | Overridden. Produce any XML instructions that precede the "svg" root element. | |
GenerateObjects | Overridden. Produce the elements that actually represent the objects being rendered by this writer. | |
GenerateRootAttributes | Overridden. Produce an initialization attribute for the "svg" root element. | |
GenerateRootElement | Start the root element, using Northwoods.Go.Xml.GoXmlWriter.RootElementName and Northwoods.Go.Xml.GoXmlWriter.DefaultNamespace. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
GenerateScript | Generate a link to a standard JavaScript file at ScriptFile. | |
GenerateSelectionHandles | Generate SVG elements corresponding to the IGoHandle objects that are created when a document object is selected. | |
Initialize | Do the initialization needed by Northwoods.Go.Xml.GoXmlWriter.Generate. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
RenderControlsAndForms | Generate any additional elements that do not represent GoObject s but are needed for interactive behavior and application-specific functionality. | |
RenderPanAndZoomControls | Produce elements that allow the user to pan and zoom the SVG view. | |
RenderRubberBand | Produce an element that represents the rubber band that the user can stretch when dragging in the background to select multiple objects, if SupportsSelection is true. | |
RenderToolTip | Produce an element that represents the tooltip to be displayed. | |
SetXmlDocument | Only a subclass of a Northwoods.Go.Xml.GoXmlWriter can provide a value for the DOM. (Inherited from Northwoods.Go.Xml.GoXmlWriter) | |
SetXmlWriter | Only a subclass of a Northwoods.Go.Xml.GoXmlWriter can provide a value for the Northwoods.Go.Xml.GoXmlWriter.XmlWriter property. (Inherited from Northwoods.Go.Xml.GoXmlWriter) |