Detailed Description

A number optionally associated to a particular element.

Inheritance diagram for Svg.SVGNumber:
Svg.ISVGListable

Public Member Functions

 SVGNumber (bool readOnly, float v)
 
void Detach ()
 Detaches this value from a serializable list. More...
 
void Attach (SVGSerializable list)
 Attaches this value to a serializable list. More...
 
void Serialize (System.Text.StringBuilder sb)
 Used when serializing this value. More...
 
- Public Member Functions inherited from Svg.ISVGListable
void Serialize (System.Text.StringBuilder sb)
 

Properties

float value [get, set]
 The internal value. More...
 

Private Attributes

bool IsReadOnly
 
SVGSerializable List
 
float value_
 

Constructor & Destructor Documentation

Svg.SVGNumber.SVGNumber ( bool  readOnly,
float  v 
)
inline

Member Function Documentation

void Svg.SVGNumber.Attach ( SVGSerializable  list)
inline

Attaches this value to a serializable list.

Implements Svg.ISVGListable.

void Svg.SVGNumber.Detach ( )
inline

Detaches this value from a serializable list.

Implements Svg.ISVGListable.

void Svg.SVGNumber.Serialize ( System.Text.StringBuilder  sb)
inline

Used when serializing this value.

Member Data Documentation

bool Svg.SVGNumber.IsReadOnly
private
SVGSerializable Svg.SVGNumber.List
private
float Svg.SVGNumber.value_
private

Property Documentation

float Svg.SVGNumber.value
getset

The internal value.