Class TSVGParser
Unit
BGRASVGType
Declaration
type TSVGParser = class(TObject)
Description
Parser for SVG attributes
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
 |
FNumberError: boolean; |
This item has no description. |
 |
FPos: integer; |
This item has no description. |
 |
FText: string; |
This item has no description. |
Methods
 |
constructor Create(AText: string); |
This item has no description. |
 |
function ParseFloat: single; |
This item has no description. |
 |
function ParseId: string; |
This item has no description. |
 |
function ParseSymbol: char; |
This item has no description. |
 |
function ParseTransform: TAffineMatrix; |
This item has no description. |
 |
procedure ClearError; |
This item has no description. |
 |
procedure SkipSymbol(ASymbol: char); |
This item has no description. |
 |
procedure SkipUpToSymbol(ASymbol:char); |
This item has no description. |
Properties
 |
property Done: boolean read GetDone; |
This item has no description. |
 |
property NumberError: boolean read FNumberError; |
This item has no description. |
 |
property Position: integer read FPos write FPos; |
This item has no description. |
 |
property Text: string read FText; |
This item has no description. |