Class draw2d.OutputPort

Object
   |
   +--draw2d.Figure
         |
         +--draw2d.Rectangle
               |
               +--draw2d.Port
                     |
                     +--draw2d.OutputPort

class draw2d.OutputPort
extends draw2d.Port

Defined in OutputPort.js

Version: 0.9.14

Author: Andreas Herz


 
Fields inherited from class draw2d.Port
currentUIRepresentation, connectedUIRepresentation, disconnectedUIRepresentation, hideIfConnected, uiRepresentationAdded
 
Constructor Summary
draw2d.OutputPort ( uiRepresentation)
           
 
Method Summary
 int getFanOut()
          
 Object getMaxFanOut()
          
 void setMaxFanOut( count)
          
 
Methods inherited from class draw2d.Port
setHideIfConnected, setUiRepresentation, setDimension, setBackgroundColor, getBackgroundColor, getConnections, setColor, getColor, setLineWidth, getLineWidth, setPosition, attachMoveListener, detachMoveListener, getParent, getCoronaWidth, setCoronaWidth, getAbsolutePosition, getAbsoluteBounds, getAbsoluteY, getAbsoluteX, onOtherFigureMoved, getName, setName, isOver
   
Methods inherited from class draw2d.Rectangle
getWidth, getHeight
   
Methods inherited from class draw2d.Figure
getProperties, getProperty, setProperty, getId, getWorkflow, getZOrder, setZOrder, hasFixedPosition, getMinWidth, getMinHeight, setBorder, getContextMenu, onDoubleClick, setCanDrag, setAlpha, isResizeable, setResizeable, isSelectable, setSelectable, isStrechable, isDeleteable, setDeleteable, setCanSnapToHelper, getCanSnapToHelper, getSnapToGridAnchor, setSnapToGridAnchor, getBounds, getY, getX, onKeyDown, getPosition
 

Constructor Detail

draw2d.OutputPort

draw2d.OutputPort( uiRepresentation)

Method Detail

getFanOut

int getFanOut()

getMaxFanOut

Object getMaxFanOut()

setMaxFanOut

void setMaxFanOut( count)


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