DroidDiagram Programmer's Guide
Style Members
Constructors Methods
 


Represents an unordered dynamic collection of properties that can be identified by name.

The following tables list the members exposed by the Style type.

 Public Constructors

  Name Description

Style

Initializes a new instance of the Style class.

 Public Methods

  Name Description

addPropertyChangeListener

 

readExternal

Externalizable.readExternal implementation.

registerType

Associates a type with an alias. The alias is used when saving and loading objects of the specified type during style serialization and deserialization.

removePropertyChangeListener

 

writeExternal

Externalizable.writeExternal implementation.

 Protected Methods

  Name Description

getValue

Gets the value of the specified property.

isPropertySet

Checks whether the specified property has a value.

loadFromXml

Loads the style content from an XML element.

registerProperty

Registers a new property with the specified name and type.

saveToXml

Saves the style content into an XML element.

setValue

Sets the value of the specified property.

unsetValue

Clears the value of the specified property.

 See Also

Style Class
com.mindfusion.diagramming Namespace