Class MessageChannel
- java.lang.Object
-
- org.ikasan.vaadin.visjs.network.options.nodes.Nodes
-
- org.ikasan.vaadin.visjs.network.Node
-
- org.ikasan.dashboard.ui.visualisation.model.flow.MessageChannel
-
- All Implemented Interfaces:
Destination
public class MessageChannel extends org.ikasan.vaadin.visjs.network.Node implements Destination
Created by stewmi on 07/11/2018.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIMAGE-
Fields inherited from class org.ikasan.vaadin.visjs.network.Node
errorFoundImageH, errorFoundImageW, errorFoundImageX, errorFoundImageY, exclusionFoundImageH, exclusionFoundImageW, exclusionFoundImageX, exclusionFoundImageY, replayFoundImageH, replayFoundImageW, replayFoundImageX, replayFoundImageY, wiretapFoundImageH, wiretapFoundImageW, wiretapFoundImageX, wiretapFoundImageY
-
-
Constructor Summary
Constructors Constructor Description MessageChannel(java.lang.String id, java.lang.String name, boolean isPrivate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPrivate()-
Methods inherited from class org.ikasan.vaadin.visjs.network.Node
clickedOn, getEdgeColour, getErrorFoundImageH, getErrorFoundImageW, getErrorFoundImageX, getErrorFoundImageY, getErrorFoundStatus, getExclusionFoundImageH, getExclusionFoundImageW, getExclusionFoundImageX, getExclusionFoundImageY, getExclusionFoundStatus, getFillColour, getId, getReplayFoundImageH, getReplayFoundImageW, getReplayFoundImageX, getReplayFoundImageY, getReplayFoundStatus, getWiretapFoundImageH, getWiretapFoundImageW, getWiretapFoundImageX, getWiretapFoundImageY, getWiretapFoundStatus, setEdgeColour, setErrorFoundImageH, setErrorFoundImageW, setErrorFoundImageX, setErrorFoundImageY, setErrorFoundStatus, setExclusionFoundImageH, setExclusionFoundImageW, setExclusionFoundImageX, setExclusionFoundImageY, setExclusionFoundStatus, setFillColour, setId, setReplayFoundImageH, setReplayFoundImageW, setReplayFoundImageX, setReplayFoundImageY, setReplayFoundStatus, setWiretapFoundImageH, setWiretapFoundImageW, setWiretapFoundImageX, setWiretapFoundImageY, setWiretapFoundStatus
-
Methods inherited from class org.ikasan.vaadin.visjs.network.options.nodes.Nodes
builder, getBorderWidth, getBorderWidthSelected, getBrokenImage, getColor, getColorJson, getColorStr, getFixed, getFont, getGroup, getIcon, getImage, getLabel, getLevel, getMass, getScaling, getShadow, getShape, getShapeProperties, getSize, getTitle, getValue, getWidthConstraint, getX, getY, isChosen, isHeightConstraint, isHidden, isLabelHighlightBold, isPhysics, isWidthConstraint, setBorderWidth, setBorderWidthSelected, setBrokenImage, setChosen, setColor, setColor, setFixed, setFont, setGroup, setHeightConstraint, setHidden, setIcon, setImage, setLabel, setLabelHighlightBold, setLevel, setMass, setPhysics, setScaling, setShadow, setShape, setShapeProperties, setSize, setTitle, setValue, setWidthConstraint, setX, setY
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ikasan.dashboard.ui.visualisation.model.flow.Destination
setX
-
-
-
-
Field Detail
-
IMAGE
public static final java.lang.String IMAGE
- See Also:
- Constant Field Values
-
-