|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object endrov.flow.FlowUnit endrov.flow.FlowUnitBasic endrov.flowBasic.control.FlowUnitComments
public class FlowUnitComments
Flow unit: Get dimensions of any image object
Field Summary | |
---|---|
static javax.swing.ImageIcon |
icon
|
static java.lang.String |
showName
|
java.lang.String |
var
|
Fields inherited from class endrov.flow.FlowUnitBasic |
---|
hasComponent, TEXTABOVE, TEXTLEFT, textPosition |
Fields inherited from class endrov.flow.FlowUnit |
---|
fm, font, fonta, fonth, x, y |
Constructor Summary | |
---|---|
FlowUnitComments()
|
Method Summary | |
---|---|
void |
evaluate(Flow flow,
FlowExec exec)
Execute algorithm |
void |
fromXML(org.jdom.Element e)
|
java.awt.Color |
getBackground()
|
java.lang.String |
getBasicShowName()
Name to be shown on box |
java.awt.Component |
getGUIcomponent(FlowView p)
Trivial implementation, can be overridden |
java.lang.String |
getHelpArticle()
|
javax.swing.ImageIcon |
getIcon()
|
protected void |
getTypesIn(java.util.Map<java.lang.String,FlowType> types,
Flow flow)
Get types of flows in |
protected void |
getTypesOut(java.util.Map<java.lang.String,FlowType> types,
Flow flow)
Get types of flows out |
static void |
initPlugin()
Plugin declaration |
java.lang.String |
toXML(org.jdom.Element e)
|
Methods inherited from class endrov.flow.FlowUnitBasic |
---|
editDialog, getBoundingBox, getGUIcomponentOffsetX, getGUIcomponentOffsetY, getSubUnits, mouseHoverMoveRegion, paint |
Methods inherited from class endrov.flow.FlowUnit |
---|
checkNotNull, errNullValues, errUnsupportedTypes, getBorderColor, getMidPos, getTextColor, getTypesIn, getTypesInCount, getTypesOut, getTypesOutCount, helperDrawConnectors, isSelected, toDouble |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String showName
public static final javax.swing.ImageIcon icon
public java.lang.String var
Constructor Detail |
---|
public FlowUnitComments()
Method Detail |
---|
public static void initPlugin()
public java.lang.String toXML(org.jdom.Element e)
toXML
in class FlowUnit
public void fromXML(org.jdom.Element e)
fromXML
in class FlowUnit
public java.lang.String getBasicShowName()
FlowUnitBasic
getBasicShowName
in class FlowUnitBasic
public javax.swing.ImageIcon getIcon()
getIcon
in class FlowUnitBasic
public java.awt.Color getBackground()
getBackground
in class FlowUnitBasic
protected void getTypesIn(java.util.Map<java.lang.String,FlowType> types, Flow flow)
getTypesIn
in class FlowUnit
flow
- TODOprotected void getTypesOut(java.util.Map<java.lang.String,FlowType> types, Flow flow)
getTypesOut
in class FlowUnit
flow
- TODOpublic void evaluate(Flow flow, FlowExec exec) throws java.lang.Exception
evaluate
in class FlowUnit
java.lang.Exception
public java.awt.Component getGUIcomponent(FlowView p)
FlowUnitBasic
getGUIcomponent
in class FlowUnitBasic
public java.lang.String getHelpArticle()
getHelpArticle
in class FlowUnitBasic
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |