Search
Style Methods
 


 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