Class Corona

Object
   |
   +--draw2d.Figure
         |
         +--draw2d.Node
               |
               +--draw2d.VectorFigure
                     |
                     +--draw2d.Oval
                           |
                           +--draw2d.Circle
                                 |
                                 +--Corona

class Corona
extends draw2d.Circle

 
Method Summary
 void setAlpha( <float> percent)
           Set the alpha blending of this figure.
 
Methods inherited from class draw2d.Circle
setDimension, isStrechable
   
Methods inherited from class draw2d.Oval
   
Methods inherited from class draw2d.VectorFigure
setBackgroundColor, getBackgroundColor, setLineWidth, setColor, getColor
   
Methods inherited from class draw2d.Node
getPorts, getPort, addPort, removePort
   
Methods inherited from class draw2d.Figure
getProperties, getProperty, setProperty, getId, getWorkflow, getParent, getZOrder, setZOrder, hasFixedPosition, getMinWidth, getMinHeight, setBorder, getContextMenu, onDoubleClick, onMouseEnter, onMouseLeave, onDragstart, setCanDrag, setPosition, isResizeable, setResizeable, isSelectable, setSelectable, isDeleteable, setDeleteable, setCanSnapToHelper, getCanSnapToHelper, getSnapToGridAnchor, setSnapToGridAnchor, getBounds, getWidth, getHeight, getY, getX, getAbsoluteY, getAbsoluteX, onKeyDown, getPosition, isOver, attachMoveListener, detachMoveListener
 


Method Detail

setAlpha

void setAlpha( <float> percent)


Documentation generated by JSDoc on Thu Feb 7 23:45:47 2008