Packagecom.yworks.graph.drawing
Interfacepublic interface IIcon extends IDisplayObjectCreator
Implementors ImageIcon

A simple icon interface for classes that can paint icons.



Public Properties
 PropertyDefined By
  height : Number
[read-only] The height of the icon.
IIcon
  width : Number
[read-only] The width of the icon.
IIcon
Public Methods
 MethodDefined By
 Inherited
Creates a new DisplayObject from scratch.
IDisplayObjectCreator
 Inherited
updateDisplayObject(oldDisplayObject:DisplayObject, context:IDisplayObjectContext):DisplayObject
Updates the given DisplayObject or creates a new one.
IDisplayObjectCreator
Property Detail
heightproperty
height:Number  [read-only]

The height of the icon.


Implementation
    public function get height():Number
widthproperty 
width:Number  [read-only]

The width of the icon.


Implementation
    public function get width():Number