Search
Resource Members
Constructors Methods
 


Instances of the Resource class contain information about arbitrary resources.

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

 Public Constructors

  Name Description

Resource

Initializes a new instance of the Resource class.

 Public Methods

  Name Description

getCustomBrushes

Gets a CustomBrushes object associated with the resource.

getId

Gets the string identifier of this resource.

getName

Gets the name of the resource.

getTag

Gets custom data associated with the resource.

loadFrom

Overloaded.  

saveTo

Overloaded.  

setCustomBrushes

Sets a CustomBrushes object associated with the resource.

setId

Sets the string identifier of this resource.

setName

Sets the name of the resource.

setTag

Sets custom data associated with the resource.

 See Also