Hide Comments
Hide Comments

Comments (0)

expandingMethods

 

Name

Description

public method

AddStyle(IXMLNode)

Overloaded. Adds the attributes and values contained in the node to the style. The method iterates through all attributes of the node and adds them to the style

public method

AddStyle(String)

Overloaded.  Adds the attribute:value pairs to the current style.

The input string should contain attribute:value pairs separated by semi-colons, e.g., fill: #ffffff; stroke:# 000000; stroke-width:0.172

public method

Assign(TPersistent)

Represents method Assign(TPersistent).

protected method

AssignTo(TPersistent)

Represents method AssignTo(TPersistent).

protected method

Change

Overloaded. Represents method Change.

protected method

Change(TObject)

Overloaded. Represents method Change(TObject).

public method

LoadFromXML(IXMLNode)

Loads the style from the input Node. The style is cleared before loading.

public method

SetStyle(String)

Sets the style from the input string. The style is cleared before loading.

The input string should contain attribute:value pairs separated by semi-colons, e.g., fill: #ffffff; stroke:# 000000; stroke-width:0.172

public method

ToString

Returns a CSS formatted string representation of the style, which starts with the style name and then follows with attribute:pairs inside curly brackets, e.g.,

text.info { color: green; fill:#000000;fill-opacity:1. 0000000 }

Top

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb