choices-svg
choice-svg.ads
choice-svg.adb
svg
choices-svg
glyphs-svg
outlines-svg
fonts
eps/
glyphs/
lines/
loaders/
raster/
svg/
ada
bin/
engine/
fonts/
internal/
text/
util/
Home
Showcase
Snapshots
Ada Source
PHP Source
Fonts
Sourceforge
Summary
Downloads
Browse CVS
Donate
Activity
Hosted by
Choices.SVG
Reading and writing Scalar Vector Graphics.
function Read
Read a choice from a file.
Param
Type
Description
in
Filename
String
Read from this file.
return
Choice_Access
The newly created choice.
function Read
Read a choice from current input.
Param
Type
Description
return
Choice_Access
The newly created choice.
procedure Write
Write a choice to a file.
Param
Type
Description
access
This
Choice
Write this choice.
in
Filename
String
Write to this file.
in
Tolerance
Real
Tolerance level.
procedure Write
Write a choice to current output.
Param
Type
Description
access
This
Choice
Write this choice.
in
Tolerance
Real
Tolerance level.
methods
Read
Read
Write
Write