API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IGenericItem
Properties
Package
com.kapit.visualizer.renderer
Interface
public interface IGenericItem
Implementors
GenericLink
,
GenericObject
,
GenericSprite
,
Visualizer
Basic Interface for all elements of a GenericView. Each element have a Unique ID that can be set automatically or at creation time.
Public Properties
Property
Defined by
UID
: String
[read-only] Returns the item UID.
IGenericItem
Property detail
UID
property
UID:String
[read-only]
Returns the item UID.
Implementation
public function get UID():String