Northwoods.Go.Svg Assembly > Northwoods.Go.Svg Namespace : GoSvgGenerator Class |
The following tables list the members exposed by GoSvgGenerator.
Name | Description | |
---|---|---|
![]() | GoSvgGenerator Constructor | This constructor does no initialization. |
Name | Description | |
---|---|---|
![]() | Allocate | Override this method to construct a new object for the current XML element. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | BooleanAttr | Read an attribute's string value as a boolean. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | BooleanFromString | Parse a string value as a boolean. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ColorArrayAttr | Read an attribute's string value as an array of color values. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ColorArrayFromString | Parse a string value as an array of color values. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ColorAttr | Read an attribute's string value as a Color . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ColorFromString | Parse a string value as a Color value. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ConsumeAttributes | Consume attributes for the current element, helping to initialize most of the object's properties. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ConsumeBody | Consume elements that help define more details or parts of an object. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ConsumeChild | When Northwoods.Go.Xml.GoXmlTransformer.BodyConsumesChildElements is true, Northwoods.Go.Xml.GoXmlTransformer.ConsumeBody will call Northwoods.Go.Xml.GoXmlReader.ConsumeObject on each child XML element and pass the resulting object to this method. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ConsumeObjectFinish | Finish building the object for the current element. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | GenerateAttributes | Generate attributes for the current element, helping to render an object. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | GenerateBody | Generate any nested elements that are part of the rendering of an object. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | GenerateDefinitions | Generate elements for the definitions section of the document, rendering any shared objects that this object needs to refer to. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | GenerateElement | Start producing an XML element for a given object. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | GenerateElementFinish | Finish generating any elements that were started by Northwoods.Go.Xml.GoXmlTransformer.GenerateElement. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | Int32ArrayAttr | Read an attribute's string value as an array of integers. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | Int32ArrayFromString | Parse a string value as an array of integers. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | Int32Attr | Read an attribute's string value as an integer. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | Int32FromString | Parse a string value as an integer. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | IsAttrPresent | This predicate returns true if the given attribute name is present in the current element when reading. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | PointFArrayAttr | Read an attribute's string value as an array of PointF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | PointFArrayFromString | Parse a string value as an array of PointF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | PointFAttr | Read an attribute's string value as a PointF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | PointFFromString | Parse a string value as a PointF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ReadTextBody | Read in a string that is the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | RectangleFAttr | Read an attribute's string value as a RectangleF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | RectangleFFromString | Parse a string value as a RectangleF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | RefAttr | Find a shared object referenced by a given attribute. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SingleArrayAttr | Read an attribute's string value as an array of single floats. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SingleArrayFromString | Parse a string value as an array of single floats. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SingleAttr | Read an attribute's string value as a single float. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SingleFromString | Parse a string value as a single float. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SizeFAttr | Read an attribute's string value as a SizeF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SizeFFromString | Parse a string value as a SizeF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SkipGeneration | Return true if the Northwoods.Go.Xml.GoXmlTransformer.Writer should not generate XML for an object. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | StringAttr | Return an attribute's string value. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | TranslateAlpha | Returns an expression representing an SVG "fill-opacity" or "stroke-opacity" value for a Color . |
![]() | TranslateColor | Returns an SVG "fill" or "stroke" color expression. |
![]() | TranslateGraphicsPath | Returns an SVG path description from a GraphicsPath . |
![]() | TypeAttr | Read an attribute's string value as a Type . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | TypeFromString | Parse a string value as a Type . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | UpdateReference | Fix up a reference property whose value was delayed until the referred-to-object became available. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | WriteAttrRef | Write an attribute of the name name with a string representation for the reference to the object val. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | WriteAttrVal | Overloaded. Write an attribute of the name name with a string representation for the value val. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | WriteBrushAttributes | Produce attributes for implementing a Brush . |
![]() | WriteEllipse | Produce an "ellipse" SVG element. |
![]() | WriteEndElement | Finish the current XML element started by a call to Northwoods.Go.Xml.GoXmlTransformer.WriteStartElement. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | WriteLine | Overloaded. Produce a "line" SVG element. |
![]() | WriteLines | Produce a "polyline" SVG element. |
![]() | WritePath | Produce a "path" SVG element given an SVG path description. |
![]() | WritePenAttributes | Produce attributes for implementing a Pen . |
![]() | WritePolygon | Produce a "path" SVG element from an array of points. |
![]() | WriteRectangle | Overloaded. Produce a "rect" SVG element. |
![]() | WriteStartElement | Start a new XML element, with the name given by name. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | WriteTextBody | Write out a string as the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |